Status: Pass 13 Failure 29 Skip 3
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns | 1 | 0 | 1 | 0 | 0 | Detail | |
InternalDNSTestOvn) |
fail
ft1.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns.InternalDNSTestOvn)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 0x7f036c1258b0>: 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 118, 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 90, 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 0x7f036c1258b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 1 | 0 | 1 | 0 | 0 | Detail | |
MulticastTestVlanTransparency) |
fail
ft2.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestVlanTransparency)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 0x7f08a7d739a0>: 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 118, 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 90, 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 0x7f08a7d739a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos | 4 | 0 | 4 | 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 0x7f08a21fac70>: 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 118, 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 90, 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 0x7f08a21fac70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
QosTestSriovBwLimitTest) |
fail
ft3.2: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovBwLimitTest)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 0x7f9de0cd5790>: 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 118, 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 90, 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 0x7f9de0cd5790>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
QosTestSriovMinBwPlacementEnforcementTest) |
fail
ft3.3: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest)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 0x7f9de0ce3be0>: 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 118, 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 90, 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 0x7f9de0ce3be0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
QosTestOvn) |
fail
ft3.4: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn)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 0x7face4b4cd00>: 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 118, 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 90, 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 0x7face4b4cd00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworkDefaultSecGroupTest) |
fail
ft4.1: setUpClass (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/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 0x7fbf60dabac0>: 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 118, 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 90, 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 0x7fbf60dabac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency | 2 | 0 | 2 | 0 | 0 | Detail | |
MultiVlanTransparencyTest) |
fail
ft5.1: setUpClass (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/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 0x7f0369065dc0>: 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 118, 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 90, 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 0x7f0369065dc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
MultiPortVlanTransparencyTest) |
fail
ft5.2: setUpClass (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/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 0x7fbf5b5c68b0>: 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 118, 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 90, 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 0x7fbf5b5c68b0>: 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
ft6.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/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 0x7fdaeba71f10>: 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 118, 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 90, 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 0x7fdaeba71f10>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast | 1 | 0 | 1 | 0 | 0 | Detail | |
BroadcastTestVlanTransparency) |
fail
ft7.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency)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 0x7fdaeba1f580>: 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 192, 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 333, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 716, 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 113, 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/e46c092c-a9b0-4ac4-b512-2d2208cb5fbf (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaeba1f580>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts | 2 | 0 | 2 | 0 | 0 | Detail | |
ExtraDhcpOptionsTest) |
fail
ft8.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest)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 0x7f089fdc2d00>: 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 209, in resource_cleanup
cls._try_delete_resource(cls.delete_router,
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 333, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 926, in delete_router
client.remove_router_interface_with_subnet_id(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 453, in remove_router_interface_with_subnet_id
resp, body = self.put(uri, update_body)
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/routers/df0c3062-3b39-433d-a245-f7a66dcafca1/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f089fdc2d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
OvnExtraDhcpOptionsTest) |
fail
ft8.2: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest)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 0x7f036f777310>: 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 192, 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 333, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 716, 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 113, 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/b51c0bcc-cd1f-4107-bd15-3f4c4af6d4bf (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f036f777310>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 3 | 0 | 3 | 0 | 0 | Detail | |
MulticastTestIPv4Common) |
fail
ft9.1: tearDownClass (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/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 0x7f9dda40d3a0>: 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 192, 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 333, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 716, 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 113, 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/48b91693-7a50-45ee-b85a-3b5ddb69bf47 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9dda40d3a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
MulticastTestIPv4Ovn) |
fail
ft9.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 0x7fbf5b6693d0>: 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 192, 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 333, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 716, 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 113, 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/d749b5bf-4e67-41a5-bd81-adaeae63906d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf5b6693d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
MulticastTestIPv4Ovn) |
fail
ft9.3: 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 0x7fbf60de42e0>: 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 159, 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/706377f5-ee93-4e4a-bafa-9ecd17bca162 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60de42e0>: 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
ft10.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/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 0x7face4c29160>: 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 192, 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 333, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 716, 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 113, 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/9782e4f8-e389-48b0-8a52-c95707d2309b (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29160>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency | 1 | 0 | 1 | 0 | 0 | Detail | |
test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010] |
fail
ft11.1: whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-26 17:07:34,421 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.831s
2026-01-26 17:07:34,421 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "security_groups": ["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"], "allowed_address_pairs": [{"ip_address": "192.168.111.13/24"}]}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '995', 'x-openstack-request-id': 'req-1c7c56bc-6865-4bb7-bb14-4a09b782f9fd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"f5ab66ec-a709-42e6-b246-596fc0c761d0","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:06:f2:5d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.13"}],"project_id":"92dad3c9b54b4ac99635ed7757eaef67","qos_policy_id":null,"port_security_enabled":true,"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"binding:vnic_type":"normal","allowed_address_pairs":[{"mac_address":"fa:16:3e:06:f2:5d","ip_address":"192.168.111.13/24"}],"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-26T17:07:33Z","updated_at":"2026-01-26T17:07:33Z","revision_number":1}}'
2026-01-26 17:07:37,582 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.160s
2026-01-26 17:07:37,582 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-1272639793", "networks": [{"port": "f5ab66ec-a709-42e6-b246-596fc0c761d0"}], "security_groups": [{"name": "secgroup_bcast"}], "name": "tempest-broadcast-sender-123-342399699"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:34 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cab83025-98f5-4686-8cc0-42ab0adbb0d9', 'x-compute-request-id': 'req-cab83025-98f5-4686-8cc0-42ab0adbb0d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "36a95fcf-d142-452b-bb21-1d1c75f32247", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_bcast"}], "adminPass": "uvJzgCedEaM2"}}'
2026-01-26 17:07:38,341 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.757s
2026-01-26 17:07:38,341 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': 'Mon, 26 Jan 2026 17:07:37 GMT', 'server': 'Apache', 'content-length': '1381', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53442a66-fc24-48a9-a063-ee38f1f085b1', 'x-compute-request-id': 'req-53442a66-fc24-48a9-a063-ee38f1f085b1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "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-26 17:07:41,192 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 1.846s
2026-01-26 17:07:41,192 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': 'Mon, 26 Jan 2026 17:07:39 GMT', 'server': 'Apache', 'content-length': '1385', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36bfcc8d-f065-475a-af11-d68581ff3161', 'x-compute-request-id': 'req-36bfcc8d-f065-475a-af11-d68581ff3161', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "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-26 17:07:42,795 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.597s
2026-01-26 17:07:42,797 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': 'Mon, 26 Jan 2026 17:07:42 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c44a9c11-36dd-4d47-9dba-756315577081', 'x-compute-request-id': 'req-c44a9c11-36dd-4d47-9dba-756315577081', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:07:42,806 40 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait
2026-01-26 17:07:44,358 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.551s
2026-01-26 17:07:44,362 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': 'Mon, 26 Jan 2026 17:07:43 GMT', 'server': 'Apache', 'content-length': '1439', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8602d4-50f5-4396-aa3d-03100ebaa889', 'x-compute-request-id': 'req-1b8602d4-50f5-4396-aa3d-03100ebaa889', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:07:44,365 40 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-01-26 17:07:46,634 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 1.267s
2026-01-26 17:07:46,634 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': 'Mon, 26 Jan 2026 17:07:45 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd10ad84-97a7-4ad3-973c-10df69a8a87b', 'x-compute-request-id': 'req-dd10ad84-97a7-4ad3-973c-10df69a8a87b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:07:49,701 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 1.931s
2026-01-26 17:07:49,702 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': 'Mon, 26 Jan 2026 17:07:47 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf98d00-1687-48e4-bb54-ec6f68436f68', 'x-compute-request-id': 'req-5cf98d00-1687-48e4-bb54-ec6f68436f68', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:07:53,450 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 2.742s
2026-01-26 17:07:53,451 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': 'Mon, 26 Jan 2026 17:07:50 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd36107a-aa8a-4770-8787-bcaee37a6c0c', 'x-compute-request-id': 'req-bd36107a-aa8a-4770-8787-bcaee37a6c0c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:07:55,027 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.570s
2026-01-26 17:07:55,028 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': 'Mon, 26 Jan 2026 17:07:54 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a146016-b637-4c42-8c14-bf59a46ebf44', 'x-compute-request-id': 'req-6a146016-b637-4c42-8c14-bf59a46ebf44', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:07:57,324 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 1.288s
2026-01-26 17:07:57,324 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': 'Mon, 26 Jan 2026 17:07:56 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bde11d5-0d72-486f-bc6f-961a070cf5d8', 'x-compute-request-id': 'req-2bde11d5-0d72-486f-bc6f-961a070cf5d8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:03,685 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 5.356s
2026-01-26 17:08:03,685 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': 'Mon, 26 Jan 2026 17:07:58 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b70707aa-a8b5-402c-bcba-0d20a25f12ee', 'x-compute-request-id': 'req-b70707aa-a8b5-402c-bcba-0d20a25f12ee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:06,864 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 2.171s
2026-01-26 17:08:06,864 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': 'Mon, 26 Jan 2026 17:08:04 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ac89808-1608-4856-8e45-d54d2ddd7504', 'x-compute-request-id': 'req-9ac89808-1608-4856-8e45-d54d2ddd7504', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:09,870 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 2.001s
2026-01-26 17:08:09,870 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': 'Mon, 26 Jan 2026 17:08:07 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7466e1e2-a0c0-4471-8392-07ebdd0deb45', 'x-compute-request-id': 'req-7466e1e2-a0c0-4471-8392-07ebdd0deb45', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:11,799 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.924s
2026-01-26 17:08:11,799 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': 'Mon, 26 Jan 2026 17:08:10 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-658511f9-83b3-4c63-ac6e-765689a97e99', 'x-compute-request-id': 'req-658511f9-83b3-4c63-ac6e-765689a97e99', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:13,724 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.917s
2026-01-26 17:08:13,725 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': 'Mon, 26 Jan 2026 17:08:12 GMT', 'server': 'Apache', 'content-length': '1488', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-953b1491-5059-4659-a272-b7df8863ad73', 'x-compute-request-id': 'req-953b1491-5059-4659-a272-b7df8863ad73', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:07:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:16,138 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 1.404s
2026-01-26 17:08:16,139 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': 'Mon, 26 Jan 2026 17:08:14 GMT', 'server': 'Apache', 'content-length': '1659', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f70f1288-3a5a-4b1a-9153-92742dddce40', 'x-compute-request-id': 'req-f70f1288-3a5a-4b1a-9153-92742dddce40', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "ACTIVE", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:08:13Z", "addresses": {"tempest-test-network--778791441": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:f2:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": "2026-01-26T17:08:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:16,142 40 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 38 second wait
2026-01-26 17:08:16,342 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 0.198s
2026-01-26 17:08:16,342 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': 'Mon, 26 Jan 2026 17:08:16 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-aee97a5f-8453-4009-89f4-f53987a0b0a2', 'x-compute-request-id': 'req-aee97a5f-8453-4009-89f4-f53987a0b0a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action'}
Body: b'{"output": ""}'
2026-01-26 17:08:22,090 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 0.742s
2026-01-26 17:08:22,091 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': 'Mon, 26 Jan 2026 17:08:21 GMT', 'server': 'Apache', 'content-length': '45595', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61c44e9b-a0fa-4c56-bd2d-e653bae852ad', 'x-compute-request-id': 'req-61c44e9b-a0fa-4c56-bd2d-e653bae852ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4789464897 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.001049] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001537] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003836] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003872] Using GB pages for direct mapping\\n[ 0.004003] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004010] ACPI: Early table checksum verification disabled\\n[ 0.004013] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004017] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004022] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004027] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004029] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004032] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004034] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004036] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004038] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004039] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004040] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004041] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004042] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004042] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:28,582 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 1.485s
2026-01-26 17:08:28,584 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': 'Mon, 26 Jan 2026 17:08:27 GMT', 'server': 'Apache', 'content-length': '74760', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60dd1a4c-0cf4-4018-b829-3da3dd41145d', 'x-compute-request-id': 'req-60dd1a4c-0cf4-4018-b829-3da3dd41145d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4789464897 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.001049] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001537] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003836] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003872] Using GB pages for direct mapping\\n[ 0.004003] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004010] ACPI: Early table checksum verification disabled\\n[ 0.004013] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004017] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004022] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004027] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004029] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004032] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004034] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004036] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004038] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004039] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004040] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004041] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004042] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004042] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:33,928 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 0.338s
2026-01-26 17:08:33,929 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': 'Mon, 26 Jan 2026 17:08:33 GMT', 'server': 'Apache', 'content-length': '93955', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78e2e57d-6708-4798-ac67-2e209a089be3', 'x-compute-request-id': 'req-78e2e57d-6708-4798-ac67-2e209a089be3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4789464897 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.001049] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001537] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003836] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003872] Using GB pages for direct mapping\\n[ 0.004003] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004010] ACPI: Early table checksum verification disabled\\n[ 0.004013] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004017] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004022] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004027] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004029] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004032] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004034] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004036] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004038] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004039] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004040] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004041] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004042] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004042] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:39,279 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 0.342s
2026-01-26 17:08:39,280 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': 'Mon, 26 Jan 2026 17:08:38 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-1e7485fb-dc1e-43bb-9b1a-5102125218eb', 'x-compute-request-id': 'req-1e7485fb-dc1e-43bb-9b1a-5102125218eb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action'}
Body: b'{"output": " registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4789464897 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.001049] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001537] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003836] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003872] Using GB pages for direct mapping\\n[ 0.004003] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004010] ACPI: Early table checksum verification disabled\\n[ 0.004013] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004017] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004022] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004027] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004029] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004032] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004034] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004036] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004038] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004039] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004040] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004041] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004042] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004042] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005212] No NUMA configuration found\\n[ 0.005213] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005223] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005453] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005465] Zone ranges:\\n[ 0.005466] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005468] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005469] Normal empty\\n[ 0.005470] Device empty\\n[ 0.005471] Movable zone start for each node\\n[ 0.005472] Early memory node ranges\\n[ 0.005473] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005474] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005476] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005482] On node 0, zone
2026-01-26 17:08:44,728 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 0.442s
2026-01-26 17:08:44,730 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': 'Mon, 26 Jan 2026 17:08:44 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-a055d95c-efdd-4bf6-a251-9622d79963ef', 'x-compute-request-id': 'req-a055d95c-efdd-4bf6-a251-9622d79963ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action'}
Body: b'{"output": "00000003ffdafff]\\n[ 0.005476] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005482] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005522] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006141] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017422] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017449] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.017587] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017590] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017591] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017592] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017594] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017595] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017597] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017599] TSC deadline timer available\\n[ 0.017612] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017685] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017687] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017688] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017688] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017690] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017691] Booting paravirtualized kernel on KVM\\n[ 0.017694] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023028] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023416] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023532] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023539] Fallback order for Node 0: 0 \\n[ 0.023542] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023544] Policy zone: DMA32\\n[ 0.023545] 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.023658] 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.023744] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023787] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024005] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029462] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029471] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030220] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030248] ftrace: allocating 46193 entries in 181 pages\\n[ 0.049929] ftrace: allocated 181 pages with 5 groups\\n[ 0.050605] Dynamic Preempt: voluntary\\n[ 0.051075] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.051076] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.051078] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.051079] \\tRude variant of Tasks RCU enabled.\\n[ 0.051079] \\tTracing variant of Tasks RCU enabled.\\n[ 0.051080] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.051081] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.056274] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.056632] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.056767] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.056787] random: crng init done\\n[ 0.115960] Console: colour VGA+ 80x25\\n[ 0.668393] printk: console [ttyS0] en
2026-01-26 17:08:50,127 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action 0.388s
2026-01-26 17:08:50,130 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': 'Mon, 26 Jan 2026 17:08:49 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-b15030f2-ce55-4728-90ad-14a4134f5927', 'x-compute-request-id': 'req-b15030f2-ce55-4728-90ad-14a4134f5927', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247/action'}
Body: b'{"output": " 97 pages in unavailable ranges\\n[ 0.006141] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017422] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017449] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.017587] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017590] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017591] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017592] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017594] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017595] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017597] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017599] TSC deadline timer available\\n[ 0.017612] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017685] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017687] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017688] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017688] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017690] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017691] Booting paravirtualized kernel on KVM\\n[ 0.017694] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023028] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023416] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023532] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023539] Fallback order for Node 0: 0 \\n[ 0.023542] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023544] Policy zone: DMA32\\n[ 0.023545] 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.023658] 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.023744] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023787] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024005] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029462] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029471] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030220] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030248] ftrace: allocating 46193 entries in 181 pages\\n[ 0.049929] ftrace: allocated 181 pages with 5 groups\\n[ 0.050605] Dynamic Preempt: voluntary\\n[ 0.051075] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.051076] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.051078] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.051079] \\tRude variant of Tasks RCU enabled.\\n[ 0.051079] \\tTracing variant of Tasks RCU enabled.\\n[ 0.051080] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.051081] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.056274] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.056632] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.056767] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.056787] random: crng init done\\n[ 0.115960] Console: colour VGA+ 80x25\\n[ 0.668393] printk: console [ttyS0] enabled\\n[ 0.671069] ACPI: Core revision 20221020\\n[ 0.673812] APIC: Switch to symmetric I/O mode setup\\n[ 0.678499] x2apic enabled\\n[ 0.681569] Switched APIC routing to physical x2apic.\\n[
2026-01-26 17:08:50,852 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 0.715s
2026-01-26 17:08:50,852 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': 'Mon, 26 Jan 2026 17:08:50 GMT', 'server': 'Apache', 'content-length': '1659', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02cc5a81-f0f5-4a6b-b56e-9a0439588212', 'x-compute-request-id': 'req-02cc5a81-f0f5-4a6b-b56e-9a0439588212', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"server": {"id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "name": "tempest-broadcast-sender-123-342399699", "status": "ACTIVE", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:07:37Z", "updated": "2026-01-26T17:08:13Z", "addresses": {"tempest-test-network--778791441": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:f2:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/36a95fcf-d142-452b-bb21-1d1c75f32247"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": "2026-01-26T17:08:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:08:51,007 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=36a95fcf-d142-452b-bb21-1d1c75f32247 0.150s
2026-01-26 17:08:51,007 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': 'Mon, 26 Jan 2026 17:08:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1130', 'x-openstack-request-id': 'req-c4122dda-3096-43fe-a0e7-17946a8c9cc0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=36a95fcf-d142-452b-bb21-1d1c75f32247'}
Body: b'{"ports":[{"id":"f5ab66ec-a709-42e6-b246-596fc0c761d0","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:06:f2:5d","admin_state_up":true,"status":"ACTIVE","device_id":"36a95fcf-d142-452b-bb21-1d1c75f32247","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.13"}],"allowed_address_pairs":[{"mac_address":"fa:16:3e:06:f2:5d","ip_address":"192.168.111.13/24"}],"extra_dhcp_opts":[],"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-broadcast-sender-123-342399699","dns_assignment":[{"ip_address":"10.100.0.13","hostname":"tempest-broadcast-sender-123-342399699","fqdn":"tempest-broadcast-sender-123-342399699.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:07:33Z","updated_at":"2026-01-26T17:08:12Z","revision_number":4,"project_id":"92dad3c9b54b4ac99635ed7757eaef67"}]}'
2026-01-26 17:08:55,740 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 4.732s
2026-01-26 17:08:55,742 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": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "f5ab66ec-a709-42e6-b246-596fc0c761d0"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-7bd8ab12-7bab-4c20-a648-1fef8b2a0430', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "e46c092c-a9b0-4ac4-b512-2d2208cb5fbf", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "floating_ip_address": "192.168.122.189", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "15ec0873-c4b4-4fdb-8b77-9171cfb936ce", "port_id": "f5ab66ec-a709-42e6-b246-596fc0c761d0", "fixed_ip_address": "10.100.0.13", "status": "DOWN", "project_id": "92dad3c9b54b4ac99635ed7757eaef67", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "mac_address": "fa:16:3e:06:f2:5d", "admin_state_up": true, "status": "ACTIVE", "device_id": "36a95fcf-d142-452b-bb21-1d1c75f32247", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:08:52Z", "updated_at": "2026-01-26T17:08:52Z", "revision_number": 0}}'
2026-01-26 17:08:55,743 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:55,781 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:55,897 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:55,898 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:56,283 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.189' (timeout=None)...
2026-01-26 17:08:56,284 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:56,301 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:56,403 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:56,404 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:56,524 40 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:06:f2:5d brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.13/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43179sec preferred_lft 43179sec
inet6 fe80::f816:3eff:fe06:f25d/64 scope link
valid_lft forever preferred_lft forever
2026-01-26 17:08:56,525 40 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-26 17:08:56,526 40 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-26 17:08:56,527 40 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-26 17:08:56,528 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:56,528 40 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-26 17:08:56,528 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:56,529 40 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-26 17:08:56,531 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:06:f2:5d', 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-26 17:08:56,531 40 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-26 17:08:56,532 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.13/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-26 17:08:56,532 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43179sec', 'preferred_lft': '43179sec'}
2026-01-26 17:08:56,532 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe06:f25d/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-26 17:08:56,532 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:56,532 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.189' (timeout=None)...
2026-01-26 17:08:56,532 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:56,544 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:56,671 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:56,680 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:56,784 40 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:06:f2:5d brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.13/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43179sec preferred_lft 43179sec
inet6 fe80::f816:3eff:fe06:f25d/64 scope link
valid_lft forever preferred_lft forever
2026-01-26 17:08:56,785 40 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-26 17:08:56,785 40 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-26 17:08:56,785 40 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-26 17:08:56,785 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:56,785 40 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-26 17:08:56,786 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:56,786 40 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-26 17:08:56,786 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:06:f2:5d', 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-26 17:08:56,786 40 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-26 17:08:56,786 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.13/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-26 17:08:56,786 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43179sec', 'preferred_lft': '43179sec'}
2026-01-26 17:08:56,786 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe06:f25d/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-26 17:08:56,787 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:56,788 40 DEBUG [neutron_tempest_plugin.common.ip] Configuring VLAN subport interface 'eth0.123' on top of interface 'eth0' with IPs: 192.168.111.13/24
2026-01-26 17:08:56,788 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link add link eth0 name eth0.123 type vlan id 123" on remote host '192.168.122.189' (timeout=None)...
2026-01-26 17:08:56,788 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:56,806 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:56,940 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:56,940 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:57,100 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link add link eth0 name eth0.123 type vlan id 123" succeeded:
stderr:
None
stdout:
2026-01-26 17:08:57,101 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link set dev eth0.123 up" on remote host '192.168.122.189' (timeout=None)...
2026-01-26 17:08:57,101 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:57,120 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:57,232 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:57,232 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:57,348 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link set dev eth0.123 up" succeeded:
stderr:
None
stdout:
2026-01-26 17:08:57,358 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address add 192.168.111.13/24 dev eth0.123" on remote host '192.168.122.189' (timeout=None)...
2026-01-26 17:08:57,358 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:57,371 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:57,472 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:57,473 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:57,599 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address add 192.168.111.13/24 dev eth0.123" succeeded:
stderr:
None
stdout:
2026-01-26 17:08:57,604 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.189' (timeout=None)...
2026-01-26 17:08:57,606 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.189:22' as 'rocky' with public key authentication
2026-01-26 17:08:57,638 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:08:57,749 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:08:57,750 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.189 successfully created
2026-01-26 17:08:57,867 40 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:06:f2:5d brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.13/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43178sec preferred_lft 43178sec
inet6 fe80::f816:3eff:fe06:f25d/64 scope link
valid_lft forever preferred_lft forever
3: eth0.123@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc noqueue state UP group default qlen 1000
link/ether fa:16:3e:06:f2:5d brd ff:ff:ff:ff:ff:ff
inet 192.168.111.13/24 scope global eth0.123
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fe06:f25d/64 scope link tentative
valid_lft forever preferred_lft forever
2026-01-26 17:08:57,867 40 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-26 17:08:57,868 40 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-26 17:08:57,868 40 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-26 17:08:57,868 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:57,869 40 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-26 17:08:57,869 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:57,869 40 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-26 17:08:57,869 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:06:f2:5d', 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-26 17:08:57,869 40 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-26 17:08:57,869 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.13/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-26 17:08:57,869 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43178sec', 'preferred_lft': '43178sec'}
2026-01-26 17:08:57,869 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe06:f25d/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-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:06:f2:5d', device=Device(name='eth0.123', 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-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='192.168.111.13/24', device=Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'global'})
2026-01-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'global', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe06:f25d/64', device=Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-26 17:08:57,870 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:08:59,173 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.302s
2026-01-26 17:08:59,174 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "security_groups": ["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"], "allowed_address_pairs": [{"ip_address": "192.168.111.14/24"}]}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '991', 'x-openstack-request-id': 'req-dadbc5bc-bde4-453d-ba87-0bb2406ab895', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"fb321647-501a-4c68-943d-f09e9892f56e","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:63:45:95","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.8"}],"project_id":"92dad3c9b54b4ac99635ed7757eaef67","qos_policy_id":null,"port_security_enabled":true,"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"binding:vnic_type":"normal","allowed_address_pairs":[{"mac_address":"fa:16:3e:63:45:95","ip_address":"192.168.111.14/24"}],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.8","hostname":"host-10-100-0-8","fqdn":"host-10-100-0-8.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:08:58Z","updated_at":"2026-01-26T17:08:58Z","revision_number":1}}'
2026-01-26 17:09:01,897 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.722s
2026-01-26 17:09:01,898 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-1272639793", "networks": [{"port": "fb321647-501a-4c68-943d-f09e9892f56e"}], "security_groups": [{"name": "secgroup_bcast"}], "name": "tempest-broadcast-receiver-123-993422041"}, "os:scheduler_hints": {"different_host": "36a95fcf-d142-452b-bb21-1d1c75f32247"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:59 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af2cd95f-0bd4-45d5-a458-d4aa309367aa', 'x-compute-request-id': 'req-af2cd95f-0bd4-45d5-a458-d4aa309367aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_bcast"}], "adminPass": "amcxUuXaX7W9"}}'
2026-01-26 17:09:02,179 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.279s
2026-01-26 17:09:02,179 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': 'Mon, 26 Jan 2026 17:09:01 GMT', 'server': 'Apache', 'content-length': '1383', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7911dee3-db34-4df9-96a8-39a52ba4e296', 'x-compute-request-id': 'req-7911dee3-db34-4df9-96a8-39a52ba4e296', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "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-26 17:09:03,440 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.251s
2026-01-26 17:09:03,440 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': 'Mon, 26 Jan 2026 17:09:03 GMT', 'server': 'Apache', 'content-length': '1443', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dac14bc9-d597-4da9-8ef5-04764c0ef0e9', 'x-compute-request-id': 'req-dac14bc9-d597-4da9-8ef5-04764c0ef0e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:09:03,443 40 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait
2026-01-26 17:09:05,022 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.577s
2026-01-26 17:09:05,022 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': 'Mon, 26 Jan 2026 17:09:04 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-633e078c-59b4-4a56-8015-782d7f88488b', 'x-compute-request-id': 'req-633e078c-59b4-4a56-8015-782d7f88488b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:09:05,026 40 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait
2026-01-26 17:09:06,606 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.579s
2026-01-26 17:09:06,606 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': 'Mon, 26 Jan 2026 17:09:06 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-15bd54cb-f7a6-446e-8a15-ca2b0664b9d6', 'x-compute-request-id': 'req-15bd54cb-f7a6-446e-8a15-ca2b0664b9d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:09:07,923 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.312s
2026-01-26 17:09:07,923 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': 'Mon, 26 Jan 2026 17:09:07 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-36dbdb64-420b-4496-9ba1-30c45c0f279f', 'x-compute-request-id': 'req-36dbdb64-420b-4496-9ba1-30c45c0f279f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:09:09,500 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.572s
2026-01-26 17:09:09,500 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': 'Mon, 26 Jan 2026 17:09:08 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-8d85480c-0025-4999-8678-d662a78f9358', 'x-compute-request-id': 'req-8d85480c-0025-4999-8678-d662a78f9358', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:09:11,537 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 1.033s
2026-01-26 17:09:11,538 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': 'Mon, 26 Jan 2026 17:09:10 GMT', 'server': 'Apache', 'content-length': '1660', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afca1a7e-7a31-4765-afc4-df6aad48b121', 'x-compute-request-id': 'req-afca1a7e-7a31-4765-afc4-df6aad48b121', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "ACTIVE", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:09Z", "addresses": {"tempest-test-network--778791441": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:45:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": "2026-01-26T17:09:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:09:11,541 40 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2026-01-26 17:09:11,668 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.127s
2026-01-26 17:09:11,669 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': 'Mon, 26 Jan 2026 17:09:11 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-d8b41573-1ed6-489e-9b08-01ee0d6d9d7d', 'x-compute-request-id': 'req-d8b41573-1ed6-489e-9b08-01ee0d6d9d7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action'}
Body: b'{"output": ""}'
2026-01-26 17:09:16,885 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.210s
2026-01-26 17:09:16,885 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': 'Mon, 26 Jan 2026 17:09:16 GMT', 'server': 'Apache', 'content-length': '27964', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18963e0d-aeea-473b-9055-45a0f238d5ee', 'x-compute-request-id': 'req-18963e0d-aeea-473b-9055-45a0f238d5ee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4536672717 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000865] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001223] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003610] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003673] Using GB pages for direct mapping\\n[ 0.003869] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003877] ACPI: Early table checksum verification disabled\\n[ 0.003881] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003885] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003890] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003895] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003898] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003901] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003905] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003908] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003910] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003912] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003913] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003914] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003915] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003916] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:22,245 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.179s
2026-01-26 17:09:22,246 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': 'Mon, 26 Jan 2026 17:09:22 GMT', 'server': 'Apache', 'content-length': '70860', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ddd1d5e-b649-473c-970b-348ac58b8797', 'x-compute-request-id': 'req-1ddd1d5e-b649-473c-970b-348ac58b8797', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4536672717 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000865] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001223] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003610] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003673] Using GB pages for direct mapping\\n[ 0.003869] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003877] ACPI: Early table checksum verification disabled\\n[ 0.003881] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003885] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003890] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003895] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003898] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003901] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003905] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003908] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003910] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003912] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003913] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003914] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003915] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003916] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:27,408 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.155s
2026-01-26 17:09:27,409 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': 'Mon, 26 Jan 2026 17:09:27 GMT', 'server': 'Apache', 'content-length': '86535', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f85be7d-3489-4d18-a8d7-06253322b9d3', 'x-compute-request-id': 'req-9f85be7d-3489-4d18-a8d7-06253322b9d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4536672717 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000865] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001223] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003610] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003673] Using GB pages for direct mapping\\n[ 0.003869] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003877] ACPI: Early table checksum verification disabled\\n[ 0.003881] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003885] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003890] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003895] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003898] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003901] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003905] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003908] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003910] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003912] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003913] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003914] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003915] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003916] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:32,576 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.158s
2026-01-26 17:09:32,577 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': 'Mon, 26 Jan 2026 17:09:32 GMT', 'server': 'Apache', 'content-length': '95095', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c91d104d-03e7-44d1-ac07-e6dffa7ec265', 'x-compute-request-id': 'req-c91d104d-03e7-44d1-ac07-e6dffa7ec265', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4536672717 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000865] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001223] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003610] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003673] Using GB pages for direct mapping\\n[ 0.003869] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003877] ACPI: Early table checksum verification disabled\\n[ 0.003881] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003885] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003890] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003895] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003898] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003901] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003905] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003908] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003910] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003912] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003913] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003914] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003915] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003916] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:37,722 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.134s
2026-01-26 17:09:37,723 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': 'Mon, 26 Jan 2026 17:09:37 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-946214cd-7f70-4beb-8f03-2225656489aa', 'x-compute-request-id': 'req-946214cd-7f70-4beb-8f03-2225656489aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action'}
Body: b'{"output": " table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003916] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005249] No NUMA configuration found\\n[ 0.005251] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005265] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005588] Reserving 192MB of memory at 384MB for crashkernel (System RAM: 1023MB)\\n[ 0.005606] Zone ranges:\\n[ 0.005607] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005609] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005611] Normal empty\\n[ 0.005612] Device empty\\n[ 0.005613] Movable zone start for each node\\n[ 0.005616] Early memory node ranges\\n[ 0.005616] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005619] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005622] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005629] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005707] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006553] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017997] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018024] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018167] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018172] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018174] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018176] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018177] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018179] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018182] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018185] TSC deadline timer available\\n[ 0.018202] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018288] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018290] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018291] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018292] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018293] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018295] Booting paravirtualized kernel on KVM\\n[ 0.018298] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023774] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024125] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024252] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024259] Fallback order for Node 0: 0 \\n[ 0.024263] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024265] Policy zone: DMA32\\n[ 0.024267] 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.024387] 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.024475] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024521] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024917] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029735] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029743] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030447] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030478] ftrace: allocating 46193 entries in 181 pages\\n[ 0.054338] ftrace: allocated 181 pages with 5 groups\\n[ 0.055209] Dynamic Preempt: voluntary\\n[ 0.057
2026-01-26 17:09:42,871 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action 0.140s
2026-01-26 17:09:42,872 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': 'Mon, 26 Jan 2026 17:09:42 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-f8b70838-de7a-4336-8dd0-253a5fa913ce', 'x-compute-request-id': 'req-f8b70838-de7a-4336-8dd0-253a5fa913ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d/action'}
Body: b'{"output": "nges\\n[ 0.006553] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017997] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018024] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018167] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018172] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018174] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018176] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018177] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018179] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018182] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018185] TSC deadline timer available\\n[ 0.018202] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018288] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018290] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018291] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018292] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018293] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018295] Booting paravirtualized kernel on KVM\\n[ 0.018298] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023774] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024125] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024252] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024259] Fallback order for Node 0: 0 \\n[ 0.024263] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024265] Policy zone: DMA32\\n[ 0.024267] 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.024387] 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.024475] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024521] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024917] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029735] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029743] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030447] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030478] ftrace: allocating 46193 entries in 181 pages\\n[ 0.054338] ftrace: allocated 181 pages with 5 groups\\n[ 0.055209] Dynamic Preempt: voluntary\\n[ 0.057273] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.057274] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.057276] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.057276] \\tRude variant of Tasks RCU enabled.\\n[ 0.057277] \\tTracing variant of Tasks RCU enabled.\\n[ 0.057277] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.057278] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.062178] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.062544] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.062669] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.062689] random: crng init done\\n[ 0.118885] Console: colour VGA+ 80x25\\n[ 0.616434] printk: console [ttyS0] enabled\\n[ 0.619763] ACPI: Core revision 20221020\\n[ 0.623128] APIC: Switch to symmetric I/O mode setup\\n[ 0.628530] x2apic enabled\\n[ 0.631819] Switched APIC routing to physical x2apic.\\n[ 0.641595] clocksource:
2026-01-26 17:09:43,377 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d 0.502s
2026-01-26 17:09:43,377 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': 'Mon, 26 Jan 2026 17:09:42 GMT', 'server': 'Apache', 'content-length': '1660', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26104d9b-a137-4a27-9a2d-02000c385903', 'x-compute-request-id': 'req-26104d9b-a137-4a27-9a2d-02000c385903', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"server": {"id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "name": "tempest-broadcast-receiver-123-993422041", "status": "ACTIVE", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "8183f2f5b7d244410180f6fc20814a0b612cceab5a3e7e8094d7708b", "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-26T17:09:01Z", "updated": "2026-01-26T17:09:09Z", "addresses": {"tempest-test-network--778791441": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:45:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": "2026-01-26T17:09:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:09:43,520 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=884b9df7-713e-4ef9-a70c-e26aa461c11d 0.138s
2026-01-26 17:09:43,520 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': 'Mon, 26 Jan 2026 17:09:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1134', 'x-openstack-request-id': 'req-998a7a96-7168-474f-9ed9-00b94f9517e6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=884b9df7-713e-4ef9-a70c-e26aa461c11d'}
Body: b'{"ports":[{"id":"fb321647-501a-4c68-943d-f09e9892f56e","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:63:45:95","admin_state_up":true,"status":"ACTIVE","device_id":"884b9df7-713e-4ef9-a70c-e26aa461c11d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.8"}],"allowed_address_pairs":[{"mac_address":"fa:16:3e:63:45:95","ip_address":"192.168.111.14/24"}],"extra_dhcp_opts":[],"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-broadcast-receiver-123-993422041","dns_assignment":[{"ip_address":"10.100.0.8","hostname":"tempest-broadcast-receiver-123-993422041","fqdn":"tempest-broadcast-receiver-123-993422041.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:08:58Z","updated_at":"2026-01-26T17:09:07Z","revision_number":4,"project_id":"92dad3c9b54b4ac99635ed7757eaef67"}]}'
2026-01-26 17:09:47,945 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 4.422s
2026-01-26 17:09:47,945 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": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "fb321647-501a-4c68-943d-f09e9892f56e"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-58d7f4dd-15ee-4634-b411-a83bda214746', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "19d017e7-0b28-4a81-8b3e-94b343ff5eb3", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "floating_ip_address": "192.168.122.226", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "15ec0873-c4b4-4fdb-8b77-9171cfb936ce", "port_id": "fb321647-501a-4c68-943d-f09e9892f56e", "fixed_ip_address": "10.100.0.8", "status": "DOWN", "project_id": "92dad3c9b54b4ac99635ed7757eaef67", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "mac_address": "fa:16:3e:63:45:95", "admin_state_up": true, "status": "ACTIVE", "device_id": "884b9df7-713e-4ef9-a70c-e26aa461c11d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:09:44Z", "updated_at": "2026-01-26T17:09:44Z", "revision_number": 0}}'
2026-01-26 17:09:47,946 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:47,976 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:48,138 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:48,140 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:48,717 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.226' (timeout=None)...
2026-01-26 17:09:48,717 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:48,741 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:48,847 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:48,848 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:49,019 40 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:63:45:95 brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.8/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43184sec preferred_lft 43184sec
inet6 fe80::f816:3eff:fe63:4595/64 scope link
valid_lft forever preferred_lft forever
2026-01-26 17:09:49,019 40 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-26 17:09:49,020 40 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-26 17:09:49,020 40 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-26 17:09:49,020 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:49,020 40 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-26 17:09:49,020 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:49,020 40 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-26 17:09:49,021 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:63:45:95', 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-26 17:09:49,021 40 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-26 17:09:49,021 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.8/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-26 17:09:49,021 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43184sec', 'preferred_lft': '43184sec'}
2026-01-26 17:09:49,021 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe63:4595/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-26 17:09:49,021 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:49,022 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.226' (timeout=None)...
2026-01-26 17:09:49,022 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:49,043 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:49,152 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:49,153 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:49,311 40 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:63:45:95 brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.8/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43184sec preferred_lft 43184sec
inet6 fe80::f816:3eff:fe63:4595/64 scope link
valid_lft forever preferred_lft forever
2026-01-26 17:09:49,311 40 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-26 17:09:49,311 40 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-26 17:09:49,312 40 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-26 17:09:49,312 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:49,312 40 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-26 17:09:49,312 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:49,312 40 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-26 17:09:49,312 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:63:45:95', 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-26 17:09:49,312 40 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-26 17:09:49,313 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.8/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-26 17:09:49,313 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43184sec', 'preferred_lft': '43184sec'}
2026-01-26 17:09:49,313 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe63:4595/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-26 17:09:49,313 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:49,314 40 DEBUG [neutron_tempest_plugin.common.ip] Configuring VLAN subport interface 'eth0.123' on top of interface 'eth0' with IPs: 192.168.111.14/24
2026-01-26 17:09:49,314 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link add link eth0 name eth0.123 type vlan id 123" on remote host '192.168.122.226' (timeout=None)...
2026-01-26 17:09:49,314 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:49,342 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:49,450 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:49,451 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:49,659 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link add link eth0 name eth0.123 type vlan id 123" succeeded:
stderr:
None
stdout:
2026-01-26 17:09:49,659 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link set dev eth0.123 up" on remote host '192.168.122.226' (timeout=None)...
2026-01-26 17:09:49,660 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:49,695 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:49,825 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:49,826 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:49,994 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link set dev eth0.123 up" succeeded:
stderr:
None
stdout:
2026-01-26 17:09:49,994 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address add 192.168.111.14/24 dev eth0.123" on remote host '192.168.122.226' (timeout=None)...
2026-01-26 17:09:49,994 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:50,021 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:50,143 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:50,144 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:50,295 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address add 192.168.111.14/24 dev eth0.123" succeeded:
stderr:
None
stdout:
2026-01-26 17:09:50,295 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.226' (timeout=None)...
2026-01-26 17:09:50,295 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.226:22' as 'rocky' with public key authentication
2026-01-26 17:09:50,323 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:50,468 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:50,469 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.226 successfully created
2026-01-26 17:09:50,716 40 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:63:45:95 brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.8/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43182sec preferred_lft 43182sec
inet6 fe80::f816:3eff:fe63:4595/64 scope link
valid_lft forever preferred_lft forever
3: eth0.123@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc noqueue state UP group default qlen 1000
link/ether fa:16:3e:63:45:95 brd ff:ff:ff:ff:ff:ff
inet 192.168.111.14/24 scope global eth0.123
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fe63:4595/64 scope link tentative
valid_lft forever preferred_lft forever
2026-01-26 17:09:50,719 40 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-26 17:09:50,721 40 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-26 17:09:50,721 40 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-26 17:09:50,721 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:50,722 40 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-26 17:09:50,722 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:50,722 40 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-26 17:09:50,722 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:63:45:95', 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-26 17:09:50,722 40 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-26 17:09:50,722 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.8/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-26 17:09:50,723 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43182sec', 'preferred_lft': '43182sec'}
2026-01-26 17:09:50,723 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe63:4595/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-26 17:09:50,723 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:50,723 40 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-26 17:09:50,723 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:63:45:95', device=Device(name='eth0.123', 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-26 17:09:50,723 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='192.168.111.14/24', device=Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'global'})
2026-01-26 17:09:50,724 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'global', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:50,724 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe63:4595/64', device=Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-26 17:09:50,724 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:09:52,240 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.512s
2026-01-26 17:09:52,242 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "security_groups": ["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"], "allowed_address_pairs": [{"ip_address": "192.168.111.15/24"}]}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '991', 'x-openstack-request-id': 'req-7a78ccbd-fab0-4580-9129-38135980587c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"bed640ff-8f8c-416e-8e62-6660184351ca","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:fe:d8:45","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.3"}],"project_id":"92dad3c9b54b4ac99635ed7757eaef67","qos_policy_id":null,"port_security_enabled":true,"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"binding:vnic_type":"normal","allowed_address_pairs":[{"mac_address":"fa:16:3e:fe:d8:45","ip_address":"192.168.111.15/24"}],"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-26T17:09:51Z","updated_at":"2026-01-26T17:09:51Z","revision_number":1}}'
2026-01-26 17:09:54,350 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.107s
2026-01-26 17:09:54,351 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-1272639793", "networks": [{"port": "bed640ff-8f8c-416e-8e62-6660184351ca"}], "security_groups": [{"name": "secgroup_bcast"}], "name": "tempest-broadcast-receiver-123-395042097"}, "os:scheduler_hints": {"same_host": "36a95fcf-d142-452b-bb21-1d1c75f32247"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:52 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1337828-a368-409f-a7dd-a0660c45513d', 'x-compute-request-id': 'req-c1337828-a368-409f-a7dd-a0660c45513d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_bcast"}], "adminPass": "UjCCqYt2EVuc"}}'
2026-01-26 17:09:54,663 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.310s
2026-01-26 17:09:54,663 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': 'Mon, 26 Jan 2026 17:09:54 GMT', 'server': 'Apache', 'content-length': '1383', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d925eb-d6e9-4832-b03f-04f2002c2b60', 'x-compute-request-id': 'req-a2d925eb-d6e9-4832-b03f-04f2002c2b60', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "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-26 17:09:56,431 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.747s
2026-01-26 17:09:56,432 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': 'Mon, 26 Jan 2026 17:09:55 GMT', 'server': 'Apache', 'content-length': '1383', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81bf9fb9-9c74-49e2-8d0d-0341bc023b27', 'x-compute-request-id': 'req-81bf9fb9-9c74-49e2-8d0d-0341bc023b27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "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-26 17:09:58,404 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.967s
2026-01-26 17:09:58,405 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': 'Mon, 26 Jan 2026 17:09:57 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eca9f8d-1db4-47d8-8175-f6e5136f5659', 'x-compute-request-id': 'req-5eca9f8d-1db4-47d8-8175-f6e5136f5659', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:09:58,410 40 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait
2026-01-26 17:10:00,470 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 1.058s
2026-01-26 17:10:00,470 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': 'Mon, 26 Jan 2026 17:09:59 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-90b7b199-5ca2-40b1-9c01-9f3412c8d3e8', 'x-compute-request-id': 'req-90b7b199-5ca2-40b1-9c01-9f3412c8d3e8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:10:02,022 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.546s
2026-01-26 17:10:02,022 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': 'Mon, 26 Jan 2026 17:10:01 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-9a292fb8-c06b-4356-a22d-8708a95f980a', 'x-compute-request-id': 'req-9a292fb8-c06b-4356-a22d-8708a95f980a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:10:03,593 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.564s
2026-01-26 17:10:03,593 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': 'Mon, 26 Jan 2026 17:10:03 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-62f2b567-0a20-47f1-91dc-ac58b78c2114', 'x-compute-request-id': 'req-62f2b567-0a20-47f1-91dc-ac58b78c2114', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:10:05,414 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.814s
2026-01-26 17:10:05,414 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': 'Mon, 26 Jan 2026 17:10:04 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-4fe4d83b-2040-45ef-b8ca-459186cf54e0', 'x-compute-request-id': 'req-4fe4d83b-2040-45ef-b8ca-459186cf54e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "BUILD", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:09:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:10:06,815 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.397s
2026-01-26 17:10:06,815 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': 'Mon, 26 Jan 2026 17:10:06 GMT', 'server': 'Apache', 'content-length': '1660', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-289f5a39-22c5-4c42-be12-914f7c85c105', 'x-compute-request-id': 'req-289f5a39-22c5-4c42-be12-914f7c85c105', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "ACTIVE", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:10:05Z", "addresses": {"tempest-test-network--778791441": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:d8:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": "2026-01-26T17:10:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:10:06,818 40 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2026-01-26 17:10:06,926 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.107s
2026-01-26 17:10:06,926 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': 'Mon, 26 Jan 2026 17:10:06 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-8b58934c-315b-47a6-9f70-4c6ae54eb8ce', 'x-compute-request-id': 'req-8b58934c-315b-47a6-9f70-4c6ae54eb8ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action'}
Body: b'{"output": ""}'
2026-01-26 17:10:12,052 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.121s
2026-01-26 17:10:12,053 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': 'Mon, 26 Jan 2026 17:10:11 GMT', 'server': 'Apache', 'content-length': '22157', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb556783-daff-40c4-b23f-afdd03ec7004', 'x-compute-request-id': 'req-eb556783-daff-40c4-b23f-afdd03ec7004', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5122962528 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2800.000 MHz processor\\n[ 0.000780] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001205] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003548] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003582] Using GB pages for direct mapping\\n[ 0.003757] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003763] ACPI: Early table checksum verification disabled\\n[ 0.003767] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003771] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003776] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003781] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003783] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003786] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003788] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003790] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003792] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003794] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003794] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003795] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003796] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003797] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:17,277 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.205s
2026-01-26 17:10:17,278 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': 'Mon, 26 Jan 2026 17:10:17 GMT', 'server': 'Apache', 'content-length': '70420', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb214138-e2ff-4a4f-9a21-d0c2acb32c25', 'x-compute-request-id': 'req-cb214138-e2ff-4a4f-9a21-d0c2acb32c25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5122962528 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2800.000 MHz processor\\n[ 0.000780] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001205] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003548] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003582] Using GB pages for direct mapping\\n[ 0.003757] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003763] ACPI: Early table checksum verification disabled\\n[ 0.003767] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003771] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003776] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003781] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003783] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003786] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003788] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003790] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003792] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003794] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003794] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003795] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003796] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003797] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:22,404 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.119s
2026-01-26 17:10:22,405 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': 'Mon, 26 Jan 2026 17:10:22 GMT', 'server': 'Apache', 'content-length': '88430', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-135e0d41-e3f9-40e2-8207-b14065be6e2b', 'x-compute-request-id': 'req-135e0d41-e3f9-40e2-8207-b14065be6e2b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5122962528 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2800.000 MHz processor\\n[ 0.000780] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001205] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003548] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003582] Using GB pages for direct mapping\\n[ 0.003757] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003763] ACPI: Early table checksum verification disabled\\n[ 0.003767] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003771] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003776] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003781] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003783] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003786] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003788] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003790] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003792] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003794] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003794] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003795] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003796] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003797] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:27,572 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.160s
2026-01-26 17:10:27,573 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': 'Mon, 26 Jan 2026 17:10:27 GMT', 'server': 'Apache', 'content-length': '98337', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e79b1b07-e9ce-47c2-b54e-35a5ae5c34a6', 'x-compute-request-id': 'req-e79b1b07-e9ce-47c2-b54e-35a5ae5c34a6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5122962528 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2800.000 MHz processor\\n[ 0.000780] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001205] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003548] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003582] Using GB pages for direct mapping\\n[ 0.003757] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003763] ACPI: Early table checksum verification disabled\\n[ 0.003767] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003771] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003776] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003781] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003783] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003786] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003788] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003790] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003792] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003794] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003794] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003795] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003796] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003797] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:32,753 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.170s
2026-01-26 17:10:32,754 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': 'Mon, 26 Jan 2026 17:10:32 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-d4dfb4fa-ee57-4c0d-a76a-fa68a55dde54', 'x-compute-request-id': 'req-d4dfb4fa-ee57-4c0d-a76a-fa68a55dde54', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action'}
Body: b'{"output": "[ 0.005000] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005001] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005007] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005048] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005611] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.014949] ACPI: PM-Timer IO Port: 0x608\\n[ 0.014974] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.015103] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.015107] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.015108] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.015110] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.015111] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.015112] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.015115] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.015117] TSC deadline timer available\\n[ 0.015131] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.015206] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.015208] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.015209] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.015210] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.015211] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.015213] Booting paravirtualized kernel on KVM\\n[ 0.015215] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020693] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.020891] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021001] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021007] Fallback order for Node 0: 0 \\n[ 0.021009] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021011] Policy zone: DMA32\\n[ 0.021011] 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.021102] 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.021192] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021235] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021574] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.026260] Memory: 199352K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.026269] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.027002] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.027031] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051063] ftrace: allocated 181 pages with 5 groups\\n[ 0.051771] Dynamic Preempt: voluntary\\n[ 0.052138] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052139] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052141] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052142] \\tRude variant of Tasks RCU enabled.\\n[ 0.052142] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052143] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052144] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.057263] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057600] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.057728] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.057747] random: crng init done\\n[ 0.109512] Console: colour
2026-01-26 17:10:37,902 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action 0.141s
2026-01-26 17:10:37,903 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': 'Mon, 26 Jan 2026 17:10:37 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-487cbc26-bd79-4c51-b3ea-7f72792a809e', 'x-compute-request-id': 'req-487cbc26-bd79-4c51-b3ea-7f72792a809e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761/action'}
Body: b'{"output": "ble ranges\\n[ 0.005611] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.014949] ACPI: PM-Timer IO Port: 0x608\\n[ 0.014974] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.015103] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.015107] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.015108] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.015110] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.015111] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.015112] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.015115] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.015117] TSC deadline timer available\\n[ 0.015131] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.015206] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.015208] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.015209] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.015210] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.015211] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.015213] Booting paravirtualized kernel on KVM\\n[ 0.015215] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020693] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.020891] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021001] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021007] Fallback order for Node 0: 0 \\n[ 0.021009] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021011] Policy zone: DMA32\\n[ 0.021011] 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.021102] 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.021192] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021235] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021574] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.026260] Memory: 199352K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.026269] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.027002] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.027031] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051063] ftrace: allocated 181 pages with 5 groups\\n[ 0.051771] Dynamic Preempt: voluntary\\n[ 0.052138] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052139] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052141] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052142] \\tRude variant of Tasks RCU enabled.\\n[ 0.052142] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052143] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052144] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.057263] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057600] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.057728] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.057747] random: crng init done\\n[ 0.109512] Console: colour VGA+ 80x25\\n[ 0.595131] printk: console [ttyS0] enabled\\n[ 0.597691] ACPI: Core revision 20221020\\n[ 0.600142] APIC: Switch to symmetric I/O mode setup\\n[ 0.604530] x2apic enabled\\n[ 0.607450] Switched APIC routing to physical x2apic.\\n[ 0.615844] clockso
2026-01-26 17:10:38,802 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.896s
2026-01-26 17:10:38,802 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': 'Mon, 26 Jan 2026 17:10:37 GMT', 'server': 'Apache', 'content-length': '1660', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef0221dc-501a-4883-a193-f42c93efb1b7', 'x-compute-request-id': 'req-ef0221dc-501a-4883-a193-f42c93efb1b7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"server": {"id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "name": "tempest-broadcast-receiver-123-395042097", "status": "ACTIVE", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "user_id": "a8b863950e514f1a8e85a3a05131f885", "metadata": {}, "hostId": "f1da37ebdae166040439a17fcc7cfe0495c7dd0de32c2bdfad6d33a5", "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-26T17:09:54Z", "updated": "2026-01-26T17:10:05Z", "addresses": {"tempest-test-network--778791441": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:d8:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1272639793", "OS-SRV-USG:launched_at": "2026-01-26T17:10:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_bcast"}], "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-26 17:10:38,983 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=6a516fa9-b42e-43b2-8799-dedcb7ec6761 0.177s
2026-01-26 17:10:38,983 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': 'Mon, 26 Jan 2026 17:10:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1134', 'x-openstack-request-id': 'req-9f53a73f-98a3-4604-a547-a5db86f07f48', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=6a516fa9-b42e-43b2-8799-dedcb7ec6761'}
Body: b'{"ports":[{"id":"bed640ff-8f8c-416e-8e62-6660184351ca","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:fe:d8:45","admin_state_up":true,"status":"ACTIVE","device_id":"6a516fa9-b42e-43b2-8799-dedcb7ec6761","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.3"}],"allowed_address_pairs":[{"mac_address":"fa:16:3e:fe:d8:45","ip_address":"192.168.111.15/24"}],"extra_dhcp_opts":[],"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-broadcast-receiver-123-395042097","dns_assignment":[{"ip_address":"10.100.0.3","hostname":"tempest-broadcast-receiver-123-395042097","fqdn":"tempest-broadcast-receiver-123-395042097.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:09:51Z","updated_at":"2026-01-26T17:10:04Z","revision_number":4,"project_id":"92dad3c9b54b4ac99635ed7757eaef67"}]}'
2026-01-26 17:10:40,813 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.829s
2026-01-26 17:10:40,813 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": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "bed640ff-8f8c-416e-8e62-6660184351ca"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-b34f5425-fd9e-41a3-9bc4-3522fef51329', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "5ad1195f-c269-4f88-a35c-87896ee561b3", "tenant_id": "92dad3c9b54b4ac99635ed7757eaef67", "floating_ip_address": "192.168.122.211", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "15ec0873-c4b4-4fdb-8b77-9171cfb936ce", "port_id": "bed640ff-8f8c-416e-8e62-6660184351ca", "fixed_ip_address": "10.100.0.3", "status": "DOWN", "project_id": "92dad3c9b54b4ac99635ed7757eaef67", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "mac_address": "fa:16:3e:fe:d8:45", "admin_state_up": true, "status": "ACTIVE", "device_id": "6a516fa9-b42e-43b2-8799-dedcb7ec6761", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:10:39Z", "updated_at": "2026-01-26T17:10:39Z", "revision_number": 0}}'
2026-01-26 17:10:40,814 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:40,841 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:40,961 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:40,962 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:41,473 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.211' (timeout=None)...
2026-01-26 17:10:41,474 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:41,493 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:41,633 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:41,634 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:41,790 40 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:fe:d8:45 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 43185sec preferred_lft 43185sec
inet6 fe80::f816:3eff:fefe:d845/64 scope link
valid_lft forever preferred_lft forever
2026-01-26 17:10:41,791 40 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-26 17:10:41,791 40 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-26 17:10:41,791 40 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-26 17:10:41,791 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:41,791 40 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-26 17:10:41,791 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:41,791 40 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-26 17:10:41,791 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:fe:d8:45', 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-26 17:10:41,792 40 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-26 17:10:41,792 40 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-26 17:10:41,792 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43185sec', 'preferred_lft': '43185sec'}
2026-01-26 17:10:41,792 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fefe:d845/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-26 17:10:41,792 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:41,792 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.211' (timeout=None)...
2026-01-26 17:10:41,792 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:41,820 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:41,982 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:41,993 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:42,141 40 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:fe:d8:45 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 43185sec preferred_lft 43185sec
inet6 fe80::f816:3eff:fefe:d845/64 scope link
valid_lft forever preferred_lft forever
2026-01-26 17:10:42,142 40 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-26 17:10:42,142 40 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-26 17:10:42,142 40 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-26 17:10:42,143 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:42,143 40 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-26 17:10:42,143 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:42,143 40 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-26 17:10:42,144 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:fe:d8:45', 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-26 17:10:42,144 40 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-26 17:10:42,144 40 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-26 17:10:42,144 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43185sec', 'preferred_lft': '43185sec'}
2026-01-26 17:10:42,144 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fefe:d845/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-26 17:10:42,144 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:42,146 40 DEBUG [neutron_tempest_plugin.common.ip] Configuring VLAN subport interface 'eth0.123' on top of interface 'eth0' with IPs: 192.168.111.15/24
2026-01-26 17:10:42,146 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link add link eth0 name eth0.123 type vlan id 123" on remote host '192.168.122.211' (timeout=None)...
2026-01-26 17:10:42,148 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:42,171 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:42,328 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:42,328 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:42,537 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link add link eth0 name eth0.123 type vlan id 123" succeeded:
stderr:
None
stdout:
2026-01-26 17:10:42,537 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link set dev eth0.123 up" on remote host '192.168.122.211' (timeout=None)...
2026-01-26 17:10:42,537 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:42,576 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:42,704 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:42,705 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:42,940 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link set dev eth0.123 up" succeeded:
stderr:
None
stdout:
2026-01-26 17:10:43,019 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address add 192.168.111.15/24 dev eth0.123" on remote host '192.168.122.211' (timeout=None)...
2026-01-26 17:10:43,020 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:43,060 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:43,183 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:43,184 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:43,339 40 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address add 192.168.111.15/24 dev eth0.123" succeeded:
stderr:
None
stdout:
2026-01-26 17:10:43,339 40 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.211' (timeout=None)...
2026-01-26 17:10:43,339 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'rocky' with public key authentication
2026-01-26 17:10:43,375 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:43,501 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:43,524 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.211 successfully created
2026-01-26 17:10:43,660 40 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:fe:d8:45 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 43183sec preferred_lft 43183sec
inet6 fe80::f816:3eff:fefe:d845/64 scope link
valid_lft forever preferred_lft forever
3: eth0.123@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc noqueue state UP group default qlen 1000
link/ether fa:16:3e:fe:d8:45 brd ff:ff:ff:ff:ff:ff
inet 192.168.111.15/24 scope global eth0.123
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fefe:d845/64 scope link tentative
valid_lft forever preferred_lft forever
2026-01-26 17:10:43,660 40 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-26 17:10:43,660 40 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-26 17:10:43,660 40 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-26 17:10:43,660 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:43,661 40 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-26 17:10:43,661 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:43,661 40 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-26 17:10:43,661 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:fe:d8:45', 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-26 17:10:43,661 40 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-26 17:10:43,661 40 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-26 17:10:43,661 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43183sec', 'preferred_lft': '43183sec'}
2026-01-26 17:10:43,661 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fefe:d845/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-26 17:10:43,661 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:43,661 40 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-26 17:10:43,662 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:fe:d8:45', device=Device(name='eth0.123', 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-26 17:10:43,662 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='192.168.111.15/24', device=Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'global'})
2026-01-26 17:10:43,662 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'global', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:43,662 40 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fefe:d845/64', device=Device(name='eth0.123', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-26 17:10:43,662 40 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-26 17:10:57,128 40 INFO [tempest.lib.common.rest_client] Request (BroadcastTestVlanTransparency:test_broadcast_vlan_transparency): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 13.465s
2026-01-26 17:10:57,128 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "404faf3e-a2f6-4f54-a627-7abe31896ae3", "security_groups": ["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"], "allowed_address_pairs": [{"ip_address": "192.168.111.16/24"}]}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '995', 'x-openstack-request-id': 'req-913b16fc-3263-40ef-bec1-e5a899b45dec', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"8d2ea117-a8ed-4dc2-9a13-8d6fbde04a5f","name":"","network_id":"404faf3e-a2f6-4f54-a627-7abe31896ae3","tenant_id":"92dad3c9b54b4ac99635ed7757eaef67","mac_address":"fa:16:3e:33:a2:90","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"1b1a0c6c-8e6d-4074-9608-a293a71cd0bb","ip_address":"10.100.0.11"}],"project_id":"92dad3c9b54b4ac99635ed7757eaef67","qos_policy_id":null,"port_security_enabled":true,"security_groups":["b47bd871-67c0-4ade-baf0-37b8b7c0d2e0"],"binding:vnic_type":"normal","allowed_address_pairs":[{"mac_address":"fa:16:3e:33:a2:90","ip_address":"192.168.111.16/24"}],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.11","hostname":"host-10-100-0-11","fqdn":"host-10-100-0-11.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:10:47Z","updated_at":"2026-01-26T17:10:47Z","revision_number":1}}'
2026-01-26 17:11:16,136 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3b4ffa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,166 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3b4fbb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,187 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2960e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,208 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3bcd6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,226 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3bcd760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,247 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3bbce20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,268 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2217790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,275 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf220af10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,280 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3bb4fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,284 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf22c06d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,304 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf234bd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,307 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf234bee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,311 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2476a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,314 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf24764c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,320 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf22758b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,323 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2275820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,326 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2275d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,330 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2275c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,334 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf1328ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,339 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf1328c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761
2026-01-26 17:11:16,360 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf1328f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,365 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf1328400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,371 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2252070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,384 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf22524c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,391 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2252520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,399 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3ac76d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,407 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf3bf0970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,416 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf23923a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,426 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf23923d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,431 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf0cdf670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,445 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf0cdf2e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,451 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf0cdf3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,454 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf0cdf520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,457 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf0cdf0a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,460 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf297fe50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,467 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf297fe20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,472 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf297f5e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,479 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf297f760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,483 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf299cfa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,486 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf299cee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d
2026-01-26 17:11:16,496 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2943ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,499 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2939ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,501 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2943610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,509 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2943550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,514 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2943b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,516 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29433d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,521 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29435e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,524 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2943490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,528 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2943880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,535 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf297bf70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,556 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2931460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,563 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2931ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,566 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2931220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,571 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2931070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,577 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29313a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,583 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2991160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,597 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2985070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,601 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29853a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,605 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29ab0d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
2026-01-26 17:11:16,614 40 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29abfd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247
}}}
traceback-1: {{{
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 0x7fdaf22c0850>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf22c0850>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-2: {{{
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 0x7fdaf1328c70>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/6a516fa9-b42e-43b2-8799-dedcb7ec6761 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf1328c70>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-3: {{{
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 0x7fdaf0cdf760>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf0cdf760>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-4: {{{
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 0x7fdaf2939e80>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/884b9df7-713e-4ef9-a70c-e26aa461c11d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2939e80>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-5: {{{
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 0x7fdaf2931940>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf2931940>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-6: {{{
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 0x7fdaf29df7c0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/36a95fcf-d142-452b-bb21-1d1c75f32247 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdaf29df7c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
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 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_broadcast.py", line 326, in test_broadcast_vlan_transparency
senders[vlan_group] = self._create_server(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_broadcast.py", line 141, in _create_server
server = self.create_server(**params)['server']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 136, in create_server
server = client.create_server(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 117, in create_server
resp, body = self.post('servers', 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 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 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
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 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest | 5 | 3 | 2 | 0 | 0 | Detail | |
test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c] |
pass
pt12.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
pt12.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
pt12.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] |
fail
ft12.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-26 17:11:12,871 39 INFO [tempest.lib.common.rest_client] Request (OvnExtraDhcpOptionsTest:test_extra_dhcp_opts_ipv4_ipv6_stateful): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 16.544s
2026-01-26 17:11:12,872 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-OvnExtraDhcpOptionsTest-206099591-test_extra_dhcp_opts_ipv4_ipv6_stateful"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:11:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '700', 'x-openstack-request-id': 'req-b70d6830-e9b6-4c96-80ff-bd04a7e1095e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"ed43941f-ea4e-4501-8c80-31e67d923350","name":"tempest-OvnExtraDhcpOptionsTest-206099591-test_extra_dhcp_opts_ipv4_ipv6_stateful","tenant_id":"a110c1ba1b6d406c9734d003220e71c1","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a110c1ba1b6d406c9734d003220e71c1","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-26T17:11:07Z","updated_at":"2026-01-26T17:11:07Z","revision_number":1}}'
}}}
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 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_extra_dhcp_opts.py", line 200, in test_extra_dhcp_opts_ipv4_ipv6_stateful
self._test_extra_dhcp_opts_ipv4_ipv6('dhcpv6-stateful')
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_extra_dhcp_opts.py", line 156, in _test_extra_dhcp_opts_ipv4_ipv6
self._create_port_and_check_dhcp_opts(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_extra_dhcp_opts.py", line 102, in _create_port_and_check_dhcp_opts
self.subnet = self.create_subnet(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 512, in create_subnet
body = client.create_subnet(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 146, 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 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 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
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 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec] |
fail
ft12.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-26 17:11:16,144 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f03712579d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,156 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f03711a4d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,165 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0371257130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,195 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0371257a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,229 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f03712576d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,234 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0371257940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,237 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f03712234f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,244 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f037113b8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,248 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f037113b490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,262 39 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f037113bf70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7f037113b640>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_extra_dhcp_opts.py", line 212, in test_extra_dhcp_opts_ipv4_ipv6_stateless
self._test_extra_dhcp_opts_ipv4_ipv6('dhcpv6-stateless')
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_extra_dhcp_opts.py", line 156, in _test_extra_dhcp_opts_ipv4_ipv6
self._create_port_and_check_dhcp_opts(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_extra_dhcp_opts.py", line 99, in _create_port_and_check_dhcp_opts
network = self.create_network(name=rand_name_test)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 418, 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 146, 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 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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f037113b640>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common | 2 | 1 | 1 | 0 | 0 | Detail | |
test_flooding_when_special_groups[id-35523bd5-4b35-4e6b-a25a-20826808d85d] |
pass
pt13.1: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common.test_flooding_when_special_groups[id-35523bd5-4b35-4e6b-a25a-20826808d85d]
|
||||||
test_igmp_snooping_same_network_and_unsubscribe[id-615a35d3-642e-4440-a19e-351f29d0b3ff] |
fail
ft13.2: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common.test_igmp_snooping_same_network_and_unsubscribe[id-615a35d3-642e-4440-a19e-351f29d0b3ff]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-26 17:07:20,775 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.429s
2026-01-26 17:07:20,775 41 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-589356467", "networks": [{"uuid": "04716044-8e32-49d0-ae9a-486470f6c403"}], "security_groups": [{"name": "secgroup_mcast"}], "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:16 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1071b69-eeca-4167-861d-1aa22876bd6d', 'x-compute-request-id': 'req-f1071b69-eeca-4167-861d-1aa22876bd6d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_mcast"}], "adminPass": "xVbRzkT879Ko"}}'
2026-01-26 17:07:21,054 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.275s
2026-01-26 17:07:21,054 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:20 GMT', 'server': 'Apache', 'content-length': '1408', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cc2bf4b-3724-45d1-b46f-cb5ebc9b74b3', 'x-compute-request-id': 'req-2cc2bf4b-3724-45d1-b46f-cb5ebc9b74b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:07:22,428 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.366s
2026-01-26 17:07:22,428 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:22 GMT', 'server': 'Apache', 'content-length': '1408', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33e1f11b-73a8-4600-a460-88fd623c5912', 'x-compute-request-id': 'req-33e1f11b-73a8-4600-a460-88fd623c5912', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:07:23,764 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.325s
2026-01-26 17:07:23,768 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:23 GMT', 'server': 'Apache', 'content-length': '1412', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-334208c1-3b61-465a-99b8-05f5fb4f2b05', 'x-compute-request-id': 'req-334208c1-3b61-465a-99b8-05f5fb4f2b05', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:07:25,195 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.422s
2026-01-26 17:07:25,195 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:24 GMT', 'server': 'Apache', 'content-length': '1466', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1915d5e-d87e-4f86-82dd-b32bff2d22ad', 'x-compute-request-id': 'req-e1915d5e-d87e-4f86-82dd-b32bff2d22ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:07:25,199 41 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait
2026-01-26 17:07:26,946 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.746s
2026-01-26 17:07:26,947 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:26 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff09b05-2839-45be-affc-d8d6341bf947', 'x-compute-request-id': 'req-2ff09b05-2839-45be-affc-d8d6341bf947', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:28,819 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.868s
2026-01-26 17:07:28,820 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:27 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2e923ad-2705-4613-b76f-f875a3d17c23', 'x-compute-request-id': 'req-b2e923ad-2705-4613-b76f-f875a3d17c23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:31,576 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.752s
2026-01-26 17:07:31,577 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:29 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2813bdff-770d-4fb1-9860-f3d9f8bffc30', 'x-compute-request-id': 'req-2813bdff-770d-4fb1-9860-f3d9f8bffc30', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:33,758 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.176s
2026-01-26 17:07:33,759 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:32 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47b51998-9210-4d88-91d6-5782fba587fb', 'x-compute-request-id': 'req-47b51998-9210-4d88-91d6-5782fba587fb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:35,931 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.167s
2026-01-26 17:07:35,931 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:34 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-013c9c03-e9e7-43ba-9414-ffb023c20a5e', 'x-compute-request-id': 'req-013c9c03-e9e7-43ba-9414-ffb023c20a5e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:38,183 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.245s
2026-01-26 17:07:38,183 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:36 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69fbc027-5cd1-4b07-b2c5-f4b0df7aea25', 'x-compute-request-id': 'req-69fbc027-5cd1-4b07-b2c5-f4b0df7aea25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:40,678 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.487s
2026-01-26 17:07:40,679 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:39 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8c00a6b-5bf1-4fba-b1ee-cfad9cd2e5ee', 'x-compute-request-id': 'req-b8c00a6b-5bf1-4fba-b1ee-cfad9cd2e5ee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:42,422 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.737s
2026-01-26 17:07:42,422 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:41 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1377896-2c18-462a-a010-f8f3e2208787', 'x-compute-request-id': 'req-c1377896-2c18-462a-a010-f8f3e2208787', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:44,603 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.177s
2026-01-26 17:07:44,603 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:43 GMT', 'server': 'Apache', 'content-length': '1685', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-112d5310-3118-42cb-bc71-85137a34f61e', 'x-compute-request-id': 'req-112d5310-3118-42cb-bc71-85137a34f61e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "ACTIVE", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:42Z", "addresses": {"tempest-test-network--433669361": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:7a:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": "2026-01-26T17:07:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:44,606 41 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait
2026-01-26 17:07:44,962 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action 0.356s
2026-01-26 17:07:44,967 41 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': 'Mon, 26 Jan 2026 17:07:44 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-4ea43aca-345d-4560-8ab2-7b8b6da1372a', 'x-compute-request-id': 'req-4ea43aca-345d-4560-8ab2-7b8b6da1372a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action'}
Body: b'{"output": ""}'
2026-01-26 17:07:50,252 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action 0.279s
2026-01-26 17:07:50,252 41 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': 'Mon, 26 Jan 2026 17:07:49 GMT', 'server': 'Apache', 'content-length': '42088', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fa1f43a-be52-449b-bb0e-e755ba94207c', 'x-compute-request-id': 'req-3fa1f43a-be52-449b-bb0e-e755ba94207c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4812279878 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000774] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001152] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003472] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003505] Using GB pages for direct mapping\\n[ 0.003697] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003703] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003712] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003718] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003723] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003728] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003731] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003733] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003735] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003736] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003737] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003737] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003738] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003739] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:07:55,893 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action 0.634s
2026-01-26 17:07:55,894 41 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': 'Mon, 26 Jan 2026 17:07:55 GMT', 'server': 'Apache', 'content-length': '74120', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dce2618-b606-4ba6-92b0-89a00ee9f50c', 'x-compute-request-id': 'req-4dce2618-b606-4ba6-92b0-89a00ee9f50c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4812279878 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000774] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001152] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003472] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003505] Using GB pages for direct mapping\\n[ 0.003697] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003703] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003712] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003718] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003723] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003728] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003731] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003733] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003735] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003736] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003737] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003737] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003738] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003739] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:02,626 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action 1.725s
2026-01-26 17:08:02,627 41 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': 'Mon, 26 Jan 2026 17:08:00 GMT', 'server': 'Apache', 'content-length': '94096', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a33e065-65e1-408e-83c6-1003e7a0fb16', 'x-compute-request-id': 'req-7a33e065-65e1-408e-83c6-1003e7a0fb16', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4812279878 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000774] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001152] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003472] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003505] Using GB pages for direct mapping\\n[ 0.003697] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003703] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003712] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003718] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003723] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003728] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003731] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003733] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003735] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003736] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003737] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003737] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003738] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003739] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:09,739 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action 2.105s
2026-01-26 17:08:09,739 41 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': 'Mon, 26 Jan 2026 17:08:07 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-e6f4e4f2-21f3-4346-b757-e6f9f087599f', 'x-compute-request-id': 'req-e6f4e4f2-21f3-4346-b757-e6f9f087599f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action'}
Body: b'{"output": "anges\\n[ 0.005581] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016073] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016106] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016249] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016253] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016255] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016256] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016257] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016259] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016262] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016264] TSC deadline timer available\\n[ 0.016278] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016361] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016363] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016364] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016364] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016366] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016367] Booting paravirtualized kernel on KVM\\n[ 0.016371] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.021576] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.021762] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021894] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021904] Fallback order for Node 0: 0 \\n[ 0.021909] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021911] Policy zone: DMA32\\n[ 0.021912] 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.022036] 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.022117] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022163] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.022435] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029537] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029548] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030304] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030335] ftrace: allocating 46193 entries in 181 pages\\n[ 0.055502] ftrace: allocated 181 pages with 5 groups\\n[ 0.056523] Dynamic Preempt: voluntary\\n[ 0.057246] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.057248] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.057250] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.057250] \\tRude variant of Tasks RCU enabled.\\n[ 0.057251] \\tTracing variant of Tasks RCU enabled.\\n[ 0.057252] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.057253] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.062306] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.062686] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.062839] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.062860] random: crng init done\\n[ 0.117459] Console: colour VGA+ 80x25\\n[ 0.766850] printk: console [ttyS0] enabled\\n[ 0.769633] ACPI: Core revision 20221020\\n[ 0.772249] APIC: Switch to symmetric I/O mode setup\\n[ 0.776491] x2apic enabled\\n[ 0.779408] Switched APIC routing to physical x2apic.\\n[ 0.787574] clocksource:
2026-01-26 17:08:15,532 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action 0.786s
2026-01-26 17:08:15,533 41 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': 'Mon, 26 Jan 2026 17:08:14 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-c3476644-3701-4ea0-aa06-7ad2a8f4439b', 'x-compute-request-id': 'req-c3476644-3701-4ea0-aa06-7ad2a8f4439b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2/action'}
Body: b'{"output": "version 17, address 0xfec00000, GSI 0-23\\n[ 0.016253] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016255] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016256] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016257] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016259] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016262] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016264] TSC deadline timer available\\n[ 0.016278] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016361] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016363] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016364] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016364] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016366] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016367] Booting paravirtualized kernel on KVM\\n[ 0.016371] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.021576] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.021762] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021894] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021904] Fallback order for Node 0: 0 \\n[ 0.021909] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021911] Policy zone: DMA32\\n[ 0.021912] 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.022036] 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.022117] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022163] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.022435] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029537] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029548] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030304] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030335] ftrace: allocating 46193 entries in 181 pages\\n[ 0.055502] ftrace: allocated 181 pages with 5 groups\\n[ 0.056523] Dynamic Preempt: voluntary\\n[ 0.057246] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.057248] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.057250] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.057250] \\tRude variant of Tasks RCU enabled.\\n[ 0.057251] \\tTracing variant of Tasks RCU enabled.\\n[ 0.057252] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.057253] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.062306] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.062686] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.062839] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.062860] random: crng init done\\n[ 0.117459] Console: colour VGA+ 80x25\\n[ 0.766850] printk: console [ttyS0] enabled\\n[ 0.769633] ACPI: Core revision 20221020\\n[ 0.772249] APIC: Switch to symmetric I/O mode setup\\n[ 0.776491] x2apic enabled\\n[ 0.779408] Switched APIC routing to physical x2apic.\\n[ 0.787574] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.794550] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.795542] pid_max: default: 32768
2026-01-26 17:08:16,141 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=6325ebdc-a3f7-4183-848d-d2e325b1ade2 0.606s
2026-01-26 17:08:16,142 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1135', 'x-openstack-request-id': 'req-e007ca46-faca-451b-ac03-9298ca06356d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"ports":[{"id":"6811e93c-f4a9-4939-ba20-482c7874f62d","name":"","network_id":"04716044-8e32-49d0-ae9a-486470f6c403","tenant_id":"09eb3c52a87d4084bf5a99391c23f97c","mac_address":"fa:16:3e:65:7a:c3","admin_state_up":true,"status":"ACTIVE","device_id":"6325ebdc-a3f7-4183-848d-d2e325b1ade2","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"fca818ea-33a9-4652-a66d-77435ecf1d9c","ip_address":"10.100.0.3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["52d3a3ad-84b5-4a00-bcc0-cefdfd727c0d"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1198609","dns_assignment":[{"ip_address":"10.100.0.3","hostname":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1198609","fqdn":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1198609.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:07:26Z","updated_at":"2026-01-26T17:07:38Z","revision_number":4,"project_id":"09eb3c52a87d4084bf5a99391c23f97c"}]}'
2026-01-26 17:08:24,377 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 8.235s
2026-01-26 17:08:24,378 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "6811e93c-f4a9-4939-ba20-482c7874f62d"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-ec62d3b5-4122-4cf5-9e7d-5e78ac072a69', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "17d4552d-c162-49cb-a2ed-5cdf68adf17a", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "floating_ip_address": "192.168.122.239", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "7a3cf289-8e92-48f9-b1b1-7c638bdd0d45", "port_id": "6811e93c-f4a9-4939-ba20-482c7874f62d", "fixed_ip_address": "10.100.0.3", "status": "DOWN", "project_id": "09eb3c52a87d4084bf5a99391c23f97c", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "04716044-8e32-49d0-ae9a-486470f6c403", "mac_address": "fa:16:3e:65:7a:c3", "admin_state_up": true, "status": "ACTIVE", "device_id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:08:17Z", "updated_at": "2026-01-26T17:08:17Z", "revision_number": 0}}'
2026-01-26 17:08:28,742 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.361s
2026-01-26 17:08:28,742 41 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-589356467", "networks": [{"uuid": "04716044-8e32-49d0-ae9a-486470f6c403"}], "security_groups": [{"name": "secgroup_mcast"}], "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481"}, "os:scheduler_hints": {"different_host": "6325ebdc-a3f7-4183-848d-d2e325b1ade2"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:24 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81c03a12-ae65-46c8-b80f-94ca65b38a73', 'x-compute-request-id': 'req-81c03a12-ae65-46c8-b80f-94ca65b38a73', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_mcast"}], "adminPass": "h6VCqbWeCcfn"}}'
2026-01-26 17:08:29,005 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.260s
2026-01-26 17:08:29,006 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:28 GMT', 'server': 'Apache', 'content-length': '1406', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4531371-b187-49a0-8522-81636fe1fd6a', 'x-compute-request-id': 'req-b4531371-b187-49a0-8522-81636fe1fd6a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:08:31,044 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 1.032s
2026-01-26 17:08:31,046 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:30 GMT', 'server': 'Apache', 'content-length': '1406', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9190d4-96c0-4c44-b0b2-184ac8a2f771', 'x-compute-request-id': 'req-cf9190d4-96c0-4c44-b0b2-184ac8a2f771', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:08:32,373 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.321s
2026-01-26 17:08:32,373 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:32 GMT', 'server': 'Apache', 'content-length': '1406', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aebe091-ac08-4cf5-adde-700684c540f2', 'x-compute-request-id': 'req-8aebe091-ac08-4cf5-adde-700684c540f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:08:33,732 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.348s
2026-01-26 17:08:33,732 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:33 GMT', 'server': 'Apache', 'content-length': '1410', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73da65f4-acc6-4858-bc6e-6c99600bc5d6', 'x-compute-request-id': 'req-73da65f4-acc6-4858-bc6e-6c99600bc5d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:08:35,353 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.616s
2026-01-26 17:08:35,353 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:34 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-b14a3d91-103f-4562-968d-28407bfb74f8', 'x-compute-request-id': 'req-b14a3d91-103f-4562-968d-28407bfb74f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:08:35,356 41 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 6 second wait
2026-01-26 17:08:36,690 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.332s
2026-01-26 17:08:36,690 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:36 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d95ee66-d93a-46be-90f3-003cfb6b6ecd', 'x-compute-request-id': 'req-5d95ee66-d93a-46be-90f3-003cfb6b6ecd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:08:36,695 41 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 7 second wait
2026-01-26 17:08:39,672 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 1.976s
2026-01-26 17:08:39,673 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08: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-5ab9dca4-e685-4d4c-901f-e9a18896f306', 'x-compute-request-id': 'req-5ab9dca4-e685-4d4c-901f-e9a18896f306', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:41,673 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.995s
2026-01-26 17:08:41,674 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:40 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-0825d600-b397-4896-8b3a-0e37f4c3e10f', 'x-compute-request-id': 'req-0825d600-b397-4896-8b3a-0e37f4c3e10f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:44,405 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 1.725s
2026-01-26 17:08:44,406 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:42 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-0ceb6d50-2a92-4257-9c06-23aab7234417', 'x-compute-request-id': 'req-0ceb6d50-2a92-4257-9c06-23aab7234417', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:46,563 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 1.151s
2026-01-26 17:08:46,564 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:45 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-b581cf51-8fd9-4a2e-8c31-4d86ef48ce96', 'x-compute-request-id': 'req-b581cf51-8fd9-4a2e-8c31-4d86ef48ce96', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:48,399 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.824s
2026-01-26 17:08:48,399 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08: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-16ebb08e-79e3-4f6b-a114-752550280145', 'x-compute-request-id': 'req-16ebb08e-79e3-4f6b-a114-752550280145', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:49,976 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.571s
2026-01-26 17:08:49,976 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08: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-0ca2059c-3903-4fe7-9683-dea0c65329d6', 'x-compute-request-id': 'req-0ca2059c-3903-4fe7-9683-dea0c65329d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:52,873 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 1.889s
2026-01-26 17:08:52,874 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08: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-e3091a9e-f081-4ee6-8e2c-5d488300a2b9', 'x-compute-request-id': 'req-e3091a9e-f081-4ee6-8e2c-5d488300a2b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:55,521 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 1.641s
2026-01-26 17:08:55,521 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:53 GMT', 'server': 'Apache', 'content-length': '1684', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41598f25-bd6d-4d34-abea-fcaf850c1cbe', 'x-compute-request-id': 'req-41598f25-bd6d-4d34-abea-fcaf850c1cbe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "ACTIVE", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:51Z", "addresses": {"tempest-test-network--433669361": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:d3:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": "2026-01-26T17:08:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:55,524 41 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 26 second wait
2026-01-26 17:08:56,369 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.844s
2026-01-26 17:08:56,369 41 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': 'Mon, 26 Jan 2026 17:08:55 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-ebf09f15-ea74-47d6-af32-6f67889a75a9', 'x-compute-request-id': 'req-ebf09f15-ea74-47d6-af32-6f67889a75a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action'}
Body: b'{"output": ""}'
2026-01-26 17:09:01,494 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.117s
2026-01-26 17:09:01,494 41 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': 'Mon, 26 Jan 2026 17:09:01 GMT', 'server': 'Apache', 'content-length': '41491', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f352237-b49e-4576-bde6-3a86bd3bded0', 'x-compute-request-id': 'req-3f352237-b49e-4576-bde6-3a86bd3bded0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 6105926727 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001198] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001694] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004384] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004428] Using GB pages for direct mapping\\n[ 0.004685] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004693] ACPI: Early table checksum verification disabled\\n[ 0.004698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004703] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004708] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004714] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004718] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004721] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004724] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004726] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004729] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004730] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004732] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004732] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004733] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004734] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:06,655 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.154s
2026-01-26 17:09:06,656 41 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': 'Mon, 26 Jan 2026 17:09:06 GMT', 'server': 'Apache', 'content-length': '72371', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c2e7705-6c39-4329-a737-ea9630d67dd1', 'x-compute-request-id': 'req-5c2e7705-6c39-4329-a737-ea9630d67dd1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 6105926727 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001198] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001694] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004384] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004428] Using GB pages for direct mapping\\n[ 0.004685] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004693] ACPI: Early table checksum verification disabled\\n[ 0.004698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004703] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004708] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004714] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004718] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004721] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004724] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004726] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004729] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004730] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004732] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004732] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004733] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004734] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:11,799 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.136s
2026-01-26 17:09:11,800 41 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': 'Mon, 26 Jan 2026 17:09:11 GMT', 'server': 'Apache', 'content-length': '89897', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0db5d939-9c2b-4c83-9e2d-071c11994028', 'x-compute-request-id': 'req-0db5d939-9c2b-4c83-9e2d-071c11994028', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 6105926727 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001198] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001694] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004384] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004428] Using GB pages for direct mapping\\n[ 0.004685] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004693] ACPI: Early table checksum verification disabled\\n[ 0.004698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004703] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004708] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004714] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004718] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004721] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004724] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004726] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004729] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004730] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004732] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004732] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004733] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004734] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:17,070 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.263s
2026-01-26 17:09:17,071 41 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': 'Mon, 26 Jan 2026 17:09:16 GMT', 'server': 'Apache', 'content-length': '98340', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-377233ef-a973-49aa-82f8-6885747bbc63', 'x-compute-request-id': 'req-377233ef-a973-49aa-82f8-6885747bbc63', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 6105926727 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001198] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001694] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004384] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004428] Using GB pages for direct mapping\\n[ 0.004685] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004693] ACPI: Early table checksum verification disabled\\n[ 0.004698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004703] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004708] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004714] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004718] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004721] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004724] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004726] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004729] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004730] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004732] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004732] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004733] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004734] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:22,248 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.160s
2026-01-26 17:09:22,249 41 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': 'Mon, 26 Jan 2026 17:09:22 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-62717b00-9e27-4e4a-92e1-0cfb1dd50ffe', 'x-compute-request-id': 'req-62717b00-9e27-4e4a-92e1-0cfb1dd50ffe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action'}
Body: b'{"output": "ges\\n[ 0.007324] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.021411] ACPI: PM-Timer IO Port: 0x608\\n[ 0.021450] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.021636] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.021640] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.021642] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.021643] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.021644] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.021645] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.021648] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.021651] TSC deadline timer available\\n[ 0.021664] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.021746] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.021747] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.021748] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.021749] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.021751] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.021752] Booting paravirtualized kernel on KVM\\n[ 0.021756] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.026956] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.027308] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.027428] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.027438] Fallback order for Node 0: 0 \\n[ 0.027441] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.027443] Policy zone: DMA32\\n[ 0.027444] 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.027558] 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.027641] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.027685] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.027897] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.032415] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.032424] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.033176] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.033203] ftrace: allocating 46193 entries in 181 pages\\n[ 0.054719] ftrace: allocated 181 pages with 5 groups\\n[ 0.055354] Dynamic Preempt: voluntary\\n[ 0.055702] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.055703] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.055705] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.055705] \\tRude variant of Tasks RCU enabled.\\n[ 0.055705] \\tTracing variant of Tasks RCU enabled.\\n[ 0.055706] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.055707] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.060599] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.060933] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.061033] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.061052] random: crng init done\\n[ 0.119774] Console: colour VGA+ 80x25\\n[ 0.696128] printk: console [ttyS0] enabled\\n[ 0.699459] ACPI: Core revision 20221020\\n[ 0.702614] APIC: Switch to symmetric I/O mode setup\\n[ 0.708128] x2apic enabled\\n[ 0.711861] Switched APIC routing to physical x2apic.\\n[ 0.721480] clocksource: t
2026-01-26 17:09:27,387 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action 0.132s
2026-01-26 17:09:27,388 41 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': 'Mon, 26 Jan 2026 17:09:27 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-edc00737-63b2-4681-9a7c-bc3104b8b3b5', 'x-compute-request-id': 'req-edc00737-63b2-4681-9a7c-bc3104b8b3b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd/action'}
Body: b'{"output": "rsion 17, address 0xfec00000, GSI 0-23\\n[ 0.021640] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.021642] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.021643] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.021644] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.021645] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.021648] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.021651] TSC deadline timer available\\n[ 0.021664] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.021746] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.021747] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.021748] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.021749] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.021751] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.021752] Booting paravirtualized kernel on KVM\\n[ 0.021756] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.026956] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.027308] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.027428] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.027438] Fallback order for Node 0: 0 \\n[ 0.027441] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.027443] Policy zone: DMA32\\n[ 0.027444] 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.027558] 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.027641] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.027685] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.027897] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.032415] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.032424] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.033176] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.033203] ftrace: allocating 46193 entries in 181 pages\\n[ 0.054719] ftrace: allocated 181 pages with 5 groups\\n[ 0.055354] Dynamic Preempt: voluntary\\n[ 0.055702] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.055703] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.055705] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.055705] \\tRude variant of Tasks RCU enabled.\\n[ 0.055705] \\tTracing variant of Tasks RCU enabled.\\n[ 0.055706] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.055707] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.060599] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.060933] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.061033] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.061052] random: crng init done\\n[ 0.119774] Console: colour VGA+ 80x25\\n[ 0.696128] printk: console [ttyS0] enabled\\n[ 0.699459] ACPI: Core revision 20221020\\n[ 0.702614] APIC: Switch to symmetric I/O mode setup\\n[ 0.708128] x2apic enabled\\n[ 0.711861] Switched APIC routing to physical x2apic.\\n[ 0.721480] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.729663] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.730640] pid_max: default: 32768 mi
2026-01-26 17:09:28,585 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 1.195s
2026-01-26 17:09:28,585 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:27 GMT', 'server': 'Apache', 'content-length': '1992', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2568e912-33d0-4be2-b456-9175caad1431', 'x-compute-request-id': 'req-2568e912-33d0-4be2-b456-9175caad1431', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2'}
Body: b'{"server": {"id": "6325ebdc-a3f7-4183-848d-d2e325b1ade2", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1198609395", "status": "ACTIVE", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:07:20Z", "updated": "2026-01-26T17:07:42Z", "addresses": {"tempest-test-network--433669361": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:7a:c3"}, {"version": 4, "addr": "192.168.122.239", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:7a:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": "2026-01-26T17:07:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000014", "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-26 17:09:29,231 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.641s
2026-01-26 17:09:29,236 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:28 GMT', 'server': 'Apache', 'content-length': '1869', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f11f682e-b9ca-4b14-872b-641090e1eefa', 'x-compute-request-id': 'req-f11f682e-b9ca-4b14-872b-641090e1eefa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"server": {"id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-26474481", "status": "ACTIVE", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "83c7abf64fac7f89c6b9b8a445f6e09308ea447ba42e68316cd228e6", "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-26T17:08:28Z", "updated": "2026-01-26T17:08:51Z", "addresses": {"tempest-test-network--433669361": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:d3:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": "2026-01-26T17:08:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "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-26 17:09:29,380 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=c1a8b373-4e9d-4ed7-86c4-3c913696c1dd 0.139s
2026-01-26 17:09:29,380 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1137', 'x-openstack-request-id': 'req-fa15a2ad-d40a-4457-97f7-2ec0cf0eb1df', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=c1a8b373-4e9d-4ed7-86c4-3c913696c1dd'}
Body: b'{"ports":[{"id":"9513acd0-30cc-4c35-95e3-1bb909c51314","name":"","network_id":"04716044-8e32-49d0-ae9a-486470f6c403","tenant_id":"09eb3c52a87d4084bf5a99391c23f97c","mac_address":"fa:16:3e:ce:d3:bb","admin_state_up":true,"status":"ACTIVE","device_id":"c1a8b373-4e9d-4ed7-86c4-3c913696c1dd","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"fca818ea-33a9-4652-a66d-77435ecf1d9c","ip_address":"10.100.0.13"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["52d3a3ad-84b5-4a00-bcc0-cefdfd727c0d"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-igmp-snooping-same-network-and-unsubscribe-2647448","dns_assignment":[{"ip_address":"10.100.0.13","hostname":"tempest-test-igmp-snooping-same-network-and-unsubscribe-2647448","fqdn":"tempest-test-igmp-snooping-same-network-and-unsubscribe-2647448.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:08:36Z","updated_at":"2026-01-26T17:08:48Z","revision_number":4,"project_id":"09eb3c52a87d4084bf5a99391c23f97c"}]}'
2026-01-26 17:09:31,550 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.169s
2026-01-26 17:09:31,550 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "9513acd0-30cc-4c35-95e3-1bb909c51314"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-d58c9e67-495e-4744-9753-f1a20a698f34', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "624cb47b-3c9e-47d7-9934-1a47bee6ac8f", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "floating_ip_address": "192.168.122.174", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "7a3cf289-8e92-48f9-b1b1-7c638bdd0d45", "port_id": "9513acd0-30cc-4c35-95e3-1bb909c51314", "fixed_ip_address": "10.100.0.13", "status": "DOWN", "project_id": "09eb3c52a87d4084bf5a99391c23f97c", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "04716044-8e32-49d0-ae9a-486470f6c403", "mac_address": "fa:16:3e:ce:d3:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "c1a8b373-4e9d-4ed7-86c4-3c913696c1dd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:09:29Z", "updated_at": "2026-01-26T17:09:29Z", "revision_number": 0}}'
2026-01-26 17:09:34,907 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.356s
2026-01-26 17:09:34,907 41 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-589356467", "networks": [{"uuid": "04716044-8e32-49d0-ae9a-486470f6c403"}], "security_groups": [{"name": "secgroup_mcast"}], "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:31 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b2bda5-4cb0-42ad-9714-a9300308b3ca', 'x-compute-request-id': 'req-02b2bda5-4cb0-42ad-9714-a9300308b3ca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_mcast"}], "adminPass": "3ApNX8RGdRhY"}}'
2026-01-26 17:09:35,502 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.593s
2026-01-26 17:09:35,503 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:34 GMT', 'server': 'Apache', 'content-length': '1408', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f74809d-1e6d-4f36-98f4-dad384bc5b4a', 'x-compute-request-id': 'req-1f74809d-1e6d-4f36-98f4-dad384bc5b4a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "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-26 17:09:36,976 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.464s
2026-01-26 17:09:36,976 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:36 GMT', 'server': 'Apache', 'content-length': '1468', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ef058ad-d5c7-4307-aaf7-9a5e9b47c3d8', 'x-compute-request-id': 'req-9ef058ad-d5c7-4307-aaf7-9a5e9b47c3d8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:09:36,981 41 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait
2026-01-26 17:09:38,646 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.664s
2026-01-26 17:09:38,646 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:38 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-052350bb-90b0-47df-a5ce-915be82f628c', 'x-compute-request-id': 'req-052350bb-90b0-47df-a5ce-915be82f628c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:38,652 41 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait
2026-01-26 17:09:40,279 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.624s
2026-01-26 17:09:40,279 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:39 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7398765b-e986-4f4a-b068-510529910828', 'x-compute-request-id': 'req-7398765b-e986-4f4a-b068-510529910828', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:42,055 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.766s
2026-01-26 17:09:42,055 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:41 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05c06ae1-60fc-436c-a0ba-82339363b622', 'x-compute-request-id': 'req-05c06ae1-60fc-436c-a0ba-82339363b622', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:44,458 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 1.399s
2026-01-26 17:09:44,459 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:43 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3030b587-ef28-4a90-8c2f-e9bdefa6f029', 'x-compute-request-id': 'req-3030b587-ef28-4a90-8c2f-e9bdefa6f029', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:46,514 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 1.047s
2026-01-26 17:09:46,514 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:45 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34cb28ae-1107-47dc-a27f-bcb540f18d70', 'x-compute-request-id': 'req-34cb28ae-1107-47dc-a27f-bcb540f18d70', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:48,478 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.957s
2026-01-26 17:09:48,479 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:47 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abba66a5-f1f4-4c97-b434-a105f01db209', 'x-compute-request-id': 'req-abba66a5-f1f4-4c97-b434-a105f01db209', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "BUILD", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:50,029 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.543s
2026-01-26 17:09:50,029 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:49 GMT', 'server': 'Apache', 'content-length': '1685', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d48d2582-b4a7-4251-860c-3f5bdc9be12b', 'x-compute-request-id': 'req-d48d2582-b4a7-4251-860c-3f5bdc9be12b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"server": {"id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1456928393", "status": "ACTIVE", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "user_id": "ada2af0ee553442e849a93e3d289689d", "metadata": {}, "hostId": "e4c611f426b847d646e144790b2affc4b26631ca4e819bfad6144ae5", "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-26T17:09:34Z", "updated": "2026-01-26T17:09:48Z", "addresses": {"tempest-test-network--433669361": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:f3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-589356467", "OS-SRV-USG:launched_at": "2026-01-26T17:09:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:50,045 41 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-01-26 17:09:50,180 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.134s
2026-01-26 17:09:50,181 41 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': 'Mon, 26 Jan 2026 17:09:50 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-d3cac157-0bd9-4743-b20a-73a612838e5f', 'x-compute-request-id': 'req-d3cac157-0bd9-4743-b20a-73a612838e5f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action'}
Body: b'{"output": ""}'
2026-01-26 17:09:55,320 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.132s
2026-01-26 17:09:55,320 41 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': 'Mon, 26 Jan 2026 17:09:55 GMT', 'server': 'Apache', 'content-length': '28938', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae0190be-c85c-4569-911a-2b395d1403c6', 'x-compute-request-id': 'req-ae0190be-c85c-4569-911a-2b395d1403c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4605680598 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000804] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001196] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003846] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003888] Using GB pages for direct mapping\\n[ 0.004044] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004052] ACPI: Early table checksum verification disabled\\n[ 0.004057] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004062] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004069] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004075] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004078] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004081] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004084] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004087] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004090] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004091] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004092] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004094] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004094] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004096] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:00,494 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.168s
2026-01-26 17:10:00,495 41 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': 'Mon, 26 Jan 2026 17:10:00 GMT', 'server': 'Apache', 'content-length': '67028', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3ace94-3468-45ab-8506-ca773c4dc295', 'x-compute-request-id': 'req-9d3ace94-3468-45ab-8506-ca773c4dc295', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4605680598 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000804] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001196] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003846] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003888] Using GB pages for direct mapping\\n[ 0.004044] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004052] ACPI: Early table checksum verification disabled\\n[ 0.004057] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004062] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004069] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004075] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004078] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004081] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004084] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004087] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004090] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004091] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004092] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004094] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004094] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004096] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:05,598 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.097s
2026-01-26 17:10:05,599 41 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': 'Mon, 26 Jan 2026 17:10:05 GMT', 'server': 'Apache', 'content-length': '75916', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e753ada-fa80-4e01-a47b-2ab7b43ddef7', 'x-compute-request-id': 'req-2e753ada-fa80-4e01-a47b-2ab7b43ddef7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4605680598 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000804] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001196] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003846] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003888] Using GB pages for direct mapping\\n[ 0.004044] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004052] ACPI: Early table checksum verification disabled\\n[ 0.004057] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004062] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004069] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004075] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004078] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004081] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004084] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004087] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004090] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004091] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004092] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004094] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004094] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004096] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:10,716 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.111s
2026-01-26 17:10:10,717 41 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': 'Mon, 26 Jan 2026 17:10:10 GMT', 'server': 'Apache', 'content-length': '93854', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eb8dfd6-5d2e-4a14-b342-ed6fe459b95e', 'x-compute-request-id': 'req-4eb8dfd6-5d2e-4a14-b342-ed6fe459b95e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4605680598 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000804] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001196] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003846] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003888] Using GB pages for direct mapping\\n[ 0.004044] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004052] ACPI: Early table checksum verification disabled\\n[ 0.004057] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004062] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004069] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004075] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004078] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004081] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004084] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004087] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004090] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004091] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004092] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004094] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004094] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004096] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:15,851 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.118s
2026-01-26 17:10:15,852 41 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': 'Mon, 26 Jan 2026 17:10:15 GMT', 'server': 'Apache', 'content-length': '95296', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-906f9737-ffd1-4bc5-b4bc-e951dd4afae1', 'x-compute-request-id': 'req-906f9737-ffd1-4bc5-b4bc-e951dd4afae1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 4605680598 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000804] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001196] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003846] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003888] Using GB pages for direct mapping\\n[ 0.004044] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004052] ACPI: Early table checksum verification disabled\\n[ 0.004057] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004062] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004069] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004075] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004078] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004081] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004084] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004087] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004090] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004091] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004092] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004094] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004094] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004096] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:20,990 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.132s
2026-01-26 17:10:20,991 41 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': 'Mon, 26 Jan 2026 17:10:20 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-56bc70f5-87d2-4b0e-8a6a-408244f1574d', 'x-compute-request-id': 'req-56bc70f5-87d2-4b0e-8a6a-408244f1574d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action'}
Body: b'{"output": "ble ranges\\n[ 0.017619] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017653] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.017814] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017820] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017822] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017823] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017824] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017825] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017828] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017831] TSC deadline timer available\\n[ 0.017844] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017927] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017930] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017931] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017931] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017933] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017934] Booting paravirtualized kernel on KVM\\n[ 0.017938] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023273] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023622] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023746] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023755] Fallback order for Node 0: 0 \\n[ 0.023759] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023760] Policy zone: DMA32\\n[ 0.023762] 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.023858] 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.024019] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024101] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024468] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.034939] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.034950] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.035671] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.035724] ftrace: allocating 46193 entries in 181 pages\\n[ 0.061344] ftrace: allocated 181 pages with 5 groups\\n[ 0.062186] Dynamic Preempt: voluntary\\n[ 0.100990] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.100994] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.100997] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.100997] \\tRude variant of Tasks RCU enabled.\\n[ 0.100997] \\tTracing variant of Tasks RCU enabled.\\n[ 0.100999] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.101000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.105700] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.106062] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.106169] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.106189] random: crng init done\\n[ 0.161159] Console: colour VGA+ 80x25\\n[ 0.681847] printk: console [ttyS0] enabled\\n[ 0.684691] ACPI: Core revision 20221020\\n[ 0.687421] APIC: Switch to symmetric I/O mode setup\\n[ 0.691960] x2apic enabled\\n[ 0.694917] Switched APIC routing to physical x2apic.\\n[ 0.703486] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, ma
2026-01-26 17:10:26,122 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action 0.124s
2026-01-26 17:10:26,123 41 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': 'Mon, 26 Jan 2026 17:10:26 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-87764df0-fbc2-4dcd-bc8e-440aa7e19fa0', 'x-compute-request-id': 'req-87764df0-fbc2-4dcd-bc8e-440aa7e19fa0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5/action'}
Body: b'{"output": "T_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017823] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017824] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017825] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017828] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017831] TSC deadline timer available\\n[ 0.017844] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017927] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017930] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017931] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017931] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017933] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017934] Booting paravirtualized kernel on KVM\\n[ 0.017938] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023273] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023622] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023746] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023755] Fallback order for Node 0: 0 \\n[ 0.023759] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023760] Policy zone: DMA32\\n[ 0.023762] 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.023858] 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.024019] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024101] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024468] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.034939] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.034950] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.035671] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.035724] ftrace: allocating 46193 entries in 181 pages\\n[ 0.061344] ftrace: allocated 181 pages with 5 groups\\n[ 0.062186] Dynamic Preempt: voluntary\\n[ 0.100990] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.100994] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.100997] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.100997] \\tRude variant of Tasks RCU enabled.\\n[ 0.100997] \\tTracing variant of Tasks RCU enabled.\\n[ 0.100999] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.101000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.105700] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.106062] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.106169] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.106189] random: crng init done\\n[ 0.161159] Console: colour VGA+ 80x25\\n[ 0.681847] printk: console [ttyS0] enabled\\n[ 0.684691] ACPI: Core revision 20221020\\n[ 0.687421] APIC: Switch to symmetric I/O mode setup\\n[ 0.691960] x2apic enabled\\n[ 0.694917] Switched APIC routing to physical x2apic.\\n[ 0.703486] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.710548] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.711540] pid_max: default: 32768 minimum: 301\\n[ 0.711540] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.711540] Yama: becoming mindful.\
2026-01-26 17:10:26,542 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=29a017f6-9c97-4a61-a321-0ae66ac6e4a5 0.417s
2026-01-26 17:10:26,542 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1135', 'x-openstack-request-id': 'req-3f7572b7-0da7-4404-8b73-36fbb7c1fd59', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=29a017f6-9c97-4a61-a321-0ae66ac6e4a5'}
Body: b'{"ports":[{"id":"53040232-c826-4616-b717-99e09e7472d2","name":"","network_id":"04716044-8e32-49d0-ae9a-486470f6c403","tenant_id":"09eb3c52a87d4084bf5a99391c23f97c","mac_address":"fa:16:3e:12:f3:8c","admin_state_up":true,"status":"ACTIVE","device_id":"29a017f6-9c97-4a61-a321-0ae66ac6e4a5","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"fca818ea-33a9-4652-a66d-77435ecf1d9c","ip_address":"10.100.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["52d3a3ad-84b5-4a00-bcc0-cefdfd727c0d"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1456928","dns_assignment":[{"ip_address":"10.100.0.4","hostname":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1456928","fqdn":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1456928.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:09:37Z","updated_at":"2026-01-26T17:09:47Z","revision_number":4,"project_id":"09eb3c52a87d4084bf5a99391c23f97c"}]}'
2026-01-26 17:10:28,151 41 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Common:test_igmp_snooping_same_network_and_unsubscribe): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.606s
2026-01-26 17:10:28,154 41 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "53040232-c826-4616-b717-99e09e7472d2"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-0490e286-b5a5-41b6-97f5-83fe6f697ab1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "6378afc5-267d-45dc-b9a7-94206cf32758", "tenant_id": "09eb3c52a87d4084bf5a99391c23f97c", "floating_ip_address": "192.168.122.172", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "7a3cf289-8e92-48f9-b1b1-7c638bdd0d45", "port_id": "53040232-c826-4616-b717-99e09e7472d2", "fixed_ip_address": "10.100.0.4", "status": "DOWN", "project_id": "09eb3c52a87d4084bf5a99391c23f97c", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "04716044-8e32-49d0-ae9a-486470f6c403", "mac_address": "fa:16:3e:12:f3:8c", "admin_state_up": true, "status": "ACTIVE", "device_id": "29a017f6-9c97-4a61-a321-0ae66ac6e4a5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:10:27Z", "updated_at": "2026-01-26T17:10:27Z", "revision_number": 0}}'
2026-01-26 17:10:28,158 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:28,187 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:28,336 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:28,336 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:28,719 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.239:22' as 'rocky' with public key authentication
2026-01-26 17:10:28,746 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:28,863 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:28,864 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.239 successfully created
2026-01-26 17:10:29,240 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:29,266 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:29,391 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:29,397 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:29,874 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.239:22' as 'rocky' with public key authentication
2026-01-26 17:10:29,891 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:30,019 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:30,020 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.239 successfully created
2026-01-26 17:10:30,247 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:30,270 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:30,397 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:30,398 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:30,561 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:30,584 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:30,710 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:30,710 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:30,922 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:30,945 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:31,106 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:31,107 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:31,466 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:31,497 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:31,665 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:31,666 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:31,987 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:32,001 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:32,082 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:32,083 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:32,308 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:32,325 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:32,421 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:32,422 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:32,637 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:32,651 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:32,735 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:32,736 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:32,950 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:32,968 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:33,071 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:33,072 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:33,489 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:33,542 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:33,650 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:33,651 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:33,899 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:33,914 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:34,000 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:34,000 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:44,218 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Starting script for group 225.0.0.120 on sender
2026-01-26 17:10:44,219 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.239:22' as 'rocky' with public key authentication
2026-01-26 17:10:44,236 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:44,323 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:44,325 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.239 successfully created
2026-01-26 17:10:45,546 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:45,667 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:45,778 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:45,779 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:45,995 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:46,009 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:46,128 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:46,128 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:48,561 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on receiver c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:10:48,623 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:48,636 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:48,762 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:48,836 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:48,992 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] result = dropped privs to tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
17:10:43.585941 fa:16:3e:65:7a:c3 > 01:00:5e:00:00:78, ethertype IPv4 (0x0800), length 59: (tos 0x0, ttl 1, id 37461, offset 0, flags [DF], proto UDP (17), length 45)
10.100.0.3.50803 > 225.0.0.120.wsm-server-ssl: [udp sum ok] UDP, length 17
E..-.U@.....
d.....x.s......group 225.0.0.120
1 packet captured
2 packets received by filter
0 packets dropped by kernel
2026-01-26 17:10:48,993 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-26 17:10:48,993 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Allowed group 225.0.0.120
2026-01-26 17:10:48,994 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.239:22' as 'rocky' with public key authentication
2026-01-26 17:10:49,005 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:49,087 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:49,088 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.239 successfully created
2026-01-26 17:10:49,294 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:49,315 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:49,465 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:49,466 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:51,685 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered 29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:10:51,719 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:51,736 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:51,896 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:51,897 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:52,108 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] result = dropped privs to tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
0 packets captured
0 packets received by filter
0 packets dropped by kernel
2026-01-26 17:10:52,108 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-26 17:10:52,108 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:52,121 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:52,215 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:52,231 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:52,352 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:52,365 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:52,492 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:52,492 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:52,697 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:52,709 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:52,795 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:52,795 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:53,001 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:10:53,015 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:53,149 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:53,151 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:10:53,349 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:53,374 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:53,489 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:53,490 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:53,603 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:53,652 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:53,791 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:53,792 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:54,004 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:54,019 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:54,130 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:54,131 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:10:54,340 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:10:54,358 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:54,442 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:54,443 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:11:04,662 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Starting script for group 225.0.0.120 on sender
2026-01-26 17:11:04,853 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.239:22' as 'rocky' with public key authentication
2026-01-26 17:11:04,875 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:11:05,717 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:11:05,718 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.239 successfully created
2026-01-26 17:11:06,967 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.239:22' as 'rocky' with public key authentication
2026-01-26 17:11:07,040 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:11:07,133 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:11:07,135 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.239 successfully created
2026-01-26 17:11:07,357 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:11:07,374 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:11:07,505 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:11:07,505 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:11:09,696 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered 29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:09,697 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.172:22' as 'rocky' with public key authentication
2026-01-26 17:11:09,710 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:11:09,800 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:11:09,801 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.172 successfully created
2026-01-26 17:11:10,014 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] result = dropped privs to tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
0 packets captured
0 packets received by filter
0 packets dropped by kernel
2026-01-26 17:11:10,015 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-26 17:11:10,015 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:11:10,035 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:11:10,143 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:11:10,147 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:11:12,607 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:12,608 41 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.174:22' as 'rocky' with public key authentication
2026-01-26 17:11:12,628 41 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:11:12,718 41 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:11:12,719 41 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.174 successfully created
2026-01-26 17:11:13,005 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] result = dropped privs to tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
0 packets captured
0 packets received by filter
0 packets dropped by kernel
2026-01-26 17:11:13,006 41 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-26 17:11:15,530 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,753 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9ddf9b27c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,756 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0be9ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,758 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0bcc160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,763 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0bbb790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,767 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0bbb1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,770 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0bbb220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,772 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0bbb520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,774 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:15,777 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,136 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,167 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c226a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,201 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,233 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c225e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,241 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,266 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,293 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c30a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,312 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c30910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,315 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c30550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,320 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c309d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5
2026-01-26 17:11:16,331 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c30340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,333 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c30160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,336 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,340 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,345 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,349 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,351 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,357 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c172b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,361 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,365 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c17190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,383 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c58fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,389 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c58c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,394 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c58e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,404 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,409 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4bb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,412 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4bd90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,416 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4bdf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,423 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,432 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,435 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd
2026-01-26 17:11:16,449 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,459 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,464 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cabb50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,476 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cabfa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,481 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0caba30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,484 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cab880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,487 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cab700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,493 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cab970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,498 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cab4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,500 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cab070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,531 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c9e430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,545 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cabee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,548 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9ddfc24430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,551 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0a07700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,553 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0a079a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,556 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9ddfc94c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,560 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9ddfc946a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,565 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de09ffdc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,572 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de09ff070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
2026-01-26 17:11:16,576 41 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de09ffe20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2
}}}
traceback-1: {{{
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 0x7f9de0c30220>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c30220>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-2: {{{
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 0x7f9de0c170d0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c170d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-3: {{{
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 0x7f9de0c4b550>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/c1a8b373-4e9d-4ed7-86c4-3c913696c1dd (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c4b550>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-4: {{{
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 0x7f9de0cab4c0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0cab4c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-5: {{{
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 0x7f9de0a65430>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/6325ebdc-a3f7-4183-848d-d2e325b1ade2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0a65430>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
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 0x7f9de0c22cd0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/29a017f6-9c97-4a61-a321-0ae66ac6e4a5 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9de0c22cd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| 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] |
skip
pt14.1: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn.test_idle_timeout_with_querier_enabled[id-be5e153d-1ce7-4d19-9efd-2aae0ec74749]
|
||||||
test_multicast_after_idle_timeout[id-fa082cf9-37fc-4e7f-bfdb-fbd8e6860634] |
fail
ft14.2: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn.test_multicast_after_idle_timeout[id-fa082cf9-37fc-4e7f-bfdb-fbd8e6860634]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-26 17:06:48,133 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.796s
2026-01-26 17:06:48,134 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-349049628", "networks": [{"uuid": "446f9a67-2455-49b5-be20-a0dede828f61"}], "security_groups": [{"name": "secgroup_mcast"}], "name": "tempest-test_multicast_after_idle_timeout-1982556067"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:06:45 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29cb2e5c-c9b9-47de-afdb-789b42d77163', 'x-compute-request-id': 'req-29cb2e5c-c9b9-47de-afdb-789b42d77163', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_mcast"}], "adminPass": "48dck3YBAzno"}}'
2026-01-26 17:06:48,422 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 0.288s
2026-01-26 17:06:48,423 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': 'Mon, 26 Jan 2026 17:06:48 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac318da1-101e-4275-8e15-afb723d96114', 'x-compute-request-id': 'req-ac318da1-101e-4275-8e15-afb723d96114', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "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-26 17:06:49,759 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 0.331s
2026-01-26 17:06:49,759 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': 'Mon, 26 Jan 2026 17:06:49 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8697a36-94f0-4423-8474-42a3fdeddbb5', 'x-compute-request-id': 'req-c8697a36-94f0-4423-8474-42a3fdeddbb5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:06:49,762 42 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-26 17:06:51,084 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 0.321s
2026-01-26 17:06:51,085 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': 'Mon, 26 Jan 2026 17:06:50 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6811984b-158f-452c-9a82-a230f2b10ff0', 'x-compute-request-id': 'req-6811984b-158f-452c-9a82-a230f2b10ff0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:06:53,194 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 1.104s
2026-01-26 17:06:53,195 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': 'Mon, 26 Jan 2026 17:06:52 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a8835c6-c36d-4912-9b56-2050c9041d19', 'x-compute-request-id': 'req-5a8835c6-c36d-4912-9b56-2050c9041d19', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:06:55,120 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 0.921s
2026-01-26 17:06:55,121 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': 'Mon, 26 Jan 2026 17:06:54 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cec377ab-ad13-487b-9b78-fd868d43d31a', 'x-compute-request-id': 'req-cec377ab-ad13-487b-9b78-fd868d43d31a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:06:56,703 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 0.578s
2026-01-26 17:06:56,704 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': 'Mon, 26 Jan 2026 17:06:56 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11c4b337-2637-4d5a-afe5-fcb60c08000d', 'x-compute-request-id': 'req-11c4b337-2637-4d5a-afe5-fcb60c08000d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:06:58,690 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 0.978s
2026-01-26 17:06:58,690 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': 'Mon, 26 Jan 2026 17:06:57 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-634498c5-c705-4ac4-bdb3-ebd8ed9c90f8', 'x-compute-request-id': 'req-634498c5-c705-4ac4-bdb3-ebd8ed9c90f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:00,818 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 1.123s
2026-01-26 17:07:00,818 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': 'Mon, 26 Jan 2026 17:06:59 GMT', 'server': 'Apache', 'content-length': '1673', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75993ad8-5c64-44ef-9928-e2d8345f0527', 'x-compute-request-id': 'req-75993ad8-5c64-44ef-9928-e2d8345f0527', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "ACTIVE", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:58Z", "addresses": {"tempest-test-network--1542717804": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:70:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": "2026-01-26T17:06:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:00,825 42 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2026-01-26 17:07:01,484 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action 0.658s
2026-01-26 17:07:01,484 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': 'Mon, 26 Jan 2026 17:07:00 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-f47a92dc-accf-4e1b-9280-8fbe1a74f874', 'x-compute-request-id': 'req-f47a92dc-accf-4e1b-9280-8fbe1a74f874', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action'}
Body: b'{"output": ""}'
2026-01-26 17:07:06,904 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action 0.413s
2026-01-26 17:07:06,904 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': 'Mon, 26 Jan 2026 17:07:06 GMT', 'server': 'Apache', 'content-length': '42313', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3a57fc-db26-4273-a9c7-adc934f7402a', 'x-compute-request-id': 'req-1e3a57fc-db26-4273-a9c7-adc934f7402a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4525726758 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000871] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001256] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003736] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003772] Using GB pages for direct mapping\\n[ 0.003899] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003905] ACPI: Early table checksum verification disabled\\n[ 0.003909] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003914] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003919] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003924] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003930] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003935] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003937] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003938] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003939] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003940] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003941] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003942] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:07:12,525 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action 0.614s
2026-01-26 17:07:12,525 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': 'Mon, 26 Jan 2026 17:07:11 GMT', 'server': 'Apache', 'content-length': '74120', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a64eb080-e2fa-490d-a84b-d50d82349ba8', 'x-compute-request-id': 'req-a64eb080-e2fa-490d-a84b-d50d82349ba8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4525726758 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000871] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001256] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003736] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003772] Using GB pages for direct mapping\\n[ 0.003899] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003905] ACPI: Early table checksum verification disabled\\n[ 0.003909] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003914] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003919] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003924] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003930] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003935] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003937] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003938] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003939] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003940] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003941] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003942] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:07:20,158 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action 2.626s
2026-01-26 17:07:20,159 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': 'Mon, 26 Jan 2026 17:07:17 GMT', 'server': 'Apache', 'content-length': '94203', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca0d002-37a6-45f5-82fa-e4084b68fc4c', 'x-compute-request-id': 'req-4ca0d002-37a6-45f5-82fa-e4084b68fc4c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 4525726758 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000871] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001256] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003736] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003772] Using GB pages for direct mapping\\n[ 0.003899] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003905] ACPI: Early table checksum verification disabled\\n[ 0.003909] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003914] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003919] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003924] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003930] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003935] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003937] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003938] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003939] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003940] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003941] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003942] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:07:25,298 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action 0.131s
2026-01-26 17:07:25,299 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': 'Mon, 26 Jan 2026 17:07:25 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-b2bfe057-179d-4986-91e3-c545557dacd3', 'x-compute-request-id': 'req-b2bfe057-179d-4986-91e3-c545557dacd3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action'}
Body: b'{"output": "-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 4525726758 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000871] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001256] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003736] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003772] Using GB pages for direct mapping\\n[ 0.003899] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003905] ACPI: Early table checksum verification disabled\\n[ 0.003909] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003914] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003919] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003924] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003930] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003935] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003937] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003938] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003939] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003940] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003941] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003942] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005040] No NUMA configuration found\\n[ 0.005041] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005051] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005268] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005286] Zone ranges:\\n[ 0.005287] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005289] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005291] Normal empty\\n[ 0.005291] Device empty\\n[ 0.005292] Movable zone start for each node\\n[ 0.005294] Early memory node ranges\\n[ 0.005294] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005296] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005298] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005304] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005333] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005914] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017177] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017210] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.017349] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017353] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017354] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017356] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017358] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017359] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017362] ACPI: Using ACPI (MADT)
2026-01-26 17:07:30,464 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action 0.161s
2026-01-26 17:07:30,465 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': 'Mon, 26 Jan 2026 17:07: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-5797403b-3163-4cc9-8197-d529782de000', 'x-compute-request-id': 'req-5797403b-3163-4cc9-8197-d529782de000', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d/action'}
Body: b'{"output": "x608\\n[ 0.017210] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.017349] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017353] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017354] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017356] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017358] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017359] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017362] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017365] TSC deadline timer available\\n[ 0.017378] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017485] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017487] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017488] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017489] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017491] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017493] Booting paravirtualized kernel on KVM\\n[ 0.017496] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022715] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023093] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023203] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023211] Fallback order for Node 0: 0 \\n[ 0.023215] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023217] Policy zone: DMA32\\n[ 0.023218] 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.023316] 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.023493] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023577] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023808] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030629] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.030640] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031360] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031390] ftrace: allocating 46193 entries in 181 pages\\n[ 0.054939] ftrace: allocated 181 pages with 5 groups\\n[ 0.055833] Dynamic Preempt: voluntary\\n[ 0.057982] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.057983] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.057985] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.057986] \\tRude variant of Tasks RCU enabled.\\n[ 0.057986] \\tTracing variant of Tasks RCU enabled.\\n[ 0.057988] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.057989] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.063031] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.063375] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.063505] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.063525] random: crng init done\\n[ 0.118748] Console: colour VGA+ 80x25\\n[ 0.646803] printk: console [ttyS0] enabled\\n[ 0.649601] ACPI: Core revision 20221020\\n[ 0.652452] APIC: Switch to symmetric I/O mode setup\\n[ 0.656922] x2apic enabled\\n[ 0.660120] Switched APIC routing to physical x2apic.\\n[ 0.668605] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.675899] Calibrati
2026-01-26 17:07:31,529 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 1.061s
2026-01-26 17:07:31,529 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': 'Mon, 26 Jan 2026 17:07:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1104', 'x-openstack-request-id': 'req-7b752ca5-511d-43de-a4c0-5bcfcfdf4a28', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"ports":[{"id":"e78059e1-4963-49a3-a3a5-6c96ba7f355a","name":"","network_id":"446f9a67-2455-49b5-be20-a0dede828f61","tenant_id":"6eda36111a80432b924c91042b8d126b","mac_address":"fa:16:3e:4d:70:00","admin_state_up":true,"status":"ACTIVE","device_id":"41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"85a7fdb3-16fe-434a-a6ea-7191c55ee4fc","ip_address":"10.100.0.11"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["2ebfa8d2-ff6d-46c2-9239-ef1cb8fd7bf4"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-multicast-after-idle-timeout-1982556067","dns_assignment":[{"ip_address":"10.100.0.11","hostname":"tempest-test-multicast-after-idle-timeout-1982556067","fqdn":"tempest-test-multicast-after-idle-timeout-1982556067.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:06:51Z","updated_at":"2026-01-26T17:06:57Z","revision_number":4,"project_id":"6eda36111a80432b924c91042b8d126b"}]}'
2026-01-26 17:07:38,321 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 6.791s
2026-01-26 17:07:38,322 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": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "e78059e1-4963-49a3-a3a5-6c96ba7f355a"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-9a7b3669-e66f-4ac4-868b-12264dc21d9d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "39c9edcb-1cda-4b73-a341-abce34812b01", "tenant_id": "6eda36111a80432b924c91042b8d126b", "floating_ip_address": "192.168.122.238", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "0a572c41-b5a6-48ba-a6cb-b92aa2a985c7", "port_id": "e78059e1-4963-49a3-a3a5-6c96ba7f355a", "fixed_ip_address": "10.100.0.11", "status": "DOWN", "project_id": "6eda36111a80432b924c91042b8d126b", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "446f9a67-2455-49b5-be20-a0dede828f61", "mac_address": "fa:16:3e:4d:70:00", "admin_state_up": true, "status": "ACTIVE", "device_id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:07:32Z", "updated_at": "2026-01-26T17:07:32Z", "revision_number": 0}}'
2026-01-26 17:07:42,781 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.457s
2026-01-26 17:07:42,781 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-349049628", "networks": [{"uuid": "446f9a67-2455-49b5-be20-a0dede828f61"}], "security_groups": [{"name": "secgroup_mcast"}], "name": "tempest-test_multicast_after_idle_timeout-1523353790"}, "os:scheduler_hints": {"different_host": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:07:38 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-222375d4-c75a-4c5a-9235-0344867b3150', 'x-compute-request-id': 'req-222375d4-c75a-4c5a-9235-0344867b3150', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "8fa8605c-46ca-4a01-8354-d631bc176caa", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_mcast"}], "adminPass": "rE66fQ3wTAnW"}}'
2026-01-26 17:07:43,611 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.828s
2026-01-26 17:07:43,614 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': 'Mon, 26 Jan 2026 17:07:42 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b08131c8-31fd-4b38-9752-e0935c1447da', 'x-compute-request-id': 'req-b08131c8-31fd-4b38-9752-e0935c1447da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "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-26 17:07:44,986 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.364s
2026-01-26 17:07:44,987 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': 'Mon, 26 Jan 2026 17:07:44 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d0370a-2e64-4425-a88a-62d0cef296b3', 'x-compute-request-id': 'req-75d0370a-2e64-4425-a88a-62d0cef296b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "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-26 17:07:46,530 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.538s
2026-01-26 17:07:46,531 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': 'Mon, 26 Jan 2026 17:07:46 GMT', 'server': 'Apache', 'content-length': '1390', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e44fafcf-6db5-4395-b71d-03077348ee9c', 'x-compute-request-id': 'req-e44fafcf-6db5-4395-b71d-03077348ee9c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:07:46,534 42 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-01-26 17:07:48,479 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.944s
2026-01-26 17:07:48,480 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': 'Mon, 26 Jan 2026 17:07:47 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-332c6bf4-377d-46a4-bc63-8279a2a43bf3', 'x-compute-request-id': 'req-332c6bf4-377d-46a4-bc63-8279a2a43bf3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:07:48,494 42 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 5 second wait
2026-01-26 17:07:49,982 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.486s
2026-01-26 17:07:49,983 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': 'Mon, 26 Jan 2026 17:07:49 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4490d712-52fb-4a80-80e9-4b7c77e3693c', 'x-compute-request-id': 'req-4490d712-52fb-4a80-80e9-4b7c77e3693c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-26 17:07:49,987 42 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait
2026-01-26 17:07:53,454 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 2.465s
2026-01-26 17:07:53,455 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': 'Mon, 26 Jan 2026 17:07:51 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fa60407-f648-45d4-897b-ef3ca62fa9e9', 'x-compute-request-id': 'req-3fa60407-f648-45d4-897b-ef3ca62fa9e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:55,552 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 1.092s
2026-01-26 17:07:55,552 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': 'Mon, 26 Jan 2026 17:07:54 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a39fd155-4587-4d22-b099-e307de1ac3a2', 'x-compute-request-id': 'req-a39fd155-4587-4d22-b099-e307de1ac3a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:07:57,863 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 1.295s
2026-01-26 17:07:57,867 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': 'Mon, 26 Jan 2026 17:07:56 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5f08e22-2658-499a-9cf8-4fb15b22e99d', 'x-compute-request-id': 'req-d5f08e22-2658-499a-9cf8-4fb15b22e99d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:01,094 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 2.217s
2026-01-26 17:08:01,095 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': 'Mon, 26 Jan 2026 17:07:58 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5368c29b-3918-4d34-b0fd-53c39ae2d55e', 'x-compute-request-id': 'req-5368c29b-3918-4d34-b0fd-53c39ae2d55e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:03,927 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 1.828s
2026-01-26 17:08:03,927 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': 'Mon, 26 Jan 2026 17:08:02 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3d8de0a-28be-4ba5-9065-5e9276a90ce4', 'x-compute-request-id': 'req-c3d8de0a-28be-4ba5-9065-5e9276a90ce4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:05,944 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 1.011s
2026-01-26 17:08:05,945 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': 'Mon, 26 Jan 2026 17:08:04 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2951f073-852a-4bcb-91d2-b49a206dfce0', 'x-compute-request-id': 'req-2951f073-852a-4bcb-91d2-b49a206dfce0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:07,517 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.567s
2026-01-26 17:08:07,517 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': 'Mon, 26 Jan 2026 17:08:06 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aa84dfd-23be-446f-87d0-767f9f0191ed', 'x-compute-request-id': 'req-8aa84dfd-23be-446f-87d0-767f9f0191ed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:10,386 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 1.863s
2026-01-26 17:08:10,386 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': 'Mon, 26 Jan 2026 17:08:08 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-152d8951-14a5-4364-b25b-890819cb5413', 'x-compute-request-id': 'req-152d8951-14a5-4364-b25b-890819cb5413', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:12,317 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.927s
2026-01-26 17:08:12,317 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': 'Mon, 26 Jan 2026 17:08:11 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8897f08c-4496-4a78-b83c-100b1900e22d', 'x-compute-request-id': 'req-8897f08c-4496-4a78-b83c-100b1900e22d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:15,255 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 1.933s
2026-01-26 17:08:15,255 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': 'Mon, 26 Jan 2026 17:08:13 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e15c506c-989a-494c-a821-6304cd27e2ee', 'x-compute-request-id': 'req-e15c506c-989a-494c-a821-6304cd27e2ee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:07:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:17,139 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 0.879s
2026-01-26 17:08:17,142 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': 'Mon, 26 Jan 2026 17:08:16 GMT', 'server': 'Apache', 'content-length': '1672', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f50c0ae3-d2db-4423-ab4d-92fa896ccc09', 'x-compute-request-id': 'req-f50c0ae3-d2db-4423-ab4d-92fa896ccc09', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "ACTIVE", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:08:16Z", "addresses": {"tempest-test-network--1542717804": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:96:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": "2026-01-26T17:08:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:08:17,147 42 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait
2026-01-26 17:08:17,653 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 0.505s
2026-01-26 17:08:17,653 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': 'Mon, 26 Jan 2026 17:08:17 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-ed87ce58-3da1-4415-b5ef-4990a85da1aa', 'x-compute-request-id': 'req-ed87ce58-3da1-4415-b5ef-4990a85da1aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action'}
Body: b'{"output": ""}'
2026-01-26 17:08:22,857 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 0.197s
2026-01-26 17:08:22,857 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': 'Mon, 26 Jan 2026 17:08:22 GMT', 'server': 'Apache', 'content-length': '25141', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a92faad0-8157-47d1-b956-5b862629210c', 'x-compute-request-id': 'req-a92faad0-8157-47d1-b956-5b862629210c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000004] kvm-clock: using sched offset of 4875784668 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000010] tsc: Detected 2800.000 MHz processor\\n[ 0.000953] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001454] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004025] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004077] Using GB pages for direct mapping\\n[ 0.004289] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004297] ACPI: Early table checksum verification disabled\\n[ 0.004303] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004308] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004316] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004323] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004329] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004335] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004338] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004340] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004341] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004342] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004343] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004344] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:28,768 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 0.903s
2026-01-26 17:08:28,769 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': 'Mon, 26 Jan 2026 17:08:27 GMT', 'server': 'Apache', 'content-length': '71613', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77aa1435-00bf-42da-b6a9-3ff14644e673', 'x-compute-request-id': 'req-77aa1435-00bf-42da-b6a9-3ff14644e673', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000004] kvm-clock: using sched offset of 4875784668 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000010] tsc: Detected 2800.000 MHz processor\\n[ 0.000953] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001454] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004025] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004077] Using GB pages for direct mapping\\n[ 0.004289] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004297] ACPI: Early table checksum verification disabled\\n[ 0.004303] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004308] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004316] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004323] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004329] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004335] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004338] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004340] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004341] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004342] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004343] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004344] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:34,079 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 0.304s
2026-01-26 17:08:34,079 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': 'Mon, 26 Jan 2026 17:08:33 GMT', 'server': 'Apache', 'content-length': '86679', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91ad1283-dca6-4cc1-9b2e-393f42c273c3', 'x-compute-request-id': 'req-91ad1283-dca6-4cc1-9b2e-393f42c273c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000004] kvm-clock: using sched offset of 4875784668 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000010] tsc: Detected 2800.000 MHz processor\\n[ 0.000953] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001454] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004025] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004077] Using GB pages for direct mapping\\n[ 0.004289] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004297] ACPI: Early table checksum verification disabled\\n[ 0.004303] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004308] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004316] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004323] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004329] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004335] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004338] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004340] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004341] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004342] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004343] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004344] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:39,451 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 0.365s
2026-01-26 17:08:39,452 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': 'Mon, 26 Jan 2026 17:08:39 GMT', 'server': 'Apache', 'content-length': '94885', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77aac109-5f10-4ac6-8725-083ec6ff96f4', 'x-compute-request-id': 'req-77aac109-5f10-4ac6-8725-083ec6ff96f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000004] kvm-clock: using sched offset of 4875784668 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000010] tsc: Detected 2800.000 MHz processor\\n[ 0.000953] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001454] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004025] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.004077] Using GB pages for direct mapping\\n[ 0.004289] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004297] ACPI: Early table checksum verification disabled\\n[ 0.004303] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004308] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004316] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004323] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004329] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004335] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004338] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004340] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004341] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004342] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004343] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004344] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:08:45,497 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 1.037s
2026-01-26 17:08:45,498 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': 'Mon, 26 Jan 2026 17:08:44 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-8d81b3bf-28b6-4044-a35d-96404aea663f', 'x-compute-request-id': 'req-8d81b3bf-28b6-4044-a35d-96404aea663f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action'}
Body: b'{"output": "ilable ranges\\n[ 0.006178] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006934] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.018863] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018895] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.019040] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.019044] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.019046] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.019047] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.019049] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.019050] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.019053] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.019055] TSC deadline timer available\\n[ 0.019070] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.019157] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.019158] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.019159] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.019160] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.019162] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.019163] Booting paravirtualized kernel on KVM\\n[ 0.019167] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024577] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024930] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.025061] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.025069] Fallback order for Node 0: 0 \\n[ 0.025074] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.025075] Policy zone: DMA32\\n[ 0.025077] 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.025182] 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.025265] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025310] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025559] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030480] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353272K reserved, 0K cma-reserved)\\n[ 0.030489] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031350] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031380] ftrace: allocating 46193 entries in 181 pages\\n[ 0.057710] ftrace: allocated 181 pages with 5 groups\\n[ 0.058714] Dynamic Preempt: voluntary\\n[ 0.059282] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.059284] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.059286] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.059287] \\tRude variant of Tasks RCU enabled.\\n[ 0.059288] \\tTracing variant of Tasks RCU enabled.\\n[ 0.059289] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.059290] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.065187] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.065682] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.065824] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.065847] random: crng init done\\n[ 0.125320] Console: colour VGA+ 80x25\\n[ 0.713104] printk: console [ttyS0] enabled\\n[ 0.716190] ACPI: Core revision 20221020\\n[ 0.719014] APIC: Switch to symmetric I/O mode setup\\n[ 0.723843] x2apic enabled\\n[ 0.72
2026-01-26 17:08:50,798 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action 0.294s
2026-01-26 17:08:50,799 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': 'Mon, 26 Jan 2026 17:08:50 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-748d111d-9d3b-45e2-9d48-52a2c97da9de', 'x-compute-request-id': 'req-748d111d-9d3b-45e2-9d48-52a2c97da9de', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa/action'}
Body: b'{"output": "]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.019044] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.019046] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.019047] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.019049] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.019050] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.019053] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.019055] TSC deadline timer available\\n[ 0.019070] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.019157] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.019158] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.019159] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.019160] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.019162] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.019163] Booting paravirtualized kernel on KVM\\n[ 0.019167] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024577] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024930] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.025061] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.025069] Fallback order for Node 0: 0 \\n[ 0.025074] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.025075] Policy zone: DMA32\\n[ 0.025077] 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.025182] 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.025265] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025310] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025559] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030480] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353272K reserved, 0K cma-reserved)\\n[ 0.030489] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031350] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031380] ftrace: allocating 46193 entries in 181 pages\\n[ 0.057710] ftrace: allocated 181 pages with 5 groups\\n[ 0.058714] Dynamic Preempt: voluntary\\n[ 0.059282] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.059284] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.059286] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.059287] \\tRude variant of Tasks RCU enabled.\\n[ 0.059288] \\tTracing variant of Tasks RCU enabled.\\n[ 0.059289] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.059290] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.065187] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.065682] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.065824] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.065847] random: crng init done\\n[ 0.125320] Console: colour VGA+ 80x25\\n[ 0.713104] printk: console [ttyS0] enabled\\n[ 0.716190] ACPI: Core revision 20221020\\n[ 0.719014] APIC: Switch to symmetric I/O mode setup\\n[ 0.723843] x2apic enabled\\n[ 0.727010] Switched APIC routing to physical x2apic.\\n[ 0.736241] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.744005] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.744995] pid_max: d
2026-01-26 17:08:52,780 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d 1.979s
2026-01-26 17:08:52,780 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': 'Mon, 26 Jan 2026 17:08:50 GMT', 'server': 'Apache', 'content-length': '1980', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9931569b-e86d-486e-965d-2e4c94e73ae7', 'x-compute-request-id': 'req-9931569b-e86d-486e-965d-2e4c94e73ae7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d'}
Body: b'{"server": {"id": "41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d", "name": "tempest-test_multicast_after_idle_timeout-1982556067", "status": "ACTIVE", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:06:48Z", "updated": "2026-01-26T17:06:58Z", "addresses": {"tempest-test-network--1542717804": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:70:00"}, {"version": 4, "addr": "192.168.122.238", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:70:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": "2026-01-26T17:06:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "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-26 17:08:55,426 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa 2.640s
2026-01-26 17:08:55,427 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': 'Mon, 26 Jan 2026 17:08:52 GMT', 'server': 'Apache', 'content-length': '1857', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c37b9c63-1d41-4acf-a84c-0d8f4ced9a4d', 'x-compute-request-id': 'req-c37b9c63-1d41-4acf-a84c-0d8f4ced9a4d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"server": {"id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "name": "tempest-test_multicast_after_idle_timeout-1523353790", "status": "ACTIVE", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "eb531a7ccb45a458a09391a05b45691b2dd655252655bda7d1b57268", "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-26T17:07:42Z", "updated": "2026-01-26T17:08:16Z", "addresses": {"tempest-test-network--1542717804": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:96:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8fa8605c-46ca-4a01-8354-d631bc176caa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": "2026-01-26T17:08:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000016", "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-26 17:08:55,733 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=8fa8605c-46ca-4a01-8354-d631bc176caa 0.300s
2026-01-26 17:08:55,733 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': 'Mon, 26 Jan 2026 17:08:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1102', 'x-openstack-request-id': 'req-6b0c0bff-a79e-41cb-8921-30d5dac01527', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=8fa8605c-46ca-4a01-8354-d631bc176caa'}
Body: b'{"ports":[{"id":"927adf2d-2d38-40eb-9fff-9aac9f1bbe07","name":"","network_id":"446f9a67-2455-49b5-be20-a0dede828f61","tenant_id":"6eda36111a80432b924c91042b8d126b","mac_address":"fa:16:3e:4f:96:d1","admin_state_up":true,"status":"ACTIVE","device_id":"8fa8605c-46ca-4a01-8354-d631bc176caa","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"85a7fdb3-16fe-434a-a6ea-7191c55ee4fc","ip_address":"10.100.0.9"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["2ebfa8d2-ff6d-46c2-9239-ef1cb8fd7bf4"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-multicast-after-idle-timeout-1523353790","dns_assignment":[{"ip_address":"10.100.0.9","hostname":"tempest-test-multicast-after-idle-timeout-1523353790","fqdn":"tempest-test-multicast-after-idle-timeout-1523353790.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:07:50Z","updated_at":"2026-01-26T17:08:13Z","revision_number":4,"project_id":"6eda36111a80432b924c91042b8d126b"}]}'
2026-01-26 17:08:58,523 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.789s
2026-01-26 17:08:58,524 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": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "927adf2d-2d38-40eb-9fff-9aac9f1bbe07"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-a1eb7c7c-bb71-4f75-8c53-d666c81780e5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "e9a007a0-110f-4c1d-a8e3-8fc2f8730022", "tenant_id": "6eda36111a80432b924c91042b8d126b", "floating_ip_address": "192.168.122.224", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "0a572c41-b5a6-48ba-a6cb-b92aa2a985c7", "port_id": "927adf2d-2d38-40eb-9fff-9aac9f1bbe07", "fixed_ip_address": "10.100.0.9", "status": "DOWN", "project_id": "6eda36111a80432b924c91042b8d126b", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "446f9a67-2455-49b5-be20-a0dede828f61", "mac_address": "fa:16:3e:4f:96:d1", "admin_state_up": true, "status": "ACTIVE", "device_id": "8fa8605c-46ca-4a01-8354-d631bc176caa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:08:56Z", "updated_at": "2026-01-26T17:08:56Z", "revision_number": 0}}'
2026-01-26 17:09:00,757 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.231s
2026-01-26 17:09:00,758 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-349049628", "networks": [{"uuid": "446f9a67-2455-49b5-be20-a0dede828f61"}], "security_groups": [{"name": "secgroup_mcast"}], "name": "tempest-test_multicast_after_idle_timeout-1769108129"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:58 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3435b6-4232-4bd3-8087-a4664e00eef8', 'x-compute-request-id': 'req-df3435b6-4232-4bd3-8087-a4664e00eef8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "e552e64f-34b7-492f-9649-6bb48847a9bf", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_mcast"}], "adminPass": "rVq62qbcW6aC"}}'
2026-01-26 17:09:01,334 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf 0.574s
2026-01-26 17:09:01,334 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': 'Mon, 26 Jan 2026 17:09:00 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a70c759-fb9f-4aa2-b213-641f454a2327', 'x-compute-request-id': 'req-1a70c759-fb9f-4aa2-b213-641f454a2327', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"server": {"id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "name": "tempest-test_multicast_after_idle_timeout-1769108129", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "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-26T17:09:00Z", "updated": "2026-01-26T17:09:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "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-26 17:09:02,593 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf 0.251s
2026-01-26 17:09:02,593 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': 'Mon, 26 Jan 2026 17:09:02 GMT', 'server': 'Apache', 'content-length': '1446', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d735a18-ea05-4f5a-bedc-06cc4ea2db22', 'x-compute-request-id': 'req-4d735a18-ea05-4f5a-bedc-06cc4ea2db22', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"server": {"id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "name": "tempest-test_multicast_after_idle_timeout-1769108129", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:09:00Z", "updated": "2026-01-26T17:09:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:09:02,599 42 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-01-26 17:09:04,396 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf 0.795s
2026-01-26 17:09:04,398 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': 'Mon, 26 Jan 2026 17:09:03 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d1864a-6d04-45ac-b70a-b1faa481c6d1', 'x-compute-request-id': 'req-36d1864a-6d04-45ac-b70a-b1faa481c6d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"server": {"id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "name": "tempest-test_multicast_after_idle_timeout-1769108129", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:09:00Z", "updated": "2026-01-26T17:09:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:04,402 42 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-01-26 17:09:06,000 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf 0.597s
2026-01-26 17:09:06,001 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': 'Mon, 26 Jan 2026 17:09:05 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb195066-c9ac-41b6-a61f-7f4b7c8ce7aa', 'x-compute-request-id': 'req-fb195066-c9ac-41b6-a61f-7f4b7c8ce7aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"server": {"id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "name": "tempest-test_multicast_after_idle_timeout-1769108129", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:09:00Z", "updated": "2026-01-26T17:09:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:07,613 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf 0.608s
2026-01-26 17:09:07,614 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': 'Mon, 26 Jan 2026 17:09:07 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-049f54db-98ff-4751-ba77-549e6883afe3', 'x-compute-request-id': 'req-049f54db-98ff-4751-ba77-549e6883afe3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"server": {"id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "name": "tempest-test_multicast_after_idle_timeout-1769108129", "status": "BUILD", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:09:00Z", "updated": "2026-01-26T17:09:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:09,566 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf 0.948s
2026-01-26 17:09:09,567 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': 'Mon, 26 Jan 2026 17:09:08 GMT', 'server': 'Apache', 'content-length': '1673', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e800ff51-1901-471b-9647-effa2dff7f7d', 'x-compute-request-id': 'req-e800ff51-1901-471b-9647-effa2dff7f7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"server": {"id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "name": "tempest-test_multicast_after_idle_timeout-1769108129", "status": "ACTIVE", "tenant_id": "6eda36111a80432b924c91042b8d126b", "user_id": "0c6f560d86ea4da89884cfa762f9e6eb", "metadata": {}, "hostId": "ebfcb1d968fe2fb67544f54c0af9cc34b0e8b096b65eebcf0500ac71", "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-26T17:09:00Z", "updated": "2026-01-26T17:09:07Z", "addresses": {"tempest-test-network--1542717804": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:b0:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e552e64f-34b7-492f-9649-6bb48847a9bf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-349049628", "OS-SRV-USG:launched_at": "2026-01-26T17:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_mcast"}], "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-26 17:09:09,572 42 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait
2026-01-26 17:09:09,702 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.129s
2026-01-26 17:09:09,703 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': 'Mon, 26 Jan 2026 17:09: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-6cc2216b-d0b3-417d-80b8-001e0ae3356e', 'x-compute-request-id': 'req-6cc2216b-d0b3-417d-80b8-001e0ae3356e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action'}
Body: b'{"output": ""}'
2026-01-26 17:09:14,828 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.122s
2026-01-26 17:09:14,829 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': 'Mon, 26 Jan 2026 17:09:14 GMT', 'server': 'Apache', 'content-length': '25162', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf74f15-4acc-41e7-9eb3-0c1ee0ec4197', 'x-compute-request-id': 'req-5cf74f15-4acc-41e7-9eb3-0c1ee0ec4197', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 5109639948 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000825] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001193] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003592] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003636] Using GB pages for direct mapping\\n[ 0.003791] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003801] ACPI: Early table checksum verification disabled\\n[ 0.003807] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003811] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003819] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003824] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003827] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003829] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003831] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003834] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003836] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003837] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003838] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003839] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003839] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003840] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:19,971 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.136s
2026-01-26 17:09:19,972 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': 'Mon, 26 Jan 2026 17:09:19 GMT', 'server': 'Apache', 'content-length': '70559', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796fddd5-7996-4782-a4a5-41d7ca34c1f1', 'x-compute-request-id': 'req-796fddd5-7996-4782-a4a5-41d7ca34c1f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 5109639948 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000825] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001193] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003592] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003636] Using GB pages for direct mapping\\n[ 0.003791] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003801] ACPI: Early table checksum verification disabled\\n[ 0.003807] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003811] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003819] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003824] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003827] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003829] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003831] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003834] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003836] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003837] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003838] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003839] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003839] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003840] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:25,137 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.157s
2026-01-26 17:09:25,138 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': 'Mon, 26 Jan 2026 17:09:25 GMT', 'server': 'Apache', 'content-length': '84266', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f78a8d7-ea0e-47c1-9cd6-986d58fdb25c', 'x-compute-request-id': 'req-3f78a8d7-ea0e-47c1-9cd6-986d58fdb25c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 5109639948 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000825] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001193] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003592] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003636] Using GB pages for direct mapping\\n[ 0.003791] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003801] ACPI: Early table checksum verification disabled\\n[ 0.003807] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003811] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003819] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003824] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003827] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003829] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003831] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003834] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003836] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003837] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003838] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003839] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003839] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003840] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:30,306 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.162s
2026-01-26 17:09:30,308 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': 'Mon, 26 Jan 2026 17:09:30 GMT', 'server': 'Apache', 'content-length': '94540', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4288c03-a1b3-4eb9-8bd8-16f82154a427', 'x-compute-request-id': 'req-f4288c03-a1b3-4eb9-8bd8-16f82154a427', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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.000002] kvm-clock: using sched offset of 5109639948 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000825] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001193] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003592] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003636] Using GB pages for direct mapping\\n[ 0.003791] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003801] ACPI: Early table checksum verification disabled\\n[ 0.003807] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003811] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003819] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003824] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003827] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003829] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003831] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003834] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003836] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003837] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003838] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003839] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003839] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003840] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:35,492 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.174s
2026-01-26 17:09:35,492 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': 'Mon, 26 Jan 2026 17:09:35 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-50821a22-d044-4b5b-8c19-aac66c511826', 'x-compute-request-id': 'req-50821a22-d044-4b5b-8c19-aac66c511826', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action'}
Body: b'{"output": ".003807] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003811] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003819] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003824] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003827] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003829] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003831] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003834] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003836] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003837] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003838] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003839] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003839] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003840] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005337] No NUMA configuration found\\n[ 0.005339] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005351] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005596] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005611] Zone ranges:\\n[ 0.005612] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005613] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005615] Normal empty\\n[ 0.005616] Device empty\\n[ 0.005617] Movable zone start for each node\\n[ 0.005618] Early memory node ranges\\n[ 0.005619] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005620] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005622] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005629] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005670] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006325] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017219] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017250] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.017380] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017383] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017385] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017387] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017388] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017416] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017420] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017423] TSC deadline timer available\\n[ 0.017438] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017516] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017518] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017519] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017519] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017521] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017522] Booting paravirtualized kernel on KVM\\n[ 0.017527] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023042] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023446] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023559] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023569] Fallback order for Node 0: 0 \\n[ 0.023573] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023574] Policy zone: DMA32\\n[ 0.023575] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el
2026-01-26 17:09:40,624 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action 0.126s
2026-01-26 17:09:40,625 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': 'Mon, 26 Jan 2026 17:09: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-24e29c4b-0c82-4ba5-8e60-9af8d6b408bb', 'x-compute-request-id': 'req-24e29c4b-0c82-4ba5-8e60-9af8d6b408bb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf/action'}
Body: b'{"output": " GSI 0-23\\n[ 0.017383] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017385] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017387] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017388] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017416] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017420] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017423] TSC deadline timer available\\n[ 0.017438] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017516] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017518] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017519] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017519] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017521] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017522] Booting paravirtualized kernel on KVM\\n[ 0.017527] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023042] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023446] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023559] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023569] Fallback order for Node 0: 0 \\n[ 0.023573] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023574] Policy zone: DMA32\\n[ 0.023575] 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.023668] 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.023771] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023814] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024048] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030467] Memory: 226044K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.030478] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031245] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031275] ftrace: allocating 46193 entries in 181 pages\\n[ 0.056785] ftrace: allocated 181 pages with 5 groups\\n[ 0.057986] Dynamic Preempt: voluntary\\n[ 0.060400] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.060403] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.060405] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.060406] \\tRude variant of Tasks RCU enabled.\\n[ 0.060406] \\tTracing variant of Tasks RCU enabled.\\n[ 0.060407] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.060409] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.066037] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.066410] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.066549] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.066571] random: crng init done\\n[ 0.122195] Console: colour VGA+ 80x25\\n[ 0.646232] printk: console [ttyS0] enabled\\n[ 0.649276] ACPI: Core revision 20221020\\n[ 0.652092] APIC: Switch to symmetric I/O mode setup\\n[ 0.656913] x2apic enabled\\n[ 0.660218] Switched APIC routing to physical x2apic.\\n[ 0.668986] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.675644] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.676635] pid_max: default: 32768 minimum: 301\\n[ 0.676635] L
2026-01-26 17:09:40,890 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e552e64f-34b7-492f-9649-6bb48847a9bf 0.262s
2026-01-26 17:09:40,891 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': 'Mon, 26 Jan 2026 17:09:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1104', 'x-openstack-request-id': 'req-0d5d7191-0d1d-4f56-b38d-373365531df1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e552e64f-34b7-492f-9649-6bb48847a9bf'}
Body: b'{"ports":[{"id":"611a43ff-7fea-4123-a15d-9ac194be430d","name":"","network_id":"446f9a67-2455-49b5-be20-a0dede828f61","tenant_id":"6eda36111a80432b924c91042b8d126b","mac_address":"fa:16:3e:06:b0:51","admin_state_up":true,"status":"ACTIVE","device_id":"e552e64f-34b7-492f-9649-6bb48847a9bf","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"85a7fdb3-16fe-434a-a6ea-7191c55ee4fc","ip_address":"10.100.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["2ebfa8d2-ff6d-46c2-9239-ef1cb8fd7bf4"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-multicast-after-idle-timeout-1769108129","dns_assignment":[{"ip_address":"10.100.0.12","hostname":"tempest-test-multicast-after-idle-timeout-1769108129","fqdn":"tempest-test-multicast-after-idle-timeout-1769108129.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:09:03Z","updated_at":"2026-01-26T17:09:06Z","revision_number":4,"project_id":"6eda36111a80432b924c91042b8d126b"}]}'
2026-01-26 17:09:45,581 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_multicast_after_idle_timeout): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 4.689s
2026-01-26 17:09:45,581 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": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "611a43ff-7fea-4123-a15d-9ac194be430d"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-481e9bd2-987d-4439-ae68-ea8c2ca5010a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "525f9cb9-f26a-44d5-a8c3-bf83d7497cd3", "tenant_id": "6eda36111a80432b924c91042b8d126b", "floating_ip_address": "192.168.122.198", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "0a572c41-b5a6-48ba-a6cb-b92aa2a985c7", "port_id": "611a43ff-7fea-4123-a15d-9ac194be430d", "fixed_ip_address": "10.100.0.12", "status": "DOWN", "project_id": "6eda36111a80432b924c91042b8d126b", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "446f9a67-2455-49b5-be20-a0dede828f61", "mac_address": "fa:16:3e:06:b0:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "e552e64f-34b7-492f-9649-6bb48847a9bf", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:09:42Z", "updated_at": "2026-01-26T17:09:42Z", "revision_number": 0}}'
2026-01-26 17:09:45,582 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:45,601 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:45,742 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:45,743 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:46,099 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.238:22' as 'rocky' with public key authentication
2026-01-26 17:09:46,132 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:46,262 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:46,263 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.238 successfully created
2026-01-26 17:09:46,635 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:09:46,666 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:47,011 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:47,011 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:09:47,491 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Command: oc -n openstack rsh pod/ovsdbserver-nb-0 ovn-nbctl --db="ssl:ovsdbserver-nb-0.openstack.svc.cluster.local:6641" --private-key=/etc/pki/tls/private/ovndb.key --certificate=/etc/pki/tls/certs/ovndb.crt --ca-cert=/etc/pki/tls/certs/ovndbca.crt find logical_switch name=neutron-446f9a67-2455-49b5-be20-a0dede828f61 | grep _uuid | awk '{print $3}'
2026-01-26 17:09:47,491 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.39:22' as 'zuul' with password None
2026-01-26 17:09:47,507 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-26 17:09:47,603 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:47,604 42 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.39 successfully created
2026-01-26 17:09:48,089 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Output: 9e85665a-0296-4a78-917a-fcb52303bcdb
2026-01-26 17:09:48,090 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Command: oc -n openstack rsh pod/ovsdbserver-nb-0 ovn-nbctl --db="ssl:ovsdbserver-nb-0.openstack.svc.cluster.local:6641" --private-key=/etc/pki/tls/private/ovndb.key --certificate=/etc/pki/tls/certs/ovndb.crt --ca-cert=/etc/pki/tls/certs/ovndbca.crt set logical_switch 9e85665a-0296-4a78-917a-fcb52303bcdb other_config:mcast_idle_timeout=60
2026-01-26 17:09:48,090 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.39:22' as 'zuul' with password None
2026-01-26 17:09:48,099 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-26 17:09:48,155 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:48,156 42 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.39 successfully created
2026-01-26 17:09:48,508 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Output:
2026-01-26 17:09:48,509 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.238:22' as 'rocky' with public key authentication
2026-01-26 17:09:48,526 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:48,623 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:48,624 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.238 successfully created
2026-01-26 17:09:48,843 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:09:48,875 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:48,994 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:48,995 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:09:49,106 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:09:49,131 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:49,251 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:49,252 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:09:49,461 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:09:49,475 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:49,555 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:49,555 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:09:49,766 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:09:49,779 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:49,859 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:49,859 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:09:50,070 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:50,085 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:50,171 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:50,172 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:50,389 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:50,417 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:50,526 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:50,526 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:50,733 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:50,748 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:50,828 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:50,829 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:51,042 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:51,056 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:51,179 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:51,179 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:51,490 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:51,502 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:51,582 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:51,582 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:51,792 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:09:51,810 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:09:51,905 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:09:51,905 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:09:52,119 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Waiting 60 seconds for start delay to expire
2026-01-26 17:10:52,180 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Starting script for group 225.0.0.121 on sender
2026-01-26 17:10:52,224 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.238:22' as 'rocky' with public key authentication
2026-01-26 17:10:52,259 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:52,394 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:52,395 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.238 successfully created
2026-01-26 17:10:53,608 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:10:53,653 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:53,812 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:53,812 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:10:54,031 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:10:54,058 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:54,178 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:54,179 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:10:56,395 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on receiver 8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:10:56,395 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.224:22' as 'rocky' with public key authentication
2026-01-26 17:10:56,421 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:56,546 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:56,546 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.224 successfully created
2026-01-26 17:10:56,764 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] result = dropped privs to tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
17:10:51.499103 fa:16:3e:4d:70:00 > 01:00:5e:00:00:79, ethertype IPv4 (0x0800), length 59: (tos 0x0, ttl 1, id 11197, offset 0, flags [DF], proto UDP (17), length 45)
10.100.0.11.48083 > 225.0.0.121.wsm-server-ssl: [udp sum ok] UDP, length 17
E..-+.@...b.
d.....y.......ygroup 225.0.0.121
1 packet captured
2 packets received by filter
0 packets dropped by kernel
2026-01-26 17:10:56,828 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.121
2026-01-26 17:10:56,828 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Allowed group 225.0.0.121
2026-01-26 17:10:56,829 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.238:22' as 'rocky' with public key authentication
2026-01-26 17:10:56,841 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:56,918 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:56,920 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.238 successfully created
2026-01-26 17:10:57,137 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:10:57,158 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:57,252 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:57,255 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:10:59,497 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:10:59,498 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.198:22' as 'rocky' with public key authentication
2026-01-26 17:10:59,511 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:59,633 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:59,636 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.198 successfully created
2026-01-26 17:10:59,848 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] result = dropped privs to tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
0 packets captured
0 packets received by filter
0 packets dropped by kernel
2026-01-26 17:10:59,849 42 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.121
2026-01-26 17:11:15,531 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,764 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf63783e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,768 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c5ce80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,772 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c3d160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,774 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c9cc70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,777 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c9c490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,779 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c9c370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,781 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c92be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,782 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c92910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:15,784 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c92cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,119 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c92070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,161 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c926a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,191 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c5c910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,228 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c82d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,244 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c82eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,264 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c829d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,274 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c82730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,277 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c82700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,281 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c825e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,287 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c82400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf
2026-01-26 17:11:16,300 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c73c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,304 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c820d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,306 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c735b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,309 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c734c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,312 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c733d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,315 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ce28e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,319 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ce29d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,325 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ce2520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,330 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ce2a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,336 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cd8c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,348 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cd8100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,361 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cd8670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,369 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cd8070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,389 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cc4220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,394 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cc4190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,398 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cc4250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,408 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cc41c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,411 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cc4160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,413 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cc41f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,416 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb7d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa
2026-01-26 17:11:16,431 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb79d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,436 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb7ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,446 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb76d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,450 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb75e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,458 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb7550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,473 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb7190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,477 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb75b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,480 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d1ef10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,485 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d1e310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,489 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d1eb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,497 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d142e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,502 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d1e190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,505 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d143a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,515 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d14550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,519 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca89d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,522 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca8790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,528 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca89a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,532 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca8b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,536 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca8610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
2026-01-26 17:11:16,541 42 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca86d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d
}}}
traceback-1: {{{
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 0x7fbf60c82250>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c82250>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-2: {{{
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 0x7fbf60cd8a00>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cd8a00>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-3: {{{
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 0x7fbf60cb7e50>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/8fa8605c-46ca-4a01-8354-d631bc176caa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60cb7e50>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-4: {{{
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 0x7fbf60d1eac0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60d1eac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-5: {{{
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 0x7fbf60ca83a0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/41fe16eb-fe5e-406d-9885-3e1c8c4a9e9d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60ca83a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
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 0x7fbf60c92970>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/e552e64f-34b7-492f-9649-6bb48847a9bf (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf60c92970>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_multicast_east_west[id-3a906cd8-e27a-40a7-a369-829a7ec91af6] |
skip
pt14.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
pt14.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 | 0 | 7 | 0 | 0 | Detail | |
test_bw_limit_east_west[id-fc833d46-d18f-4edf-b082-5f5fe909fb79] |
fail
ft15.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_bw_limit_east_west[id-fc833d46-d18f-4edf-b082-5f5fe909fb79]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-26 17:08:34,585 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 5.565s
2026-01-26 17:08:34,585 43 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--592695020"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-20001fd0-88be-405b-8f6d-62db23d7eeae', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"79dfd7a2-9a5d-4eec-a087-a005cd63653f","name":"tempest-test-network--592695020","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"48ff13858fcf469f8f94c424e5d673c0","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-26T17:08:30Z","updated_at":"2026-01-26T17:08:31Z","revision_number":1}}'
2026-01-26 17:08:36,329 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.743s
2026-01-26 17:08:36,329 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "79dfd7a2-9a5d-4eec-a087-a005cd63653f", "cidr": "192.168.1.0/24", "ip_version": 4, "gateway_ip": "192.168.1.1"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-513cf9d7-2255-4907-b8ef-95ed1abcb645', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"27f09366-c598-45ef-aaae-8e1ccaacdd1a","name":"","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","network_id":"79dfd7a2-9a5d-4eec-a087-a005cd63653f","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.1.1","cidr":"192.168.1.0/24","allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-26T17:08:35Z","updated_at":"2026-01-26T17:08:35Z","revision_number":0,"project_id":"48ff13858fcf469f8f94c424e5d673c0"}}'
2026-01-26 17:08:43,546 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/0790b116-e5a7-4be6-ab1c-c03e927e8c28/add_router_interface 7.216s
2026-01-26 17:08:43,546 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "27f09366-c598-45ef-aaae-8e1ccaacdd1a"}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a8504f7e-6452-49dc-a3b2-7275feddb9c3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/0790b116-e5a7-4be6-ab1c-c03e927e8c28/add_router_interface'}
Body: b'{"id": "0790b116-e5a7-4be6-ab1c-c03e927e8c28", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "port_id": "7de27e51-fdba-4f7f-b44a-529eb97e6b1d", "network_id": "79dfd7a2-9a5d-4eec-a087-a005cd63653f", "subnet_id": "27f09366-c598-45ef-aaae-8e1ccaacdd1a", "subnet_ids": ["27f09366-c598-45ef-aaae-8e1ccaacdd1a"]}'
2026-01-26 17:08:45,564 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.016s
2026-01-26 17:08:45,564 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-keypair-test-1298534751", "networks": [{"uuid": "79dfd7a2-9a5d-4eec-a087-a005cd63653f"}], "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "name": "tempest-test_bw_limit_east_west-33259753"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:43 GMT', 'server': 'Apache', 'content-length': '443', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d635c1a-81ec-4c07-8761-0e0d1bc60b7c', 'x-compute-request-id': 'req-7d635c1a-81ec-4c07-8761-0e0d1bc60b7c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "adminPass": "VGT2dWHVgdz5"}}'
2026-01-26 17:08:45,920 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 0.354s
2026-01-26 17:08:45,920 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:45 GMT', 'server': 'Apache', 'content-length': '1383', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b14cb34-118c-4514-be1a-be6fde90b848', 'x-compute-request-id': 'req-1b14cb34-118c-4514-be1a-be6fde90b848', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "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-26 17:08:47,321 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 0.394s
2026-01-26 17:08:47,321 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:46 GMT', 'server': 'Apache', 'content-length': '1379', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de4e0780-b3cf-44d0-8c4a-e21367033249', 'x-compute-request-id': 'req-de4e0780-b3cf-44d0-8c4a-e21367033249', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:08:47,325 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-26 17:08:48,975 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 0.648s
2026-01-26 17:08:48,976 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:48 GMT', 'server': 'Apache', 'content-length': '1506', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4eb2af8-6d50-49d6-9e09-afe405395662', 'x-compute-request-id': 'req-d4eb2af8-6d50-49d6-9e09-afe405395662', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "9c266112874395625b1cce1d7fed7b59a29ad7f788c3e6fc22c8293f", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:08:48,981 43 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-01-26 17:08:50,671 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 0.689s
2026-01-26 17:08:50,672 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:49 GMT', 'server': 'Apache', 'content-length': '1506', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64fd2dc9-1fd2-41be-bf23-8f37a3cc680b', 'x-compute-request-id': 'req-64fd2dc9-1fd2-41be-bf23-8f37a3cc680b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "9c266112874395625b1cce1d7fed7b59a29ad7f788c3e6fc22c8293f", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:08:53,849 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 2.172s
2026-01-26 17:08:53,850 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:51 GMT', 'server': 'Apache', 'content-length': '1506', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f7287d9-3164-49e7-b2b6-a95d2f50a435', 'x-compute-request-id': 'req-5f7287d9-3164-49e7-b2b6-a95d2f50a435', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "9c266112874395625b1cce1d7fed7b59a29ad7f788c3e6fc22c8293f", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:08:56,373 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 1.517s
2026-01-26 17:08:56,373 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:54 GMT', 'server': 'Apache', 'content-length': '1506', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31026c93-ba75-40ba-8645-99963439d3b0', 'x-compute-request-id': 'req-31026c93-ba75-40ba-8645-99963439d3b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "9c266112874395625b1cce1d7fed7b59a29ad7f788c3e6fc22c8293f", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:08:58,645 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 1.266s
2026-01-26 17:08:58,645 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:08:57 GMT', 'server': 'Apache', 'content-length': '1678', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac1ee38f-45c9-4160-8708-42ba4a650397', 'x-compute-request-id': 'req-ac1ee38f-45c9-4160-8708-42ba4a650397', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "ACTIVE", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "9c266112874395625b1cce1d7fed7b59a29ad7f788c3e6fc22c8293f", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:56Z", "addresses": {"tempest-test-network--592695020": [{"version": 4, "addr": "192.168.1.64", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:14:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": "2026-01-26T17:08:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:08:58,649 43 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2026-01-26 17:08:58,868 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.218s
2026-01-26 17:08:58,869 43 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': 'Mon, 26 Jan 2026 17:08:58 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-9c9bad89-e529-45e6-affc-ea512219a6fd', 'x-compute-request-id': 'req-9c9bad89-e529-45e6-affc-ea512219a6fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action'}
Body: b'{"output": ""}'
2026-01-26 17:09:04,021 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.145s
2026-01-26 17:09:04,021 43 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': 'Mon, 26 Jan 2026 17:09:03 GMT', 'server': 'Apache', 'content-length': '18250', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa6332e0-59e8-4282-85d3-d209a72149c7', 'x-compute-request-id': 'req-aa6332e0-59e8-4282-85d3-d209a72149c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5901951207 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2800.000 MHz processor\\n[ 0.000820] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001201] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003547] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003583] Using GB pages for direct mapping\\n[ 0.003699] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003706] ACPI: Early table checksum verification disabled\\n[ 0.003712] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003747] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003754] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003760] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003764] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003766] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003769] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003772] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003774] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003776] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003777] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003778] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003779] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003780] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:09,602 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.575s
2026-01-26 17:09:09,602 43 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': 'Mon, 26 Jan 2026 17:09:09 GMT', 'server': 'Apache', 'content-length': '67712', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0ff1583-748a-4c0b-833a-2b4c67a2027d', 'x-compute-request-id': 'req-c0ff1583-748a-4c0b-833a-2b4c67a2027d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5901951207 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2800.000 MHz processor\\n[ 0.000820] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001201] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003547] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003583] Using GB pages for direct mapping\\n[ 0.003699] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003706] ACPI: Early table checksum verification disabled\\n[ 0.003712] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003747] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003754] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003760] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003764] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003766] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003769] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003772] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003774] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003776] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003777] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003778] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003779] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003780] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:14,715 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.106s
2026-01-26 17:09:14,715 43 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': 'Mon, 26 Jan 2026 17:09:14 GMT', 'server': 'Apache', 'content-length': '79680', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c527c16e-f48f-4175-afa5-ed1f0878b25c', 'x-compute-request-id': 'req-c527c16e-f48f-4175-afa5-ed1f0878b25c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5901951207 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2800.000 MHz processor\\n[ 0.000820] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001201] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003547] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003583] Using GB pages for direct mapping\\n[ 0.003699] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003706] ACPI: Early table checksum verification disabled\\n[ 0.003712] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003747] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003754] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003760] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003764] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003766] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003769] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003772] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003774] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003776] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003777] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003778] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003779] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003780] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:19,856 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.131s
2026-01-26 17:09:19,857 43 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': 'Mon, 26 Jan 2026 17:09:19 GMT', 'server': 'Apache', 'content-length': '94145', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54f3de36-ff78-41d4-a046-b847c678b336', 'x-compute-request-id': 'req-54f3de36-ff78-41d4-a046-b847c678b336', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 5901951207 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2800.000 MHz processor\\n[ 0.000820] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001201] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003547] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003583] Using GB pages for direct mapping\\n[ 0.003699] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003706] ACPI: Early table checksum verification disabled\\n[ 0.003712] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003747] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003754] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003760] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003764] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003766] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003769] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003772] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003774] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003776] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003777] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003778] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003779] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003780] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:09:25,023 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.159s
2026-01-26 17:09:25,024 43 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': 'Mon, 26 Jan 2026 17:09:24 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-f55299da-b89a-40f7-86e8-a827e9dfdf26', 'x-compute-request-id': 'req-f55299da-b89a-40f7-86e8-a827e9dfdf26', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action'}
Body: b'{"output": "0000001 BXPC 00000001)\\n[ 0.003772] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003774] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003776] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003777] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003778] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003779] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003780] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005059] No NUMA configuration found\\n[ 0.005061] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005070] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005315] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005330] Zone ranges:\\n[ 0.005331] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005333] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005335] Normal empty\\n[ 0.005336] Device empty\\n[ 0.005337] Movable zone start for each node\\n[ 0.005340] Early memory node ranges\\n[ 0.005340] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005342] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005344] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005351] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005389] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006073] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.018366] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018396] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018541] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018544] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018546] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018548] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018549] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018550] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018553] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018555] TSC deadline timer available\\n[ 0.018569] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018645] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018647] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018648] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018649] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018650] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018652] Booting paravirtualized kernel on KVM\\n[ 0.018655] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024418] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024779] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024903] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024911] Fallback order for Node 0: 0 \\n[ 0.024915] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024916] Policy zone: DMA32\\n[ 0.024918] 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.025023] 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.025109] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025153] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025517] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030776] Memory:
2026-01-26 17:09:30,206 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action 0.175s
2026-01-26 17:09:30,208 43 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': 'Mon, 26 Jan 2026 17:09: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-37b58bf0-32ca-464a-90f7-17840f5c5e8b', 'x-compute-request-id': 'req-37b58bf0-32ca-464a-90f7-17840f5c5e8b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7/action'}
Body: b'{"output": "navailable ranges\\n[ 0.006073] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.018366] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018396] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018541] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018544] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018546] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018548] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018549] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018550] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018553] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018555] TSC deadline timer available\\n[ 0.018569] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018645] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018647] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018648] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018649] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018650] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018652] Booting paravirtualized kernel on KVM\\n[ 0.018655] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024418] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024779] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024903] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024911] Fallback order for Node 0: 0 \\n[ 0.024915] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024916] Policy zone: DMA32\\n[ 0.024918] 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.025023] 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.025109] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025153] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025517] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030776] Memory: 211708K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.030785] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031555] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031587] ftrace: allocating 46193 entries in 181 pages\\n[ 0.056080] ftrace: allocated 181 pages with 5 groups\\n[ 0.056857] Dynamic Preempt: voluntary\\n[ 0.057383] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.057385] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.057387] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.057387] \\tRude variant of Tasks RCU enabled.\\n[ 0.057388] \\tTracing variant of Tasks RCU enabled.\\n[ 0.057389] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.057390] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.063315] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.063819] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.063958] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.063979] random: crng init done\\n[ 0.129242] Console: colour VGA+ 80x25\\n[ 0.717518] printk: console [ttyS0] enabled\\n[ 0.720742] ACPI: Core revision 20221020\\n[ 0.723673] APIC: Switch to symmetric I/O mode setup\\n[ 0.728330] x2apic enabled\\n[ 0.731645] Switched APIC routing to physical x2apic.\\n[ 0.740759]
2026-01-26 17:09:30,520 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 0.308s
2026-01-26 17:09:30,520 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1070', 'x-openstack-request-id': 'req-c648900a-e0f8-4648-8735-7a402b3c1fa9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"ports":[{"id":"2fdd1139-ede1-4ccf-9ff2-a873e547740e","name":"","network_id":"79dfd7a2-9a5d-4eec-a087-a005cd63653f","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","mac_address":"fa:16:3e:d1:14:f4","admin_state_up":true,"status":"ACTIVE","device_id":"2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"27f09366-c598-45ef-aaae-8e1ccaacdd1a","ip_address":"192.168.1.64"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["33177487-ec40-4eb9-b3b3-12469d98cfc9"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-bw-limit-east-west-33259753","dns_assignment":[{"ip_address":"192.168.1.64","hostname":"tempest-test-bw-limit-east-west-33259753","fqdn":"tempest-test-bw-limit-east-west-33259753.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:08:48Z","updated_at":"2026-01-26T17:08:55Z","revision_number":4,"project_id":"48ff13858fcf469f8f94c424e5d673c0"}]}'
2026-01-26 17:09:32,988 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.468s
2026-01-26 17:09:32,989 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "2fdd1139-ede1-4ccf-9ff2-a873e547740e"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '883', 'x-openstack-request-id': 'req-bbeb7bca-bcc3-438a-9793-f21baeb7f30d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "9782e4f8-e389-48b0-8a52-c95707d2309b", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "floating_ip_address": "192.168.122.222", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "0790b116-e5a7-4be6-ab1c-c03e927e8c28", "port_id": "2fdd1139-ede1-4ccf-9ff2-a873e547740e", "fixed_ip_address": "192.168.1.64", "status": "DOWN", "project_id": "48ff13858fcf469f8f94c424e5d673c0", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "79dfd7a2-9a5d-4eec-a087-a005cd63653f", "mac_address": "fa:16:3e:d1:14:f4", "admin_state_up": true, "status": "ACTIVE", "device_id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:09:31Z", "updated_at": "2026-01-26T17:09:31Z", "revision_number": 0}}'
2026-01-26 17:09:35,208 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.218s
2026-01-26 17:09:35,208 43 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--423447148"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-82970cd3-ed72-4beb-a181-a1a674de04c6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b","name":"tempest-test-network--423447148","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"48ff13858fcf469f8f94c424e5d673c0","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-26T17:09:33Z","updated_at":"2026-01-26T17:09:33Z","revision_number":1}}'
2026-01-26 17:09:37,633 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.424s
2026-01-26 17:09:37,634 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b", "cidr": "192.168.2.0/24", "ip_version": 4, "gateway_ip": "192.168.2.1"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:37 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-49b4eb00-0505-4274-8bb9-f655cb5127a5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"39c3fc82-b99b-4005-8977-3673c616e18f","name":"","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","network_id":"bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.2.1","cidr":"192.168.2.0/24","allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-26T17:09:35Z","updated_at":"2026-01-26T17:09:35Z","revision_number":0,"project_id":"48ff13858fcf469f8f94c424e5d673c0"}}'
2026-01-26 17:09:42,366 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/0790b116-e5a7-4be6-ab1c-c03e927e8c28/add_router_interface 4.732s
2026-01-26 17:09:42,366 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "39c3fc82-b99b-4005-8977-3673c616e18f"}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ccbe0098-23e9-49db-9bc1-8b4577143b0a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/0790b116-e5a7-4be6-ab1c-c03e927e8c28/add_router_interface'}
Body: b'{"id": "0790b116-e5a7-4be6-ab1c-c03e927e8c28", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "port_id": "035fddc3-7550-44b0-afce-028f6c2e5a21", "network_id": "bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b", "subnet_id": "39c3fc82-b99b-4005-8977-3673c616e18f", "subnet_ids": ["39c3fc82-b99b-4005-8977-3673c616e18f"]}'
2026-01-26 17:09:45,535 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.168s
2026-01-26 17:09:45,535 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-keypair-test-1298534751", "networks": [{"uuid": "bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b"}], "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "name": "tempest-test_bw_limit_east_west-1156261156"}, "os:scheduler_hints": {"different_host": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:42 GMT', 'server': 'Apache', 'content-length': '443', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33c73635-b918-4675-9bab-92abfa0ae513', 'x-compute-request-id': 'req-33c73635-b918-4675-9bab-92abfa0ae513', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; 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": "28111e1d-11c3-47e2-bda7-372327bd673c", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "adminPass": "nTdZutcL4Ft5"}}'
2026-01-26 17:09:45,918 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.381s
2026-01-26 17:09:45,919 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:45 GMT', 'server': 'Apache', 'content-length': '1385', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f628005-24fa-4f35-8368-6692d10cd38b', 'x-compute-request-id': 'req-3f628005-24fa-4f35-8368-6692d10cd38b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "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-26 17:09:47,419 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.496s
2026-01-26 17:09:47,420 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:47 GMT', 'server': 'Apache', 'content-length': '1385', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f3f1f84-b407-4bc7-aaf9-57b3e97207a3', 'x-compute-request-id': 'req-0f3f1f84-b407-4bc7-aaf9-57b3e97207a3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "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-26 17:09:48,772 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.345s
2026-01-26 17:09:48,772 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:48 GMT', 'server': 'Apache', 'content-length': '1445', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eaaac83-91f0-4ae3-89f2-04d2cb99b6e6', 'x-compute-request-id': 'req-3eaaac83-91f0-4ae3-89f2-04d2cb99b6e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-26 17:09:48,777 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait
2026-01-26 17:09:50,417 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.638s
2026-01-26 17:09:50,417 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:49 GMT', 'server': 'Apache', 'content-length': '1508', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9eb136a-d109-403a-8c06-b54d5ae87105', 'x-compute-request-id': 'req-f9eb136a-d109-403a-8c06-b54d5ae87105', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:09:50,422 43 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait
2026-01-26 17:09:52,035 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.612s
2026-01-26 17:09:52,035 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:51 GMT', 'server': 'Apache', 'content-length': '1508', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeb75273-8476-49ca-b583-cf5380cb871f', 'x-compute-request-id': 'req-aeb75273-8476-49ca-b583-cf5380cb871f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:09:53,822 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.781s
2026-01-26 17:09:53,822 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:53 GMT', 'server': 'Apache', 'content-length': '1508', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a946fd65-3ed6-4d46-9803-d42094dd4098', 'x-compute-request-id': 'req-a946fd65-3ed6-4d46-9803-d42094dd4098', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:09:55,690 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.860s
2026-01-26 17:09:55,691 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:54 GMT', 'server': 'Apache', 'content-length': '1508', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee068eac-4da8-4b8b-83da-7706b7d437f7', 'x-compute-request-id': 'req-ee068eac-4da8-4b8b-83da-7706b7d437f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "BUILD", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:09:57,434 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.728s
2026-01-26 17:09:57,436 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:09:56 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-d2fb9917-6265-495a-ab0c-760e2b81c326', 'x-compute-request-id': 'req-d2fb9917-6265-495a-ab0c-760e2b81c326', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "ACTIVE", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:55Z", "addresses": {"tempest-test-network--423447148": [{"version": 4, "addr": "192.168.2.22", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:34:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": "2026-01-26T17:09:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "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-26 17:09:57,440 43 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2026-01-26 17:09:58,502 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 1.061s
2026-01-26 17:09:58,503 43 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': 'Mon, 26 Jan 2026 17:09:57 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-d6d1a73d-9f19-419a-858c-76e23c2fc7c4', 'x-compute-request-id': 'req-d6d1a73d-9f19-419a-858c-76e23c2fc7c4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action'}
Body: b'{"output": ""}'
2026-01-26 17:10:03,622 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 0.113s
2026-01-26 17:10:03,622 43 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': 'Mon, 26 Jan 2026 17:10:03 GMT', 'server': 'Apache', 'content-length': '25072', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0aa307a-668d-4836-bb85-0bea9d9128b7', 'x-compute-request-id': 'req-d0aa307a-668d-4836-bb85-0bea9d9128b7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 6430545827 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000771] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001164] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003495] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003539] Using GB pages for direct mapping\\n[ 0.003695] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003702] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003713] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003729] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003731] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003734] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003736] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003738] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003739] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003740] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003741] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003742] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003742] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:08,754 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 0.126s
2026-01-26 17:10:08,755 43 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': 'Mon, 26 Jan 2026 17:10:08 GMT', 'server': 'Apache', 'content-length': '66200', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec9f976-8773-49ad-b591-f8c0adc3b8db', 'x-compute-request-id': 'req-1ec9f976-8773-49ad-b591-f8c0adc3b8db', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 6430545827 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000771] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001164] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003495] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003539] Using GB pages for direct mapping\\n[ 0.003695] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003702] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003713] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003729] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003731] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003734] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003736] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003738] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003739] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003740] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003741] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003742] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003742] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:14,660 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 0.891s
2026-01-26 17:10:14,661 43 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': 'Mon, 26 Jan 2026 17:10:13 GMT', 'server': 'Apache', 'content-length': '80595', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eb6afff-4b3d-4a98-990c-3f52221807b9', 'x-compute-request-id': 'req-5eb6afff-4b3d-4a98-990c-3f52221807b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 6430545827 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000771] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001164] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003495] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003539] Using GB pages for direct mapping\\n[ 0.003695] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003702] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003713] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003729] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003731] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003734] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003736] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003738] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003739] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003740] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003741] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003742] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003742] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:19,776 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 0.109s
2026-01-26 17:10:19,777 43 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': 'Mon, 26 Jan 2026 17:10:19 GMT', 'server': 'Apache', 'content-length': '93955', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ba270e-6d1e-40b3-999f-ac24ce3f9bc8', 'x-compute-request-id': 'req-35ba270e-6d1e-40b3-999f-ac24ce3f9bc8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/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: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\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 6430545827 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000771] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001164] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003495] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003539] Using GB pages for direct mapping\\n[ 0.003695] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003702] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003713] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003729] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003731] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003734] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003736] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003738] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003739] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003740] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003741] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003742] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003742] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-26 17:10:25,024 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 0.240s
2026-01-26 17:10:25,025 43 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': 'Mon, 26 Jan 2026 17:10:24 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-cb7f076c-dee6-43fa-b093-1e5b5d326942', 'x-compute-request-id': 'req-cb7f076c-dee6-43fa-b093-1e5b5d326942', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action'}
Body: b'{"output": "003ffdafff] 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 6430545827 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2800.000 MHz processor\\n[ 0.000771] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001164] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003495] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003539] Using GB pages for direct mapping\\n[ 0.003695] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003702] ACPI: Early table checksum verification disabled\\n[ 0.003708] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003713] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003726] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003729] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003731] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003734] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003736] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003738] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003739] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003740] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003741] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003742] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003742] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004832] No NUMA configuration found\\n[ 0.004833] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004844] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005095] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005115] Zone ranges:\\n[ 0.005116] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005118] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005119] Normal empty\\n[ 0.005120] Device empty\\n[ 0.005121] Movable zone start for each node\\n[ 0.005123] Early memory node ranges\\n[ 0.005124] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005125] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005127] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005133] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005162] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005767] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016397] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016422] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016545] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016549] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016551] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016553] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high leve
2026-01-26 17:10:30,199 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action 0.167s
2026-01-26 17:10:30,200 43 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': 'Mon, 26 Jan 2026 17:10: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-85c1a59b-36eb-426c-9700-c776efe40fe1', 'x-compute-request-id': 'req-85c1a59b-36eb-426c-9700-c776efe40fe1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c/action'}
Body: b'{"output": "\\n[ 0.005767] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016397] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016422] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016545] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016549] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016551] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016553] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016554] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016555] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016559] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016560] TSC deadline timer available\\n[ 0.016574] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016646] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016648] 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.016653] Booting paravirtualized kernel on KVM\\n[ 0.016655] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.021944] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.022300] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.022409] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.022416] Fallback order for Node 0: 0 \\n[ 0.022420] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.022422] Policy zone: DMA32\\n[ 0.022423] 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.022524] 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.022688] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022771] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023186] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.027686] Memory: 244476K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.027694] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.028419] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.028448] ftrace: allocating 46193 entries in 181 pages\\n[ 0.058081] ftrace: allocated 181 pages with 5 groups\\n[ 0.059106] Dynamic Preempt: voluntary\\n[ 0.165787] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.165791] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.165795] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.165796] \\tRude variant of Tasks RCU enabled.\\n[ 0.165796] \\tTracing variant of Tasks RCU enabled.\\n[ 0.165798] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.165799] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.170782] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.171158] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.171304] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.171325] random: crng init done\\n[ 0.219060] Console: colour VGA+ 80x25\\n[ 0.670427] printk: console [ttyS0] enabled\\n[ 0.672811] ACPI: Core revision 20221020\\n[ 0.675089] APIC: Switch to symmetric I/O mode setup\\n[ 0.679201] x2apic enabled\\n[ 0.682086] Switched APIC routing to physical x2apic.\\n[ 0.690074] clocksource: tsc-
2026-01-26 17:10:31,937 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 1.735s
2026-01-26 17:10:31,937 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:30 GMT', 'server': 'Apache', 'content-length': '1985', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61f58f8e-0c45-442a-9008-93355e676cf1', 'x-compute-request-id': 'req-61f58f8e-0c45-442a-9008-93355e676cf1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7'}
Body: b'{"server": {"id": "2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7", "name": "tempest-test_bw_limit_east_west-33259753", "status": "ACTIVE", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "9c266112874395625b1cce1d7fed7b59a29ad7f788c3e6fc22c8293f", "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-26T17:08:45Z", "updated": "2026-01-26T17:08:56Z", "addresses": {"tempest-test-network--592695020": [{"version": 4, "addr": "192.168.1.64", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:14:f4"}, {"version": 4, "addr": "192.168.122.222", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:14:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": "2026-01-26T17:08:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "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-26 17:10:32,643 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c 0.699s
2026-01-26 17:10:32,643 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:31 GMT', 'server': 'Apache', 'content-length': '1865', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29bf67e0-1979-4495-9433-0d319c76d287', 'x-compute-request-id': 'req-29bf67e0-1979-4495-9433-0d319c76d287', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=722a5c331ef06abfe2c76e474640cebf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"server": {"id": "28111e1d-11c3-47e2-bda7-372327bd673c", "name": "tempest-test_bw_limit_east_west-1156261156", "status": "ACTIVE", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "user_id": "c284677f8b8e4fd987ea3f83255987a5", "metadata": {}, "hostId": "f5e9b9e4360175deaf369bd6505fb6bc1beb329807dc7ae4840cf785", "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-26T17:09:45Z", "updated": "2026-01-26T17:09:55Z", "addresses": {"tempest-test-network--423447148": [{"version": 4, "addr": "192.168.2.22", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:34:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28111e1d-11c3-47e2-bda7-372327bd673c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1298534751", "OS-SRV-USG:launched_at": "2026-01-26T17:09:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-194413806"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "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-26 17:10:33,556 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=28111e1d-11c3-47e2-bda7-372327bd673c 0.906s
2026-01-26 17:10:33,556 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1076', 'x-openstack-request-id': 'req-76bf795e-e3c1-4662-97a8-795cdd224b1f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=28111e1d-11c3-47e2-bda7-372327bd673c'}
Body: b'{"ports":[{"id":"c1e9260b-0e79-436e-8750-7249fe3acd8c","name":"","network_id":"bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","mac_address":"fa:16:3e:3c:34:26","admin_state_up":true,"status":"ACTIVE","device_id":"28111e1d-11c3-47e2-bda7-372327bd673c","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"39c3fc82-b99b-4005-8977-3673c616e18f","ip_address":"192.168.2.22"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["33177487-ec40-4eb9-b3b3-12469d98cfc9"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-bw-limit-east-west-1156261156","dns_assignment":[{"ip_address":"192.168.2.22","hostname":"tempest-test-bw-limit-east-west-1156261156","fqdn":"tempest-test-bw-limit-east-west-1156261156.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:09:49Z","updated_at":"2026-01-26T17:09:54Z","revision_number":4,"project_id":"48ff13858fcf469f8f94c424e5d673c0"}]}'
2026-01-26 17:10:36,060 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.503s
2026-01-26 17:10:36,061 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "port_id": "c1e9260b-0e79-436e-8750-7249fe3acd8c"}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '883', 'x-openstack-request-id': 'req-026aa8d4-947f-40e3-ba8c-bcf23de605f7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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": "ff50b851-e46d-491a-bce7-c043e9f38aa8", "tenant_id": "48ff13858fcf469f8f94c424e5d673c0", "floating_ip_address": "192.168.122.181", "floating_network_id": "706377f5-ee93-4e4a-bafa-9ecd17bca162", "router_id": "0790b116-e5a7-4be6-ab1c-c03e927e8c28", "port_id": "c1e9260b-0e79-436e-8750-7249fe3acd8c", "fixed_ip_address": "192.168.2.22", "status": "DOWN", "project_id": "48ff13858fcf469f8f94c424e5d673c0", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "bdbf0ab0-5068-43e6-bbf7-313ed8f33b2b", "mac_address": "fa:16:3e:3c:34:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "28111e1d-11c3-47e2-bda7-372327bd673c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-26T17:10:34Z", "updated_at": "2026-01-26T17:10:34Z", "revision_number": 0}}'
2026-01-26 17:10:36,062 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-26 17:10:36,100 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:36,250 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:36,251 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-26 17:10:36,674 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.181:22' as 'rocky' with public key authentication
2026-01-26 17:10:36,704 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-26 17:10:36,976 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-26 17:10:36,977 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.181 successfully created
2026-01-26 17:10:39,886 43 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_east_west): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.010s
2026-01-26 17:10:39,887 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "cb85884c-18b7-4f04-82c2-8475740b21d6", "qos_policy_id": null, "security_groups": ["a57f15b0-9c9b-4199-90d5-89a92a7c2c37"]}}
Response - Headers: {'date': 'Mon, 26 Jan 2026 17:10:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '927', 'x-openstack-request-id': 'req-a43f9c8b-bca6-4241-a258-097da78d1080', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2f880733e60e7d1d1c077d8dc0dc093c; 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":"5b319dfd-6ac0-45be-88e7-8976603be050","name":"","network_id":"cb85884c-18b7-4f04-82c2-8475740b21d6","tenant_id":"48ff13858fcf469f8f94c424e5d673c0","mac_address":"fa:16:3e:06:dd:ee","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"94ab2b60-cb24-4072-a2ca-e90ec641165d","ip_address":"10.100.0.12"}],"project_id":"48ff13858fcf469f8f94c424e5d673c0","qos_policy_id":null,"port_security_enabled":true,"security_groups":["a57f15b0-9c9b-4199-90d5-89a92a7c2c37"],"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.12","hostname":"host-10-100-0-12","fqdn":"host-10-100-0-12.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-26T17:10:39Z","updated_at":"2026-01-26T17:10:39Z","revision_number":1}}'
2026-01-26 17:10:39,887 43 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-26 17:11:16,133 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face3b5e760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,144 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face3bbdb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,153 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4aa3160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,165 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4aa3fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,195 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4aa3490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,224 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face39ce1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,231 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face39ce040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,237 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face3b5eac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,242 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face3a60580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,247 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b01c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,267 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b762b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,273 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b760d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,304 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b76370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,310 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,314 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,319 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,325 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5da90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,336 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,350 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d2b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,357 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c
2026-01-26 17:11:16,381 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b31b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,387 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,393 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b312b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,401 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b313d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,408 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b31430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,412 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b31370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,414 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b312e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,418 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,422 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,428 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,441 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,445 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,454 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b684f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,461 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,470 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b680a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,476 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4ce50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,482 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4cd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,485 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4cf70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,487 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4c580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
2026-01-26 17:11:16,490 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4c8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7
}}}
traceback-1: {{{
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 0x7face4b76610>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b76610>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-2: {{{
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 0x7face4b5d250>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/28111e1d-11c3-47e2-bda7-372327bd673c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b5d250>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-3: {{{
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 0x7face4b68f10>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b68f10>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-4: {{{
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 0x7face4b4c5e0>: 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/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 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='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/2cfa5fe3-0f88-4a1c-a279-9d9cc3ee30a7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4c5e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
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 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1165, in test_bw_limit_east_west
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 449, 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 311, in inner
return f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 341, in _validate_bw_limit
self._ensure_ctl_fip_for_vm(client)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 195, 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 281, 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 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 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
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 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
test_bw_limit_tenant_network[id-161dc56f-a7e8-426e-9b06-3807e0c45692] |
fail
ft15.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-26 17:11:16,657 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4aa33d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,663 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4c880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,667 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b90340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,674 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b90460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,686 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b90100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,697 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9dca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,702 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9dc10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,707 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9dc40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,710 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9df40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,717 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7face4be4130>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1147, in test_bw_limit_tenant_network
client, server = self._create_vms_by_topology()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 818, 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 792, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 418, 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 146, 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 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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4130>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_default_qos_policy[id-5cbf643a-b4ed-453c-a073-d468a95a9d78] |
fail
ft15.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-26 17:11:16,740 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face3b075b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,742 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be42e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,750 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,760 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,781 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,790 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,792 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9d760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,794 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9d7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,798 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9de50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-26 17:11:16,801 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b4c880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
}}}
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 0x7face4b903a0>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1194, 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 663, 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 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/qos/policies (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b903a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_dscp_marking_east_west[id-d075dd6f-0101-4b1a-990c-a001313d3914] |
fail
ft15.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-26 17:11:16,817 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c360a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,823 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c36e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,829 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,849 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,862 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,869 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,893 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,945 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,954 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c297f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,957 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7facde305e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7facde305e50>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1141, 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 818, 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 792, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 418, 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 146, 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 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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7facde305e50>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_dscp_marking_tenant_network[id-db036021-ae2b-4149-b342-a5619aa606e4] |
fail
ft15.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-26 17:11:16,969 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9dd90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,976 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b90040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,980 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,983 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be45e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,986 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,989 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4be4190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,992 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7facde2f38e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:16,996 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c294c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,003 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,022 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c292b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7face4c29400>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1116, 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 818, 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 792, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 418, 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 146, 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 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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29400>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_qos_after_cold_migration[id-f6e1e433-33b1-4352-bdf3-92dbe9e3f2ee,slow] |
fail
ft15.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-26 17:11:17,092 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c1a040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,128 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c1ad00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,162 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c1a790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,177 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0af70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,189 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c1adc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,193 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c1ae80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,198 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c1a760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,203 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,210 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,217 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7face4c29a00>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1188, 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 818, 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 792, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 418, 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 146, 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 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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c29a00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_qos_after_live_migration[id-121bd2dd-6d41-4658-8a05-6fdd444381fa,slow] |
fail
ft15.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-26 17:11:17,250 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4b9dbb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,264 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c36c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,275 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0af40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,280 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0ac40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,288 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0ab20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,295 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0aa00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,300 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0aa60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,303 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4c0aac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,306 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4bffd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-26 17:11:17,311 43 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4bffe50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7face4bff9d0>: 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/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1177, 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 818, 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 792, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 418, 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 146, 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 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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7face4bff9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| 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
pt16.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
pt16.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
pt17.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_extra_dhcp_opts.ExtraDhcpOptionsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
pt18.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
pt18.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
pt18.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
pt18.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_portsecurity.PortSecurityTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_port_security_disabled[id-f9523922-9e71-4fa1-9cca-303bedf230bc] |
pass
pt19.1: whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest.test_port_security_disabled[id-f9523922-9e71-4fa1-9cca-303bedf230bc]
|
||||||
test_two_vms_same_compute_when_no_port_security[id-b99a014c-45e4-438d-8827-1063b44d611c] |
pass
pt19.2: whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest.test_two_vms_same_compute_when_no_port_security[id-b99a014c-45e4-438d-8827-1063b44d611c]
|
||||||
| Total | 45 | 13 | 29 | 0 | 3 | ||