Status: Pass 12 Failure 23 Skip 3
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 1 | 0 | 1 | 0 | 0 | Detail | |
MulticastTestVlanTransparency) |
fail
ft1.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 0x7f465c3fabe0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c3fabe0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity | 1 | 0 | 1 | 0 | 0 | Detail | |
PortSecurityTest) |
fail
ft2.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f51ef5e30a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f51ef5e30a0>: 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 0x7f1e30cb6d30>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1e30cb6d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
QosTestCommon) |
fail
ft3.2: setUpClass (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 0x7f51f571d2e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f51f571d2e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
QosTestSriovBwLimitTest) |
fail
ft3.3: 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 0x7f92c2fb4ee0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f92c2fb4ee0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
QosTestSriovMinBwPlacementEnforcementTest) |
fail
ft3.4: 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 0x7f465800e5e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465800e5e0>: 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 0x7f1e35e762b0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1e35e762b0>: 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 | |
MultiPortVlanTransparencyTest) |
fail
ft5.1: 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 0x7f1e30b90700>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1e30b90700>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
MultiVlanTransparencyTest) |
fail
ft5.2: 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 0x7fe56852d940>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56852d940>: 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 0x7fe568571af0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe568571af0>: 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 0x7f51eef86e80>: 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 232, in resource_cleanup
cls._try_delete_resource(cls.client.delete_port,
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports/1379835e-6c4a-4b2c-ba4d-42f6930c37ad (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f51eef86e80>: 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 | |
OvnExtraDhcpOptionsTest) |
fail
ft8.1: 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 0x7f1e30c724f0>: 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 208, in resource_cleanup
cls._try_delete_resource(cls.delete_router,
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 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 449, 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/1a14bb74-93e8-4d59-9d8e-3b0b76614cf3/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1e30c724f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
ExtraDhcpOptionsTest) |
fail
ft8.2: 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 0x7f92bd94fa90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/e678affb-e145-4009-8945-a84bb2d00433 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f92bd94fa90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 2 | 0 | 2 | 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 0x7f465c408520>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/791d0831-370d-42f3-b20e-6241c853d993 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c408520>: 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 0x7fe5684ced90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/94d41838-4194-4465-b027-367f3fd50b0f (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe5684ced90>: 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 | |
QosTestOvn) |
fail
ft10.1: tearDownClass (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 0x7fddd699ee50>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/fceba53f-e572-4d90-b855-3ab9bd16e610 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fddd699ee50>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest | 4 | 1 | 3 | 0 | 0 | Detail | |
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
pt11.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] |
fail
ft11.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:55:12,220 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.525s
2026-01-23 12:55:12,221 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '702', 'x-openstack-request-id': 'req-d59d8331-b224-4bd3-8e29-26a29fe7be33', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3","name":"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4","tenant_id":"7c618fa8887b4eb69b9f1b168cb424e4","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"7c618fa8887b4eb69b9f1b168cb424e4","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-23T12:55:10Z","updated_at":"2026-01-23T12:55:11Z","revision_number":1}}'
2026-01-23 12:55:13,142 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.920s
2026-01-23 12:55:13,142 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3", "cidr": "192.168.2.0/24", "ip_version": 4, "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "enable_dhcp": false, "gateway_ip": "192.168.2.1"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '691', 'x-openstack-request-id': 'req-b554e6dc-1298-465c-aca3-bc335113e735', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"df4e714b-cb8d-4517-bd64-d729c7d79634","name":"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4","tenant_id":"7c618fa8887b4eb69b9f1b168cb424e4","network_id":"6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"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-23T12:55:12Z","updated_at":"2026-01-23T12:55:12Z","revision_number":0,"project_id":"7c618fa8887b4eb69b9f1b168cb424e4"}}'
2026-01-23 12:55:16,366 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.223s
2026-01-23 12:55:16,366 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"external_gateway_info": {"network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1"}, "name": "tempest-router-769441269", "admin_state_up": true}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '651', 'x-openstack-request-id': 'req-8ec76aaf-5558-478d-bacc-a7ef3b79e52c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "dbedd7fc-ff72-400b-9e3a-725abea04c22", "name": "tempest-router-769441269", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "external_fixed_ips": [{"subnet_id": "18328175-8b1b-4b44-957a-bfe2f8a6ded3", "ip_address": "192.168.122.233"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T12:55:13Z", "updated_at": "2026-01-23T12:55:14Z", "revision_number": 2, "project_id": "7c618fa8887b4eb69b9f1b168cb424e4"}}'
2026-01-23 12:55:16,367 46 DEBUG [neutron_tempest_plugin.scenario.base] Created router tempest-router-769441269
2026-01-23 12:55:16,942 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dbedd7fc-ff72-400b-9e3a-725abea04c22 0.575s
2026-01-23 12:55:16,942 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '651', 'x-openstack-request-id': 'req-9a9bf967-1c3b-4a4b-b2fc-6528dbc4a5f2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dbedd7fc-ff72-400b-9e3a-725abea04c22'}
Body: b'{"router": {"id": "dbedd7fc-ff72-400b-9e3a-725abea04c22", "name": "tempest-router-769441269", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "external_fixed_ips": [{"subnet_id": "18328175-8b1b-4b44-957a-bfe2f8a6ded3", "ip_address": "192.168.122.233"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T12:55:13Z", "updated_at": "2026-01-23T12:55:14Z", "revision_number": 2, "project_id": "7c618fa8887b4eb69b9f1b168cb424e4"}}'
2026-01-23 12:55:25,787 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dbedd7fc-ff72-400b-9e3a-725abea04c22/add_router_interface 8.844s
2026-01-23 12:55:25,787 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "df4e714b-cb8d-4517-bd64-d729c7d79634"}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d8e1c88d-b74d-4ff2-9e5f-7e5dd1d46747', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dbedd7fc-ff72-400b-9e3a-725abea04c22/add_router_interface'}
Body: b'{"id": "dbedd7fc-ff72-400b-9e3a-725abea04c22", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "port_id": "9bdd965d-b657-480f-8253-50d43703e23a", "network_id": "6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3", "subnet_id": "df4e714b-cb8d-4517-bd64-d729c7d79634", "subnet_ids": ["df4e714b-cb8d-4517-bd64-d729c7d79634"]}'
2026-01-23 12:55:27,232 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.444s
2026-01-23 12:55:27,232 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "security_groups": ["a0abaad6-d2a0-4aff-8201-9a9ec5d3b914"], "extra_dhcp_opts": [{"opt_value": "\"ipv4.domain\"", "opt_name": "domain-name", "ip_version": 4}]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1089', 'x-openstack-request-id': 'req-b447a5e9-0676-48ba-b6cf-81435f93bc41', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"54b06676-56aa-4880-8cce-0f63d501dbb2","name":"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4","network_id":"6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3","tenant_id":"7c618fa8887b4eb69b9f1b168cb424e4","mac_address":"fa:16:3e:0f:5f:a3","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"df4e714b-cb8d-4517-bd64-d729c7d79634","ip_address":"192.168.2.153"}],"project_id":"7c618fa8887b4eb69b9f1b168cb424e4","qos_policy_id":null,"port_security_enabled":true,"security_groups":["a0abaad6-d2a0-4aff-8201-9a9ec5d3b914"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[{"opt_name":"domain-name","opt_value":"\\"ipv4.domain\\"","ip_version":4}],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"192.168.2.153","hostname":"host-192-168-2-153","fqdn":"host-192-168-2-153.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:26Z","updated_at":"2026-01-23T12:55:26Z","revision_number":1}}'
2026-01-23 12:55:27,423 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports/54b06676-56aa-4880-8cce-0f63d501dbb2 0.190s
2026-01-23 12:55:27,423 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1089', 'x-openstack-request-id': 'req-56e70a19-097f-4830-a5f5-17d6b9ca2594', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports/54b06676-56aa-4880-8cce-0f63d501dbb2'}
Body: b'{"port":{"id":"54b06676-56aa-4880-8cce-0f63d501dbb2","name":"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4","network_id":"6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3","tenant_id":"7c618fa8887b4eb69b9f1b168cb424e4","mac_address":"fa:16:3e:0f:5f:a3","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"df4e714b-cb8d-4517-bd64-d729c7d79634","ip_address":"192.168.2.153"}],"allowed_address_pairs":[],"extra_dhcp_opts":[{"opt_name":"domain-name","opt_value":"\\"ipv4.domain\\"","ip_version":4}],"security_groups":["a0abaad6-d2a0-4aff-8201-9a9ec5d3b914"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"","dns_assignment":[{"ip_address":"192.168.2.153","hostname":"host-192-168-2-153","fqdn":"host-192-168-2-153.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:26Z","updated_at":"2026-01-23T12:55:26Z","revision_number":1,"project_id":"7c618fa8887b4eb69b9f1b168cb424e4"}}'
2026-01-23 12:55:29,482 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.058s
2026-01-23 12:55:29,482 46 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-ExtraDhcpOptionsTest-1553966067", "networks": [{"port": "54b06676-56aa-4880-8cce-0f63d501dbb2"}], "config_drive": true, "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "security_groups": [{"name": "default"}]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:27 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89845b7e-0ba3-494e-a9df-99dfa6540820', 'x-compute-request-id': 'req-89845b7e-0ba3-494e-a9df-99dfa6540820', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "54ae9935-1d67-48e5-bf63-992accfaa27f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fGR73EmfipL5"}}'
2026-01-23 12:55:30,185 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 0.701s
2026-01-23 12:55:30,185 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:29 GMT', 'server': 'Apache', 'content-length': '1438', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d8f7c24-b0ba-486c-94ec-9f2b8bb5462f', 'x-compute-request-id': 'req-9d8f7c24-b0ba-486c-94ec-9f2b8bb5462f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "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-23 12:55:34,783 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 3.594s
2026-01-23 12:55:34,784 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:31 GMT', 'server': 'Apache', 'content-length': '1442', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f061a85-6af1-498e-bc4e-16dc66f0a995', 'x-compute-request-id': 'req-3f061a85-6af1-498e-bc4e-16dc66f0a995', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "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-23 12:55:38,822 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 3.028s
2026-01-23 12:55:38,823 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:35 GMT', 'server': 'Apache', 'content-length': '1498', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-755d1516-a0eb-45f6-8332-c8d62bb2f1c0', 'x-compute-request-id': 'req-755d1516-a0eb-45f6-8332-c8d62bb2f1c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "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-23 12:55:38,829 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 8 second wait
2026-01-23 12:55:42,824 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 2.994s
2026-01-23 12:55:42,825 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:39 GMT', 'server': 'Apache', 'content-length': '1570', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-513160b9-0b1b-4400-996e-2f89cc34063e', 'x-compute-request-id': 'req-513160b9-0b1b-4400-996e-2f89cc34063e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:55:42,828 46 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 12 second wait
2026-01-23 12:55:45,499 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 1.666s
2026-01-23 12:55:45,499 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:43 GMT', 'server': 'Apache', 'content-length': '1570', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbfdd697-e428-441a-b633-ae87a59357f5', 'x-compute-request-id': 'req-cbfdd697-e428-441a-b633-ae87a59357f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:55:49,941 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 3.437s
2026-01-23 12:55:49,941 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:46 GMT', 'server': 'Apache', 'content-length': '1570', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98fb6fe0-2dbd-4434-bd97-79ff8bfb54f8', 'x-compute-request-id': 'req-98fb6fe0-2dbd-4434-bd97-79ff8bfb54f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:55:54,014 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 3.067s
2026-01-23 12:55:54,014 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:50 GMT', 'server': 'Apache', 'content-length': '1570', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c36801a2-3b56-473f-b06a-10841efe660d', 'x-compute-request-id': 'req-c36801a2-3b56-473f-b06a-10841efe660d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:55:56,706 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 1.686s
2026-01-23 12:55:56,707 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:55 GMT', 'server': 'Apache', 'content-length': '1570', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9ca7179-5f12-4265-b4e4-a5df22477600', 'x-compute-request-id': 'req-f9ca7179-5f12-4265-b4e4-a5df22477600', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "BUILD", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:55:59,775 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 2.064s
2026-01-23 12:55:59,776 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:57 GMT', 'server': 'Apache', 'content-length': '1791', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aab8643-f29c-40a5-b508-80e5ea5bee5f', 'x-compute-request-id': 'req-4aab8643-f29c-40a5-b508-80e5ea5bee5f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "ACTIVE", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:55:56Z", "addresses": {"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4": [{"version": 4, "addr": "192.168.2.153", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": "2026-01-23T12:55:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:55:59,789 46 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait
2026-01-23 12:56:00,077 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 0.284s
2026-01-23 12:56:00,078 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:59 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-298adf6e-d8e1-4358-b86f-9316f5b523e4', 'x-compute-request-id': 'req-298adf6e-d8e1-4358-b86f-9316f5b523e4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action'}
Body: b'{"output": ""}'
2026-01-23 12:56:05,269 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 0.185s
2026-01-23 12:56:05,270 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:05 GMT', 'server': 'Apache', 'content-length': '44980', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb59ac68-7e7b-4b37-910d-fdd9bd1c86c8', 'x-compute-request-id': 'req-cb59ac68-7e7b-4b37-910d-fdd9bd1c86c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/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 4930671677 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.000877] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001322] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003738] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003783] Using GB pages for direct mapping\\n[ 0.003907] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003914] ACPI: Early table checksum verification disabled\\n[ 0.003918] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003922] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003934] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003936] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003939] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003942] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003948] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003949] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003950] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003952] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003953] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003965] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:10,543 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 0.266s
2026-01-23 12:56:10,544 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:10 GMT', 'server': 'Apache', 'content-length': '74119', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-119df5fd-2d50-4c32-86a4-865fd81687e6', 'x-compute-request-id': 'req-119df5fd-2d50-4c32-86a4-865fd81687e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/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 4930671677 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.000877] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001322] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003738] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003783] Using GB pages for direct mapping\\n[ 0.003907] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003914] ACPI: Early table checksum verification disabled\\n[ 0.003918] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003922] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003934] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003936] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003939] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003942] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003948] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003949] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003950] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003952] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003953] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003965] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:15,728 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 0.181s
2026-01-23 12:56:15,729 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:15 GMT', 'server': 'Apache', 'content-length': '93151', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f8c105d-c279-4166-9121-51e39321519a', 'x-compute-request-id': 'req-3f8c105d-c279-4166-9121-51e39321519a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/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 4930671677 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.000877] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001322] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003738] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003783] Using GB pages for direct mapping\\n[ 0.003907] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003914] ACPI: Early table checksum verification disabled\\n[ 0.003918] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003922] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003927] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003932] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003934] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003936] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003939] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003942] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003948] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003949] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003950] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003952] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003953] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003965] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:24,347 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 3.610s
2026-01-23 12:56:24,348 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:20 GMT', 'server': 'Apache', 'content-length': '101768', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-048d5318-cfa8-49dc-b6c1-1bd133306f49', 'x-compute-request-id': 'req-048d5318-cfa8-49dc-b6c1-1bd133306f49', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action'}
Body: b'{"output": " dfl dfl lint[0x1])\\n[ 0.017782] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017785] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017787] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017788] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017789] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017790] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017793] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017795] TSC deadline timer available\\n[ 0.017808] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017884] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017886] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017887] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017888] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017890] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017891] Booting paravirtualized kernel on KVM\\n[ 0.017893] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023238] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023431] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023613] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023622] Fallback order for Node 0: 0 \\n[ 0.023626] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023628] Policy zone: DMA32\\n[ 0.023629] 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.023720] 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.023808] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023856] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024111] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028758] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028766] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029498] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029525] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051721] ftrace: allocated 181 pages with 5 groups\\n[ 0.052405] Dynamic Preempt: voluntary\\n[ 0.052776] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052777] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052778] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052779] \\tRude variant of Tasks RCU enabled.\\n[ 0.052779] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052780] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052781] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.057548] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057915] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.058023] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.058081] random: crng init done\\n[ 0.116398] Console: colour VGA+ 80x25\\n[ 0.640383] printk: console [ttyS0] enabled\\n[ 0.643372] ACPI: Core revision 20221020\\n[ 0.646195] APIC: Switch to symmetric I/O mode setup\\n[ 0.650828] x2apic enabled\\n[ 0.653986] Switched APIC routing to physical x2apic.\\n[ 0.663047] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.670558] Calibrating delay loop (skipped) preset value.. 5600.00 BogoM
2026-01-23 12:56:29,947 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 0.593s
2026-01-23 12:56:29,983 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:29 GMT', 'server': 'Apache', 'content-length': '101767', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f13937e6-5cf3-450a-99ea-9d65a9d94e37', 'x-compute-request-id': 'req-f13937e6-5cf3-450a-99ea-9d65a9d94e37', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action'}
Body: b'{"output": "bal_irq 5 high level)\\n[ 0.017788] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017789] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017790] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017793] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017795] TSC deadline timer available\\n[ 0.017808] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017884] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017886] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017887] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017888] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017890] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017891] Booting paravirtualized kernel on KVM\\n[ 0.017893] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023238] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023431] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023613] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023622] Fallback order for Node 0: 0 \\n[ 0.023626] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023628] Policy zone: DMA32\\n[ 0.023629] 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.023720] 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.023808] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023856] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024111] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028758] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028766] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029498] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029525] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051721] ftrace: allocated 181 pages with 5 groups\\n[ 0.052405] Dynamic Preempt: voluntary\\n[ 0.052776] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052777] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052778] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052779] \\tRude variant of Tasks RCU enabled.\\n[ 0.052779] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052780] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052781] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.057548] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057915] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.058023] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.058081] random: crng init done\\n[ 0.116398] Console: colour VGA+ 80x25\\n[ 0.640383] printk: console [ttyS0] enabled\\n[ 0.643372] ACPI: Core revision 20221020\\n[ 0.646195] APIC: Switch to symmetric I/O mode setup\\n[ 0.650828] x2apic enabled\\n[ 0.653986] Switched APIC routing to physical x2apic.\\n[ 0.663047] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.670558] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.671551] pid_max: default: 32768 minimum: 301\\n[ 0.671551] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.671551] Yama: becoming mindful.\\n[ 0.671551] SELinux: Ini
2026-01-23 12:56:36,427 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 6.305s
2026-01-23 12:56:36,428 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "54b06676-56aa-4880-8cce-0f63d501dbb2"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '967', 'x-openstack-request-id': 'req-f2ddc4b6-f42a-45eb-ab9c-80d948cb3757', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "d933312e-c28a-4615-bbab-5d0a37b6611c", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "floating_ip_address": "192.168.122.216", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "dbedd7fc-ff72-400b-9e3a-725abea04c22", "port_id": "54b06676-56aa-4880-8cce-0f63d501dbb2", "fixed_ip_address": "192.168.2.153", "status": "DOWN", "project_id": "7c618fa8887b4eb69b9f1b168cb424e4", "description": "", "qos_policy_id": null, "port_details": {"name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "network_id": "6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3", "mac_address": "fa:16:3e:0f:5f:a3", "admin_state_up": true, "status": "ACTIVE", "device_id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:56:32Z", "updated_at": "2026-01-23T12:56:32Z", "revision_number": 0}}'
2026-01-23 12:56:36,428 46 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-23 12:56:36,497 46 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:36,611 46 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:36,611 46 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-23 12:57:09,971 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/df4e714b-cb8d-4517-bd64-d729c7d79634 3.063s
2026-01-23 12:57:09,971 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"enable_dhcp": true}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-a781be8b-3aa2-4cff-8089-b9dd37a0509e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/df4e714b-cb8d-4517-bd64-d729c7d79634'}
Body: b'{"subnet":{"id":"df4e714b-cb8d-4517-bd64-d729c7d79634","name":"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4","tenant_id":"7c618fa8887b4eb69b9f1b168cb424e4","network_id":"6e8bcd43-9e26-4c4e-8b71-1b9d147b4fd3","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-23T12:55:12Z","updated_at":"2026-01-23T12:57:08Z","revision_number":1,"project_id":"7c618fa8887b4eb69b9f1b168cb424e4"}}'
2026-01-23 12:57:11,188 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action 1.216s
2026-01-23 12:57:11,188 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"reboot": {"type": "SOFT"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:09 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a6b39f-45aa-48c0-8451-dabff3b93c5a', 'x-compute-request-id': 'req-c7a6b39f-45aa-48c0-8451-dabff3b93c5a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f/action'}
Body: b''
2026-01-23 12:57:11,746 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 0.557s
2026-01-23 12:57:11,746 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:11 GMT', 'server': 'Apache', 'content-length': '1905', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a25139e-a8f3-4dd4-bb68-ebea0b9cedcd', 'x-compute-request-id': 'req-8a25139e-a8f3-4dd4-bb68-ebea0b9cedcd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "REBOOT", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:57:10Z", "addresses": {"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4": [{"version": 4, "addr": "192.168.2.153", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": "2026-01-23T12:55:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:57:13,294 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 0.542s
2026-01-23 12:57:13,294 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:12 GMT', 'server': 'Apache', 'content-length': '1905', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc61a2f9-36ff-41dd-8205-b4f6fc777204', 'x-compute-request-id': 'req-cc61a2f9-36ff-41dd-8205-b4f6fc777204', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "REBOOT", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:57:10Z", "addresses": {"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4": [{"version": 4, "addr": "192.168.2.153", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": "2026-01-23T12:55:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:57:15,137 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 0.837s
2026-01-23 12:57:15,137 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:14 GMT', 'server': 'Apache', 'content-length': '1910', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7543b3f1-424b-480b-80c5-dc8578a8bb50', 'x-compute-request-id': 'req-7543b3f1-424b-480b-80c5-dc8578a8bb50', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "REBOOT", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:57:13Z", "addresses": {"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4": [{"version": 4, "addr": "192.168.2.153", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": "2026-01-23T12:55:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:57:15,142 46 INFO [tempest.common.waiters] State transition "REBOOT/rebooting" ==> "REBOOT/reboot_started" after 4 second wait
2026-01-23 12:57:17,076 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 0.932s
2026-01-23 12:57:17,076 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:16 GMT', 'server': 'Apache', 'content-length': '1910', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca2d4d60-b3d1-4fe7-a22c-01b1fd49dfee', 'x-compute-request-id': 'req-ca2d4d60-b3d1-4fe7-a22c-01b1fd49dfee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "REBOOT", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:57:13Z", "addresses": {"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4": [{"version": 4, "addr": "192.168.2.153", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": "2026-01-23T12:55:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:57:18,936 46 INFO [tempest.lib.common.rest_client] Request (ExtraDhcpOptionsTest:test_extra_dhcp_opts_disabled_enabled_dhcp4): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f 0.856s
2026-01-23 12:57:18,937 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:18 GMT', 'server': 'Apache', 'content-length': '1913', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed9e5efb-808f-413d-b34c-5aa81dbe294a', 'x-compute-request-id': 'req-ed9e5efb-808f-413d-b34c-5aa81dbe294a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f'}
Body: b'{"server": {"id": "54ae9935-1d67-48e5-bf63-992accfaa27f", "name": "tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4", "status": "ACTIVE", "tenant_id": "7c618fa8887b4eb69b9f1b168cb424e4", "user_id": "63b1c90da3044335ae14a7e0dc24df8f", "metadata": {}, "hostId": "99067e2f9add8df224da5f262e7b1dfb19815d4fae04a7f12ee5a860", "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-23T12:55:29Z", "updated": "2026-01-23T12:57:16Z", "addresses": {"tempest-ExtraDhcpOptionsTest-1553966067-test_extra_dhcp_opts_disabled_enabled_dhcp4": [{"version": 4, "addr": "192.168.2.153", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:5f:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/54ae9935-1d67-48e5-bf63-992accfaa27f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-ExtraDhcpOptionsTest-1553966067", "OS-SRV-USG:launched_at": "2026-01-23T12:55:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-ExtraDhcpOptionsTest-1553966067"}], "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-23 12:57:18,948 46 INFO [tempest.common.waiters] State transition "REBOOT/reboot_started" ==> "ACTIVE/None" after 7 second wait
2026-01-23 12:57:18,949 46 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-23 12:57:29,524 46 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to rocky@192.168.122.216 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-23 12:57:39,289 46 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:39,477 46 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:39,478 46 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-23 12:58:15,070 46 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/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,192 46 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 0x7f92c2f95e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,203 46 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 0x7f92c2d2fa30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,206 46 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 0x7f92c2d2f7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,209 46 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 0x7f92c2d2f220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,212 46 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 0x7f92c2f74ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,214 46 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 0x7f92c2f74d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,216 46 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 0x7f92c2f74bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,219 46 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 0x7f92c2f74be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,491 46 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 0x7f92c2f74b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,972 46 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 0x7f92c4290a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,979 46 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 0x7f92c42905e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,983 46 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 0x7f92c42903d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:15,994 46 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 0x7f92c4290f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:16,002 46 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 0x7f92c4290b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:16,007 46 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 0x7f92c4290880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:16,010 46 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 0x7f92c4290280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:16,012 46 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 0x7f92c1187040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:16,015 46 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 0x7f92c4253ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
2026-01-23 12:58:16,017 46 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 0x7f92c4253940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/54ae9935-1d67-48e5-bf63-992accfaa27f
}}}
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 0x7f92c2e85fa0>: 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/54ae9935-1d67-48e5-bf63-992accfaa27f (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f92c2e85fa0>: 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 0x7f92c423a040>: 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/54ae9935-1d67-48e5-bf63-992accfaa27f (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f92c423a040>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6] |
fail
ft11.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:58:16,171 46 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 0x7f92c4277610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,180 46 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 0x7f92c2f95190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,188 46 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 0x7f92c2bcf490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,194 46 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 0x7f92c2bcf340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,199 46 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 0x7f92c2bcfee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,203 46 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 0x7f92c2bcf3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,207 46 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 0x7f92c2f74d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,513 46 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 0x7f92c2f74c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,523 46 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 0x7f92c2f743a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,529 46 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 0x7f92c2f74400>: 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 0x7f92c2f74100>: 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 185, 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 141, 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 84, 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 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 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 0x7f92c2f74100>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec] |
fail
ft11.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:58:16,775 46 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 0x7f92c2fc4b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,784 46 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 0x7f92c2f74070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,796 46 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 0x7f92c2fc4c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,804 46 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 0x7f92c2fc4c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,813 46 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 0x7f92c2fc4220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,824 46 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 0x7f92c2fc4190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,828 46 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 0x7f92c2fc4f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,831 46 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 0x7f92c2faefa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,834 46 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 0x7f92c2fb4460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:58:16,838 46 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 0x7f92c2fb4340>: 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 0x7f92c2fb43a0>: 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 197, 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 141, 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 84, 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 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 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 0x7f92c2fb43a0>: 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
pt12.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
ft12.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-23 12:53:41,679 47 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.997s
2026-01-23 12:53:41,679 47 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-1993210156", "networks": [{"uuid": "bbeb494d-1fec-43d5-b60e-c5dfc340df26"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:36 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f14781f8-22c4-42d8-aaea-8d054ae7e155', 'x-compute-request-id': 'req-f14781f8-22c4-42d8-aaea-8d054ae7e155', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "gd5wn5mAVPay"}}'
2026-01-23 12:53:42,002 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.321s
2026-01-23 12:53:42,002 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:41 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-0cb8f910-a7ca-47f3-9e50-ee244b41acb1', 'x-compute-request-id': 'req-0cb8f910-a7ca-47f3-9e50-ee244b41acb1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "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-23 12:53:43,577 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.570s
2026-01-23 12:53:43,578 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:43 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-d3237b8d-a4ce-45dc-b316-5a915f37f984', 'x-compute-request-id': 'req-d3237b8d-a4ce-45dc-b316-5a915f37f984', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "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-23 12:53:45,100 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.509s
2026-01-23 12:53:45,101 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:44 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-149f6fa2-1549-460b-8df7-d91c83009576', 'x-compute-request-id': 'req-149f6fa2-1549-460b-8df7-d91c83009576', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:53:45,105 47 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait
2026-01-23 12:53:46,978 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.870s
2026-01-23 12:53:46,978 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:46 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2834806f-f06e-4b78-a418-bad0da989a78', 'x-compute-request-id': 'req-2834806f-f06e-4b78-a418-bad0da989a78', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:48,970 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.976s
2026-01-23 12:53:48,970 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:48 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56078ec5-953c-44f3-9387-e92d090ed0b2', 'x-compute-request-id': 'req-56078ec5-953c-44f3-9387-e92d090ed0b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:50,525 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.549s
2026-01-23 12:53:50,525 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:49 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4feb9ed5-590b-49bb-af03-aef100884318', 'x-compute-request-id': 'req-4feb9ed5-590b-49bb-af03-aef100884318', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:52,510 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.980s
2026-01-23 12:53:52,512 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:51 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e08861b-e929-4c35-b625-f52a80e2e2b5', 'x-compute-request-id': 'req-7e08861b-e929-4c35-b625-f52a80e2e2b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:54,736 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 1.216s
2026-01-23 12:53:54,737 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:53 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a46ed8c5-fdc4-4e8a-824d-1464b5e79a8b', 'x-compute-request-id': 'req-a46ed8c5-fdc4-4e8a-824d-1464b5e79a8b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:56,599 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.851s
2026-01-23 12:53:56,599 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:55 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e24cc528-87c0-4804-8c51-49ba1c25ab60', 'x-compute-request-id': 'req-e24cc528-87c0-4804-8c51-49ba1c25ab60', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:58,649 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 1.043s
2026-01-23 12:53:58,650 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:57 GMT', 'server': 'Apache', 'content-length': '1689', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33e8452f-14b4-4ce6-9764-b507a9b042d4', 'x-compute-request-id': 'req-33e8452f-14b4-4ce6-9764-b507a9b042d4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "ACTIVE", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:56Z", "addresses": {"tempest-test-network--978838442": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:a7:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": "2026-01-23T12:53:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:58,655 47 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2026-01-23 12:53:58,946 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.289s
2026-01-23 12:53:58,947 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53: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-e2e872b7-2f15-4296-93fe-c000969f64b2', 'x-compute-request-id': 'req-e2e872b7-2f15-4296-93fe-c000969f64b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action'}
Body: b'{"output": ""}'
2026-01-23 12:54:04,055 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.102s
2026-01-23 12:54:04,055 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:03 GMT', 'server': 'Apache', 'content-length': '30649', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c7ca282-bc8a-4b46-a3fa-1f57222b0af9', 'x-compute-request-id': 'req-4c7ca282-bc8a-4b46-a3fa-1f57222b0af9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/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 4437391924 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.000833] 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.003481] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003668] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003676] ACPI: Early table checksum verification disabled\\n[ 0.003680] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003685] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003691] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003701] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003704] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003706] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003708] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003710] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003712] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003713] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003713] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003714] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003715] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:09,166 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.106s
2026-01-23 12:54:09,167 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:09 GMT', 'server': 'Apache', 'content-length': '71575', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac270d24-a0c5-49e6-8067-b4e0364a35c7', 'x-compute-request-id': 'req-ac270d24-a0c5-49e6-8067-b4e0364a35c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/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 4437391924 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.000833] 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.003481] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003668] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003676] ACPI: Early table checksum verification disabled\\n[ 0.003680] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003685] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003691] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003701] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003704] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003706] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003708] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003710] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003712] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003713] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003713] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003714] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003715] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:14,486 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.312s
2026-01-23 12:54:14,487 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:14 GMT', 'server': 'Apache', 'content-length': '89312', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-844b50dc-0d86-4829-b4b2-8202e8dda0c0', 'x-compute-request-id': 'req-844b50dc-0d86-4829-b4b2-8202e8dda0c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/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 4437391924 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.000833] 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.003481] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003668] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003676] ACPI: Early table checksum verification disabled\\n[ 0.003680] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003685] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003691] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003701] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003704] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003706] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003708] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003710] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003712] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003713] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003713] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003714] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003715] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:19,613 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.119s
2026-01-23 12:54:19,613 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:19 GMT', 'server': 'Apache', 'content-length': '95407', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d10745a8-0d51-4a92-a78b-e9bb81956858', 'x-compute-request-id': 'req-d10745a8-0d51-4a92-a78b-e9bb81956858', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/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 4437391924 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.000833] 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.003481] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003668] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003676] ACPI: Early table checksum verification disabled\\n[ 0.003680] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003685] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003691] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003701] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003704] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003706] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003708] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003710] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003712] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003713] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003713] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003714] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003715] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:24,841 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.217s
2026-01-23 12:54:24,842 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54: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-fd311f4d-0fd9-4035-8610-2ca8d17e8931', 'x-compute-request-id': 'req-fd311f4d-0fd9-4035-8610-2ca8d17e8931', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action'}
Body: b'{"output": "es\\n[ 0.005125] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005689] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016492] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016522] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016640] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016643] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016644] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016646] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016647] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016648] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016651] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016653] TSC deadline timer available\\n[ 0.016665] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016738] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016740] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016741] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016741] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016743] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016744] Booting paravirtualized kernel on KVM\\n[ 0.016748] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.021977] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.022197] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.022312] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.022317] Fallback order for Node 0: 0 \\n[ 0.022321] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.022322] Policy zone: DMA32\\n[ 0.022323] 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.022415] 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.022501] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022546] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.022912] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.027404] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.027413] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.028158] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.028187] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051658] ftrace: allocated 181 pages with 5 groups\\n[ 0.052679] Dynamic Preempt: voluntary\\n[ 0.052988] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052989] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052992] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052992] \\tRude variant of Tasks RCU enabled.\\n[ 0.052992] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052993] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052994] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.058160] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.058546] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.058651] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.058671] random: crng init done\\n[ 0.115396] Console: colour VGA+ 80x25\\n[ 0.624602] printk: console [ttyS0] enabled\\n[ 0.627667] ACPI: Core revision 20221020\\n[ 0.630567] APIC: Switch to symmetric I/O mode setup\\n[ 0.635008] x2apic enabled\\n[ 0.638061] Switc
2026-01-23 12:54:30,103 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action 0.254s
2026-01-23 12:54:30,103 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:29 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-9ee1bf32-2b4a-4472-93dd-607308253496', 'x-compute-request-id': 'req-9ee1bf32-2b4a-4472-93dd-607308253496', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16/action'}
Body: b'{"output": "_irq 0 global_irq 2 dfl dfl)\\n[ 0.016644] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016646] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016647] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016648] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016651] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016653] TSC deadline timer available\\n[ 0.016665] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016738] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016740] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016741] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016741] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016743] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016744] Booting paravirtualized kernel on KVM\\n[ 0.016748] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.021977] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.022197] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.022312] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.022317] Fallback order for Node 0: 0 \\n[ 0.022321] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.022322] Policy zone: DMA32\\n[ 0.022323] 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.022415] 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.022501] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022546] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.022912] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.027404] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.027413] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.028158] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.028187] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051658] ftrace: allocated 181 pages with 5 groups\\n[ 0.052679] Dynamic Preempt: voluntary\\n[ 0.052988] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052989] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052992] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052992] \\tRude variant of Tasks RCU enabled.\\n[ 0.052992] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052993] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052994] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.058160] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.058546] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.058651] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.058671] random: crng init done\\n[ 0.115396] Console: colour VGA+ 80x25\\n[ 0.624602] printk: console [ttyS0] enabled\\n[ 0.627667] ACPI: Core revision 20221020\\n[ 0.630567] APIC: Switch to symmetric I/O mode setup\\n[ 0.635008] x2apic enabled\\n[ 0.638061] Switched APIC routing to physical x2apic.\\n[ 0.646641] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.653826] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.654816] pid_max: default: 32768 minimum: 301\\n[ 0.654816] LSM: initializing lsm=lockdown,capability,yama,integrity
2026-01-23 12:54:30,872 47 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=86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 0.767s
2026-01-23 12:54:30,872 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1137', 'x-openstack-request-id': 'req-dda6244a-a3d7-4d25-b469-ee39ca298d94', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"ports":[{"id":"0d3f4deb-faba-4fc0-950d-3faf940ce9bd","name":"","network_id":"bbeb494d-1fec-43d5-b60e-c5dfc340df26","tenant_id":"f6b353d1fcbc4455b84db7f22d893424","mac_address":"fa:16:3e:42:a7:aa","admin_state_up":true,"status":"ACTIVE","device_id":"86b08c0b-4d3d-4a41-9b59-6201b4e4ba16","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"aa10780f-9f6a-49d4-8ae8-6c7114a5b3ba","ip_address":"10.100.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["5edd390e-7ddc-4313-aff2-927237c0e7bf"],"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-8931529","dns_assignment":[{"ip_address":"10.100.0.12","hostname":"tempest-test-igmp-snooping-same-network-and-unsubscribe-8931529","fqdn":"tempest-test-igmp-snooping-same-network-and-unsubscribe-8931529.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:53:45Z","updated_at":"2026-01-23T12:53:56Z","revision_number":4,"project_id":"f6b353d1fcbc4455b84db7f22d893424"}]}'
2026-01-23 12:54:33,597 47 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.724s
2026-01-23 12:54:33,597 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "0d3f4deb-faba-4fc0-950d-3faf940ce9bd"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-ba41bbb5-5fc9-423a-beca-7dc0a887575b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "cbc49501-bb11-4b6e-a5a0-b3e94119e976", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "floating_ip_address": "192.168.122.243", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "378503b8-8b27-4883-b220-80bd4a5e7fcd", "port_id": "0d3f4deb-faba-4fc0-950d-3faf940ce9bd", "fixed_ip_address": "10.100.0.12", "status": "DOWN", "project_id": "f6b353d1fcbc4455b84db7f22d893424", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "bbeb494d-1fec-43d5-b60e-c5dfc340df26", "mac_address": "fa:16:3e:42:a7:aa", "admin_state_up": true, "status": "ACTIVE", "device_id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:54:31Z", "updated_at": "2026-01-23T12:54:31Z", "revision_number": 0}}'
2026-01-23 12:54:38,343 47 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.744s
2026-01-23 12:54:38,344 47 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-1993210156", "networks": [{"uuid": "bbeb494d-1fec-43d5-b60e-c5dfc340df26"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135"}, "os:scheduler_hints": {"different_host": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:33 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25589c0a-e50d-44aa-9a6b-4cf35bcf190a', 'x-compute-request-id': 'req-25589c0a-e50d-44aa-9a6b-4cf35bcf190a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "Fog2P8tM59jq"}}'
2026-01-23 12:54:40,409 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 2.063s
2026-01-23 12:54:40,410 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:38 GMT', 'server': 'Apache', 'content-length': '1409', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c496b2a-b9c8-49ee-9344-1de6b08c853f', 'x-compute-request-id': 'req-6c496b2a-b9c8-49ee-9344-1de6b08c853f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "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-23 12:54:41,771 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 0.357s
2026-01-23 12:54:41,772 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:41 GMT', 'server': 'Apache', 'content-length': '1461', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95b828c4-6425-4c8a-ba09-c20b13095b11', 'x-compute-request-id': 'req-95b828c4-6425-4c8a-ba09-c20b13095b11', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "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-23 12:54:41,781 47 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-01-23 12:54:43,078 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 0.295s
2026-01-23 12:54:43,078 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:42 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4a75d09-900e-4a95-9760-c8470d63712e', 'x-compute-request-id': 'req-b4a75d09-900e-4a95-9760-c8470d63712e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:54:43,083 47 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-01-23 12:54:46,099 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 2.015s
2026-01-23 12:54:46,099 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:44 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12c26963-0af1-4baf-b69a-54ad85bf6767', 'x-compute-request-id': 'req-12c26963-0af1-4baf-b69a-54ad85bf6767', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:48,518 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 1.411s
2026-01-23 12:54:48,519 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:47 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db32fa62-d483-4cbf-b485-4084e94915ae', 'x-compute-request-id': 'req-db32fa62-d483-4cbf-b485-4084e94915ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:50,138 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 0.606s
2026-01-23 12:54:50,138 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:49 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf6674e3-ddbe-41d4-927a-ba079fb06ff0', 'x-compute-request-id': 'req-cf6674e3-ddbe-41d4-927a-ba079fb06ff0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:52,811 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 1.666s
2026-01-23 12:54:52,813 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:51 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1700a64-7411-4d24-88d8-01b2eb894c86', 'x-compute-request-id': 'req-a1700a64-7411-4d24-88d8-01b2eb894c86', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:54,497 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 0.675s
2026-01-23 12:54:54,497 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:53 GMT', 'server': 'Apache', 'content-length': '1690', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3d4d0e2-f5d1-402f-8b4e-26168b614bc7', 'x-compute-request-id': 'req-f3d4d0e2-f5d1-402f-8b4e-26168b614bc7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "ACTIVE", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:52Z", "addresses": {"tempest-test-network--978838442": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:39:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": "2026-01-23T12:54:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:54,501 47 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-01-23 12:54:54,609 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 0.108s
2026-01-23 12:54:54,610 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:54 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92aad25d-9af7-46c5-afe1-f7c176976a32', 'x-compute-request-id': 'req-92aad25d-9af7-46c5-afe1-f7c176976a32', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action'}
Body: b'{"output": ""}'
2026-01-23 12:54:59,775 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 0.160s
2026-01-23 12:54:59,776 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:59 GMT', 'server': 'Apache', 'content-length': '17345', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70c68008-cb44-4934-b058-9b1ccde8bc25', 'x-compute-request-id': 'req-70c68008-cb44-4934-b058-9b1ccde8bc25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/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 6305441128 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.000790] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001167] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003431] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003460] Using GB pages for direct mapping\\n[ 0.003654] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003660] ACPI: Early table checksum verification disabled\\n[ 0.003663] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003667] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003672] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003676] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003679] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003681] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003684] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003686] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003688] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003689] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003690] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003691] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003691] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003692] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:05,644 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 0.862s
2026-01-23 12:55:05,645 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:04 GMT', 'server': 'Apache', 'content-length': '70363', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bbf6ea6-05d6-40c8-bf25-557ab61afd59', 'x-compute-request-id': 'req-1bbf6ea6-05d6-40c8-bf25-557ab61afd59', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/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 6305441128 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.000790] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001167] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003431] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003460] Using GB pages for direct mapping\\n[ 0.003654] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003660] ACPI: Early table checksum verification disabled\\n[ 0.003663] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003667] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003672] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003676] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003679] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003681] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003684] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003686] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003688] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003689] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003690] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003691] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003691] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003692] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:10,887 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 0.236s
2026-01-23 12:55:10,888 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:10 GMT', 'server': 'Apache', 'content-length': '89169', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75a4f9e4-4f5c-4ef1-93d9-5e949cdaf5f1', 'x-compute-request-id': 'req-75a4f9e4-4f5c-4ef1-93d9-5e949cdaf5f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/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 6305441128 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.000790] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001167] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003431] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003460] Using GB pages for direct mapping\\n[ 0.003654] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003660] ACPI: Early table checksum verification disabled\\n[ 0.003663] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003667] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003672] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003676] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003679] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003681] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003684] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003686] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003688] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003689] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003690] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003691] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003691] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003692] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:16,079 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 0.185s
2026-01-23 12:55:16,080 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:15 GMT', 'server': 'Apache', 'content-length': '98280', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1530e1a7-f85e-407a-a92e-907e25fefe1d', 'x-compute-request-id': 'req-1530e1a7-f85e-407a-a92e-907e25fefe1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/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 6305441128 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.000790] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001167] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003431] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003460] Using GB pages for direct mapping\\n[ 0.003654] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003660] ACPI: Early table checksum verification disabled\\n[ 0.003663] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003667] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003672] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003676] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003679] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003681] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003684] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003686] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003688] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003689] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003690] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003691] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003691] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003692] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:23,251 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 2.165s
2026-01-23 12:55:23,252 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:21 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-a74d7434-b7ac-42d7-8a25-b8883652aa48', 'x-compute-request-id': 'req-a74d7434-b7ac-42d7-8a25-b8883652aa48', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action'}
Body: b'{"output": " 0.005083] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005580] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016614] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016641] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016762] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016764] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016766] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016767] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016768] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016769] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016772] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016773] TSC deadline timer available\\n[ 0.016786] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016862] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016864] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016865] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016866] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016868] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016870] Booting paravirtualized kernel on KVM\\n[ 0.016872] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022813] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023003] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023126] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023134] Fallback order for Node 0: 0 \\n[ 0.023138] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023139] Policy zone: DMA32\\n[ 0.023140] 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.023242] 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.023329] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023373] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023622] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028522] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028529] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029214] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029240] ftrace: allocating 46193 entries in 181 pages\\n[ 0.048963] ftrace: allocated 181 pages with 5 groups\\n[ 0.049600] Dynamic Preempt: voluntary\\n[ 0.049888] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.049889] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.049890] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.049890] \\tRude variant of Tasks RCU enabled.\\n[ 0.049891] \\tTracing variant of Tasks RCU enabled.\\n[ 0.049891] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.049892] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.054351] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.054701] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.054801] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.054820] random: crng init done\\n[ 0.108805] Console: colour VGA+ 80x25\\n[ 0.622901] printk: console [ttyS0] enabled\\n[ 0.625717] ACPI: Core revision 20221020\\n[ 0.628434] APIC: Switch to symmetric I/O mode setup\\n[ 0.633094] x2apic enabled\\n[ 0.636211] Switched API
2026-01-23 12:55:29,908 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action 1.551s
2026-01-23 12:55:29,912 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:28 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-1d1562f6-2ba2-4e8d-94b3-b57a602120b2', 'x-compute-request-id': 'req-1d1562f6-2ba2-4e8d-94b3-b57a602120b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7/action'}
Body: b'{"output": "] dfl dfl lint[0x1])\\n[ 0.016762] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016764] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016766] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016767] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016768] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016769] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016772] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016773] TSC deadline timer available\\n[ 0.016786] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016862] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016864] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016865] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016866] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016868] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016870] Booting paravirtualized kernel on KVM\\n[ 0.016872] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022813] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023003] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023126] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023134] Fallback order for Node 0: 0 \\n[ 0.023138] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023139] Policy zone: DMA32\\n[ 0.023140] 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.023242] 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.023329] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023373] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023622] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028522] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028529] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029214] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029240] ftrace: allocating 46193 entries in 181 pages\\n[ 0.048963] ftrace: allocated 181 pages with 5 groups\\n[ 0.049600] Dynamic Preempt: voluntary\\n[ 0.049888] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.049889] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.049890] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.049890] \\tRude variant of Tasks RCU enabled.\\n[ 0.049891] \\tTracing variant of Tasks RCU enabled.\\n[ 0.049891] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.049892] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.054351] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.054701] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.054801] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.054820] random: crng init done\\n[ 0.108805] Console: colour VGA+ 80x25\\n[ 0.622901] printk: console [ttyS0] enabled\\n[ 0.625717] ACPI: Core revision 20221020\\n[ 0.628434] APIC: Switch to symmetric I/O mode setup\\n[ 0.633094] x2apic enabled\\n[ 0.636211] Switched APIC routing to physical x2apic.\\n[ 0.644705] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.651845] Calibrating delay loop (skipped) preset value.. 5600.00 Bogo
2026-01-23 12:55:31,659 47 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 1.744s
2026-01-23 12:55:31,659 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:29 GMT', 'server': 'Apache', 'content-length': '1996', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53d7cbb5-1e7e-49f2-ac2a-c4353ce788c3', 'x-compute-request-id': 'req-53d7cbb5-1e7e-49f2-ac2a-c4353ce788c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16'}
Body: b'{"server": {"id": "86b08c0b-4d3d-4a41-9b59-6201b4e4ba16", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-893152903", "status": "ACTIVE", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:53:41Z", "updated": "2026-01-23T12:53:56Z", "addresses": {"tempest-test-network--978838442": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:a7:aa"}, {"version": 4, "addr": "192.168.122.243", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:a7:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": "2026-01-23T12:53:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-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-23 12:55:35,839 47 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 4.175s
2026-01-23 12:55:35,839 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:31 GMT', 'server': 'Apache', 'content-length': '1875', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c9f9dcf-4ea5-481c-83a3-3bda8b96ae56', 'x-compute-request-id': 'req-2c9f9dcf-4ea5-481c-83a3-3bda8b96ae56', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"server": {"id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1238878135", "status": "ACTIVE", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "5df18135a381bb29f1ee4a6edad7b21782739fd6f3483d7701c0c380", "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-23T12:54:37Z", "updated": "2026-01-23T12:54:52Z", "addresses": {"tempest-test-network--978838442": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:39:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": "2026-01-23T12:54:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000019", "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-23 12:55:38,007 47 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=b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 2.156s
2026-01-23 12:55:38,007 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:37 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1137', 'x-openstack-request-id': 'req-173f2dd1-d595-44ba-aafa-7af62f2931a4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7'}
Body: b'{"ports":[{"id":"4227efbd-09ee-470c-9bdb-0c53653ec379","name":"","network_id":"bbeb494d-1fec-43d5-b60e-c5dfc340df26","tenant_id":"f6b353d1fcbc4455b84db7f22d893424","mac_address":"fa:16:3e:63:39:62","admin_state_up":true,"status":"ACTIVE","device_id":"b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"aa10780f-9f6a-49d4-8ae8-6c7114a5b3ba","ip_address":"10.100.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["5edd390e-7ddc-4313-aff2-927237c0e7bf"],"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-1238878","dns_assignment":[{"ip_address":"10.100.0.10","hostname":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1238878","fqdn":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1238878.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:54:43Z","updated_at":"2026-01-23T12:54:49Z","revision_number":4,"project_id":"f6b353d1fcbc4455b84db7f22d893424"}]}'
2026-01-23 12:55:45,414 47 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 7.406s
2026-01-23 12:55:45,414 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "4227efbd-09ee-470c-9bdb-0c53653ec379"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-af819110-f8eb-4070-bd88-a42a8eca62a0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "b6298be6-bc7c-418d-a04d-666c3949da8d", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "floating_ip_address": "192.168.122.220", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "378503b8-8b27-4883-b220-80bd4a5e7fcd", "port_id": "4227efbd-09ee-470c-9bdb-0c53653ec379", "fixed_ip_address": "10.100.0.10", "status": "DOWN", "project_id": "f6b353d1fcbc4455b84db7f22d893424", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "bbeb494d-1fec-43d5-b60e-c5dfc340df26", "mac_address": "fa:16:3e:63:39:62", "admin_state_up": true, "status": "ACTIVE", "device_id": "b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:55:39Z", "updated_at": "2026-01-23T12:55:39Z", "revision_number": 0}}'
2026-01-23 12:55:53,119 47 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 7.704s
2026-01-23 12:55:53,119 47 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-1993210156", "networks": [{"uuid": "bbeb494d-1fec-43d5-b60e-c5dfc340df26"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:45 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1efe9595-5c56-40b9-8113-d36040a64889', 'x-compute-request-id': 'req-1efe9595-5c56-40b9-8113-d36040a64889', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "prdQv3TjrPo6"}}'
2026-01-23 12:55:55,840 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 2.718s
2026-01-23 12:55:55,840 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:53 GMT', 'server': 'Apache', 'content-length': '1409', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-253f7bab-a694-4ebd-98d9-efc6456a8277', 'x-compute-request-id': 'req-253f7bab-a694-4ebd-98d9-efc6456a8277', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "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-23 12:55:57,253 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 0.408s
2026-01-23 12:55:57,253 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:56 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c63555b-59f1-4380-915e-238a9fe6ea8a', 'x-compute-request-id': 'req-3c63555b-59f1-4380-915e-238a9fe6ea8a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:55:57,257 47 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-01-23 12:56:00,782 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 2.523s
2026-01-23 12:56:00,782 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:58 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfe942c2-f73b-45cd-be10-e23c84f76eb4', 'x-compute-request-id': 'req-dfe942c2-f73b-45cd-be10-e23c84f76eb4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:56:03,232 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 1.439s
2026-01-23 12:56:03,233 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:01 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f913232-5e43-4263-9631-f9699a4d8c5e', 'x-compute-request-id': 'req-1f913232-5e43-4263-9631-f9699a4d8c5e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:56:05,047 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 0.805s
2026-01-23 12:56:05,047 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:04 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d9f15c9-6982-461c-8eed-92e6009155fd', 'x-compute-request-id': 'req-9d9f15c9-6982-461c-8eed-92e6009155fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:56:06,523 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 0.470s
2026-01-23 12:56:06,524 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:06 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3efbf4f4-fe55-479a-8e66-f56f5d0c4abf', 'x-compute-request-id': 'req-3efbf4f4-fe55-479a-8e66-f56f5d0c4abf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:56:08,223 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 0.695s
2026-01-23 12:56:08,224 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:07 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06eb23f3-7246-4bf8-8cae-1a6ddfbacfd6', 'x-compute-request-id': 'req-06eb23f3-7246-4bf8-8cae-1a6ddfbacfd6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "BUILD", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:55:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:56:10,057 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 0.827s
2026-01-23 12:56:10,057 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:09 GMT', 'server': 'Apache', 'content-length': '1689', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-272636f4-9ede-479c-8e0a-b2301c91d5cf', 'x-compute-request-id': 'req-272636f4-9ede-479c-8e0a-b2301c91d5cf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"server": {"id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "name": "tempest-test_igmp_snooping_same_network_and_unsubscribe-1392640646", "status": "ACTIVE", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "user_id": "18b107f05c92482fb63a7ad1489beba7", "metadata": {}, "hostId": "fcde7658d4255137b81770442750b51d13c6c105c7a1f3d50b18e644", "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-23T12:55:50Z", "updated": "2026-01-23T12:56:08Z", "addresses": {"tempest-test-network--978838442": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:af:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1993210156", "OS-SRV-USG:launched_at": "2026-01-23T12:56:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:56:10,063 47 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-01-23 12:56:10,279 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 0.214s
2026-01-23 12:56:10,279 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:10 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-ff7680c2-42be-47aa-80a2-cccf23c92f81', 'x-compute-request-id': 'req-ff7680c2-42be-47aa-80a2-cccf23c92f81', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action'}
Body: b'{"output": ""}'
2026-01-23 12:56:15,416 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 0.130s
2026-01-23 12:56:15,417 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:15 GMT', 'server': 'Apache', 'content-length': '9219', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f26546a-9341-492e-a77a-f734885ae11a', 'x-compute-request-id': 'req-4f26546a-9341-492e-a77a-f734885ae11a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/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 6582982418 cycles\\n[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000882] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001331] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003798] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003833] Using GB pages for direct mapping\\n[ 0.004007] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004015] ACPI: Early table checksum verification disabled\\n[ 0.004019] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004024] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004031] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004037] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004040] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004043] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004045] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004047] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004049] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004050] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004051] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004052] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004053] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004054] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:24,056 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 3.633s
2026-01-23 12:56:24,059 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:20 GMT', 'server': 'Apache', 'content-length': '72369', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4999595b-ee18-481a-8890-91a197da25e5', 'x-compute-request-id': 'req-4999595b-ee18-481a-8890-91a197da25e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/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 6582982418 cycles\\n[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000882] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001331] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003798] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003833] Using GB pages for direct mapping\\n[ 0.004007] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004015] ACPI: Early table checksum verification disabled\\n[ 0.004019] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004024] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004031] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004037] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004040] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004043] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004045] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004047] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004049] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004050] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004051] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004052] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004053] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004054] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:30,125 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 1.059s
2026-01-23 12:56:30,126 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:29 GMT', 'server': 'Apache', 'content-length': '84521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2337c492-9ef2-45ef-8573-5d562eeb3826', 'x-compute-request-id': 'req-2337c492-9ef2-45ef-8573-5d562eeb3826', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/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 6582982418 cycles\\n[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000882] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001331] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003798] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003833] Using GB pages for direct mapping\\n[ 0.004007] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004015] ACPI: Early table checksum verification disabled\\n[ 0.004019] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004024] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004031] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004037] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004040] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004043] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004045] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004047] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004049] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004050] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004051] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004052] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004053] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004054] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:35,313 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 0.180s
2026-01-23 12:56:35,314 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:35 GMT', 'server': 'Apache', 'content-length': '94038', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-418a2313-a227-4f27-9d48-9153f9997624', 'x-compute-request-id': 'req-418a2313-a227-4f27-9d48-9153f9997624', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/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 6582982418 cycles\\n[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000882] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001331] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003798] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003833] Using GB pages for direct mapping\\n[ 0.004007] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004015] ACPI: Early table checksum verification disabled\\n[ 0.004019] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004024] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004031] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004037] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004040] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004043] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004045] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004047] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004049] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004050] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004051] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004052] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004053] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004054] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:40,889 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 0.569s
2026-01-23 12:56:40,890 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:40 GMT', 'server': 'Apache', 'content-length': '101811', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6ecb847-0ff3-4edb-b6db-a3277dc0754b', 'x-compute-request-id': 'req-f6ecb847-0ff3-4edb-b6db-a3277dc0754b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action'}
Body: b'{"output": "ovided 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 6582982418 cycles\\n[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.000882] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001331] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003798] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003833] Using GB pages for direct mapping\\n[ 0.004007] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004015] ACPI: Early table checksum verification disabled\\n[ 0.004019] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.004024] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004031] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004037] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004040] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004043] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004045] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004047] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004049] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004050] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004051] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004052] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004053] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004054] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005323] No NUMA configuration found\\n[ 0.005325] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005339] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005605] Reserving 192MB of memory at 352MB for crashkernel (System RAM: 1023MB)\\n[ 0.005625] Zone ranges:\\n[ 0.005625] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005627] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005629] Normal empty\\n[ 0.005630] Device empty\\n[ 0.005630] Movable zone start for each node\\n[ 0.005632] Early memory node ranges\\n[ 0.005632] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005634] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005636] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005643] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005686] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006429] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017629] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017661] ACPI: LAPIC_NMI (acpi_id[0xff
2026-01-23 12:56:46,085 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 0.189s
2026-01-23 12:56:46,086 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:45 GMT', 'server': 'Apache', 'content-length': '101779', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9dd0175-6362-450e-97cb-f742cca415bd', 'x-compute-request-id': 'req-d9dd0175-6362-450e-97cb-f742cca415bd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action'}
Body: b'{"output": "])\\n[ 0.017810] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.017814] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.017816] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.017818] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017819] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017821] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017824] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017826] TSC deadline timer available\\n[ 0.017841] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017929] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017932] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017933] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017934] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017936] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017937] Booting paravirtualized kernel on KVM\\n[ 0.017941] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023287] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023671] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023804] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023810] Fallback order for Node 0: 0 \\n[ 0.023815] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023816] Policy zone: DMA32\\n[ 0.023818] 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.023931] 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.024108] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024188] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024582] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.034008] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.034022] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.034776] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.034804] ftrace: allocating 46193 entries in 181 pages\\n[ 0.062172] ftrace: allocated 181 pages with 5 groups\\n[ 0.063117] Dynamic Preempt: voluntary\\n[ 0.067365] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.067366] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.067368] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.067369] \\tRude variant of Tasks RCU enabled.\\n[ 0.067369] \\tTracing variant of Tasks RCU enabled.\\n[ 0.067370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.067371] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.072243] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.072605] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.072716] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.072737] random: crng init done\\n[ 0.130443] Console: colour VGA+ 80x25\\n[ 0.670207] printk: console [ttyS0] enabled\\n[ 0.673248] ACPI: Core revision 20221020\\n[ 0.676591] APIC: Switch to symmetric I/O mode setup\\n[ 0.681317] x2apic enabled\\n[ 0.684877] Switched APIC routing to physical x2apic.\\n[ 0.695489] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.702880] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)
2026-01-23 12:56:51,223 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action 0.131s
2026-01-23 12:56:51,224 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:51 GMT', 'server': 'Apache', 'content-length': '101778', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d2570a0-4e80-4460-b4bc-fca979844117', 'x-compute-request-id': 'req-8d2570a0-4e80-4460-b4bc-fca979844117', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8/action'}
Body: b'{"output": "vel)\\n[ 0.017818] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.017819] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.017821] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.017824] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.017826] TSC deadline timer available\\n[ 0.017841] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017929] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017932] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017933] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017934] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017936] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017937] Booting paravirtualized kernel on KVM\\n[ 0.017941] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023287] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023671] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023804] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023810] Fallback order for Node 0: 0 \\n[ 0.023815] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023816] Policy zone: DMA32\\n[ 0.023818] 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.023931] 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.024108] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024188] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024582] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.034008] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.034022] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.034776] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.034804] ftrace: allocating 46193 entries in 181 pages\\n[ 0.062172] ftrace: allocated 181 pages with 5 groups\\n[ 0.063117] Dynamic Preempt: voluntary\\n[ 0.067365] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.067366] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.067368] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.067369] \\tRude variant of Tasks RCU enabled.\\n[ 0.067369] \\tTracing variant of Tasks RCU enabled.\\n[ 0.067370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.067371] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.072243] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.072605] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.072716] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.072737] random: crng init done\\n[ 0.130443] Console: colour VGA+ 80x25\\n[ 0.670207] printk: console [ttyS0] enabled\\n[ 0.673248] ACPI: Core revision 20221020\\n[ 0.676591] APIC: Switch to symmetric I/O mode setup\\n[ 0.681317] x2apic enabled\\n[ 0.684877] Switched APIC routing to physical x2apic.\\n[ 0.695489] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.702880] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0).703868] pid_max: default: 32768 minimum: 301\\n[ 0.703868] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.703868] Yama: becoming mindful.\\n[ 0.703868] SELinux: Initializing.\\n[
2026-01-23 12:56:51,449 47 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=6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 0.222s
2026-01-23 12:56:51,449 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1135', 'x-openstack-request-id': 'req-35c9ce1d-799b-4950-a5d5-4fd3550cc794', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=6b4dc3ae-e9d1-438b-a503-8bc4e34179f8'}
Body: b'{"ports":[{"id":"60d67bc5-2d1e-4128-8531-c6f0ff5eedbc","name":"","network_id":"bbeb494d-1fec-43d5-b60e-c5dfc340df26","tenant_id":"f6b353d1fcbc4455b84db7f22d893424","mac_address":"fa:16:3e:c9:af:c9","admin_state_up":true,"status":"ACTIVE","device_id":"6b4dc3ae-e9d1-438b-a503-8bc4e34179f8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"aa10780f-9f6a-49d4-8ae8-6c7114a5b3ba","ip_address":"10.100.0.5"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["5edd390e-7ddc-4313-aff2-927237c0e7bf"],"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-1392640","dns_assignment":[{"ip_address":"10.100.0.5","hostname":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1392640","fqdn":"tempest-test-igmp-snooping-same-network-and-unsubscribe-1392640.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:59Z","updated_at":"2026-01-23T12:56:07Z","revision_number":4,"project_id":"f6b353d1fcbc4455b84db7f22d893424"}]}'
2026-01-23 12:56:54,858 47 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 3.408s
2026-01-23 12:56:54,858 47 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "60d67bc5-2d1e-4128-8531-c6f0ff5eedbc"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-390bc1a5-eec6-4577-97dd-2645198f65ea', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "1c56498b-600d-4a39-81df-a3451d207c7f", "tenant_id": "f6b353d1fcbc4455b84db7f22d893424", "floating_ip_address": "192.168.122.201", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "378503b8-8b27-4883-b220-80bd4a5e7fcd", "port_id": "60d67bc5-2d1e-4128-8531-c6f0ff5eedbc", "fixed_ip_address": "10.100.0.5", "status": "DOWN", "project_id": "f6b353d1fcbc4455b84db7f22d893424", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "bbeb494d-1fec-43d5-b60e-c5dfc340df26", "mac_address": "fa:16:3e:c9:af:c9", "admin_state_up": true, "status": "ACTIVE", "device_id": "6b4dc3ae-e9d1-438b-a503-8bc4e34179f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:56:52Z", "updated_at": "2026-01-23T12:56:52Z", "revision_number": 0}}'
2026-01-23 12:56:54,865 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:56:54,882 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:54,979 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:54,979 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:56:55,339 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.243:22' as 'rocky' with public key authentication
2026-01-23 12:56:55,358 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:55,478 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:55,478 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.243 successfully created
2026-01-23 12:56:56,616 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:56:56,644 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:56,890 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:56,892 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:56:57,488 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.243:22' as 'rocky' with public key authentication
2026-01-23 12:56:57,500 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:57,598 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:57,598 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.243 successfully created
2026-01-23 12:56:57,809 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:56:57,843 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:57,942 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:57,942 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:56:58,048 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:56:58,060 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:58,166 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:58,168 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:56:58,381 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:56:58,394 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:58,478 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:58,479 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:56:58,687 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:56:58,698 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:58,780 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:58,781 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:56:59,005 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:56:59,016 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:59,106 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:59,107 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:56:59,327 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:56:59,343 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:59,430 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:59,430 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:56:59,646 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:56:59,658 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:59,757 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:59,757 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:56:59,969 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:56:59,994 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:00,127 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:00,128 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:00,337 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:00,357 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:00,452 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:00,453 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:00,660 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:00,672 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:00,778 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:00,779 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:11,002 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Starting script for group 225.0.0.120 on sender
2026-01-23 12:57:11,003 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.243:22' as 'rocky' with public key authentication
2026-01-23 12:57:11,031 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:11,116 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:11,117 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.243 successfully created
2026-01-23 12:57:12,326 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:12,352 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:12,458 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:12,459 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:12,666 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:12,719 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:12,861 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:12,862 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:15,114 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on receiver b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:57:15,114 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:15,128 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:15,247 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:15,248 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:15,461 47 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
12:57:10.496806 fa:16:3e:42:a7:aa > 01:00:5e:00:00:78, ethertype IPv4 (0x0800), length 59: (tos 0x0, ttl 1, id 12986, offset 0, flags [DF], proto UDP (17), length 45)
10.100.0.12.45318 > 225.0.0.120.wsm-server-ssl: [udp sum ok] UDP, length 17
E..-2.@...[.
d.....x.......Fgroup 225.0.0.120
1 packet captured
2 packets received by filter
0 packets dropped by kernel
2026-01-23 12:57:15,461 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-23 12:57:15,462 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Allowed group 225.0.0.120
2026-01-23 12:57:15,462 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.243:22' as 'rocky' with public key authentication
2026-01-23 12:57:15,480 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:15,582 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:15,583 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.243 successfully created
2026-01-23 12:57:15,787 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:15,813 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:15,899 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:15,900 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:18,120 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered 6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:57:18,120 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:18,135 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:18,216 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:18,216 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:18,428 47 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-23 12:57:18,428 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-23 12:57:18,429 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:18,442 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:18,534 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:18,535 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:18,630 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:18,642 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:18,773 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:18,777 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:18,987 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:19,007 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:19,109 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:19,110 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:19,331 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:19,344 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:19,423 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:19,424 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:19,633 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:19,661 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:19,803 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:19,804 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:19,949 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:19,967 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:20,049 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:20,049 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:20,262 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:20,280 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:20,377 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:20,377 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:20,586 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:20,608 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:20,725 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:20,725 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:30,946 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Starting script for group 225.0.0.120 on sender
2026-01-23 12:57:32,122 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.243:22' as 'rocky' with public key authentication
2026-01-23 12:57:32,139 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:33,248 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:33,249 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.243 successfully created
2026-01-23 12:57:34,471 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.243:22' as 'rocky' with public key authentication
2026-01-23 12:57:34,577 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:34,700 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:34,772 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.243 successfully created
2026-01-23 12:57:34,923 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:34,942 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:35,024 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:35,026 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:37,271 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered 6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:57:37,461 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2026-01-23 12:57:37,474 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:38,897 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:38,977 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2026-01-23 12:57:39,226 47 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-23 12:57:39,226 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-23 12:57:39,227 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:39,256 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:39,405 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:39,405 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:41,632 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:57:41,632 47 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.220:22' as 'rocky' with public key authentication
2026-01-23 12:57:41,657 47 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:41,772 47 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:41,772 47 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.220 successfully created
2026-01-23 12:57:42,036 47 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-23 12:57:42,036 47 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.120
2026-01-23 12:58:15,081 47 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,196 47 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 0x7f465ad56e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,201 47 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 0x7f465c33bee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,208 47 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 0x7f465c38d880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,211 47 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 0x7f465c373ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,216 47 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 0x7f465c381b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,218 47 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 0x7f465c381c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,222 47 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 0x7f465c381940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,224 47 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 0x7f465c3818e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:15,225 47 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 0x7f465c381400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,143 47 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 0x7f465c3811c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,146 47 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 0x7f465c381190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,163 47 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 0x7f465c381580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,167 47 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 0x7f465c365df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,172 47 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 0x7f465c365bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,176 47 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 0x7f465c365f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,189 47 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 0x7f465c365ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,196 47 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 0x7f465c365880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,202 47 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 0x7f465c3656d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,508 47 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 0x7f465c365820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8
2026-01-23 12:58:16,550 47 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 0x7f465c365460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,557 47 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 0x7f465c365610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,565 47 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 0x7f465c3bd5e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,571 47 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 0x7f465c3bd4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,577 47 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 0x7f465c3bd6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,584 47 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 0x7f465c3bd520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,594 47 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 0x7f465c3bd2e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,612 47 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 0x7f465c3bd1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,626 47 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 0x7f465c3afd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,640 47 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 0x7f465c3afbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,656 47 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 0x7f465c3afb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,664 47 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 0x7f465c3af640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,668 47 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 0x7f465c3af520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,673 47 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 0x7f465c3af850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,678 47 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 0x7f465c3af610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,687 47 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 0x7f465c3af5e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,707 47 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 0x7f465c414d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,712 47 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 0x7f465c414df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,717 47 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 0x7f465c414b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,721 47 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 0x7f465c4146d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7
2026-01-23 12:58:16,737 47 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 0x7f465c3c9d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,742 47 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 0x7f465c4144c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,757 47 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 0x7f465c3c9ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,768 47 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 0x7f465c3c98e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,773 47 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 0x7f465c3c9a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,778 47 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 0x7f465c3c9f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,786 47 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 0x7f465c3c9610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,791 47 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 0x7f465c3c9400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,797 47 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 0x7f465c3c91c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,803 47 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 0x7f465c3c9490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,822 47 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 0x7f465c3a3b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,830 47 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 0x7f465c3a3730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,841 47 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 0x7f465c3a35b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,855 47 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 0x7f465c3a3be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,877 47 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 0x7f465c3a33a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,881 47 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 0x7f465c3a3820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,887 47 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 0x7f465c3a3340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,891 47 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 0x7f465c3a3880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,895 47 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 0x7f465c3a30d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
2026-01-23 12:58:16,897 47 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 0x7f465c3d8f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16
}}}
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 0x7f465c3655e0>: 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c3655e0>: 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 0x7f465c3affa0>: 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c3affa0>: 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 0x7f465c414a00>: 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/b9f91cb4-ea12-4eb8-8cba-e84c6d01dfd7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c414a00>: 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 0x7f465c3c99a0>: 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c3c99a0>: 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 0x7f465c3d85e0>: 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/86b08c0b-4d3d-4a41-9b59-6201b4e4ba16 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c3d85e0>: 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 0x7f465c381c70>: 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/6b4dc3ae-e9d1-438b-a503-8bc4e34179f8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f465c381c70>: 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
pt13.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
ft13.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-23 12:53:31,136 43 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 3.437s
2026-01-23 12:53:31,137 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-2082624918", "networks": [{"uuid": "511d64b3-92b1-4d42-a88f-e88ed82a5570"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_multicast_after_idle_timeout-1808878270"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:27 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c6a170c-6ded-449b-a048-4a4a88120e52', 'x-compute-request-id': 'req-1c6a170c-6ded-449b-a048-4a4a88120e52', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "eabb2f8d-150d-4342-a985-fa9a897ef418", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "5rccy3wFVGmP"}}'
2026-01-23 12:53:31,419 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.280s
2026-01-23 12:53:31,419 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:31 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb794623-521e-4dc7-993c-13137c38f835', 'x-compute-request-id': 'req-fb794623-521e-4dc7-993c-13137c38f835', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "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-23 12:53:32,909 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.484s
2026-01-23 12:53:32,909 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:32 GMT', 'server': 'Apache', 'content-length': '1447', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44e4f72d-b325-4a80-96a8-de5d492c71c7', 'x-compute-request-id': 'req-44e4f72d-b325-4a80-96a8-de5d492c71c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "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-23 12:53:32,913 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-01-23 12:53:34,741 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.828s
2026-01-23 12:53:34,742 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:33 GMT', 'server': 'Apache', 'content-length': '1453', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5af83455-fdfd-4287-9119-e4be2e8c10e7', 'x-compute-request-id': 'req-5af83455-fdfd-4287-9119-e4be2e8c10e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:53:34,746 43 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-01-23 12:53:36,545 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.798s
2026-01-23 12:53:36,545 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:35 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7be7242b-36dc-4c32-9953-43107ba9a536', 'x-compute-request-id': 'req-7be7242b-36dc-4c32-9953-43107ba9a536', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:39,303 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 1.753s
2026-01-23 12:53:39,304 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:37 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-304c0aac-b195-4eac-9c4f-ffe66b12a685', 'x-compute-request-id': 'req-304c0aac-b195-4eac-9c4f-ffe66b12a685', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:41,047 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.737s
2026-01-23 12:53:41,048 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:40 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19c517b6-f143-41cf-a691-a970d06d7be5', 'x-compute-request-id': 'req-19c517b6-f143-41cf-a691-a970d06d7be5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:43,739 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 1.687s
2026-01-23 12:53:43,740 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:42 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49b42c30-c317-491f-8671-2ff7d056418c', 'x-compute-request-id': 'req-49b42c30-c317-491f-8671-2ff7d056418c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:46,154 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 1.404s
2026-01-23 12:53:46,154 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:44 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2426d18c-7e99-49b3-8886-ff8426a45348', 'x-compute-request-id': 'req-2426d18c-7e99-49b3-8886-ff8426a45348', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:47,742 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.581s
2026-01-23 12:53:47,742 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:53:47 GMT', 'server': 'Apache', 'content-length': '1676', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49d92cc8-acd0-43dd-9286-3488ba2ea96a', 'x-compute-request-id': 'req-49d92cc8-acd0-43dd-9286-3488ba2ea96a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "ACTIVE", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:46Z", "addresses": {"tempest-test-network--475516466": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:9e:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": "2026-01-23T12:53:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:53:47,746 43 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2026-01-23 12:53:47,883 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.136s
2026-01-23 12:53:47,883 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': 'Fri, 23 Jan 2026 12:53:47 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-c46436dc-611e-4149-a985-a6eda4c2fae0', 'x-compute-request-id': 'req-c46436dc-611e-4149-a985-a6eda4c2fae0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/action'}
Body: b'{"output": ""}'
2026-01-23 12:53:53,091 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.202s
2026-01-23 12:53:53,092 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': 'Fri, 23 Jan 2026 12:53:52 GMT', 'server': 'Apache', 'content-length': '19828', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce924a79-9822-4549-866a-16b175b56455', 'x-compute-request-id': 'req-ce924a79-9822-4549-866a-16b175b56455', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/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 4493747463 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.000798] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001169] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003485] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003518] Using GB pages for direct mapping\\n[ 0.003665] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003672] ACPI: Early table checksum verification disabled\\n[ 0.003676] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003680] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003685] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003690] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003693] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003695] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003700] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003702] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003703] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003704] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003704] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003705] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003706] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:53:58,377 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.277s
2026-01-23 12:53:58,378 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': 'Fri, 23 Jan 2026 12:53:58 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-92031eba-5bd6-4457-b1e5-7d702047f8e0', 'x-compute-request-id': 'req-92031eba-5bd6-4457-b1e5-7d702047f8e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/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 4493747463 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.000798] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001169] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003485] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003518] Using GB pages for direct mapping\\n[ 0.003665] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003672] ACPI: Early table checksum verification disabled\\n[ 0.003676] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003680] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003685] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003690] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003693] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003695] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003700] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003702] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003703] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003704] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003704] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003705] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003706] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:03,509 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.129s
2026-01-23 12:54:03,511 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': 'Fri, 23 Jan 2026 12:54:03 GMT', 'server': 'Apache', 'content-length': '80433', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb17c4f6-18f1-4a84-92c2-5892c0332940', 'x-compute-request-id': 'req-cb17c4f6-18f1-4a84-92c2-5892c0332940', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/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 4493747463 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.000798] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001169] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003485] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003518] Using GB pages for direct mapping\\n[ 0.003665] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003672] ACPI: Early table checksum verification disabled\\n[ 0.003676] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003680] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003685] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003690] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003693] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003695] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003700] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003702] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003703] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003704] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003704] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003705] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003706] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:08,796 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.278s
2026-01-23 12:54:08,798 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': 'Fri, 23 Jan 2026 12:54:08 GMT', 'server': 'Apache', 'content-length': '94147', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32bc97d6-8246-4ff0-9238-8352e9cb6ecd', 'x-compute-request-id': 'req-32bc97d6-8246-4ff0-9238-8352e9cb6ecd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/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 4493747463 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.000798] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001169] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003485] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003518] Using GB pages for direct mapping\\n[ 0.003665] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003672] ACPI: Early table checksum verification disabled\\n[ 0.003676] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003680] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003685] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003690] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003693] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003695] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003700] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003702] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003703] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003704] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003704] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003705] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003706] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:14,289 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.483s
2026-01-23 12:54:14,290 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': 'Fri, 23 Jan 2026 12:54:14 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-5365822e-3ddb-492c-bf1d-54a207633162', 'x-compute-request-id': 'req-5365822e-3ddb-492c-bf1d-54a207633162', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/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 4493747463 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.000798] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001169] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003485] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003518] Using GB pages for direct mapping\\n[ 0.003665] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003672] ACPI: Early table checksum verification disabled\\n[ 0.003676] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003680] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003685] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003690] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003693] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003695] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003697] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003700] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003702] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003703] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003704] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003704] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003705] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003706] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004801] No NUMA configuration found\\n[ 0.004802] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004812] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005042] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005059] Zone ranges:\\n[ 0.005059] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005061] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005063] Normal empty\\n[ 0.005064] Device empty\\n[ 0.005064] Movable zone start for each node\\n[ 0.005066] Early memory node ranges\\n[ 0.005067] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005068] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005070] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005076] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005123] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005832] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.017873] ACPI: PM-Timer IO Port: 0x608\\n[ 0.017904] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018054] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018059] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018061] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018063] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018064] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018066] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018069] ACPI: Using ACPI (MADT)
2026-01-23 12:54:19,409 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418/action 0.116s
2026-01-23 12:54:19,410 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': 'Fri, 23 Jan 2026 12:54:19 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-1407a140-58e4-40eb-9d16-cd2508183f76', 'x-compute-request-id': 'req-1407a140-58e4-40eb-9d16-cd2508183f76', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418/action'}
Body: b'{"output": "x608\\n[ 0.017904] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018054] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018059] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018061] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018063] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018064] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018066] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018069] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018071] TSC deadline timer available\\n[ 0.018088] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018169] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018171] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018172] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018173] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018174] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018176] Booting paravirtualized kernel on KVM\\n[ 0.018179] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.023840] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024024] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024156] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024180] Fallback order for Node 0: 0 \\n[ 0.024184] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024185] Policy zone: DMA32\\n[ 0.024187] 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.024313] 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.024490] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024572] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024795] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029909] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029919] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030798] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030830] ftrace: allocating 46193 entries in 181 pages\\n[ 0.055855] ftrace: allocated 181 pages with 5 groups\\n[ 0.056737] Dynamic Preempt: voluntary\\n[ 0.057077] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.057078] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.057081] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.057081] \\tRude variant of Tasks RCU enabled.\\n[ 0.057082] \\tTracing variant of Tasks RCU enabled.\\n[ 0.057083] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.057084] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.063248] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.063713] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.063850] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.063873] random: crng init done\\n[ 0.122261] Console: colour VGA+ 80x25\\n[ 0.628846] printk: console [ttyS0] enabled\\n[ 0.631643] ACPI: Core revision 20221020\\n[ 0.634286] APIC: Switch to symmetric I/O mode setup\\n[ 0.638776] x2apic enabled\\n[ 0.641844] Switched APIC routing to physical x2apic.\\n[ 0.650217] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.657274] Calibrati
2026-01-23 12:54:19,634 43 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=eabb2f8d-150d-4342-a985-fa9a897ef418 0.221s
2026-01-23 12:54:19,635 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1104', 'x-openstack-request-id': 'req-b4e5561d-93a6-4fff-ad87-f2c8a4d5cfc6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"ports":[{"id":"91703a8d-5b4e-44f0-8afd-49cca6a0bcb9","name":"","network_id":"511d64b3-92b1-4d42-a88f-e88ed82a5570","tenant_id":"2fd2882bd7c34efe90a172444beb7e7d","mac_address":"fa:16:3e:ba:9e:c1","admin_state_up":true,"status":"ACTIVE","device_id":"eabb2f8d-150d-4342-a985-fa9a897ef418","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"b012432c-95df-494e-a6af-4ed2e6ffa0ca","ip_address":"10.100.0.14"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a78bd9af-436f-4a75-af3d-334a1e5f3b45"],"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-1808878270","dns_assignment":[{"ip_address":"10.100.0.14","hostname":"tempest-test-multicast-after-idle-timeout-1808878270","fqdn":"tempest-test-multicast-after-idle-timeout-1808878270.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:53:34Z","updated_at":"2026-01-23T12:53:46Z","revision_number":4,"project_id":"2fd2882bd7c34efe90a172444beb7e7d"}]}'
2026-01-23 12:54:20,835 43 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 1.199s
2026-01-23 12:54:20,835 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": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "91703a8d-5b4e-44f0-8afd-49cca6a0bcb9"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-d8ca38c6-d175-419f-8fec-e7e0d28acca2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "4c02f322-fd87-47cd-afee-878900831031", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "floating_ip_address": "192.168.122.246", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "6110b532-8c45-4593-89c5-b9f2931b4d82", "port_id": "91703a8d-5b4e-44f0-8afd-49cca6a0bcb9", "fixed_ip_address": "10.100.0.14", "status": "DOWN", "project_id": "2fd2882bd7c34efe90a172444beb7e7d", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "511d64b3-92b1-4d42-a88f-e88ed82a5570", "mac_address": "fa:16:3e:ba:9e:c1", "admin_state_up": true, "status": "ACTIVE", "device_id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:54:20Z", "updated_at": "2026-01-23T12:54:20Z", "revision_number": 0}}'
2026-01-23 12:54:23,200 43 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.363s
2026-01-23 12:54:23,200 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-2082624918", "networks": [{"uuid": "511d64b3-92b1-4d42-a88f-e88ed82a5570"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_multicast_after_idle_timeout-1333796922"}, "os:scheduler_hints": {"different_host": "eabb2f8d-150d-4342-a985-fa9a897ef418"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:20 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c922e48-89ca-4a11-b306-16a7389b2ac4', 'x-compute-request-id': 'req-8c922e48-89ca-4a11-b306-16a7389b2ac4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "kGsSTjn9zTz7"}}'
2026-01-23 12:54:23,569 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.367s
2026-01-23 12:54:23,570 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:23 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0989122d-24bd-4e19-8c72-beeb5d7bba03', 'x-compute-request-id': 'req-0989122d-24bd-4e19-8c72-beeb5d7bba03', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "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-23 12:54:24,831 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.255s
2026-01-23 12:54:24,831 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:24 GMT', 'server': 'Apache', 'content-length': '1447', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-224917f0-bd6c-44d6-8961-28dd4acdd2a5', 'x-compute-request-id': 'req-224917f0-bd6c-44d6-8961-28dd4acdd2a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "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-23 12:54:24,836 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-01-23 12:54:26,128 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.290s
2026-01-23 12:54:26,128 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:25 GMT', 'server': 'Apache', 'content-length': '1453', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d618d1d-8d39-4fea-8908-4902053f6043', 'x-compute-request-id': 'req-1d618d1d-8d39-4fea-8908-4902053f6043', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:54:26,133 43 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-01-23 12:54:28,051 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.916s
2026-01-23 12:54:28,051 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:27 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e9fc504-f170-4e3b-965e-0b44d52b3388', 'x-compute-request-id': 'req-7e9fc504-f170-4e3b-965e-0b44d52b3388', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:29,498 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.442s
2026-01-23 12:54:29,498 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:29 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e8aa48-85de-401f-ad30-4dfa9b4e8ca4', 'x-compute-request-id': 'req-83e8aa48-85de-401f-ad30-4dfa9b4e8ca4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:31,102 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.592s
2026-01-23 12:54:31,104 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:30 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-196e8347-2af9-49d3-adc9-36947c8cef8c', 'x-compute-request-id': 'req-196e8347-2af9-49d3-adc9-36947c8cef8c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:32,910 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.785s
2026-01-23 12:54:32,910 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:32 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef0bec7-b7f5-4398-94ad-1270bf29b7f1', 'x-compute-request-id': 'req-cef0bec7-b7f5-4398-94ad-1270bf29b7f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:35,860 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 1.939s
2026-01-23 12:54:35,861 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:33 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0283bc8d-fe30-486d-83b0-7cbb31d983ab', 'x-compute-request-id': 'req-0283bc8d-fe30-486d-83b0-7cbb31d983ab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:38,807 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 1.938s
2026-01-23 12:54:38,807 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:36 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f882615-3355-49f7-8d5a-02c7843dcd31', 'x-compute-request-id': 'req-1f882615-3355-49f7-8d5a-02c7843dcd31', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:41,066 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 1.253s
2026-01-23 12:54:41,067 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:39 GMT', 'server': 'Apache', 'content-length': '1675', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e6c3d41-829b-4a13-9de3-16187dfa62d9', 'x-compute-request-id': 'req-2e6c3d41-829b-4a13-9de3-16187dfa62d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "ACTIVE", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:37Z", "addresses": {"tempest-test-network--475516466": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:8b:2c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": "2026-01-23T12:54:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:54:41,074 43 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-01-23 12:54:41,180 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 0.104s
2026-01-23 12:54:41,181 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': 'Fri, 23 Jan 2026 12:54:41 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-9b5b56b6-0f0a-433d-b572-f2f848dc4783', 'x-compute-request-id': 'req-9b5b56b6-0f0a-433d-b572-f2f848dc4783', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action'}
Body: b'{"output": ""}'
2026-01-23 12:54:46,323 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 0.134s
2026-01-23 12:54:46,324 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': 'Fri, 23 Jan 2026 12:54:46 GMT', 'server': 'Apache', 'content-length': '45730', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1058c66b-aacb-475b-80cc-3f4c9eecabf4', 'x-compute-request-id': 'req-1058c66b-aacb-475b-80cc-3f4c9eecabf4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/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 4654734037 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.000829] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001321] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003657] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003697] Using GB pages for direct mapping\\n[ 0.003945] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003953] ACPI: Early table checksum verification disabled\\n[ 0.003956] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003961] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003967] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003973] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003976] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003979] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003982] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003984] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003986] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003988] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003989] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003990] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003991] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003992] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:52,388 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 1.058s
2026-01-23 12:54:52,389 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': 'Fri, 23 Jan 2026 12:54:51 GMT', 'server': 'Apache', 'content-length': '74847', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b41ac7-ae8e-4283-ac62-99f2713a2894', 'x-compute-request-id': 'req-52b41ac7-ae8e-4283-ac62-99f2713a2894', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/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 4654734037 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.000829] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001321] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003657] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003697] Using GB pages for direct mapping\\n[ 0.003945] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003953] ACPI: Early table checksum verification disabled\\n[ 0.003956] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003961] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003967] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003973] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003976] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003979] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003982] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003984] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003986] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003988] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003989] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003990] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003991] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003992] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:54:57,871 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 0.444s
2026-01-23 12:54:57,872 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': 'Fri, 23 Jan 2026 12:54:57 GMT', 'server': 'Apache', 'content-length': '90885', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b9198c6-7c37-41fe-8400-e54132fda493', 'x-compute-request-id': 'req-1b9198c6-7c37-41fe-8400-e54132fda493', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/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 4654734037 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.000829] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001321] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003657] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003697] Using GB pages for direct mapping\\n[ 0.003945] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003953] ACPI: Early table checksum verification disabled\\n[ 0.003956] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003961] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003967] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003973] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003976] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003979] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003982] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003984] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003986] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003988] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003989] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003990] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003991] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003992] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:03,055 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 0.177s
2026-01-23 12:55:03,056 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': 'Fri, 23 Jan 2026 12:55:02 GMT', 'server': 'Apache', 'content-length': '98452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ffb48b7-f915-4401-90fe-8685bc93f120', 'x-compute-request-id': 'req-5ffb48b7-f915-4401-90fe-8685bc93f120', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/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 4654734037 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.000829] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001321] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003657] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003697] Using GB pages for direct mapping\\n[ 0.003945] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003953] ACPI: Early table checksum verification disabled\\n[ 0.003956] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003961] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003967] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003973] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003976] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003979] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003982] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003984] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003986] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003988] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003989] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003990] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003991] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003992] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:08,381 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 0.319s
2026-01-23 12:55:08,382 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': 'Fri, 23 Jan 2026 12:55:08 GMT', 'server': 'Apache', 'content-length': '101794', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a79e9b38-5b37-4dab-8a0b-433d46d4b1ea', 'x-compute-request-id': 'req-a79e9b38-5b37-4dab-8a0b-433d46d4b1ea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action'}
Body: b'{"output": "[ 0.006089] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.018580] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018644] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.018798] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018802] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018805] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018807] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018808] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018810] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018815] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018817] TSC deadline timer available\\n[ 0.018835] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018926] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018929] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018930] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018931] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018933] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018934] Booting paravirtualized kernel on KVM\\n[ 0.018937] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024266] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024444] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024563] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024571] Fallback order for Node 0: 0 \\n[ 0.024574] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024576] Policy zone: DMA32\\n[ 0.024577] 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.024662] 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.024742] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024780] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025003] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029932] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029940] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030656] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030683] ftrace: allocating 46193 entries in 181 pages\\n[ 0.050997] ftrace: allocated 181 pages with 5 groups\\n[ 0.051672] Dynamic Preempt: voluntary\\n[ 0.051961] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.051962] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.051963] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.051964] \\tRude variant of Tasks RCU enabled.\\n[ 0.051964] \\tTracing variant of Tasks RCU enabled.\\n[ 0.051965] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.051965] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.056658] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057019] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.057118] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.057160] random: crng init done\\n[ 0.114961] Console: colour VGA+ 80x25\\n[ 0.644334] printk: console [ttyS0] enabled\\n[ 0.647410] ACPI: Core revision 20221020\\n[ 0.650196] APIC: Switch to symmetric I/O mode setup\\n[ 0.654789] x2apic enabled\\n[ 0.657778] Switched APIC routing to physical x2apic.\\n[ 0.666214] clocksource: tsc-ear
2026-01-23 12:55:13,697 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action 0.308s
2026-01-23 12:55:13,699 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': 'Fri, 23 Jan 2026 12:55:13 GMT', 'server': 'Apache', 'content-length': '101793', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d733af3c-9a0a-4d3b-8f6a-98461e22b357', 'x-compute-request-id': 'req-d733af3c-9a0a-4d3b-8f6a-98461e22b357', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9/action'}
Body: b'{"output": " 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.018802] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.018805] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.018807] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.018808] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.018810] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.018815] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.018817] TSC deadline timer available\\n[ 0.018835] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.018926] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.018929] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.018930] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.018931] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.018933] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.018934] Booting paravirtualized kernel on KVM\\n[ 0.018937] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024266] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024444] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024563] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024571] Fallback order for Node 0: 0 \\n[ 0.024574] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024576] Policy zone: DMA32\\n[ 0.024577] 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.024662] 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.024742] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024780] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025003] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029932] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029940] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.030656] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.030683] ftrace: allocating 46193 entries in 181 pages\\n[ 0.050997] ftrace: allocated 181 pages with 5 groups\\n[ 0.051672] Dynamic Preempt: voluntary\\n[ 0.051961] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.051962] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.051963] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.051964] \\tRude variant of Tasks RCU enabled.\\n[ 0.051964] \\tTracing variant of Tasks RCU enabled.\\n[ 0.051965] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.051965] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.056658] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057019] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.057118] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.057160] random: crng init done\\n[ 0.114961] Console: colour VGA+ 80x25\\n[ 0.644334] printk: console [ttyS0] enabled\\n[ 0.647410] ACPI: Core revision 20221020\\n[ 0.650196] APIC: Switch to symmetric I/O mode setup\\n[ 0.654789] x2apic enabled\\n[ 0.657778] Switched APIC routing to physical x2apic.\\n[ 0.666214] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.673158] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.674151] pid_max: default: 32
2026-01-23 12:55:14,204 43 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/eabb2f8d-150d-4342-a985-fa9a897ef418 0.503s
2026-01-23 12:55:14,205 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:13 GMT', 'server': 'Apache', 'content-length': '1983', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47c5e6a5-6711-4286-add4-ce0e700bceba', 'x-compute-request-id': 'req-47c5e6a5-6711-4286-add4-ce0e700bceba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418'}
Body: b'{"server": {"id": "eabb2f8d-150d-4342-a985-fa9a897ef418", "name": "tempest-test_multicast_after_idle_timeout-1808878270", "status": "ACTIVE", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:53:31Z", "updated": "2026-01-23T12:53:46Z", "addresses": {"tempest-test-network--475516466": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:9e:c1"}, {"version": 4, "addr": "192.168.122.246", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:9e:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eabb2f8d-150d-4342-a985-fa9a897ef418"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": "2026-01-23T12:53:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "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-23 12:55:15,228 43 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 1.019s
2026-01-23 12:55:15,228 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:14 GMT', 'server': 'Apache', 'content-length': '1860', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b1a71ec-8dd9-4e02-8a0e-de0ab4dc53ea', 'x-compute-request-id': 'req-2b1a71ec-8dd9-4e02-8a0e-de0ab4dc53ea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"server": {"id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "name": "tempest-test_multicast_after_idle_timeout-1333796922", "status": "ACTIVE", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "762e34191fd5dd8ca74c0e891062c55610bebef9a9ee71c75d2840cf", "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-23T12:54:23Z", "updated": "2026-01-23T12:54:37Z", "addresses": {"tempest-test-network--475516466": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:8b:2c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": "2026-01-23T12:54:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-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-23 12:55:15,439 43 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=bd693b0a-5399-42e7-8ba5-5b242b7e03c9 0.207s
2026-01-23 12:55:15,439 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1102', 'x-openstack-request-id': 'req-8f5fa4b0-e214-436e-a119-b86962674df4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=bd693b0a-5399-42e7-8ba5-5b242b7e03c9'}
Body: b'{"ports":[{"id":"acb48bd2-476c-45d6-92d3-1c7e3d00a789","name":"","network_id":"511d64b3-92b1-4d42-a88f-e88ed82a5570","tenant_id":"2fd2882bd7c34efe90a172444beb7e7d","mac_address":"fa:16:3e:8f:8b:2c","admin_state_up":true,"status":"ACTIVE","device_id":"bd693b0a-5399-42e7-8ba5-5b242b7e03c9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"b012432c-95df-494e-a6af-4ed2e6ffa0ca","ip_address":"10.100.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a78bd9af-436f-4a75-af3d-334a1e5f3b45"],"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-1333796922","dns_assignment":[{"ip_address":"10.100.0.4","hostname":"tempest-test-multicast-after-idle-timeout-1333796922","fqdn":"tempest-test-multicast-after-idle-timeout-1333796922.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:54:26Z","updated_at":"2026-01-23T12:54:33Z","revision_number":4,"project_id":"2fd2882bd7c34efe90a172444beb7e7d"}]}'
2026-01-23 12:55:18,820 43 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 3.380s
2026-01-23 12:55:18,820 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": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "acb48bd2-476c-45d6-92d3-1c7e3d00a789"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-5bad1f5d-8ade-4fc6-ac3f-9c49829cc357', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "2cc33299-57ed-46af-9a9f-c03586253c68", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "floating_ip_address": "192.168.122.195", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "6110b532-8c45-4593-89c5-b9f2931b4d82", "port_id": "acb48bd2-476c-45d6-92d3-1c7e3d00a789", "fixed_ip_address": "10.100.0.4", "status": "DOWN", "project_id": "2fd2882bd7c34efe90a172444beb7e7d", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "511d64b3-92b1-4d42-a88f-e88ed82a5570", "mac_address": "fa:16:3e:8f:8b:2c", "admin_state_up": true, "status": "ACTIVE", "device_id": "bd693b0a-5399-42e7-8ba5-5b242b7e03c9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:55:16Z", "updated_at": "2026-01-23T12:55:16Z", "revision_number": 0}}'
2026-01-23 12:55:21,429 43 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.607s
2026-01-23 12:55:21,429 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-2082624918", "networks": [{"uuid": "511d64b3-92b1-4d42-a88f-e88ed82a5570"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_multicast_after_idle_timeout-1388829135"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:18 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e1621f-e664-4481-b489-79f76986b653', 'x-compute-request-id': 'req-34e1621f-e664-4481-b489-79f76986b653', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "HMdwkr7SNJmR"}}'
2026-01-23 12:55:24,427 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 2.989s
2026-01-23 12:55:24,427 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:21 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5a1bfc5-c69f-40dd-a0cb-cbcbf05f93e9', 'x-compute-request-id': 'req-a5a1bfc5-c69f-40dd-a0cb-cbcbf05f93e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "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-23 12:55:26,423 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 0.992s
2026-01-23 12:55:26,424 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:25 GMT', 'server': 'Apache', 'content-length': '1447', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfce202b-00c0-4b79-a889-441aa78cf315', 'x-compute-request-id': 'req-cfce202b-00c0-4b79-a889-441aa78cf315', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "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-23 12:55:26,427 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-23 12:55:29,782 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 2.353s
2026-01-23 12:55:29,782 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:27 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e08f425-267d-4bbc-b7ba-12987994a5d6', 'x-compute-request-id': 'req-7e08f425-267d-4bbc-b7ba-12987994a5d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:55:29,786 43 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait
2026-01-23 12:55:33,720 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 2.933s
2026-01-23 12:55:33,720 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:30 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d42db3b-4e0c-409f-95d2-a9828fef52f7', 'x-compute-request-id': 'req-7d42db3b-4e0c-409f-95d2-a9828fef52f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:55:38,186 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 3.460s
2026-01-23 12:55:38,186 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:34 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc9b45b-64a6-4e50-948c-81209131dd87', 'x-compute-request-id': 'req-6dc9b45b-64a6-4e50-948c-81209131dd87', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:55:40,613 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 1.422s
2026-01-23 12:55:40,613 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:39 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59b478b-4209-4bc9-8d2e-29f2abe256f1', 'x-compute-request-id': 'req-b59b478b-4209-4bc9-8d2e-29f2abe256f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:55:44,854 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 3.228s
2026-01-23 12:55:44,855 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:41 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba853b4e-b616-4494-935a-0c1ff1753b71', 'x-compute-request-id': 'req-ba853b4e-b616-4494-935a-0c1ff1753b71', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "BUILD", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:55:49,428 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 3.567s
2026-01-23 12:55:49,428 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:45 GMT', 'server': 'Apache', 'content-length': '1675', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a47325b5-d8a4-44e5-a536-5403dd62c826', 'x-compute-request-id': 'req-a47325b5-d8a4-44e5-a536-5403dd62c826', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"server": {"id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "name": "tempest-test_multicast_after_idle_timeout-1388829135", "status": "ACTIVE", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "user_id": "c215c657d54a4c2099e1ca6463586914", "metadata": {}, "hostId": "3eed57a01180e6d627c5fbc2891e70c8db6f61a204fbb74666d950a8", "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-23T12:55:20Z", "updated": "2026-01-23T12:55:45Z", "addresses": {"tempest-test-network--475516466": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:2b:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-2082624918", "OS-SRV-USG:launched_at": "2026-01-23T12:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-23 12:55:49,432 43 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait
2026-01-23 12:55:53,111 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action 3.678s
2026-01-23 12:55:53,112 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': 'Fri, 23 Jan 2026 12:55:49 GMT', 'server': 'Apache', 'content-length': '33944', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bf2b7f4-c1df-4dce-a48b-152e084c8aaf', 'x-compute-request-id': 'req-4bf2b7f4-c1df-4dce-a48b-152e084c8aaf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0/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 4424166088 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.000842] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001240] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003567] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003604] Using GB pages for direct mapping\\n[ 0.003777] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003783] ACPI: Early table checksum verification disabled\\n[ 0.003786] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003790] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003795] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003800] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003803] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003805] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003808] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003810] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003812] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003813] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003814] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003815] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003815] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003816] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:55:59,951 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action 1.832s
2026-01-23 12:55:59,951 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': 'Fri, 23 Jan 2026 12:55:58 GMT', 'server': 'Apache', 'content-length': '74180', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abc95d08-bf72-4e49-979e-32db489c89d9', 'x-compute-request-id': 'req-abc95d08-bf72-4e49-979e-32db489c89d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0/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 4424166088 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.000842] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001240] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003567] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003604] Using GB pages for direct mapping\\n[ 0.003777] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003783] ACPI: Early table checksum verification disabled\\n[ 0.003786] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003790] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003795] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003800] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003803] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003805] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003808] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003810] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003812] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003813] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003814] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003815] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003815] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003816] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:05,190 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action 0.232s
2026-01-23 12:56:05,191 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': 'Fri, 23 Jan 2026 12:56:04 GMT', 'server': 'Apache', 'content-length': '91032', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ffc54a5-b838-4898-ae05-e0ddb3bf56e5', 'x-compute-request-id': 'req-7ffc54a5-b838-4898-ae05-e0ddb3bf56e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0/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 4424166088 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.000842] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001240] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003567] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003604] Using GB pages for direct mapping\\n[ 0.003777] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003783] ACPI: Early table checksum verification disabled\\n[ 0.003786] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003790] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003795] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003800] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003803] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003805] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003808] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003810] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003812] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003813] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003814] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003815] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003815] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003816] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:10,429 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action 0.231s
2026-01-23 12:56:10,430 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': 'Fri, 23 Jan 2026 12:56:10 GMT', 'server': 'Apache', 'content-length': '96253', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-006c74f5-06b4-4492-be87-a9e0a24f97bb', 'x-compute-request-id': 'req-006c74f5-06b4-4492-be87-a9e0a24f97bb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0/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 4424166088 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.000842] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001240] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003567] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003604] Using GB pages for direct mapping\\n[ 0.003777] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003783] ACPI: Early table checksum verification disabled\\n[ 0.003786] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003790] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003795] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003800] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003803] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003805] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003808] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003810] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003812] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003813] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003814] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003815] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003815] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003816] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2026-01-23 12:56:15,558 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action 0.125s
2026-01-23 12:56:15,559 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': 'Fri, 23 Jan 2026 12:56:15 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-104c0709-1a29-49f7-9ded-5dde4c772cdc', 'x-compute-request-id': 'req-104c0709-1a29-49f7-9ded-5dde4c772cdc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action'}
Body: b'{"output": "ailable\\n[ 0.017663] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017741] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017743] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017744] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017744] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017746] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017747] Booting paravirtualized kernel on KVM\\n[ 0.017750] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022979] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023175] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023292] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023298] Fallback order for Node 0: 0 \\n[ 0.023302] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023303] Policy zone: DMA32\\n[ 0.023304] 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.023390] 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.023547] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023627] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023833] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028415] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028423] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029156] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029183] ftrace: allocating 46193 entries in 181 pages\\n[ 0.048766] ftrace: allocated 181 pages with 5 groups\\n[ 0.049366] Dynamic Preempt: voluntary\\n[ 0.049688] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.049688] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.049690] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.049690] \\tRude variant of Tasks RCU enabled.\\n[ 0.049690] \\tTracing variant of Tasks RCU enabled.\\n[ 0.049691] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.049692] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.054290] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.054654] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.054753] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.054774] random: crng init done\\n[ 0.114558] Console: colour VGA+ 80x25\\n[ 0.657605] printk: console [ttyS0] enabled\\n[ 0.661580] ACPI: Core revision 20221020\\n[ 0.664357] APIC: Switch to symmetric I/O mode setup\\n[ 0.668675] x2apic enabled\\n[ 0.671547] Switched APIC routing to physical x2apic.\\n[ 0.679668] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.687001] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.687994] pid_max: default: 32768 minimum: 301\\n[ 0.687994] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.687994] Yama: becoming mindful.\\n[ 0.687994] SELinux: Initializing.\\n[ 0.687994] LSM support for eBPF active\\n[ 0.687994] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.687994] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.687994] x86/cpu: User Mode Instruction Prevention (UMIP) activated\\n[ 0.687994] Last level iTLB entries: 4KB 512, 2MB 255, 4
2026-01-23 12:56:24,819 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action 4.255s
2026-01-23 12:56:24,820 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': 'Fri, 23 Jan 2026 12:56:20 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-9c811c56-16dd-47dd-b2bf-b64b9bc7bb5d', 'x-compute-request-id': 'req-9c811c56-16dd-47dd-b2bf-b64b9bc7bb5d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0/action'}
Body: b'{"output": "e memory: [mem 0x000a0000-0x000effff]\\n[ 0.017744] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017746] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017747] Booting paravirtualized kernel on KVM\\n[ 0.017750] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022979] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.023175] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.023292] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.023298] Fallback order for Node 0: 0 \\n[ 0.023302] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.023303] Policy zone: DMA32\\n[ 0.023304] 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.023390] 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.023547] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.023627] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023833] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028415] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028423] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029156] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029183] ftrace: allocating 46193 entries in 181 pages\\n[ 0.048766] ftrace: allocated 181 pages with 5 groups\\n[ 0.049366] Dynamic Preempt: voluntary\\n[ 0.049688] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.049688] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.049690] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.049690] \\tRude variant of Tasks RCU enabled.\\n[ 0.049690] \\tTracing variant of Tasks RCU enabled.\\n[ 0.049691] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.049692] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.054290] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.054654] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.054753] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.054774] random: crng init done\\n[ 0.114558] Console: colour VGA+ 80x25\\n[ 0.657605] printk: console [ttyS0] enabled\\n[ 0.661580] ACPI: Core revision 20221020\\n[ 0.664357] APIC: Switch to symmetric I/O mode setup\\n[ 0.668675] x2apic enabled\\n[ 0.671547] Switched APIC routing to physical x2apic.\\n[ 0.679668] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.687001] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.687994] pid_max: default: 32768 minimum: 301\\n[ 0.687994] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.687994] Yama: becoming mindful.\\n[ 0.687994] SELinux: Initializing.\\n[ 0.687994] LSM support for eBPF active\\n[ 0.687994] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.687994] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.687994] x86/cpu: User Mode Instruction Prevention (UMIP) activated\\n[ 0.687994] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\\n[ 0.687994] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\\n[ 0.687994] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization\\n[ 0.687994] Spectre V2 : Mitigation: Retpolines\\n[ 0.687994] Spectre V2 : Spectre v2 / SpectreRSB miti
2026-01-23 12:56:25,293 43 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=fcb66ec8-043b-49ef-8efd-ed16a2727af0 0.470s
2026-01-23 12:56:25,294 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1102', 'x-openstack-request-id': 'req-40e3ec7e-e80a-4a58-90d6-2e822b7b7649', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=fcb66ec8-043b-49ef-8efd-ed16a2727af0'}
Body: b'{"ports":[{"id":"b957b372-0803-4622-bd29-97bdc1605ccb","name":"","network_id":"511d64b3-92b1-4d42-a88f-e88ed82a5570","tenant_id":"2fd2882bd7c34efe90a172444beb7e7d","mac_address":"fa:16:3e:48:2b:ce","admin_state_up":true,"status":"ACTIVE","device_id":"fcb66ec8-043b-49ef-8efd-ed16a2727af0","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"b012432c-95df-494e-a6af-4ed2e6ffa0ca","ip_address":"10.100.0.5"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a78bd9af-436f-4a75-af3d-334a1e5f3b45"],"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-1388829135","dns_assignment":[{"ip_address":"10.100.0.5","hostname":"tempest-test-multicast-after-idle-timeout-1388829135","fqdn":"tempest-test-multicast-after-idle-timeout-1388829135.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:27Z","updated_at":"2026-01-23T12:55:42Z","revision_number":4,"project_id":"2fd2882bd7c34efe90a172444beb7e7d"}]}'
2026-01-23 12:56:35,194 43 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 9.898s
2026-01-23 12:56:35,194 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": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "b957b372-0803-4622-bd29-97bdc1605ccb"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-6c23daed-d851-4f0e-a52d-284a619827bc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "94769e35-9f0b-424a-9951-aceea85a49d2", "tenant_id": "2fd2882bd7c34efe90a172444beb7e7d", "floating_ip_address": "192.168.122.222", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "6110b532-8c45-4593-89c5-b9f2931b4d82", "port_id": "b957b372-0803-4622-bd29-97bdc1605ccb", "fixed_ip_address": "10.100.0.5", "status": "DOWN", "project_id": "2fd2882bd7c34efe90a172444beb7e7d", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "511d64b3-92b1-4d42-a88f-e88ed82a5570", "mac_address": "fa:16:3e:48:2b:ce", "admin_state_up": true, "status": "ACTIVE", "device_id": "fcb66ec8-043b-49ef-8efd-ed16a2727af0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:56:27Z", "updated_at": "2026-01-23T12:56:27Z", "revision_number": 0}}'
2026-01-23 12:56:35,195 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:35,216 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:35,337 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:35,339 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:35,665 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.246:22' as 'rocky' with public key authentication
2026-01-23 12:56:35,687 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:35,816 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:35,816 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.246 successfully created
2026-01-23 12:56:36,269 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:56:36,292 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:36,414 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:36,414 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:56:36,751 43 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-511d64b3-92b1-4d42-a88f-e88ed82a5570 | grep _uuid | awk '{print $3}'
2026-01-23 12:56:36,753 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.51:22' as 'zuul' with password None
2026-01-23 12:56:36,761 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-23 12:56:36,820 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:36,821 43 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.51 successfully created
2026-01-23 12:56:37,601 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Output: 2f78cb76-0583-4a88-958c-3c515d90930b
2026-01-23 12:56:37,601 43 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 2f78cb76-0583-4a88-958c-3c515d90930b other_config:mcast_idle_timeout=60
2026-01-23 12:56:37,602 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.51:22' as 'zuul' with password None
2026-01-23 12:56:37,611 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-23 12:56:37,672 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:37,672 43 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.51 successfully created
2026-01-23 12:56:38,128 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Output:
2026-01-23 12:56:38,129 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.246:22' as 'rocky' with public key authentication
2026-01-23 12:56:38,143 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:38,268 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:38,269 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.246 successfully created
2026-01-23 12:56:38,498 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:56:38,510 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:38,600 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:38,600 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:56:38,713 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:56:38,738 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:38,826 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:38,827 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:56:39,042 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:56:39,054 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:39,145 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:39,146 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:56:39,363 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:56:39,375 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:39,465 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:39,466 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:56:39,673 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:39,688 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:39,772 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:39,773 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:39,985 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:39,997 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:40,131 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:40,132 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:40,350 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:40,366 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:40,488 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:40,489 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:40,703 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:40,715 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:40,796 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:40,800 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:41,009 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:41,027 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:41,119 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:41,125 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:41,329 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:56:41,341 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:41,426 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:41,426 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:56:41,637 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Waiting 60 seconds for start delay to expire
2026-01-23 12:57:41,697 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Starting script for group 225.0.0.121 on sender
2026-01-23 12:57:41,698 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.246:22' as 'rocky' with public key authentication
2026-01-23 12:57:41,718 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:41,805 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:41,805 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.246 successfully created
2026-01-23 12:57:43,261 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:57:43,297 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:43,452 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:43,452 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:57:43,664 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:57:43,678 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:43,775 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:43,786 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:57:46,172 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on receiver bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:57:46,375 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.195:22' as 'rocky' with public key authentication
2026-01-23 12:57:46,400 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:47,295 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:47,466 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.195 successfully created
2026-01-23 12:57:47,718 43 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
12:57:41.795267 fa:16:3e:ba:9e:c1 > 01:00:5e:00:00:79, ethertype IPv4 (0x0800), length 59: (tos 0x0, ttl 1, id 8817, offset 0, flags [DF], proto UDP (17), length 45)
10.100.0.14.40844 > 225.0.0.121.wsm-server-ssl: [udp sum ok] UDP, length 17
E..-"q@...kd
d.....y........group 225.0.0.121
1 packet captured
2 packets received by filter
0 packets dropped by kernel
2026-01-23 12:57:47,718 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.121
2026-01-23 12:57:47,718 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Allowed group 225.0.0.121
2026-01-23 12:57:47,719 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.246:22' as 'rocky' with public key authentication
2026-01-23 12:57:47,731 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:47,889 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:47,890 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.246 successfully created
2026-01-23 12:57:48,109 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:57:48,125 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:48,261 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:48,283 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:57:50,443 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating number of messages on unregistered fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:57:50,578 43 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'rocky' with public key authentication
2026-01-23 12:57:50,590 43 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:50,718 43 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:50,719 43 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.222 successfully created
2026-01-23 12:57:50,931 43 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
2 packets received by filter
0 packets dropped by kernel
2026-01-23 12:57:50,932 43 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_multicast] Validating group 225.0.0.121
2026-01-23 12:58:15,122 43 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,194 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 0x7fe56db00100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,218 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 0x7fe56db0e250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,221 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 0x7fe56dc59910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,223 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 0x7fe56dd13dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,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 0x7fe56dccfe20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,226 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 0x7fe56dccfdf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,228 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 0x7fe56dccffd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,299 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 0x7fe56dcd62b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:15,305 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 0x7fe56dcd6c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,161 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 0x7fe56dc66940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,166 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 0x7fe56dcd6430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,174 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 0x7fe56dc66640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,190 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 0x7fe56dc66550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,206 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 0x7fe56dc665e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,514 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 0x7fe56dc66400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,530 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 0x7fe56dc662e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,541 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 0x7fe56dc662b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,553 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 0x7fe56dc66310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,562 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 0x7fe56dcbd730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/fcb66ec8-043b-49ef-8efd-ed16a2727af0
2026-01-23 12:58:16,582 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 0x7fe56dca3eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,593 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 0x7fe56dcbd3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,604 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 0x7fe56dca3d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,632 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 0x7fe56dca3130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,637 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 0x7fe56dcaf190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,647 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 0x7fe56dcaf580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,655 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 0x7fe56dcaf6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,662 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 0x7fe56dcaf550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,665 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 0x7fe56dcaf760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,669 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 0x7fe56dcafb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,678 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 0x7fe56dd1aee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,701 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 0x7fe56dcaf430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,709 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 0x7fe56dd1abe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,715 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 0x7fe56dd1aa00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,720 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 0x7fe56dd1a8e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,724 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 0x7fe56dd1a9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,727 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 0x7fe56dd9a100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,731 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 0x7fe56dd9a1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,734 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 0x7fe56dd8c6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,738 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 0x7fe56dd8c4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/bd693b0a-5399-42e7-8ba5-5b242b7e03c9
2026-01-23 12:58:16,791 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 0x7fe56dd8cac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,796 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 0x7fe56dd8ccd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,803 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 0x7fe56dd8c310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,807 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 0x7fe56eb6fd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,811 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 0x7fe56dd81f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,818 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 0x7fe56dd81070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,824 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 0x7fe56dd81dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,828 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 0x7fe56dd81ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,831 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 0x7fe56dd811c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,834 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 0x7fe56dd81400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,841 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 0x7fe56dda8d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,843 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 0x7fe56dda8f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,848 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 0x7fe56ddb3130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,853 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 0x7fe56ddb3520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,867 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 0x7fe56ddb3250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,879 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 0x7fe56dd9f730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,883 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 0x7fe56dd9f670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,890 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 0x7fe56dd6deb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,896 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 0x7fe56dd6dc70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
2026-01-23 12:58:16,901 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 0x7fe56dd6d4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/eabb2f8d-150d-4342-a985-fa9a897ef418
}}}
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 0x7fe56dcbd550>: 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56dcbd550>: 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 0x7fe56dcaf280>: 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56dcaf280>: 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 0x7fe56dd8c550>: 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/bd693b0a-5399-42e7-8ba5-5b242b7e03c9 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56dd8c550>: 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 0x7fe56dda8d00>: 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/eabb2f8d-150d-4342-a985-fa9a897ef418 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56dda8d00>: 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 0x7fe56dd6dc10>: 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/eabb2f8d-150d-4342-a985-fa9a897ef418 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56dd6dc10>: 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 0x7fe56dcd6340>: 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/fcb66ec8-043b-49ef-8efd-ed16a2727af0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe56dcd6340>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_multicast_east_west[id-3a906cd8-e27a-40a7-a369-829a7ec91af6] |
skip
pt13.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
pt13.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.QosTestOvn | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_qos_port_to_vm_with_another_port[id-08b74ece-d7f2-4a80-9a1e-5fb7ec928a9b] |
fail
ft14.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn.test_attach_qos_port_to_vm_with_another_port[id-08b74ece-d7f2-4a80-9a1e-5fb7ec928a9b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:54:43,454 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.986s
2026-01-23 12:54:43,454 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--639486756"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-59bb0ad7-2eeb-4f4a-b207-468bea6f8f71', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"3b07ce58-729b-4b72-bb93-59ee3191c035","name":"tempest-test-network--639486756","tenant_id":"1ada025a0ad84690b982af0263aedd69","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1ada025a0ad84690b982af0263aedd69","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-23T12:54:42Z","updated_at":"2026-01-23T12:54:42Z","revision_number":1}}'
2026-01-23 12:54:44,199 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.744s
2026-01-23 12:54:44,199 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--834238950"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-9b869a97-2e75-429e-8323-38aa12a5e447', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"23f2c832-8d42-4b59-b80a-f2e31e632acd","name":"tempest-test-network--834238950","tenant_id":"1ada025a0ad84690b982af0263aedd69","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1ada025a0ad84690b982af0263aedd69","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-23T12:54:43Z","updated_at":"2026-01-23T12:54:43Z","revision_number":1}}'
2026-01-23 12:54:47,346 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 3.146s
2026-01-23 12:54:47,347 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "3b07ce58-729b-4b72-bb93-59ee3191c035", "cidr": "10.10.1.0/24", "ip_version": 4, "gateway_ip": "10.10.1.1"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-30ef129c-1f6d-40fa-92be-db889bab6309', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","name":"","tenant_id":"1ada025a0ad84690b982af0263aedd69","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.1.1","cidr":"10.10.1.0/24","allocation_pools":[{"start":"10.10.1.2","end":"10.10.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-23T12:54:44Z","updated_at":"2026-01-23T12:54:44Z","revision_number":0,"project_id":"1ada025a0ad84690b982af0263aedd69"}}'
2026-01-23 12:54:48,850 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.503s
2026-01-23 12:54:48,851 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "23f2c832-8d42-4b59-b80a-f2e31e632acd", "cidr": "10.10.2.0/24", "ip_version": 4, "gateway_ip": "10.10.2.1"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-1847b944-b8e6-47f3-bed3-73143b02bcb5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"bdb5aca5-b64c-49ca-96ed-07b9d8746764","name":"","tenant_id":"1ada025a0ad84690b982af0263aedd69","network_id":"23f2c832-8d42-4b59-b80a-f2e31e632acd","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.2.1","cidr":"10.10.2.0/24","allocation_pools":[{"start":"10.10.2.2","end":"10.10.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-23T12:54:47Z","updated_at":"2026-01-23T12:54:47Z","revision_number":0,"project_id":"1ada025a0ad84690b982af0263aedd69"}}'
2026-01-23 12:54:52,248 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/cd16e9b3-476b-4d32-bc91-f3eceb916ac8/add_router_interface 3.397s
2026-01-23 12:54:52,248 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4"}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:54:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d3e5458a-abc6-4b3d-ac26-7d1e3dbccae7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/cd16e9b3-476b-4d32-bc91-f3eceb916ac8/add_router_interface'}
Body: b'{"id": "cd16e9b3-476b-4d32-bc91-f3eceb916ac8", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "port_id": "bb8d3aa4-1657-4b4f-9c20-8449b6749805", "network_id": "3b07ce58-729b-4b72-bb93-59ee3191c035", "subnet_id": "e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4", "subnet_ids": ["e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4"]}'
2026-01-23 12:55:01,498 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/cd16e9b3-476b-4d32-bc91-f3eceb916ac8/add_router_interface 9.248s
2026-01-23 12:55:01,498 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "bdb5aca5-b64c-49ca-96ed-07b9d8746764"}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-85c39d1d-0669-44cb-9ab3-277d62f3abd1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/cd16e9b3-476b-4d32-bc91-f3eceb916ac8/add_router_interface'}
Body: b'{"id": "cd16e9b3-476b-4d32-bc91-f3eceb916ac8", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "port_id": "7b1eb896-249d-45b3-bc8c-0196abf1a0bd", "network_id": "23f2c832-8d42-4b59-b80a-f2e31e632acd", "subnet_id": "bdb5aca5-b64c-49ca-96ed-07b9d8746764", "subnet_ids": ["bdb5aca5-b64c-49ca-96ed-07b9d8746764"]}'
2026-01-23 12:55:01,918 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies 0.419s
2026-01-23 12:55:01,918 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"policy": {"name": "test-policy", "shared": true, "is_default": false, "description": "test-qos-policy"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '374', 'x-openstack-request-id': 'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'}
Body: b'{"policy": {"id": "0e05b2d1-6424-45b6-872e-4a6fa9a093e6", "project_id": "128f3c80473645daaf85c3b5702a9c5b", "name": "test-policy", "shared": true, "rules": [], "is_default": false, "revision_number": 0, "description": "test-qos-policy", "created_at": "2026-01-23T12:55:01Z", "updated_at": "2026-01-23T12:55:01Z", "tenant_id": "128f3c80473645daaf85c3b5702a9c5b", "tags": []}}'
2026-01-23 12:55:02,822 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules 0.903s
2026-01-23 12:55:02,823 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"bandwidth_limit_rule": {"max_kbps": 1000, "max_burst_kbps": 800}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-283b169e-e354-465c-b6f1-d103d06415a0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules'}
Body: b'{"bandwidth_limit_rule": {"max_kbps": 1000, "max_burst_kbps": 800, "direction": "egress", "id": "f126e6f7-c55c-45d5-9b00-bc99bf0d70c5"}}'
2026-01-23 12:55:03,106 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/dscp_marking_rules 0.283s
2026-01-23 12:55:03,106 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"dscp_marking_rule": {"dscp_mark": 56}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '86', 'x-openstack-request-id': 'req-898e2ee4-580e-47c1-bb47-6ec55259d70f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/dscp_marking_rules'}
Body: b'{"dscp_marking_rule": {"dscp_mark": 56, "id": "94e4d24e-6596-4308-b083-0eb25ffac029"}}'
2026-01-23 12:55:03,106 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] Created QoS policy and rules
2026-01-23 12:55:04,175 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.068s
2026-01-23 12:55:04,176 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "3b07ce58-729b-4b72-bb93-59ee3191c035", "qos_policy_id": "0e05b2d1-6424-45b6-872e-4a6fa9a093e6", "security_groups": ["ee80541e-7f9c-46e7-9b91-44f125f30946"]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '957', 'x-openstack-request-id': 'req-9e67f1b3-6fa0-4345-b7ee-4b5b4273ee3b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"2d609d11-0627-42f5-b3a1-b8cd8be4f1e4","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:51:b0:76","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.70"}],"project_id":"1ada025a0ad84690b982af0263aedd69","qos_policy_id":"0e05b2d1-6424-45b6-872e-4a6fa9a093e6","port_security_enabled":true,"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.10.1.70","hostname":"host-10-10-1-70","fqdn":"host-10-10-1-70.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:03Z","updated_at":"2026-01-23T12:55:03Z","revision_number":1}}'
2026-01-23 12:55:05,983 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.807s
2026-01-23 12:55:05,983 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "23f2c832-8d42-4b59-b80a-f2e31e632acd", "qos_policy_id": null, "security_groups": ["ee80541e-7f9c-46e7-9b91-44f125f30946"]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '927', 'x-openstack-request-id': 'req-d54d0269-bbd1-4898-8ac3-eed07789efe4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"09355455-1036-4140-b9ce-05d7bc6e88c4","name":"","network_id":"23f2c832-8d42-4b59-b80a-f2e31e632acd","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:e7:a9:a4","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"bdb5aca5-b64c-49ca-96ed-07b9d8746764","ip_address":"10.10.2.174"}],"project_id":"1ada025a0ad84690b982af0263aedd69","qos_policy_id":null,"port_security_enabled":true,"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.10.2.174","hostname":"host-10-10-2-174","fqdn":"host-10-10-2-174.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:04Z","updated_at":"2026-01-23T12:55:04Z","revision_number":1}}'
2026-01-23 12:55:08,962 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.978s
2026-01-23 12:55:08,962 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-server-test-2071970975", "flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "networks": [{"port": "2d609d11-0627-42f5-b3a1-b8cd8be4f1e4"}], "key_name": "tempest-keypair-test-1698279295", "security_groups": [{"name": "tempest-tenant-ctl-secgroup-1077578162"}]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:06 GMT', 'server': 'Apache', 'content-length': '451', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f254325-aae9-40bf-8dfa-8474b5335340', 'x-compute-request-id': 'req-0f254325-aae9-40bf-8dfa-8474b5335340', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-tenant-ctl-secgroup-1077578162"}], "adminPass": "AyDT8ujZwJ3U"}}'
2026-01-23 12:55:09,175 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 0.210s
2026-01-23 12:55:09,175 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:08 GMT', 'server': 'Apache', 'content-length': '1373', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbd7f851-ba3e-416c-a675-c83b0d0429b7', 'x-compute-request-id': 'req-dbd7f851-ba3e-416c-a675-c83b0d0429b7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "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-23 12:55:10,719 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 0.540s
2026-01-23 12:55:10,720 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:10 GMT', 'server': 'Apache', 'content-length': '1373', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e4121f4-132f-423d-8e65-2e8b9243bffa', 'x-compute-request-id': 'req-3e4121f4-132f-423d-8e65-2e8b9243bffa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "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-23 12:55:11,961 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 0.233s
2026-01-23 12:55:11,961 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:11 GMT', 'server': 'Apache', 'content-length': '1431', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6baf92-4f43-4f03-9eb3-37ea51ee8f27', 'x-compute-request-id': 'req-bb6baf92-4f43-4f03-9eb3-37ea51ee8f27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:55:11,964 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-01-23 12:55:13,187 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 0.221s
2026-01-23 12:55:13,187 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:12 GMT', 'server': 'Apache', 'content-length': '1431', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8a42ac-fbe4-41f8-8d31-0c1cfd6bba2c', 'x-compute-request-id': 'req-ca8a42ac-fbe4-41f8-8d31-0c1cfd6bba2c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": 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-23 12:55:15,433 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 1.240s
2026-01-23 12:55:15,434 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:14 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e72a8a-2ab3-4463-a812-aa3d553b6dcd', 'x-compute-request-id': 'req-18e72a8a-2ab3-4463-a812-aa3d553b6dcd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:17,344 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 0.905s
2026-01-23 12:55:17,344 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:16 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef455e24-0e01-4384-8aaa-4e61f5892c8d', 'x-compute-request-id': 'req-ef455e24-0e01-4384-8aaa-4e61f5892c8d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:19,015 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 0.664s
2026-01-23 12:55:19,015 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:18 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-800e865a-b18a-438b-b6d5-10ded5f419ca', 'x-compute-request-id': 'req-800e865a-b18a-438b-b6d5-10ded5f419ca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:21,939 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 1.919s
2026-01-23 12:55:21,939 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:20 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d02a1b4-a0b0-4ef4-aff4-49e6ac868848', 'x-compute-request-id': 'req-9d02a1b4-a0b0-4ef4-aff4-49e6ac868848', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:25,958 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 3.014s
2026-01-23 12:55:25,958 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:22 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b081b43-13ea-421e-8f69-f1bf3d5993f7', 'x-compute-request-id': 'req-2b081b43-13ea-421e-8f69-f1bf3d5993f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:28,085 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 1.122s
2026-01-23 12:55:28,086 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:26 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7b7f94e-6c19-4a6d-9f93-365c14d00066', 'x-compute-request-id': 'req-c7b7f94e-6c19-4a6d-9f93-365c14d00066', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:31,671 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124 2.580s
2026-01-23 12:55:31,672 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:29 GMT', 'server': 'Apache', 'content-length': '1667', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72417d21-322c-43b2-afe0-444ea6050b3a', 'x-compute-request-id': 'req-72417d21-322c-43b2-afe0-444ea6050b3a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"server": {"id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "name": "tempest-server-test-2071970975", "status": "ACTIVE", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "1e73a7fb6387b9a733d5f55b989eea2b08b6d5c8a8aa96738a8a0f1e", "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-23T12:55:08Z", "updated": "2026-01-23T12:55:27Z", "addresses": {"tempest-test-network--639486756": [{"version": 4, "addr": "10.10.1.70", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:b0:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": "2026-01-23T12:55:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:31,678 44 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait
2026-01-23 12:55:31,935 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports/2d609d11-0627-42f5-b3a1-b8cd8be4f1e4 0.257s
2026-01-23 12:55:31,936 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1067', 'x-openstack-request-id': 'req-77051ed3-04f3-4f03-a02f-2268ee07f561', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports/2d609d11-0627-42f5-b3a1-b8cd8be4f1e4'}
Body: b'{"port":{"id":"2d609d11-0627-42f5-b3a1-b8cd8be4f1e4","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:51:b0:76","admin_state_up":true,"status":"ACTIVE","device_id":"ce6b5047-f0f7-43a9-9f88-534e84f03124","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.70"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","qos_policy_id":"0e05b2d1-6424-45b6-872e-4a6fa9a093e6","qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-2071970975","dns_assignment":[{"ip_address":"10.10.1.70","hostname":"tempest-server-test-2071970975","fqdn":"tempest-server-test-2071970975.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:03Z","updated_at":"2026-01-23T12:55:25Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"}}'
2026-01-23 12:55:40,891 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 8.954s
2026-01-23 12:55:40,892 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "2d609d11-0627-42f5-b3a1-b8cd8be4f1e4"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-51e1e8fe-ae9f-4944-9211-c739204b13d4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "48de0218-e430-4761-af4c-3ba62b57a6d8", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "floating_ip_address": "192.168.122.192", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "cd16e9b3-476b-4d32-bc91-f3eceb916ac8", "port_id": "2d609d11-0627-42f5-b3a1-b8cd8be4f1e4", "fixed_ip_address": "10.10.1.70", "status": "DOWN", "project_id": "1ada025a0ad84690b982af0263aedd69", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "3b07ce58-729b-4b72-bb93-59ee3191c035", "mac_address": "fa:16:3e:51:b0:76", "admin_state_up": true, "status": "ACTIVE", "device_id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:55:34Z", "updated_at": "2026-01-23T12:55:34Z", "revision_number": 0}}'
2026-01-23 12:55:48,746 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 7.853s
2026-01-23 12:55:48,746 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "name": "tempest-server-test-993168549", "flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "networks": [{"uuid": "3b07ce58-729b-4b72-bb93-59ee3191c035"}], "key_name": "tempest-keypair-test-1698279295"}, "os:scheduler_hints": {"different_host": "ce6b5047-f0f7-43a9-9f88-534e84f03124"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:40 GMT', 'server': 'Apache', 'content-length': '444', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36c0fa35-ced6-4c0c-ac79-94e44c709649', 'x-compute-request-id': 'req-36c0fa35-ced6-4c0c-ac79-94e44c709649', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; 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": "383f12ad-01af-4314-b7d9-efe43cf44faa", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "adminPass": "rfPbK8uWoSg3"}}'
2026-01-23 12:55:50,817 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 2.069s
2026-01-23 12:55:50,817 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:48 GMT', 'server': 'Apache', 'content-length': '1442', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b274a4ee-bce4-4626-a192-54352ffc1516', 'x-compute-request-id': 'req-b274a4ee-bce4-4626-a192-54352ffc1516', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "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-23 12:55:55,137 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 3.312s
2026-01-23 12:55:55,137 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:51 GMT', 'server': 'Apache', 'content-length': '1496', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b685ec76-05a7-43ef-9e7c-0423f6db30d9', 'x-compute-request-id': 'req-b685ec76-05a7-43ef-9e7c-0423f6db30d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:55,140 44 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait
2026-01-23 12:55:56,715 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 0.573s
2026-01-23 12:55:56,715 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:56 GMT', 'server': 'Apache', 'content-length': '1496', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dbc7824-7f86-4ef9-8036-dab8b845a2b5', 'x-compute-request-id': 'req-9dbc7824-7f86-4ef9-8036-dab8b845a2b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:55:59,553 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 1.832s
2026-01-23 12:55:59,553 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:55:57 GMT', 'server': 'Apache', 'content-length': '1496', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c9be545-7148-45d6-9c9e-b61e8c5eb9fb', 'x-compute-request-id': 'req-3c9be545-7148-45d6-9c9e-b61e8c5eb9fb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:56:03,282 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 2.725s
2026-01-23 12:56:03,282 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:00 GMT', 'server': 'Apache', 'content-length': '1496', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-422aa814-3112-4dfe-b0c1-f710020c8fc0', 'x-compute-request-id': 'req-422aa814-3112-4dfe-b0c1-f710020c8fc0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:56:05,073 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 0.786s
2026-01-23 12:56:05,074 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:04 GMT', 'server': 'Apache', 'content-length': '1496', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82ff6090-8082-488e-a917-c9a6e3816ce0', 'x-compute-request-id': 'req-82ff6090-8082-488e-a917-c9a6e3816ce0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "BUILD", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:56:06,584 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa 0.504s
2026-01-23 12:56:06,584 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:06 GMT', 'server': 'Apache', 'content-length': '1666', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42ffe291-67fd-47af-a6eb-d62118f5ebc0', 'x-compute-request-id': 'req-42ffe291-67fd-47af-a6eb-d62118f5ebc0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"server": {"id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "name": "tempest-server-test-993168549", "status": "ACTIVE", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "user_id": "c119245c8cf8470990bc8f48227062f7", "metadata": {}, "hostId": "525031406a36ee6b9e3a9c071f2ebd53666704b4b4ca145dcfadb882", "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-23T12:55:48Z", "updated": "2026-01-23T12:56:04Z", "addresses": {"tempest-test-network--639486756": [{"version": 4, "addr": "10.10.1.89", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:81:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/383f12ad-01af-4314-b7d9-efe43cf44faa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1698279295", "OS-SRV-USG:launched_at": "2026-01-23T12:56:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-1365868982"}], "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-23 12:56:06,588 44 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2026-01-23 12:56:06,751 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=3b07ce58-729b-4b72-bb93-59ee3191c035&device_id=383f12ad-01af-4314-b7d9-efe43cf44faa 0.161s
2026-01-23 12:56:06,751 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1033', 'x-openstack-request-id': 'req-feb3c1a6-6a81-498c-851f-c95b1cf14585', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=3b07ce58-729b-4b72-bb93-59ee3191c035&device_id=383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"ports":[{"id":"ecf1fb2a-4c4c-4ab2-8072-619af212c43f","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:86:81:b0","admin_state_up":true,"status":"ACTIVE","device_id":"383f12ad-01af-4314-b7d9-efe43cf44faa","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.89"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-993168549","dns_assignment":[{"ip_address":"10.10.1.89","hostname":"tempest-server-test-993168549","fqdn":"tempest-server-test-993168549.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:53Z","updated_at":"2026-01-23T12:56:03Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"}]}'
2026-01-23 12:56:08,287 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.535s
2026-01-23 12:56:08,287 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "ecf1fb2a-4c4c-4ab2-8072-619af212c43f"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-2f221ae6-3574-4e8c-ac08-84e20a741133', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "69c3cea2-cc1a-4ca1-9d30-53dd3b4de423", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "floating_ip_address": "192.168.122.185", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "cd16e9b3-476b-4d32-bc91-f3eceb916ac8", "port_id": "ecf1fb2a-4c4c-4ab2-8072-619af212c43f", "fixed_ip_address": "10.10.1.89", "status": "DOWN", "project_id": "1ada025a0ad84690b982af0263aedd69", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "3b07ce58-729b-4b72-bb93-59ee3191c035", "mac_address": "fa:16:3e:86:81:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:56:07Z", "updated_at": "2026-01-23T12:56:07Z", "revision_number": 0}}'
2026-01-23 12:56:08,289 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:56:08,325 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:08,425 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:08,426 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:56:08,426 44 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-23 12:56:26,480 44 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-23 12:56:26,480 44 INFO [tempest.lib.common.rest_client] Request (None): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface 18.054s
2026-01-23 12:56:26,481 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"interfaceAttachment": {"port_id": "09355455-1036-4140-b9ce-05d7bc6e88c4"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:08 GMT', 'server': 'Apache', 'content-length': '282', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7896b5d1-3404-4c10-a440-4c75a9a5bd86', 'x-compute-request-id': 'req-7896b5d1-3404-4c10-a440-4c75a9a5bd86', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface'}
Body: b'{"interfaceAttachment": {"net_id": "23f2c832-8d42-4b59-b80a-f2e31e632acd", "port_id": "09355455-1036-4140-b9ce-05d7bc6e88c4", "mac_addr": "fa:16:3e:e7:a9:a4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bdb5aca5-b64c-49ca-96ed-07b9d8746764", "ip_address": "10.10.2.174"}]}}'
2026-01-23 12:56:26,915 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface/09355455-1036-4140-b9ce-05d7bc6e88c4 0.431s
2026-01-23 12:56:26,916 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:26 GMT', 'server': 'Apache', 'content-length': '282', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0bec351-34b3-403a-9335-261851e0f6fe', 'x-compute-request-id': 'req-d0bec351-34b3-403a-9335-261851e0f6fe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface/09355455-1036-4140-b9ce-05d7bc6e88c4'}
Body: b'{"interfaceAttachment": {"net_id": "23f2c832-8d42-4b59-b80a-f2e31e632acd", "port_id": "09355455-1036-4140-b9ce-05d7bc6e88c4", "mac_addr": "fa:16:3e:e7:a9:a4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bdb5aca5-b64c-49ca-96ed-07b9d8746764", "ip_address": "10.10.2.174"}]}}'
2026-01-23 12:56:26,917 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:56:26,942 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:27,053 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:27,054 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:56:27,661 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:56:27,688 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:27,773 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:27,773 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:56:27,858 44 DEBUG [whitebox_neutron_tempest_plugin.common.utils] command executed successfully: cat /sys/class/net/eth1/operstate | grep -q -v down && true || (PATH=$PATH:/sbin; sudo ip link set eth1 up && sudo ip addr add 10.10.2.174/24 dev eth1)
command output:
2026-01-23 12:56:27,858 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:56:27,864 44 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to rocky@192.168.122.185 ([Errno None] Unable to connect to port 22 on 192.168.122.185). Number attempts: 1. Retry after 2 seconds.
2026-01-23 12:56:30,391 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:30,534 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:30,535 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:56:31,200 44 DEBUG [neutron_tempest_plugin.scenario.base] ping result: PING 10.10.1.70 (10.10.1.70) 56(84) bytes of data.
64 bytes from 10.10.1.70: icmp_seq=1 ttl=64 time=6.28 ms
--- 10.10.1.70 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 6.279/6.279/6.279/0.000 ms
2026-01-23 12:56:31,201 44 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 3.342506 seconds
2026-01-23 12:56:31,203 44 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 qos match="inport\ \=\=\ \"2d609d11-0627-42f5-b3a1-b8cd8be4f1e4\""
2026-01-23 12:56:31,204 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.51:22' as 'zuul' with password None
2026-01-23 12:56:31,218 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-23 12:56:31,279 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:31,282 44 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.51 successfully created
2026-01-23 12:56:31,667 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Output: _uuid : f5666d35-8e9c-4340-94c4-afc72bd249f0
action : {dscp=56}
bandwidth : {burst=800, rate=1000}
direction : from-lport
external_ids : {"neutron:port_id"="2d609d11-0627-42f5-b3a1-b8cd8be4f1e4"}
match : "inport == \"2d609d11-0627-42f5-b3a1-b8cd8be4f1e4\""
priority : 2002
2026-01-23 12:56:31,667 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] DSCP options found
2026-01-23 12:56:31,668 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] BW limit options found
2026-01-23 12:56:31,668 44 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 qos match="inport\ \=\=\ \"09355455-1036-4140-b9ce-05d7bc6e88c4\""
2026-01-23 12:56:31,668 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.51:22' as 'zuul' with password None
2026-01-23 12:56:31,685 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-23 12:56:31,746 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:31,747 44 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.51 successfully created
2026-01-23 12:56:32,095 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Output:
2026-01-23 12:56:32,095 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] Success: no QoS policies found, as expected
2026-01-23 12:56:32,694 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=383f12ad-01af-4314-b7d9-efe43cf44faa 0.598s
2026-01-23 12:56:32,694 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1293', 'x-openstack-request-id': 'req-42d20ee6-0689-4c6d-b605-f2d08c39a145', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"ports":[{"id":"ecf1fb2a-4c4c-4ab2-8072-619af212c43f","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:86:81:b0","admin_state_up":true,"status":"ACTIVE","device_id":"383f12ad-01af-4314-b7d9-efe43cf44faa","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.89"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-0.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-993168549","dns_assignment":[{"ip_address":"10.10.1.89","hostname":"tempest-server-test-993168549","fqdn":"tempest-server-test-993168549.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:53Z","updated_at":"2026-01-23T12:56:03Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"}]}'
2026-01-23 12:56:32,694 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] test port ecf1fb2a-4c4c-4ab2-8072-619af212c43f (related ip 10.10.1.89) found for tenant vm 383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:56:33,923 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=ce6b5047-f0f7-43a9-9f88-534e84f03124 1.228s
2026-01-23 12:56:33,923 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2617', 'x-openstack-request-id': 'req-a85235ed-7280-41d0-9706-267f151a3a5c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"ports":[{"id":"09355455-1036-4140-b9ce-05d7bc6e88c4","name":"","network_id":"23f2c832-8d42-4b59-b80a-f2e31e632acd","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:e7:a9:a4","admin_state_up":true,"status":"ACTIVE","device_id":"ce6b5047-f0f7-43a9-9f88-534e84f03124","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"bdb5aca5-b64c-49ca-96ed-07b9d8746764","ip_address":"10.10.2.174"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-2071970975","dns_assignment":[{"ip_address":"10.10.2.174","hostname":"tempest-server-test-2071970975","fqdn":"tempest-server-test-2071970975.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:04Z","updated_at":"2026-01-23T12:56:25Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"},{"id":"2d609d11-0627-42f5-b3a1-b8cd8be4f1e4","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:51:b0:76","admin_state_up":true,"status":"ACTIVE","device_id":"ce6b5047-f0f7-43a9-9f88-534e84f03124","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.70"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":"0e05b2d1-6424-45b6-872e-4a6fa9a093e6","qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-2071970975","dns_assignment":[{"ip_address":"10.10.1.70","hostname":"tempest-server-test-2071970975","fqdn":"tempest-server-test-2071970975.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:03Z","updated_at":"2026-01-23T12:55:25Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"}]}'
2026-01-23 12:56:33,923 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] test port 09355455-1036-4140-b9ce-05d7bc6e88c4 (related ip 10.10.2.174) found for tenant vm ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:56:33,924 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:56:33,938 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:34,073 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:34,075 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:56:34,910 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:56:34,954 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:35,084 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:35,084 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:56:35,146 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:56:35,163 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:35,263 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:35,264 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:56:35,421 44 DEBUG [whitebox_neutron_tempest_plugin.common.tcpdump_capture] Executing command: sudo timeout 120 tcpdump -s0 -Uni eth0 "(ip and (ip[1] & 0xfc) >> 2 == 56) and dst host 10.10.1.89" -w /tmp/tmp.WGLU6GHPTS
2026-01-23 12:56:45,435 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:56:45,453 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:45,546 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:45,546 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:56:45,752 44 DEBUG [neutron_tempest_plugin.scenario.base] ping result: PING 10.10.1.89 (10.10.1.89) 56(84) bytes of data.
64 bytes from 10.10.1.89: icmp_seq=1 ttl=64 time=4.93 ms
--- 10.10.1.89 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.933/4.933/4.933/0.000 ms
2026-01-23 12:56:45,752 44 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 0.316817 seconds
2026-01-23 12:56:50,759 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:56:50,773 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:50,876 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:50,878 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:56:51,005 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:56:51,017 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:51,108 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:51,108 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:56:51,325 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:56:51,338 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:56:51,414 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:56:51,415 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:56:53,177 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.542s
2026-01-23 12:56:53,178 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "qos_policy_id": null, "security_groups": ["629c0bbb-8115-445e-a9ac-31b673993368"]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '923', 'x-openstack-request-id': 'req-aca80ff9-6e0a-4d7c-8ebd-20718847cdbd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"f46c04aa-5954-4564-958b-27eca54dd4da","name":"","network_id":"24a694e8-4ff1-42c3-8866-42d95cad5a0c","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:47:bf:75","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"f2fcb9e9-c684-4b2c-842b-7c08bbd145d4","ip_address":"10.100.0.8"}],"project_id":"1ada025a0ad84690b982af0263aedd69","qos_policy_id":null,"port_security_enabled":true,"security_groups":["629c0bbb-8115-445e-a9ac-31b673993368"],"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.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-23T12:56:52Z","updated_at":"2026-01-23T12:56:52Z","revision_number":1}}'
2026-01-23 12:56:53,178 44 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-23 12:57:03,561 44 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-23 12:57:03,561 44 INFO [tempest.lib.common.rest_client] Request (None): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface 10.382s
2026-01-23 12:57:03,561 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"interfaceAttachment": {"port_id": "f46c04aa-5954-4564-958b-27eca54dd4da"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:56:53 GMT', 'server': 'Apache', 'content-length': '281', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1a1c994-45fd-49af-a1f7-45a2321161fd', 'x-compute-request-id': 'req-e1a1c994-45fd-49af-a1f7-45a2321161fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface'}
Body: b'{"interfaceAttachment": {"net_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "port_id": "f46c04aa-5954-4564-958b-27eca54dd4da", "mac_addr": "fa:16:3e:47:bf:75", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f2fcb9e9-c684-4b2c-842b-7c08bbd145d4", "ip_address": "10.100.0.8"}]}}'
2026-01-23 12:57:04,105 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface/f46c04aa-5954-4564-958b-27eca54dd4da 0.540s
2026-01-23 12:57:04,105 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:03 GMT', 'server': 'Apache', 'content-length': '281', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f3b1ac-e571-4b95-aac6-fb847cb782fa', 'x-compute-request-id': 'req-67f3b1ac-e571-4b95-aac6-fb847cb782fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124/os-interface/f46c04aa-5954-4564-958b-27eca54dd4da'}
Body: b'{"interfaceAttachment": {"net_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "port_id": "f46c04aa-5954-4564-958b-27eca54dd4da", "mac_addr": "fa:16:3e:47:bf:75", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f2fcb9e9-c684-4b2c-842b-7c08bbd145d4", "ip_address": "10.100.0.8"}]}}'
2026-01-23 12:57:04,109 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:57:04,125 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:04,206 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:04,209 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:57:04,289 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:57:04,300 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:04,376 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:04,376 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:57:04,458 44 DEBUG [whitebox_neutron_tempest_plugin.common.utils] command executed successfully: cat /sys/class/net/eth2/operstate | grep -q -v down && true || (PATH=$PATH:/sbin; sudo ip link set eth2 up && sudo ip addr add 10.100.0.8/24 dev eth2)
command output:
2026-01-23 12:57:06,501 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.042s
2026-01-23 12:57:06,501 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "f46c04aa-5954-4564-958b-27eca54dd4da"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-0bbaa1d6-20f8-4f30-a89d-119e21b89f55', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "fceba53f-e572-4d90-b855-3ab9bd16e610", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "floating_ip_address": "192.168.122.240", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "13627f95-0344-43c9-9e21-8e0ccdf0bc34", "port_id": "f46c04aa-5954-4564-958b-27eca54dd4da", "fixed_ip_address": "10.100.0.8", "status": "DOWN", "project_id": "1ada025a0ad84690b982af0263aedd69", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "mac_address": "fa:16:3e:47:bf:75", "admin_state_up": true, "status": "ACTIVE", "device_id": "ce6b5047-f0f7-43a9-9f88-534e84f03124", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:57:05Z", "updated_at": "2026-01-23T12:57:05Z", "revision_number": 0}}'
2026-01-23 12:57:06,632 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f2fcb9e9-c684-4b2c-842b-7c08bbd145d4 0.130s
2026-01-23 12:57:06,632 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '656', 'x-openstack-request-id': 'req-7f852999-23ed-4290-a708-9414c2e18ece', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f2fcb9e9-c684-4b2c-842b-7c08bbd145d4'}
Body: b'{"subnet":{"id":"f2fcb9e9-c684-4b2c-842b-7c08bbd145d4","name":"tempest-tenant-ctl-subnet-1077578162","tenant_id":"1ada025a0ad84690b982af0263aedd69","network_id":"24a694e8-4ff1-42c3-8866-42d95cad5a0c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-23T12:54:25Z","updated_at":"2026-01-23T12:54:25Z","revision_number":0,"project_id":"1ada025a0ad84690b982af0263aedd69"}}'
2026-01-23 12:57:06,632 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:57:06,656 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:06,755 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:06,757 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:57:06,895 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Executing script for symmetric path:
sysctl -w net.ipv4.conf.all.rp_filter=1 && sysctl -w net.ipv4.conf.default.rp_filter=1 && sysctl -w net.ipv4.conf.eth2.rp_filter=1 && { grep '100 ctl' /etc/iproute2/rt_tables || echo '100 ctl' >> /etc/iproute2/rt_tables; } && ip route replace default via 10.100.0.1 dev eth2 table ctl && ip rule show | grep -q 'from 10.100.0.8/28 lookup ctl' || ip rule add from 10.100.0.8/28 lookup ctl priority 1000 && echo 'sym path done'
2026-01-23 12:57:06,895 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-23 12:57:06,906 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:06,982 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:06,983 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-23 12:57:07,265 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.240:22' as 'rocky' with public key authentication
2026-01-23 12:57:08,006 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:08,086 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:08,086 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.240 successfully created
2026-01-23 12:57:08,666 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 0.579s
2026-01-23 12:57:08,667 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "qos_policy_id": null, "security_groups": ["629c0bbb-8115-445e-a9ac-31b673993368"]}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '923', 'x-openstack-request-id': 'req-d797c39f-023f-4c81-9840-962f9ddc4d20', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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":"85692189-b96a-43c6-a0e9-1e784c083ad1","name":"","network_id":"24a694e8-4ff1-42c3-8866-42d95cad5a0c","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:f1:20:f2","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"f2fcb9e9-c684-4b2c-842b-7c08bbd145d4","ip_address":"10.100.0.6"}],"project_id":"1ada025a0ad84690b982af0263aedd69","qos_policy_id":null,"port_security_enabled":true,"security_groups":["629c0bbb-8115-445e-a9ac-31b673993368"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.6","hostname":"host-10-100-0-6","fqdn":"host-10-100-0-6.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:57:08Z","updated_at":"2026-01-23T12:57:08Z","revision_number":1}}'
2026-01-23 12:57:08,667 44 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-23 12:57:17,865 44 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-23 12:57:17,866 44 INFO [tempest.lib.common.rest_client] Request (None): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa/os-interface 9.198s
2026-01-23 12:57:17,866 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"interfaceAttachment": {"port_id": "85692189-b96a-43c6-a0e9-1e784c083ad1"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:08 GMT', 'server': 'Apache', 'content-length': '279', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09d696e8-eb25-4454-8997-c78f0e743dd4', 'x-compute-request-id': 'req-09d696e8-eb25-4454-8997-c78f0e743dd4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa/os-interface'}
Body: b'{"interfaceAttachment": {"net_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "port_id": "85692189-b96a-43c6-a0e9-1e784c083ad1", "mac_addr": "fa:16:3e:f1:20:f2", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "f2fcb9e9-c684-4b2c-842b-7c08bbd145d4", "ip_address": "10.100.0.6"}]}}'
2026-01-23 12:57:18,293 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa/os-interface/85692189-b96a-43c6-a0e9-1e784c083ad1 0.416s
2026-01-23 12:57:18,294 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:17 GMT', 'server': 'Apache', 'content-length': '281', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c835f0c9-c786-4d32-ab96-c5879d157d65', 'x-compute-request-id': 'req-c835f0c9-c786-4d32-ab96-c5879d157d65', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=204c5aa8056cae6cb056d96a10a0b1b6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa/os-interface/85692189-b96a-43c6-a0e9-1e784c083ad1'}
Body: b'{"interfaceAttachment": {"net_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "port_id": "85692189-b96a-43c6-a0e9-1e784c083ad1", "mac_addr": "fa:16:3e:f1:20:f2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f2fcb9e9-c684-4b2c-842b-7c08bbd145d4", "ip_address": "10.100.0.6"}]}}'
2026-01-23 12:57:18,296 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:57:18,327 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:18,468 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:18,469 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:57:18,578 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:57:18,594 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:18,733 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:18,734 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:57:18,836 44 DEBUG [whitebox_neutron_tempest_plugin.common.utils] command executed successfully: cat /sys/class/net/eth1/operstate | grep -q -v down && true || (PATH=$PATH:/sbin; sudo ip link set eth1 up && sudo ip addr add 10.100.0.6/24 dev eth1)
command output:
2026-01-23 12:57:21,556 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.719s
2026-01-23 12:57:21,556 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "port_id": "85692189-b96a-43c6-a0e9-1e784c083ad1"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-ff8c7ed7-a7bd-4ee9-bbe6-8e0a7f905805', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; 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": "dbe25111-d3f7-4673-8ea1-ee5434d37a8e", "tenant_id": "1ada025a0ad84690b982af0263aedd69", "floating_ip_address": "192.168.122.205", "floating_network_id": "daca77ce-4547-4af7-ac34-f7f09939ddc1", "router_id": "13627f95-0344-43c9-9e21-8e0ccdf0bc34", "port_id": "85692189-b96a-43c6-a0e9-1e784c083ad1", "fixed_ip_address": "10.100.0.6", "status": "DOWN", "project_id": "1ada025a0ad84690b982af0263aedd69", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "24a694e8-4ff1-42c3-8866-42d95cad5a0c", "mac_address": "fa:16:3e:f1:20:f2", "admin_state_up": true, "status": "ACTIVE", "device_id": "383f12ad-01af-4314-b7d9-efe43cf44faa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:57:19Z", "updated_at": "2026-01-23T12:57:19Z", "revision_number": 0}}'
2026-01-23 12:57:21,678 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f2fcb9e9-c684-4b2c-842b-7c08bbd145d4 0.121s
2026-01-23 12:57:21,678 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '656', 'x-openstack-request-id': 'req-bd4769cc-b281-454a-87d8-f8e50584ecc8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f2fcb9e9-c684-4b2c-842b-7c08bbd145d4'}
Body: b'{"subnet":{"id":"f2fcb9e9-c684-4b2c-842b-7c08bbd145d4","name":"tempest-tenant-ctl-subnet-1077578162","tenant_id":"1ada025a0ad84690b982af0263aedd69","network_id":"24a694e8-4ff1-42c3-8866-42d95cad5a0c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-23T12:54:25Z","updated_at":"2026-01-23T12:54:25Z","revision_number":0,"project_id":"1ada025a0ad84690b982af0263aedd69"}}'
2026-01-23 12:57:21,679 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:57:21,710 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:21,842 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:21,849 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:57:21,949 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Executing script for symmetric path:
sysctl -w net.ipv4.conf.all.rp_filter=1 && sysctl -w net.ipv4.conf.default.rp_filter=1 && sysctl -w net.ipv4.conf.eth1.rp_filter=1 && { grep '100 ctl' /etc/iproute2/rt_tables || echo '100 ctl' >> /etc/iproute2/rt_tables; } && ip route replace default via 10.100.0.1 dev eth1 table ctl && ip rule show | grep -q 'from 10.100.0.6/28 lookup ctl' || ip rule add from 10.100.0.6/28 lookup ctl priority 1000 && echo 'sym path done'
2026-01-23 12:57:21,949 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:57:21,971 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:22,070 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:22,071 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:57:22,284 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.205:22' as 'rocky' with public key authentication
2026-01-23 12:57:22,300 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:22,457 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:22,458 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.205 successfully created
2026-01-23 12:57:22,621 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=383f12ad-01af-4314-b7d9-efe43cf44faa 0.163s
2026-01-23 12:57:22,621 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2575', 'x-openstack-request-id': 'req-87616316-49e2-456e-883c-6ae4e260b0fc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=383f12ad-01af-4314-b7d9-efe43cf44faa'}
Body: b'{"ports":[{"id":"85692189-b96a-43c6-a0e9-1e784c083ad1","name":"","network_id":"24a694e8-4ff1-42c3-8866-42d95cad5a0c","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:f1:20:f2","admin_state_up":true,"status":"ACTIVE","device_id":"383f12ad-01af-4314-b7d9-efe43cf44faa","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"f2fcb9e9-c684-4b2c-842b-7c08bbd145d4","ip_address":"10.100.0.6"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["629c0bbb-8115-445e-a9ac-31b673993368"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-0.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-993168549","dns_assignment":[{"ip_address":"10.100.0.6","hostname":"tempest-server-test-993168549","fqdn":"tempest-server-test-993168549.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:57:08Z","updated_at":"2026-01-23T12:57:17Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"},{"id":"ecf1fb2a-4c4c-4ab2-8072-619af212c43f","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:86:81:b0","admin_state_up":true,"status":"ACTIVE","device_id":"383f12ad-01af-4314-b7d9-efe43cf44faa","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.89"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-0.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-993168549","dns_assignment":[{"ip_address":"10.10.1.89","hostname":"tempest-server-test-993168549","fqdn":"tempest-server-test-993168549.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:53Z","updated_at":"2026-01-23T12:56:03Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"}]}'
2026-01-23 12:57:22,621 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] test port ecf1fb2a-4c4c-4ab2-8072-619af212c43f (related ip 10.10.1.89) found for tenant vm 383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:57:23,169 44 INFO [tempest.lib.common.rest_client] Request (QosTestOvn:test_attach_qos_port_to_vm_with_another_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=ce6b5047-f0f7-43a9-9f88-534e84f03124 0.547s
2026-01-23 12:57:23,169 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:57:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3902', 'x-openstack-request-id': 'req-79369332-6181-4fd6-ac74-56d6b11ed227', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=ce6b5047-f0f7-43a9-9f88-534e84f03124'}
Body: b'{"ports":[{"id":"09355455-1036-4140-b9ce-05d7bc6e88c4","name":"","network_id":"23f2c832-8d42-4b59-b80a-f2e31e632acd","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:e7:a9:a4","admin_state_up":true,"status":"ACTIVE","device_id":"ce6b5047-f0f7-43a9-9f88-534e84f03124","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"bdb5aca5-b64c-49ca-96ed-07b9d8746764","ip_address":"10.10.2.174"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-2071970975","dns_assignment":[{"ip_address":"10.10.2.174","hostname":"tempest-server-test-2071970975","fqdn":"tempest-server-test-2071970975.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:04Z","updated_at":"2026-01-23T12:56:25Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"},{"id":"2d609d11-0627-42f5-b3a1-b8cd8be4f1e4","name":"","network_id":"3b07ce58-729b-4b72-bb93-59ee3191c035","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:51:b0:76","admin_state_up":true,"status":"ACTIVE","device_id":"ce6b5047-f0f7-43a9-9f88-534e84f03124","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e3f26a11-ad2f-4ff3-a1b2-1cb2dd3fd8f4","ip_address":"10.10.1.70"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["ee80541e-7f9c-46e7-9b91-44f125f30946"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":"0e05b2d1-6424-45b6-872e-4a6fa9a093e6","qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-2071970975","dns_assignment":[{"ip_address":"10.10.1.70","hostname":"tempest-server-test-2071970975","fqdn":"tempest-server-test-2071970975.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:55:03Z","updated_at":"2026-01-23T12:55:25Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"},{"id":"f46c04aa-5954-4564-958b-27eca54dd4da","name":"","network_id":"24a694e8-4ff1-42c3-8866-42d95cad5a0c","tenant_id":"1ada025a0ad84690b982af0263aedd69","mac_address":"fa:16:3e:47:bf:75","admin_state_up":true,"status":"ACTIVE","device_id":"ce6b5047-f0f7-43a9-9f88-534e84f03124","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"f2fcb9e9-c684-4b2c-842b-7c08bbd145d4","ip_address":"10.100.0.8"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["629c0bbb-8115-445e-a9ac-31b673993368"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-2071970975","dns_assignment":[{"ip_address":"10.100.0.8","hostname":"tempest-server-test-2071970975","fqdn":"tempest-server-test-2071970975.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-23T12:56:52Z","updated_at":"2026-01-23T12:57:03Z","revision_number":4,"project_id":"1ada025a0ad84690b982af0263aedd69"}]}'
2026-01-23 12:57:23,170 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] Ignored port 09355455-1036-4140-b9ce-05d7bc6e88c4 (found in ('09355455-1036-4140-b9ce-05d7bc6e88c4',) ignore list)
2026-01-23 12:57:23,170 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] test port 2d609d11-0627-42f5-b3a1-b8cd8be4f1e4 (related ip 10.10.1.70) found for tenant vm ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:57:23,171 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.205:22' as 'rocky' with public key authentication
2026-01-23 12:57:23,190 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:23,284 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:23,285 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.205 successfully created
2026-01-23 12:57:23,393 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.240:22' as 'rocky' with public key authentication
2026-01-23 12:57:23,410 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:23,544 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:23,545 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.240 successfully created
2026-01-23 12:57:23,639 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.205:22' as 'rocky' with public key authentication
2026-01-23 12:57:23,655 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:23,756 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:23,757 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.205 successfully created
2026-01-23 12:57:23,841 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] Run iperf3 command on server: iperf3 -s -B 10.10.1.89 -p 4321 -J --logfile /tmp/tmp.HqQowNYwFy -D
2026-01-23 12:57:23,841 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.205:22' as 'rocky' with public key authentication
2026-01-23 12:57:23,855 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:23,949 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:23,949 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.205 successfully created
2026-01-23 12:57:24,149 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] Run iperf3 command on client: iperf3 -c 10.10.1.89 -B 10.10.1.70 -p 4321 -t 6 -b 1500000.0
2026-01-23 12:57:24,152 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.240:22' as 'rocky' with public key authentication
2026-01-23 12:57:24,163 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:24,239 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:24,240 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.240 successfully created
2026-01-23 12:57:30,666 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.205:22' as 'rocky' with public key authentication
2026-01-23 12:57:32,156 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:33,099 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:33,285 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.205 successfully created
2026-01-23 12:57:33,376 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] perf_measures = {'start': {'connected': [{'socket': 6, 'local_host': '10.10.1.89', 'local_port': 4321, 'remote_host': '10.10.1.70', 'remote_port': 53679}], 'version': 'iperf 3.9', 'system_info': 'Linux tempest-server-test-993168549 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023 x86_64', 'target_bitrate': 1500000, 'sock_bufsize': 0, 'sndbuf_actual': 16384, 'rcvbuf_actual': 131072, 'timestamp': {'time': 'Fri, 23 Jan 2026 12:57:24 GMT', 'timesecs': 1769173044}, 'accepted_connection': {'host': '10.10.1.70', 'port': 47803}, 'cookie': 'vvbtxbbjazlrbp5le45omp37tqdp5bpojxfi', 'tcp_mss_default': 0, 'test_start': {'protocol': 'TCP', 'num_streams': 1, 'blksize': 131072, 'omit': 0, 'duration': 6, 'bytes': 0, 'blocks': 0, 'reverse': 0, 'tos': 0}}, 'intervals': [{'streams': [{'socket': 6, 'start': 0, 'end': 1.000137, 'seconds': 1.0001369714736938, 'bytes': 214140, 'bits_per_second': 1712885.3835647444, 'omitted': False, 'sender': False}], 'sum': {'start': 0, 'end': 1.000137, 'seconds': 1.0001369714736938, 'bytes': 214140, 'bits_per_second': 1712885.3835647444, 'omitted': False, 'sender': False}}, {'streams': [{'socket': 6, 'start': 1.000137, 'end': 2.000244, 'seconds': 1.0001070499420166, 'bytes': 105272, 'bits_per_second': 842085.8547580752, 'omitted': False, 'sender': False}], 'sum': {'start': 1.000137, 'end': 2.000244, 'seconds': 1.0001070499420166, 'bytes': 105272, 'bits_per_second': 842085.8547580752, 'omitted': False, 'sender': False}}, {'streams': [{'socket': 6, 'start': 2.000244, 'end': 3.000255, 'seconds': 1.0000109672546387, 'bytes': 129000, 'bits_per_second': 1031988.6819173412, 'omitted': False, 'sender': False}], 'sum': {'start': 2.000244, 'end': 3.000255, 'seconds': 1.0000109672546387, 'bytes': 129000, 'bits_per_second': 1031988.6819173412, 'omitted': False, 'sender': False}}, {'streams': [{'socket': 6, 'start': 3.000255, 'end': 4.000403, 'seconds': 1.000148057937622, 'bytes': 101910, 'bits_per_second': 815159.3091938474, 'omitted': False, 'sender': False}], 'sum': {'start': 3.000255, 'end': 4.000403, 'seconds': 1.000148057937622, 'bytes': 101910, 'bits_per_second': 815159.3091938474, 'omitted': False, 'sender': False}}, {'streams': [{'socket': 6, 'start': 4.000403, 'end': 5.000356, 'seconds': 0.9999529719352722, 'bytes': 130290, 'bits_per_second': 1042369.0205977709, 'omitted': False, 'sender': False}], 'sum': {'start': 4.000403, 'end': 5.000356, 'seconds': 0.9999529719352722, 'bytes': 130290, 'bits_per_second': 1042369.0205977709, 'omitted': False, 'sender': False}}, {'streams': [{'socket': 6, 'start': 5.000356, 'end': 6.000251, 'seconds': 0.9998949766159058, 'bytes': 127710, 'bits_per_second': 1021787.3115612847, 'omitted': False, 'sender': False}], 'sum': {'start': 5.000356, 'end': 6.000251, 'seconds': 0.9998949766159058, 'bytes': 127710, 'bits_per_second': 1021787.3115612847, 'omitted': False, 'sender': False}}], 'end': {'streams': [{'sender': {'socket': 6, 'start': 0, 'end': 6.041022, 'seconds': 6.041022, 'bytes': 0, 'bits_per_second': 0, 'sender': False}, 'receiver': {'socket': 6, 'start': 0, 'end': 6.041022, 'seconds': 6.041022, 'bytes': 808322, 'bits_per_second': 1070444.0407599907, 'sender': False}}], 'sum_sent': {'start': 0, 'end': 6.041022, 'seconds': 6.041022, 'bytes': 0, 'bits_per_second': 0, 'sender': False}, 'sum_received': {'start': 0, 'end': 6.041022, 'seconds': 6.041022, 'bytes': 808322, 'bits_per_second': 1070444.0407599907, 'sender': False}, 'cpu_utilization_percent': {'host_total': 0.21960140149614435, 'host_user': 0.0456927773255906, 'host_system': 0.17390862417055375, 'remote_total': 0, 'remote_user': 0, 'remote_system': 0}, 'receiver_tcp_congestion': 'cubic'}}
2026-01-23 12:57:33,377 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] egress tcp / server_ip = 10.10.1.89 , client_ip = 10.10.1.70 / measured_bw = 932892.913135
2026-01-23 12:57:33,377 44 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_qos] egress bw_limit = 1000000
2026-01-23 12:57:35,419 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-23 12:57:35,475 44 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-23 12:57:35,561 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:57:35,561 44 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-23 12:58:15,073 44 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.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,193 44 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 0x7fddda3a2e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,199 44 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 0x7fdddbc114c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,202 44 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 0x7fdddec44970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,208 44 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 0x7fdddec44be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,212 44 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 0x7fdddec44a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,481 44 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 0x7fdddec44ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,499 44 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 0x7fdddbc112e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,504 44 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 0x7fdddbc11df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,506 44 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 0x7fdddbc11f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423
2026-01-23 12:58:15,972 44 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 0x7fdddbca2820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:15,980 44 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 0x7fdddd38ba30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:15,986 44 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 0x7fdddf33f490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:15,992 44 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 0x7fdddf33f310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,000 44 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 0x7fdddf33f6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,003 44 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 0x7fddda3a2fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,006 44 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 0x7fddda3a2f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,011 44 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 0x7fdddec44b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,016 44 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 0x7fdddec44b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,032 44 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 0x7fdddec69370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,058 44 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 0x7fdddec85700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,062 44 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 0x7fdddbbf7490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,069 44 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 0x7fdddec85a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,116 44 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 0x7fdddec85bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,145 44 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 0x7fdddec85a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,151 44 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 0x7fdddec05d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,159 44 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 0x7fdddec05f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,165 44 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 0x7fdddec96bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,177 44 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 0x7fdddec96400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,188 44 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 0x7fdddec96f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/383f12ad-01af-4314-b7d9-efe43cf44faa
2026-01-23 12:58:16,204 44 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 0x7fdddebbb310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,502 44 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 0x7fdddec96220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,522 44 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 0x7fdddebbb640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,525 44 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 0x7fdddeb81a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,529 44 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 0x7fdddeb81dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,538 44 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 0x7fdddeb81d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,574 44 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 0x7fdddeb81df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,581 44 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 0x7fdddeb81d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,590 44 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 0x7fdddebad520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,599 44 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 0x7fdddebad1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8
2026-01-23 12:58:16,624 44 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 0x7fdddebad5b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,629 44 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 0x7fdddebad910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,632 44 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 0x7fdddebad700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,634 44 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 0x7fdddebadb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,636 44 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 0x7fdddebadbb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,639 44 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 0x7fdddebadca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,642 44 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 0x7fdddebadd30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,645 44 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 0x7fdddeaf62e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,648 44 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 0x7fdddeaf62b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,652 44 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 0x7fdddeaf6280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,668 44 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 0x7fdddbd54250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,672 44 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 0x7fdddbd549d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,683 44 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 0x7fdddbd54970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,691 44 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 0x7fdddbd54b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,695 44 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 0x7fdddbd54490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,698 44 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 0x7fdddbd54340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,701 44 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 0x7fddd9b8ab50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,704 44 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 0x7fddd9bd7a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,708 44 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 0x7fddd9bd7970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,711 44 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 0x7fddd9bd7e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/ce6b5047-f0f7-43a9-9f88-534e84f03124
2026-01-23 12:58:16,717 44 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 0x7fdddbc79910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,723 44 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 0x7fddd9bd7dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,729 44 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 0x7fdddeacf340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,734 44 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 0x7fdddeacf220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,738 44 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 0x7fdddeacf1f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,741 44 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 0x7fdddeacf460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,780 44 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 0x7fdddeacf4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,794 44 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 0x7fdddec25730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,803 44 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 0x7fdddec25070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,812 44 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 0x7fdddec259d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5
2026-01-23 12:58:16,870 44 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 0x7fdddc145ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,882 44 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 0x7fdddec05340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,887 44 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 0x7fdddec054f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,893 44 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 0x7fdddec13160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,905 44 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 0x7fdddec13040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,911 44 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 0x7fdddda579d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,918 44 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 0x7fdddf33f970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,924 44 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 0x7fdddbe48730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,928 44 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 0x7fdddbe48070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
2026-01-23 12:58:16,932 44 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 0x7fddddc2ef40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D
}}}
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 0x7fdddec690d0>: 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/383f12ad-01af-4314-b7d9-efe43cf44faa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdddec690d0>: 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 0x7fdddec964c0>: 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/383f12ad-01af-4314-b7d9-efe43cf44faa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdddec964c0>: 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 0x7fdddebad310>: 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/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/48de0218-e430-4761-af4c-3ba62b57a6d8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdddebad310>: 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 0x7fdddeaf61c0>: 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/ce6b5047-f0f7-43a9-9f88-534e84f03124 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdddeaf61c0>: 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 0x7fddd9bd7f40>: 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/ce6b5047-f0f7-43a9-9f88-534e84f03124 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fddd9bd7f40>: 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 0x7fdddec25310>: 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/network/qos_limit_bandwidth_rules_client.py", line 64, in delete_limit_bandwidth_rule
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 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/qos/policies/0e05b2d1-6424-45b6-872e-4a6fa9a093e6/bandwidth_limit_rules/f126e6f7-c55c-45d5-9b00-bc99bf0d70c5 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdddec25310>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-7: {{{
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 0x7fddddc2ed00>: 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/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/qos/policies/response:%20%7B'date':%20'Fri,%2023%20Jan%202026%2012:55:01%20GMT',%20'server':%20'Apache',%20'content-type':%20'application/json',%20'content-length':%20'374',%20'x-openstack-request-id':%20'req-ee826e0a-2f8a-4401-9454-ebf53a0a56bb',%20'set-cookie':%20'38cec1d9c789c59243203143f8ef839e=e925707880723ce5f0ade91166d946dc;%20path=/;%20HttpOnly;%20Secure;%20SameSite=None',%20'connection':%20'close',%20'status':%20'201',%20'content-location':%20'https:/neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'%7DBody:%20%7B'policy':%20%7B'id':%20'0e05b2d1-6424-45b6-872e-4a6fa9a093e6',%20'project_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'name':%20'test-policy',%20'shared':%20True,%20'rules':%20%5B%5D,%20'is_default':%20False,%20'revision_number':%200,%20'description':%20'test-qos-policy',%20'created_at':%20'2026-01-23T12:55:01Z',%20'updated_at':%20'2026-01-23T12:55:01Z',%20'tenant_id':%20'128f3c80473645daaf85c3b5702a9c5b',%20'tags':%20%5B%5D%7D%7D (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fddddc2ed00>: 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 0x7fdddbc110a0>: 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/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/69c3cea2-cc1a-4ca1-9d30-53dd3b4de423 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdddbc110a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_network_qos_policy_before_creating_vm[id-ba85bd87-f4f6-45a8-a2bd-97acb804b6f9] |
fail
ft14.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn.test_create_network_qos_policy_before_creating_vm[id-ba85bd87-f4f6-45a8-a2bd-97acb804b6f9]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:58:17,178 44 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 0x7fdddbd5ea00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,181 44 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 0x7fdddbd5e5e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,183 44 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 0x7fdddbce0df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,187 44 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 0x7fdddbce01c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,200 44 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 0x7fdddbce00d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,204 44 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 0x7fdddbce04c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,213 44 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 0x7fdddbce02e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,216 44 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 0x7fdddbd27e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,219 44 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 0x7fdddbd27d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/qos/policies
2026-01-23 12:58:17,222 44 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 0x7fdddbd27280>: 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 0x7fdddbd27430>: 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 1678, in test_create_network_qos_policy_before_creating_vm
policy_id = self._create_qos_policy_bw_and_dscp()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1507, in _create_qos_policy_bw_and_dscp
policy_id = self._create_qos_policy()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/test_qos.py", line 137, in _create_qos_policy
policy = self.os_admin.network_client.create_qos_policy(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 623, in create_qos_policy
resp, body = self.post(uri, self.serialize(post_data))
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 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 0x7fdddbd27430>: 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
pt15.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
pt15.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
pt16.1: whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestIPv4Common.test_broadcast_same_network[id-7f33370a-5f46-4452-8b2f-166acda1720f]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency | 1 | 1 | 0 | 0 | 0 | Detail | |
test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010] |
pass
pt17.1: whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c] |
pass
pt18.1: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c]
|
||||||
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
pt18.2: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94]
|
||||||
test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad] |
pass
pt18.3: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6] |
pass
pt18.4: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec] |
pass
pt18.5: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns.InternalDNSTestOvn | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ovn_create_and_update_port_with_dns_name[id-6349ce8c-bc10-485a-a21b-da073241420e] |
pass
pt19.1: whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns.InternalDNSTestOvn.test_ovn_create_and_update_port_with_dns_name[id-6349ce8c-bc10-485a-a21b-da073241420e]
|
||||||
| Total | 38 | 12 | 23 | 0 | 3 | ||