Status: Pass 25 Failure 16 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 | |
MulticastTestIPv4Ovn) |
fail
ft1.1: setUpClass (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/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos | 3 | 0 | 3 | 0 | 0 | Detail | |
QosTestSriovBwLimitTest) |
fail
ft2.1: 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/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
QosTestDscpInheritanceOvn) |
fail
ft2.2: 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/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
QosTestOvn) |
fail
ft2.3: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 1 | 0 | 1 | 0 | 0 | Detail | |
MulticastTestIPv4Common) |
fail
ft3.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/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds
self.cleanup_default_secgroup(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup
resp_body = security_group_client.list_security_groups(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
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/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 609, in _request
req_url, req_headers, req_body = self.auth_provider.auth_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 185, in auth_request
auth_url, auth_headers, auth_body = self._decorate_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 275, in _decorate_request
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos | 1 | 0 | 1 | 0 | 0 | Detail | |
QosTestCommon) |
fail
ft4.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency | 1 | 0 | 1 | 0 | 0 | Detail | |
MultiPortVlanTransparencyTest) |
fail
ft5.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon | 7 | 1 | 6 | 0 | 0 | Detail | |
test_bw_limit_east_west[id-fc833d46-d18f-4edf-b082-5f5fe909fb79] |
pass
pt6.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_bw_limit_east_west[id-fc833d46-d18f-4edf-b082-5f5fe909fb79]
|
||||||
test_bw_limit_tenant_network[id-161dc56f-a7e8-426e-9b06-3807e0c45692] |
fail
ft6.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_bw_limit_tenant_network[id-161dc56f-a7e8-426e-9b06-3807e0c45692]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 14:57:58,360 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.873s
2025-12-05 14:57:58,361 48 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--101206841"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:57:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-9ce675df-cc03-4739-aedf-7b15ffed083a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"097f7224-11f5-4f66-b935-55115840c636","name":"tempest-test-network--101206841","tenant_id":"4a09611d5eea4f1d8b438c48a11913e7","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"4a09611d5eea4f1d8b438c48a11913e7","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":"2025-12-05T14:57:56Z","updated_at":"2025-12-05T14:57:57Z","revision_number":1}}'
2025-12-05 14:58:00,327 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.966s
2025-12-05 14:58:00,327 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "097f7224-11f5-4f66-b935-55115840c636", "cidr": "192.168.3.0/24", "ip_version": 4, "gateway_ip": "192.168.3.1"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-1a217313-e32f-4ad8-aeab-e33792730d29', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"602c97c5-3ce2-473f-8b7f-a8563f44ca6c","name":"","tenant_id":"4a09611d5eea4f1d8b438c48a11913e7","network_id":"097f7224-11f5-4f66-b935-55115840c636","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.3.1","cidr":"192.168.3.0/24","allocation_pools":[{"start":"192.168.3.2","end":"192.168.3.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-12-05T14:57:58Z","updated_at":"2025-12-05T14:57:58Z","revision_number":0,"project_id":"4a09611d5eea4f1d8b438c48a11913e7"}}'
2025-12-05 14:58:04,773 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3dea3737-7795-4144-911b-e5489b75c8f0/add_router_interface 4.441s
2025-12-05 14:58:04,773 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "602c97c5-3ce2-473f-8b7f-a8563f44ca6c"}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f144b1ca-7744-43c0-b015-399f6ee42feb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3dea3737-7795-4144-911b-e5489b75c8f0/add_router_interface'}
Body: b'{"id": "3dea3737-7795-4144-911b-e5489b75c8f0", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "port_id": "7bdeb34e-db09-4eea-8eaa-5fc1430e117b", "network_id": "097f7224-11f5-4f66-b935-55115840c636", "subnet_id": "602c97c5-3ce2-473f-8b7f-a8563f44ca6c", "subnet_ids": ["602c97c5-3ce2-473f-8b7f-a8563f44ca6c"]}'
2025-12-05 14:58:09,637 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.862s
2025-12-05 14:58:09,637 48 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-1592038765", "networks": [{"uuid": "097f7224-11f5-4f66-b935-55115840c636"}], "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "name": "tempest-test_bw_limit_tenant_network-1870529864"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:04 GMT', 'server': 'Apache', 'content-length': '443', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b45c63f7-da4a-4a74-a138-21d5f7759dda', 'x-compute-request-id': 'req-b45c63f7-da4a-4a74-a138-21d5f7759dda', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; 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": "e713b817-8726-4e2a-a29c-4f1364638dc5", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "adminPass": "6LVcLsSgdZjw"}}'
2025-12-05 14:58:10,664 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 1.020s
2025-12-05 14:58:10,664 48 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, 05 Dec 2025 14:58:09 GMT', 'server': 'Apache', 'content-length': '1390', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9aff01-3505-405d-bb1b-78910995205a', 'x-compute-request-id': 'req-6b9aff01-3505-405d-bb1b-78910995205a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "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": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:12,189 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.520s
2025-12-05 14:58:12,189 48 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, 05 Dec 2025 14:58:11 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-36a3c6a5-4249-43b6-8ead-71b5c9977411', 'x-compute-request-id': 'req-36a3c6a5-4249-43b6-8ead-71b5c9977411', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:12,194 48 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-05 14:58:17,144 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 3.948s
2025-12-05 14:58:17,145 48 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, 05 Dec 2025 14:58:13 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-745df3e9-507c-4e56-9d1c-d0ad68c06f33', 'x-compute-request-id': 'req-745df3e9-507c-4e56-9d1c-d0ad68c06f33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:17,152 48 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 7 second wait
2025-12-05 14:58:19,414 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 1.260s
2025-12-05 14:58:19,415 48 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, 05 Dec 2025 14:58:18 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-163d3bb7-c7fe-43bf-951c-ec06a1c9ec96', 'x-compute-request-id': 'req-163d3bb7-c7fe-43bf-951c-ec06a1c9ec96', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:21,064 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.642s
2025-12-05 14:58:21,064 48 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, 05 Dec 2025 14:58:20 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10d4a26a-b9b0-41a1-a5e7-bebab4ef1e8f', 'x-compute-request-id': 'req-10d4a26a-b9b0-41a1-a5e7-bebab4ef1e8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:23,742 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 1.673s
2025-12-05 14:58:23,743 48 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, 05 Dec 2025 14:58:22 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9df8e9d9-8ead-4a35-8009-27f545d58e06', 'x-compute-request-id': 'req-9df8e9d9-8ead-4a35-8009-27f545d58e06', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:25,494 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.743s
2025-12-05 14:58:25,495 48 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, 05 Dec 2025 14:58:24 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5e5f9e2-a38e-4b07-b2ff-68c38b8c0d7e', 'x-compute-request-id': 'req-d5e5f9e2-a38e-4b07-b2ff-68c38b8c0d7e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:27,385 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.881s
2025-12-05 14:58:27,385 48 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, 05 Dec 2025 14:58:26 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e54a2a-40b7-4518-9f2c-f3f9d777bab9', 'x-compute-request-id': 'req-75e54a2a-40b7-4518-9f2c-f3f9d777bab9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:29,101 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.708s
2025-12-05 14:58:29,102 48 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, 05 Dec 2025 14:58:28 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7939e735-cfa1-4a2d-815c-03faffd3b890', 'x-compute-request-id': 'req-7939e735-cfa1-4a2d-815c-03faffd3b890', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:32,179 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 2.072s
2025-12-05 14:58:32,180 48 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, 05 Dec 2025 14:58:30 GMT', 'server': 'Apache', 'content-length': '1685', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-708a021d-dc11-4198-8689-2ac00bbe529b', 'x-compute-request-id': 'req-708a021d-dc11-4198-8689-2ac00bbe529b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "ACTIVE", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:29Z", "addresses": {"tempest-test-network--101206841": [{"version": 4, "addr": "192.168.3.37", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:99:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": "2025-12-05T14:58:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:32,184 48 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait
2025-12-05 14:58:32,761 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.577s
2025-12-05 14:58:32,762 48 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, 05 Dec 2025 14:58:32 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-431ff5b2-164f-4fb3-82bc-db40f8275d13', 'x-compute-request-id': 'req-431ff5b2-164f-4fb3-82bc-db40f8275d13', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action'}
Body: b'{"output": ""}'
2025-12-05 14:58:37,885 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.115s
2025-12-05 14:58:37,885 48 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, 05 Dec 2025 14:58:37 GMT', 'server': 'Apache', 'content-length': '21280', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08213647-7454-442e-9aa7-602d625c7b75', 'x-compute-request-id': 'req-08213647-7454-442e-9aa7-602d625c7b75', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/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-4.el9 04/01/2014\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000003] kvm-clock: using sched offset of 5863885238 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000009] tsc: Detected 2799.998 MHz processor\\n[ 0.000909] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001390] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003916] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003973] Using GB pages for direct mapping\\n[ 0.004258] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004289] ACPI: Early table checksum verification disabled\\n[ 0.004295] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004300] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004308] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004315] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004319] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004322] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004329] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004333] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004334] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004335] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004336] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004337] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:58:43,526 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.634s
2025-12-05 14:58:43,527 48 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, 05 Dec 2025 14:58:42 GMT', 'server': 'Apache', 'content-length': '69781', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-670ab3d5-59b9-4908-81e4-fd788c2a9b31', 'x-compute-request-id': 'req-670ab3d5-59b9-4908-81e4-fd788c2a9b31', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/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-4.el9 04/01/2014\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000003] kvm-clock: using sched offset of 5863885238 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000009] tsc: Detected 2799.998 MHz processor\\n[ 0.000909] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001390] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003916] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003973] Using GB pages for direct mapping\\n[ 0.004258] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004289] ACPI: Early table checksum verification disabled\\n[ 0.004295] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004300] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004308] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004315] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004319] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004322] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004329] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004333] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004334] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004335] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004336] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004337] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:58:49,445 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.913s
2025-12-05 14:58:49,446 48 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, 05 Dec 2025 14:58:48 GMT', 'server': 'Apache', 'content-length': '87376', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73f1c6c-911b-4870-9101-dc22a6decba6', 'x-compute-request-id': 'req-d73f1c6c-911b-4870-9101-dc22a6decba6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/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-4.el9 04/01/2014\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000003] kvm-clock: using sched offset of 5863885238 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000009] tsc: Detected 2799.998 MHz processor\\n[ 0.000909] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001390] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003916] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003973] Using GB pages for direct mapping\\n[ 0.004258] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004289] ACPI: Early table checksum verification disabled\\n[ 0.004295] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004300] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004308] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004315] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004319] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004322] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004329] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004333] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004334] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004335] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004336] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004337] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:58:54,741 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.234s
2025-12-05 14:58:54,743 48 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, 05 Dec 2025 14:58:54 GMT', 'server': 'Apache', 'content-length': '95321', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8d32e7-bc06-4d4c-94a6-f43b36b52934', 'x-compute-request-id': 'req-3e8d32e7-bc06-4d4c-94a6-f43b36b52934', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/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-4.el9 04/01/2014\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000003] kvm-clock: using sched offset of 5863885238 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000009] tsc: Detected 2799.998 MHz processor\\n[ 0.000909] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001390] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003916] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003973] Using GB pages for direct mapping\\n[ 0.004258] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004289] ACPI: Early table checksum verification disabled\\n[ 0.004295] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004300] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004308] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004315] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004319] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004322] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004329] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004333] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004334] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004335] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004336] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004337] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:58:59,888 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.142s
2025-12-05 14:58:59,889 48 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, 05 Dec 2025 14:58:59 GMT', 'server': 'Apache', 'content-length': '101789', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3525f4ef-1764-42aa-bfdc-b56860339cf5', 'x-compute-request-id': 'req-3525f4ef-1764-42aa-bfdc-b56860339cf5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action'}
Body: b'{"output": "erved\\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-4.el9 04/01/2014\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000003] kvm-clock: using sched offset of 5863885238 cycles\\n[ 0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000009] tsc: Detected 2799.998 MHz processor\\n[ 0.000909] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001390] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003916] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003973] Using GB pages for direct mapping\\n[ 0.004258] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004289] ACPI: Early table checksum verification disabled\\n[ 0.004295] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004300] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004308] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004315] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004319] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004322] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004326] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004329] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004332] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.004333] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.004334] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004335] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.004336] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.004337] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.005695] No NUMA configuration found\\n[ 0.005697] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.005708] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.005927] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.005945] Zone ranges:\\n[ 0.005946] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.005949] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.005950] Normal empty\\n[ 0.005951] Device empty\\n[ 0.005952] Movable zone start for each node\\n[ 0.005954] Early memory node ranges\\n[ 0.005954] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.005956] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.005959] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.005966] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.006013] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.006630] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.018844] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018886] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.019045] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.019049] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.019051] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.019053] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.019054] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.019055] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.01905
2025-12-05 14:59:05,302 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action 0.406s
2025-12-05 14:59:05,303 48 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, 05 Dec 2025 14:59:04 GMT', 'server': 'Apache', 'content-length': '101784', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-461c45f1-606d-4287-b289-2507cd27b363', 'x-compute-request-id': 'req-461c45f1-606d-4287-b289-2507cd27b363', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/action'}
Body: b'{"output": " unavailable ranges\\n[ 0.018844] ACPI: PM-Timer IO Port: 0x608\\n[ 0.018886] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.019045] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.019049] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.019051] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.019053] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.019054] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.019055] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.019058] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.019061] TSC deadline timer available\\n[ 0.019076] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.019194] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.019196] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.019197] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.019198] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.019200] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.019202] Booting paravirtualized kernel on KVM\\n[ 0.019206] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.024508] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024904] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.025051] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.025064] Fallback order for Node 0: 0 \\n[ 0.025068] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.025070] Policy zone: DMA32\\n[ 0.025071] 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.025216] 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.025383] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025463] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025695] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.032701] Memory: 213756K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.032713] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.033476] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.033505] ftrace: allocating 46193 entries in 181 pages\\n[ 0.058617] ftrace: allocated 181 pages with 5 groups\\n[ 0.059717] Dynamic Preempt: voluntary\\n[ 0.061913] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.061916] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.061918] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.061918] \\tRude variant of Tasks RCU enabled.\\n[ 0.061919] \\tTracing variant of Tasks RCU enabled.\\n[ 0.061920] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.061921] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.067316] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.067718] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.067864] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.067887] random: crng init done\\n[ 0.130947] Console: colour VGA+ 80x25\\n[ 0.715037] printk: console [ttyS0] enabled\\n[ 0.718194] ACPI: Core revision 20221020\\n[ 0.722456] APIC: Switch to symmetric I/O mode setup\\n[ 0.728032] x2apic enabled\\n[ 0.731425] Switched APIC routing to physical x2apic.\\n[ 0.741459] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c3e
2025-12-05 14:59:06,232 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e713b817-8726-4e2a-a29c-4f1364638dc5 0.926s
2025-12-05 14:59:06,233 48 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, 05 Dec 2025 14:59:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1091', 'x-openstack-request-id': 'req-0bf7d2de-50f5-4608-a001-f4b83dedfb54', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"ports":[{"id":"7a7762a4-e4b0-4233-a02b-6fbc05ef3a02","name":"","network_id":"097f7224-11f5-4f66-b935-55115840c636","tenant_id":"4a09611d5eea4f1d8b438c48a11913e7","mac_address":"fa:16:3e:4d:99:51","admin_state_up":true,"status":"ACTIVE","device_id":"e713b817-8726-4e2a-a29c-4f1364638dc5","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"602c97c5-3ce2-473f-8b7f-a8563f44ca6c","ip_address":"192.168.3.37"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7d65f7d7-18db-40c5-8851-67880432b5d0"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-bw-limit-tenant-network-1870529864","dns_assignment":[{"ip_address":"192.168.3.37","hostname":"tempest-test-bw-limit-tenant-network-1870529864","fqdn":"tempest-test-bw-limit-tenant-network-1870529864.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T14:58:14Z","updated_at":"2025-12-05T14:58:29Z","revision_number":4,"project_id":"4a09611d5eea4f1d8b438c48a11913e7"}]}'
2025-12-05 14:59:09,841 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 3.608s
2025-12-05 14:59:09,842 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "be57ddf4-9613-481e-987c-c595ecb1fb1f", "port_id": "7a7762a4-e4b0-4233-a02b-6fbc05ef3a02"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '883', 'x-openstack-request-id': 'req-20b5c644-76eb-436d-b98f-d4ff3ae54161', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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": "10c7adb2-2648-4267-bc34-b422bff13e65", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "floating_ip_address": "192.168.122.201", "floating_network_id": "be57ddf4-9613-481e-987c-c595ecb1fb1f", "router_id": "3dea3737-7795-4144-911b-e5489b75c8f0", "port_id": "7a7762a4-e4b0-4233-a02b-6fbc05ef3a02", "fixed_ip_address": "192.168.3.37", "status": "DOWN", "project_id": "4a09611d5eea4f1d8b438c48a11913e7", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "097f7224-11f5-4f66-b935-55115840c636", "mac_address": "fa:16:3e:4d:99:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-12-05T14:59:07Z", "updated_at": "2025-12-05T14:59:07Z", "revision_number": 0}}'
2025-12-05 14:59:14,110 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.267s
2025-12-05 14:59:14,110 48 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-1592038765", "networks": [{"uuid": "097f7224-11f5-4f66-b935-55115840c636"}], "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "name": "tempest-test_bw_limit_tenant_network-912878025"}, "os:scheduler_hints": {"different_host": "e713b817-8726-4e2a-a29c-4f1364638dc5"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:09 GMT', 'server': 'Apache', 'content-length': '443', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8252d7b-40da-4691-ac7f-1bbf3c3fe913', 'x-compute-request-id': 'req-a8252d7b-40da-4691-ac7f-1bbf3c3fe913', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; 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": "33577977-7de3-4d36-9097-ea0830abd600", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "adminPass": "2dQhuqorbGqe"}}'
2025-12-05 14:59:14,379 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.266s
2025-12-05 14:59:14,380 48 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, 05 Dec 2025 14:59:14 GMT', 'server': 'Apache', 'content-length': '1389', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2d50b91-9f54-48e4-8cbd-14213e9ddcf0', 'x-compute-request-id': 'req-b2d50b91-9f54-48e4-8cbd-14213e9ddcf0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "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": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:15,943 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.559s
2025-12-05 14:59:15,943 48 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, 05 Dec 2025 14:59:15 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a57dbe07-27a8-4118-804f-b7982358be33', 'x-compute-request-id': 'req-a57dbe07-27a8-4118-804f-b7982358be33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:15,947 48 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2025-12-05 14:59:17,456 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.507s
2025-12-05 14:59:17,456 48 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, 05 Dec 2025 14:59:16 GMT', 'server': 'Apache', 'content-length': '1512', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bca72459-54f2-46ea-bdbf-92e2326ccd1f', 'x-compute-request-id': 'req-bca72459-54f2-46ea-bdbf-92e2326ccd1f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:17,460 48 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2025-12-05 14:59:19,068 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.605s
2025-12-05 14:59:19,068 48 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, 05 Dec 2025 14:59:18 GMT', 'server': 'Apache', 'content-length': '1512', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf5a5b05-0a75-4652-96f3-c3ffa6f9965c', 'x-compute-request-id': 'req-cf5a5b05-0a75-4652-96f3-c3ffa6f9965c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:20,794 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.721s
2025-12-05 14:59:20,795 48 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, 05 Dec 2025 14:59:20 GMT', 'server': 'Apache', 'content-length': '1512', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd0c7c02-6b59-4e13-85bb-8ddbccdef523', 'x-compute-request-id': 'req-fd0c7c02-6b59-4e13-85bb-8ddbccdef523', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:22,312 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.509s
2025-12-05 14:59:22,312 48 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, 05 Dec 2025 14:59:21 GMT', 'server': 'Apache', 'content-length': '1512', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38a9585c-210c-4c52-8ee9-b58fd353659f', 'x-compute-request-id': 'req-38a9585c-210c-4c52-8ee9-b58fd353659f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "BUILD", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:23,871 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.553s
2025-12-05 14:59:23,872 48 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, 05 Dec 2025 14:59:23 GMT', 'server': 'Apache', 'content-length': '1685', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab194e2-fdca-4dc0-830a-98c5934fdd7d', 'x-compute-request-id': 'req-dab194e2-fdca-4dc0-830a-98c5934fdd7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "ACTIVE", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:21Z", "addresses": {"tempest-test-network--101206841": [{"version": 4, "addr": "192.168.3.249", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:4c:8b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": "2025-12-05T14:59:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:23,875 48 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2025-12-05 14:59:23,991 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.115s
2025-12-05 14:59:23,991 48 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, 05 Dec 2025 14:59:23 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-1be7e6d7-088b-42bb-bd1c-243e6bc16503', 'x-compute-request-id': 'req-1be7e6d7-088b-42bb-bd1c-243e6bc16503', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action'}
Body: b'{"output": ""}'
2025-12-05 14:59:29,108 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.111s
2025-12-05 14:59:29,109 48 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, 05 Dec 2025 14:59:29 GMT', 'server': 'Apache', 'content-length': '20624', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cfed8ad-0b87-4377-98e2-8906454b0c61', 'x-compute-request-id': 'req-0cfed8ad-0b87-4377-98e2-8906454b0c61', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/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-4.el9 04/01/2014\\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 5461988957 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.000943] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001343] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003642] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003680] Using GB pages for direct mapping\\n[ 0.003827] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003834] ACPI: Early table checksum verification disabled\\n[ 0.003837] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.003842] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003848] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003854] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003857] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003859] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003862] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003865] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003868] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003869] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003871] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003872] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003873] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003873] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:59:34,426 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.311s
2025-12-05 14:59:34,427 48 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, 05 Dec 2025 14:59:34 GMT', 'server': 'Apache', 'content-length': '69664', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bf13629-0217-4ecf-a17a-e5ad505b03ef', 'x-compute-request-id': 'req-0bf13629-0217-4ecf-a17a-e5ad505b03ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/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-4.el9 04/01/2014\\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 5461988957 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.000943] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001343] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003642] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003680] Using GB pages for direct mapping\\n[ 0.003827] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003834] ACPI: Early table checksum verification disabled\\n[ 0.003837] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.003842] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003848] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003854] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003857] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003859] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003862] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003865] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003868] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003869] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003871] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003872] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003873] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003873] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:59:40,232 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.797s
2025-12-05 14:59:40,247 48 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, 05 Dec 2025 14:59:39 GMT', 'server': 'Apache', 'content-length': '86974', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faffaf1f-fb83-4f3c-93c8-5e729b72dbcc', 'x-compute-request-id': 'req-faffaf1f-fb83-4f3c-93c8-5e729b72dbcc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/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-4.el9 04/01/2014\\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 5461988957 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.000943] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001343] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003642] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003680] Using GB pages for direct mapping\\n[ 0.003827] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003834] ACPI: Early table checksum verification disabled\\n[ 0.003837] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.003842] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003848] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003854] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003857] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003859] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003862] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003865] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003868] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003869] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003871] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003872] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003873] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003873] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:59:45,839 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.588s
2025-12-05 14:59:45,840 48 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, 05 Dec 2025 14:59:45 GMT', 'server': 'Apache', 'content-length': '94165', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c53f985f-6674-4178-ba04-84ada00c81bc', 'x-compute-request-id': 'req-c53f985f-6674-4178-ba04-84ada00c81bc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/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-4.el9 04/01/2014\\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 5461988957 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.000943] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001343] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003642] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.003680] Using GB pages for direct mapping\\n[ 0.003827] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003834] ACPI: Early table checksum verification disabled\\n[ 0.003837] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.003842] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003848] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003854] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003857] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003859] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003862] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003865] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003868] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003869] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003871] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003872] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003873] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003873] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[
2025-12-05 14:59:51,259 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.412s
2025-12-05 14:59:51,263 48 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, 05 Dec 2025 14:59:50 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-6b5d734d-a15f-47b6-8969-5ac12a990577', 'x-compute-request-id': 'req-6b5d734d-a15f-47b6-8969-5ac12a990577', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action'}
Body: b'{"output": "x0000000000001000-0x000000003ffdafff]\\n[ 0.005304] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.005334] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005818] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016768] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016796] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016951] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016955] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016957] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016958] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016960] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016961] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016965] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016967] TSC deadline timer available\\n[ 0.016984] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017066] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017068] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017070] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017071] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017072] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017074] Booting paravirtualized kernel on KVM\\n[ 0.017077] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022443] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.022625] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.022746] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.022754] Fallback order for Node 0: 0 \\n[ 0.022757] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.022759] Policy zone: DMA32\\n[ 0.022760] 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.022844] 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.022946] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022989] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023244] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028049] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028058] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.028755] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.028781] ftrace: allocating 46193 entries in 181 pages\\n[ 0.049656] ftrace: allocated 181 pages with 5 groups\\n[ 0.050410] Dynamic Preempt: voluntary\\n[ 0.050912] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.050913] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.050915] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.050916] \\tRude variant of Tasks RCU enabled.\\n[ 0.050916] \\tTracing variant of Tasks RCU enabled.\\n[ 0.050917] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.050917] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.056125] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.056519] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.056618] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.056638] random: crng init done\\n[ 0.111326] Console: colour VGA+ 80x25\\n[ 0.629146] printk: console [ttyS0] enabled\\n[ 0.632338] ACPI: Core revision 20221020\\n[ 0.
2025-12-05 14:59:56,405 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action 0.133s
2025-12-05 14:59:56,407 48 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, 05 Dec 2025 14:59:56 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-172b2c6d-e6a0-4cfd-8210-185e2212ec4b', 'x-compute-request-id': 'req-172b2c6d-e6a0-4cfd-8210-185e2212ec4b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600/action'}
Body: b'{"output": " 0x608\\n[ 0.016796] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016951] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016955] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016957] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016958] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016960] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016961] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016965] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016967] TSC deadline timer available\\n[ 0.016984] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.017066] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.017068] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.017070] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.017071] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.017072] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.017074] Booting paravirtualized kernel on KVM\\n[ 0.017077] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.022443] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.022625] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.022746] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.022754] Fallback order for Node 0: 0 \\n[ 0.022757] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.022759] Policy zone: DMA32\\n[ 0.022760] 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.022844] 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.022946] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.022989] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.023244] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.028049] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.028058] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.028755] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.028781] ftrace: allocating 46193 entries in 181 pages\\n[ 0.049656] ftrace: allocated 181 pages with 5 groups\\n[ 0.050410] Dynamic Preempt: voluntary\\n[ 0.050912] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.050913] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.050915] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.050916] \\tRude variant of Tasks RCU enabled.\\n[ 0.050916] \\tTracing variant of Tasks RCU enabled.\\n[ 0.050917] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.050917] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.056125] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.056519] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.056618] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.056638] random: crng init done\\n[ 0.111326] Console: colour VGA+ 80x25\\n[ 0.629146] printk: console [ttyS0] enabled\\n[ 0.632338] ACPI: Core revision 20221020\\n[ 0.635315] APIC: Switch to symmetric I/O mode setup\\n[ 0.639897] x2apic enabled\\n[ 0.643408] Switched APIC routing to physical x2apic.\\n[ 0.652982] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.660065] Calibra
2025-12-05 14:59:57,280 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.871s
2025-12-05 14:59:57,281 48 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, 05 Dec 2025 14:59:56 GMT', 'server': 'Apache', 'content-length': '1992', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58bce1a1-9033-497c-b3e4-5156cdbf9af3', 'x-compute-request-id': 'req-58bce1a1-9033-497c-b3e4-5156cdbf9af3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"server": {"id": "e713b817-8726-4e2a-a29c-4f1364638dc5", "name": "tempest-test_bw_limit_tenant_network-1870529864", "status": "ACTIVE", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "75fcf64de53e2040e5922aba0e0152a1fcb5b3966501d7317b35d182", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:09Z", "updated": "2025-12-05T14:58:29Z", "addresses": {"tempest-test-network--101206841": [{"version": 4, "addr": "192.168.3.37", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:99:51"}, {"version": 4, "addr": "192.168.122.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:99:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e713b817-8726-4e2a-a29c-4f1364638dc5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": "2025-12-05T14:58:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "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": []}}'
2025-12-05 14:59:58,225 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.939s
2025-12-05 14:59:58,225 48 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, 05 Dec 2025 14:59:57 GMT', 'server': 'Apache', 'content-length': '1870', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-380c4118-7613-4045-a5ee-7632f888c4af', 'x-compute-request-id': 'req-380c4118-7613-4045-a5ee-7632f888c4af', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"server": {"id": "33577977-7de3-4d36-9097-ea0830abd600", "name": "tempest-test_bw_limit_tenant_network-912878025", "status": "ACTIVE", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "user_id": "82edfa0d7dee4e17a4b62edbe05f32c3", "metadata": {}, "hostId": "a9f64798c576f44290d68c0721642648cad77983245ed683a40ec165", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:13Z", "updated": "2025-12-05T14:59:21Z", "addresses": {"tempest-test-network--101206841": [{"version": 4, "addr": "192.168.3.249", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:4c:8b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33577977-7de3-4d36-9097-ea0830abd600"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1592038765", "OS-SRV-USG:launched_at": "2025-12-05T14:59:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-589287344"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "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": []}}'
2025-12-05 14:59:58,361 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=33577977-7de3-4d36-9097-ea0830abd600 0.131s
2025-12-05 14:59:58,361 48 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, 05 Dec 2025 14:59:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1090', 'x-openstack-request-id': 'req-d055f5b9-b979-422c-a867-588f7bdaecf9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"ports":[{"id":"8f576f88-92e3-4c9f-8564-a0a3be04b306","name":"","network_id":"097f7224-11f5-4f66-b935-55115840c636","tenant_id":"4a09611d5eea4f1d8b438c48a11913e7","mac_address":"fa:16:3e:a0:4c:8b","admin_state_up":true,"status":"ACTIVE","device_id":"33577977-7de3-4d36-9097-ea0830abd600","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"602c97c5-3ce2-473f-8b7f-a8563f44ca6c","ip_address":"192.168.3.249"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7d65f7d7-18db-40c5-8851-67880432b5d0"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-bw-limit-tenant-network-912878025","dns_assignment":[{"ip_address":"192.168.3.249","hostname":"tempest-test-bw-limit-tenant-network-912878025","fqdn":"tempest-test-bw-limit-tenant-network-912878025.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T14:59:16Z","updated_at":"2025-12-05T14:59:21Z","revision_number":4,"project_id":"4a09611d5eea4f1d8b438c48a11913e7"}]}'
2025-12-05 14:59:59,938 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.576s
2025-12-05 14:59:59,938 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "be57ddf4-9613-481e-987c-c595ecb1fb1f", "port_id": "8f576f88-92e3-4c9f-8564-a0a3be04b306"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '884', 'x-openstack-request-id': 'req-2c380e12-1dcb-4d31-aa62-8cb6b16f2a72', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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": "c3c9c597-a882-4633-a7c9-00b168de9f24", "tenant_id": "4a09611d5eea4f1d8b438c48a11913e7", "floating_ip_address": "192.168.122.249", "floating_network_id": "be57ddf4-9613-481e-987c-c595ecb1fb1f", "router_id": "3dea3737-7795-4144-911b-e5489b75c8f0", "port_id": "8f576f88-92e3-4c9f-8564-a0a3be04b306", "fixed_ip_address": "192.168.3.249", "status": "DOWN", "project_id": "4a09611d5eea4f1d8b438c48a11913e7", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "097f7224-11f5-4f66-b935-55115840c636", "mac_address": "fa:16:3e:a0:4c:8b", "admin_state_up": true, "status": "ACTIVE", "device_id": "33577977-7de3-4d36-9097-ea0830abd600", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-12-05T14:59:58Z", "updated_at": "2025-12-05T14:59:58Z", "revision_number": 0}}'
2025-12-05 14:59:59,940 48 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.201:22' as 'rocky' with public key authentication
2025-12-05 14:59:59,995 48 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 15:00:00,190 48 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 15:00:00,190 48 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.201 successfully created
2025-12-05 15:00:00,572 48 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.249:22' as 'rocky' with public key authentication
2025-12-05 15:00:00,606 48 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 15:00:00,830 48 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 15:00:00,866 48 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.249 successfully created
2025-12-05 15:00:09,972 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 8.644s
2025-12-05 15:00:10,164 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "cfb62688-b6c6-4d38-9056-4a6e7d68cccf", "qos_policy_id": null, "security_groups": ["3b744ec9-ccdc-4142-96ed-fb88f1dbb0fa"]}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '923', 'x-openstack-request-id': 'req-cfa729c7-a993-4433-9214-0f604088f366', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"fc1742aa-d5da-4232-8998-26a71343513c","name":"","network_id":"cfb62688-b6c6-4d38-9056-4a6e7d68cccf","tenant_id":"4a09611d5eea4f1d8b438c48a11913e7","mac_address":"fa:16:3e:62:a6:f3","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5c90c33a-118b-4365-84f0-10167396c591","ip_address":"10.100.0.9"}],"project_id":"4a09611d5eea4f1d8b438c48a11913e7","qos_policy_id":null,"port_security_enabled":true,"security_groups":["3b744ec9-ccdc-4142-96ed-fb88f1dbb0fa"],"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.9","hostname":"host-10-100-0-9","fqdn":"host-10-100-0-9.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T15:00:02Z","updated_at":"2025-12-05T15:00:02Z","revision_number":1}}'
2025-12-05 15:00:10,166 48 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']
2025-12-05 15:00:35,668 48 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']
2025-12-05 15:00:35,669 48 INFO [tempest.lib.common.rest_client] Request (None): 500 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/os-interface 25.502s
2025-12-05 15:00:35,669 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"interfaceAttachment": {"port_id": "fc1742aa-d5da-4232-8998-26a71343513c"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:10 GMT', 'server': 'Apache', 'content-length': '211', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1646e7a-8906-4ab5-99ad-0c267ea05035', 'x-compute-request-id': 'req-a1646e7a-8906-4ab5-99ad-0c267ea05035', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '500', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5/os-interface'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'oslo_messaging.rpc.client.RemoteError\'>"}}'
2025-12-05 15:00:35,861 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.172s
2025-12-05 15:00:35,862 48 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, 05 Dec 2025 15:00:35 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-9168738b-33a9-48b4-995e-09c97c2fde56', 'x-compute-request-id': 'req-9168738b-33a9-48b4-995e-09c97c2fde56', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:35,966 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600 0.097s
2025-12-05 15:00:35,966 48 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, 05 Dec 2025 15:00:35 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-2583b827-fe76-43ab-816e-39285a5e952f', 'x-compute-request-id': 'req-2583b827-fe76-43ab-816e-39285a5e952f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33577977-7de3-4d36-9097-ea0830abd600'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:36,056 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.066s
2025-12-05 15:00:36,058 48 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, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-b3f96385-2a84-464a-be9a-4ad37e16f2b2', 'x-compute-request-id': 'req-b3f96385-2a84-464a-be9a-4ad37e16f2b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:36,154 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5 0.095s
2025-12-05 15:00:36,154 48 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, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-4d7f907c-b4f0-4d06-aa72-d2c8998cd6eb', 'x-compute-request-id': 'req-4d7f907c-b4f0-4d06-aa72-d2c8998cd6eb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e713b817-8726-4e2a-a29c-4f1364638dc5'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1148, in test_bw_limit_tenant_network
self._validate_traffic_bw_limit(client, server, egress=True, ipv6=True)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 449, in _validate_traffic_bw_limit
self._validate_bw_limit(client, server, egress)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/common/utils.py", line 311, in inner
return f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 341, in _validate_bw_limit
self._ensure_ctl_fip_for_vm(client)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 195, in _ensure_ctl_fip_for_vm
self.create_interface(vm['id'], port['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 280, in create_interface
body = client.create_interface(server_id, port_id=port_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/interfaces_client.py", line 47, in create_interface
resp, body = self.post('servers/%s/os-interface' % server_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 942, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'oslo_messaging.rpc.client.RemoteError'>
|
||||||
test_default_qos_policy[id-5cbf643a-b4ed-453c-a073-d468a95a9d78] |
fail
ft6.3: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_default_qos_policy[id-5cbf643a-b4ed-453c-a073-d468a95a9d78]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:36,382 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_default_qos_policy): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies 0.196s
2025-12-05 15:00:36,383 48 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"policy": {"name": "default-qos-policy", "shared": true, "is_default": true}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-736f54f9-3354-478c-ae85-7967c05c2370', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1194, in test_default_qos_policy
default_policy = self.admin_client.create_qos_policy(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 623, in create_qos_policy
resp, body = self.post(uri, self.serialize(post_data))
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_dscp_marking_east_west[id-d075dd6f-0101-4b1a-990c-a001313d3914] |
fail
ft6.4: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_dscp_marking_east_west[id-d075dd6f-0101-4b1a-990c-a001313d3914]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:36,477 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_dscp_marking_east_west): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.091s
2025-12-05 15:00:36,479 48 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--1771277472"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ae43095-4b87-4b8c-a4fe-ff28047d6cd9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1141, in test_dscp_marking_east_west
src_server, dst_server = self._create_vms_by_topology(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 844, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 818, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_dscp_marking_tenant_network[id-db036021-ae2b-4149-b342-a5619aa606e4] |
fail
ft6.5: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_dscp_marking_tenant_network[id-db036021-ae2b-4149-b342-a5619aa606e4]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:36,751 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_dscp_marking_tenant_network): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.179s
2025-12-05 15:00:36,751 48 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--677700601"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ecd880f9-c6db-45c0-a5c7-37b336473480', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1116, in test_dscp_marking_tenant_network
src_server, dst_server = self._create_vms_by_topology()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 844, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 818, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_qos_after_cold_migration[id-f6e1e433-33b1-4352-bdf3-92dbe9e3f2ee,slow] |
fail
ft6.6: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_qos_after_cold_migration[id-f6e1e433-33b1-4352-bdf3-92dbe9e3f2ee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:36,834 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_qos_after_cold_migration): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.081s
2025-12-05 15:00:36,835 48 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--1118166259"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-473867c1-eb4a-4372-9abc-ce22c7e90ab1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1188, in test_qos_after_cold_migration
src_server, dst_server = self._create_vms_by_topology()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 844, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 818, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_qos_after_live_migration[id-121bd2dd-6d41-4658-8a05-6fdd444381fa,slow] |
fail
ft6.7: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_qos_after_live_migration[id-121bd2dd-6d41-4658-8a05-6fdd444381fa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:36,882 48 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_qos_after_live_migration): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.045s
2025-12-05 15:00:36,882 48 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--14261284"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-40dc3a06-a3b0-408d-b733-29fa94f8dfb7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1177, in test_qos_after_live_migration
self._create_vms_by_topology())
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 844, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 818, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_vlan_transparency_ipv6_port_sec_disabled[id-4953921d-f94b-45cb-b569-be0eb6720df2] |
fail
ft7.1: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest.test_vlan_transparency_ipv6_port_sec_disabled[id-4953921d-f94b-45cb-b569-be0eb6720df2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 14:58:25,580 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.918s
2025-12-05 14:58:25,581 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "second_tempest-MultiPortVlanTransparencyTest-114103740", "vlan_transparent": true, "port_security_enabled": false}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '673', 'x-openstack-request-id': 'req-e7b7843c-5a94-433e-a96d-b5bae2702665', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"af9ba5b7-76f8-4994-ab86-12e614e22150","name":"second_tempest-MultiPortVlanTransparencyTest-114103740","tenant_id":"a8da0750acf94e07b0e4e95280402db5","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a8da0750acf94e07b0e4e95280402db5","qos_policy_id":null,"port_security_enabled":false,"dns_domain":"","router:external":false,"vlan_transparent":true,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-12-05T14:58:24Z","updated_at":"2025-12-05T14:58:24Z","revision_number":1}}'
2025-12-05 14:58:26,304 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.722s
2025-12-05 14:58:26,304 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "af9ba5b7-76f8-4994-ab86-12e614e22150", "cidr": "2001:db8::/64", "ip_version": 6, "name": "second_tempest-MultiPortVlanTransparencyTest-114103740", "enable_dhcp": false, "gateway_ip": "2001:db8::1"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '677', 'x-openstack-request-id': 'req-9d4f7f5c-8f84-4cd9-bd77-9e1e12d59a54', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"d09ddd23-8aaf-4723-ab54-96aa14e3edf7","name":"second_tempest-MultiPortVlanTransparencyTest-114103740","tenant_id":"a8da0750acf94e07b0e4e95280402db5","network_id":"af9ba5b7-76f8-4994-ab86-12e614e22150","ip_version":6,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-12-05T14:58:26Z","updated_at":"2025-12-05T14:58:26Z","revision_number":0,"project_id":"a8da0750acf94e07b0e4e95280402db5"}}'
2025-12-05 14:58:27,393 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.088s
2025-12-05 14:58:27,393 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "4e04f566-c1cf-4b67-8c34-465cea9ba796", "name": "first_port-tempest-MultiPortVlanTransparencyTest-114103740-0", "security_groups": ["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"], "port_security_enabled": true, "allowed_address_pairs": null}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '987', 'x-openstack-request-id': 'req-b21b6677-8685-487a-ac53-fbcd4681032c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"33cb80cb-17fd-4d38-8dce-655469998cfb","name":"first_port-tempest-MultiPortVlanTransparencyTest-114103740-0","network_id":"4e04f566-c1cf-4b67-8c34-465cea9ba796","tenant_id":"a8da0750acf94e07b0e4e95280402db5","mac_address":"fa:16:3e:ea:44:00","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"de5d5a8f-5ff4-49ab-a208-47ce4e9bfa74","ip_address":"10.100.0.10"}],"project_id":"a8da0750acf94e07b0e4e95280402db5","qos_policy_id":null,"port_security_enabled":true,"security_groups":["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"],"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.10","hostname":"host-10-100-0-10","fqdn":"host-10-100-0-10.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T14:58:26Z","updated_at":"2025-12-05T14:58:26Z","revision_number":1}}'
2025-12-05 14:58:28,213 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 0.820s
2025-12-05 14:58:28,215 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "af9ba5b7-76f8-4994-ab86-12e614e22150", "name": "second_port-tempest-MultiPortVlanTransparencyTest-114103740-0", "security_groups": ["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"], "port_security_enabled": true}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '996', 'x-openstack-request-id': 'req-39efe9ea-5913-4ac3-9d0b-580626fffb92', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"b56a8984-703f-4460-9dc0-391b4026b655","name":"second_port-tempest-MultiPortVlanTransparencyTest-114103740-0","network_id":"af9ba5b7-76f8-4994-ab86-12e614e22150","tenant_id":"a8da0750acf94e07b0e4e95280402db5","mac_address":"fa:16:3e:14:7d:84","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"d09ddd23-8aaf-4723-ab54-96aa14e3edf7","ip_address":"2001:db8::392"}],"project_id":"a8da0750acf94e07b0e4e95280402db5","qos_policy_id":null,"port_security_enabled":true,"security_groups":["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"2001:db8::392","hostname":"host-2001-db8--392","fqdn":"host-2001-db8--392.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T14:58:27Z","updated_at":"2025-12-05T14:58:27Z","revision_number":1}}'
2025-12-05 14:58:30,532 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.317s
2025-12-05 14:58:30,533 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "networks": [{"port": "33cb80cb-17fd-4d38-8dce-655469998cfb"}, {"port": "b56a8984-703f-4460-9dc0-391b4026b655"}], "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "security_groups": [{"name": "default"}]}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:58:28 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ede562f5-a658-4b42-901a-11c8cfa1ead3', 'x-compute-request-id': 'req-ede562f5-a658-4b42-901a-11c8cfa1ead3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; 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": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "VgDta4JwmFMs"}}'
2025-12-05 14:58:32,518 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 1.983s
2025-12-05 14:58:32,518 49 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, 05 Dec 2025 14:58:30 GMT', 'server': 'Apache', 'content-length': '1415', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5f539b2-2809-4e73-a72c-af8fc999229d', 'x-compute-request-id': 'req-e5f539b2-2809-4e73-a72c-af8fc999229d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "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": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:34,156 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 0.629s
2025-12-05 14:58:34,157 49 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, 05 Dec 2025 14:58:33 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-3cf2baa6-d382-4d3d-9b0c-dce7e8b97228', 'x-compute-request-id': 'req-3cf2baa6-d382-4d3d-9b0c-dce7e8b97228', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:34,161 49 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-05 14:58:35,411 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 0.249s
2025-12-05 14:58:35,411 49 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, 05 Dec 2025 14:58:35 GMT', 'server': 'Apache', 'content-length': '1473', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3baeac28-287e-4f5f-a043-d03d999cfff3', 'x-compute-request-id': 'req-3baeac28-287e-4f5f-a043-d03d999cfff3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:35,415 49 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2025-12-05 14:58:36,970 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 0.553s
2025-12-05 14:58:36,972 49 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, 05 Dec 2025 14:58:36 GMT', 'server': 'Apache', 'content-length': '1555', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9388172-6f3a-4f54-8da5-cc33eeb09f74', 'x-compute-request-id': 'req-f9388172-6f3a-4f54-8da5-cc33eeb09f74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:40,174 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 2.196s
2025-12-05 14:58:40,174 49 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, 05 Dec 2025 14:58:37 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f73a4881-bc4f-4aba-bade-b4f644a31cee', 'x-compute-request-id': 'req-f73a4881-bc4f-4aba-bade-b4f644a31cee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:43,302 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 2.119s
2025-12-05 14:58:43,303 49 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, 05 Dec 2025 14:58:41 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b880da5-734e-4445-b084-b15089308900', 'x-compute-request-id': 'req-9b880da5-734e-4445-b084-b15089308900', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:46,170 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 1.859s
2025-12-05 14:58:46,170 49 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, 05 Dec 2025 14:58:44 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d26d611-8de5-4073-8ae5-d8d8fad089e0', 'x-compute-request-id': 'req-3d26d611-8de5-4073-8ae5-d8d8fad089e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:49,229 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 2.052s
2025-12-05 14:58:49,230 49 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, 05 Dec 2025 14:58:47 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fecddca-4b7b-4900-a7d0-4cd3d916d27d', 'x-compute-request-id': 'req-2fecddca-4b7b-4900-a7d0-4cd3d916d27d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:51,201 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 0.967s
2025-12-05 14:58:51,201 49 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, 05 Dec 2025 14:58:50 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cd65d37-b2b6-40e1-a4f1-d0f49e27b344', 'x-compute-request-id': 'req-7cd65d37-b2b6-40e1-a4f1-d0f49e27b344', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:53,363 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 1.157s
2025-12-05 14:58:53,364 49 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, 05 Dec 2025 14:58:52 GMT', 'server': 'Apache', 'content-length': '1980', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a40a5dde-cdf0-471b-a36e-22088575d17e', 'x-compute-request-id': 'req-a40a5dde-cdf0-471b-a36e-22088575d17e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"server": {"id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-0", "status": "ACTIVE", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "792b709b1c46fb770060fd1dfcbc2f3f42db8898f85f3bb12f92c101", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:58:30Z", "updated": "2025-12-05T14:58:51Z", "addresses": {"tempest-MultiPortVlanTransparencyTest-114103740": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:44:00"}], "second_tempest-MultiPortVlanTransparencyTest-114103740": [{"version": 6, "addr": "2001:db8::392", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:7d:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": "2025-12-05T14:58:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:58:53,367 49 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait
2025-12-05 14:58:53,463 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.095s
2025-12-05 14:58:53,463 49 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, 05 Dec 2025 14:58:53 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-29a7f23b-e1b9-4961-ba7e-1e020e87e9ad', 'x-compute-request-id': 'req-29a7f23b-e1b9-4961-ba7e-1e020e87e9ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action'}
Body: b'{"output": ""}'
2025-12-05 14:58:58,589 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.120s
2025-12-05 14:58:58,590 49 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, 05 Dec 2025 14:58:58 GMT', 'server': 'Apache', 'content-length': '18842', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eb75f76-acdf-435c-aa98-cdb020d74445', 'x-compute-request-id': 'req-7eb75f76-acdf-435c-aa98-cdb020d74445', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/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-4.el9 04/01/2014\\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 5549149258 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001254] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001734] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004283] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004330] Using GB pages for direct mapping\\n[ 0.004602] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004609] ACPI: Early table checksum verification disabled\\n[ 0.004615] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004619] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004625] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004630] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004633] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004635] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004637] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004639] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004641] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004643] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004643] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004644] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004645] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004646] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 14:59:03,720 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.124s
2025-12-05 14:59:03,720 49 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, 05 Dec 2025 14:59:03 GMT', 'server': 'Apache', 'content-length': '65759', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-746aa06d-b499-4e9f-b667-74e83215e17a', 'x-compute-request-id': 'req-746aa06d-b499-4e9f-b667-74e83215e17a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/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-4.el9 04/01/2014\\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 5549149258 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001254] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001734] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004283] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004330] Using GB pages for direct mapping\\n[ 0.004602] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004609] ACPI: Early table checksum verification disabled\\n[ 0.004615] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004619] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004625] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004630] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004633] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004635] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004637] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004639] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004641] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004643] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004643] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004644] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004645] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004646] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 14:59:08,883 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.152s
2025-12-05 14:59:08,884 49 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, 05 Dec 2025 14:59:08 GMT', 'server': 'Apache', 'content-length': '75883', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2f9d587-091d-4fef-85c4-a9f88260a90f', 'x-compute-request-id': 'req-f2f9d587-091d-4fef-85c4-a9f88260a90f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/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-4.el9 04/01/2014\\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 5549149258 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001254] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001734] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004283] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004330] Using GB pages for direct mapping\\n[ 0.004602] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004609] ACPI: Early table checksum verification disabled\\n[ 0.004615] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004619] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004625] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004630] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004633] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004635] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004637] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004639] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004641] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004643] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004643] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004644] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004645] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004646] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 14:59:14,130 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.239s
2025-12-05 14:59:14,131 49 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, 05 Dec 2025 14:59:13 GMT', 'server': 'Apache', 'content-length': '94372', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aee610dd-1da1-448b-9f41-1367982e2460', 'x-compute-request-id': 'req-aee610dd-1da1-448b-9f41-1367982e2460', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/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-4.el9 04/01/2014\\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 5549149258 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001254] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001734] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004283] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004330] Using GB pages for direct mapping\\n[ 0.004602] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004609] ACPI: Early table checksum verification disabled\\n[ 0.004615] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004619] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004625] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004630] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004633] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004635] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004637] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004639] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004641] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004643] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004643] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004644] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004645] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004646] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 14:59:19,245 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.105s
2025-12-05 14:59:19,245 49 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, 05 Dec 2025 14:59:19 GMT', 'server': 'Apache', 'content-length': '99786', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f55b864f-20c5-4d99-a51c-537ce2fa0eb7', 'x-compute-request-id': 'req-f55b864f-20c5-4d99-a51c-537ce2fa0eb7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/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-4.el9 04/01/2014\\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 5549149258 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000008] tsc: Detected 2800.000 MHz processor\\n[ 0.001254] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001734] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004283] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004330] Using GB pages for direct mapping\\n[ 0.004602] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004609] ACPI: Early table checksum verification disabled\\n[ 0.004615] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004619] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004625] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004630] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004633] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004635] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004637] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004639] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004641] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004643] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004643] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004644] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004645] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004646] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 14:59:24,363 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.112s
2025-12-05 14:59:24,364 49 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, 05 Dec 2025 14:59:24 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-e83416a2-2b64-4899-97d7-aebca96653da', 'x-compute-request-id': 'req-e83416a2-2b64-4899-97d7-aebca96653da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action'}
Body: b'{"output": "x_idle_ns: 1910969940391419 ns\\n[ 0.024989] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.025191] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.025313] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.025322] Fallback order for Node 0: 0 \\n[ 0.025327] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.025328] Policy zone: DMA32\\n[ 0.025330] 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.025443] 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.025555] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025598] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025816] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030854] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.030864] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031647] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031681] ftrace: allocating 46193 entries in 181 pages\\n[ 0.053739] ftrace: allocated 181 pages with 5 groups\\n[ 0.054441] Dynamic Preempt: voluntary\\n[ 0.054795] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.054796] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.054798] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.054799] \\tRude variant of Tasks RCU enabled.\\n[ 0.054799] \\tTracing variant of Tasks RCU enabled.\\n[ 0.054800] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.054801] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.059921] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.060326] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.060430] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.060449] random: crng init done\\n[ 0.117637] Console: colour VGA+ 80x25\\n[ 0.661609] printk: console [ttyS0] enabled\\n[ 0.664607] ACPI: Core revision 20221020\\n[ 0.667552] APIC: Switch to symmetric I/O mode setup\\n[ 0.672142] x2apic enabled\\n[ 0.675524] Switched APIC routing to physical x2apic.\\n[ 0.684817] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.692384] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.693377] pid_max: default: 32768 minimum: 301\\n[ 0.693377] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.693377] Yama: becoming mindful.\\n[ 0.693377] SELinux: Initializing.\\n[ 0.693377] LSM support for eBPF active\\n[ 0.693377] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.693377] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.693377] x86/cpu: User Mode Instruction Prevention (UMIP) activated\\n[ 0.693377] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\\n[ 0.693377] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\\n[ 0.693377] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization\\n[ 0.693377] Spectre V2 : Mitigation: Retpolines\\n[ 0.693377] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\\n[ 0.693377] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT\\n[ 0.693377] Spectre V2 : Enabling Speculation Barrier for firmware calls\\n[ 0.693377] RETBleed: Mitigation: untrained return thunk\\n[ 0.693377] Spectre V2 : mitigation: Enabling conditional Indirect Branch Predict
2025-12-05 14:59:29,512 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action 0.141s
2025-12-05 14:59:29,513 49 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, 05 Dec 2025 14:59: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-4e8502c4-caa8-44cf-8f84-9b2a177c28d7', 'x-compute-request-id': 'req-4e8502c4-caa8-44cf-8f84-9b2a177c28d7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5/action'}
Body: b'{"output": "t: PV spinlocks disabled, single CPU\\n[ 0.025322] Fallback order for Node 0: 0 \\n[ 0.025327] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.025328] Policy zone: DMA32\\n[ 0.025330] 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.025443] 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.025555] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.025598] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.025816] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.030854] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.030864] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.031647] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.031681] ftrace: allocating 46193 entries in 181 pages\\n[ 0.053739] ftrace: allocated 181 pages with 5 groups\\n[ 0.054441] Dynamic Preempt: voluntary\\n[ 0.054795] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.054796] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.054798] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.054799] \\tRude variant of Tasks RCU enabled.\\n[ 0.054799] \\tTracing variant of Tasks RCU enabled.\\n[ 0.054800] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.054801] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.059921] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.060326] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.060430] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.060449] random: crng init done\\n[ 0.117637] Console: colour VGA+ 80x25\\n[ 0.661609] printk: console [ttyS0] enabled\\n[ 0.664607] ACPI: Core revision 20221020\\n[ 0.667552] APIC: Switch to symmetric I/O mode setup\\n[ 0.672142] x2apic enabled\\n[ 0.675524] Switched APIC routing to physical x2apic.\\n[ 0.684817] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns\\n[ 0.692384] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000)\\n[ 0.693377] pid_max: default: 32768 minimum: 301\\n[ 0.693377] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.693377] Yama: becoming mindful.\\n[ 0.693377] SELinux: Initializing.\\n[ 0.693377] LSM support for eBPF active\\n[ 0.693377] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.693377] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.693377] x86/cpu: User Mode Instruction Prevention (UMIP) activated\\n[ 0.693377] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\\n[ 0.693377] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\\n[ 0.693377] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization\\n[ 0.693377] Spectre V2 : Mitigation: Retpolines\\n[ 0.693377] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\\n[ 0.693377] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT\\n[ 0.693377] Spectre V2 : Enabling Speculation Barrier for firmware calls\\n[ 0.693377] RETBleed: Mitigation: untrained return thunk\\n[ 0.693377] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier\\n[ 0.693377] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl\\n[ 0.693377] Freeing SMP alternatives memory: 36K\\n[ 0.693377] smpboot: CPU0: AMD EPYC-Rome Processor (
2025-12-05 14:59:34,097 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 4.578s
2025-12-05 14:59:34,098 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "be57ddf4-9613-481e-987c-c595ecb1fb1f", "port_id": "33cb80cb-17fd-4d38-8dce-655469998cfb"}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '942', 'x-openstack-request-id': 'req-94a89171-3dde-4fe8-a5ce-c02097927f67', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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": "59b58748-1bd5-464a-83f4-403bfed02862", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "floating_ip_address": "192.168.122.234", "floating_network_id": "be57ddf4-9613-481e-987c-c595ecb1fb1f", "router_id": "63f586ca-3bef-4bb4-b908-5c2e45bc77d5", "port_id": "33cb80cb-17fd-4d38-8dce-655469998cfb", "fixed_ip_address": "10.100.0.10", "status": "DOWN", "project_id": "a8da0750acf94e07b0e4e95280402db5", "description": "", "qos_policy_id": null, "port_details": {"name": "first_port-tempest-MultiPortVlanTransparencyTest-114103740-0", "network_id": "4e04f566-c1cf-4b67-8c34-465cea9ba796", "mac_address": "fa:16:3e:ea:44:00", "admin_state_up": true, "status": "ACTIVE", "device_id": "a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-12-05T14:59:31Z", "updated_at": "2025-12-05T14:59:31Z", "revision_number": 0}}'
2025-12-05 14:59:34,100 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:34,127 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:34,470 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:34,470 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:34,470 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' -o link" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:34,471 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:34,512 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:34,619 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:34,621 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:35,280 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' -o link" succeeded:
stderr:
None
stdout:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP mode DEFAULT group default qlen 1000\ link/ether fa:16:3e:ea:44:00 brd ff:ff:ff:ff:ff:ff\ altname enp3s0
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP mode DEFAULT group default qlen 1000\ link/ether fa:16:3e:14:7d:84 brd ff:ff:ff:ff:ff:ff\ altname enp4s0
2025-12-05 14:59:35,281 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list dev eth1" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:35,281 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:35,296 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:35,377 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:35,378 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:35,556 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address list dev eth1" succeeded:
stderr:
None
stdout:
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP group default qlen 1000
link/ether fa:16:3e:14:7d:84 brd ff:ff:ff:ff:ff:ff
altname enp4s0
inet6 2001:db8::392/64 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fe14:7d84/64 scope link noprefixroute
valid_lft forever preferred_lft forever
2025-12-05 14:59:35,557 49 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2025-12-05 14:59:35,557 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:14:7d:84', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2025-12-05 14:59:35,558 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='altname', address='enp4s0', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={})
2025-12-05 14:59:35,558 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='2001:db8::392/64', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'global'})
2025-12-05 14:59:35,558 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'global', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:35,558 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe14:7d84/64', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2025-12-05 14:59:35,558 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:35,558 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address del 2001:db8::392/64 dev eth1" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:35,559 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:35,581 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:35,792 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:35,793 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:35,951 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address del 2001:db8::392/64 dev eth1" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:35,951 49 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency] IPv6 routes are removed from the untagged interface to avoid them to collide with the tagged one
2025-12-05 14:59:35,951 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' -6 route show dev eth1" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:35,952 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:35,970 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:36,140 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:36,144 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:36,299 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' -6 route show dev eth1" succeeded:
stderr:
None
stdout:
2001:db8::/64 proto kernel metric 101 pref medium
fe80::/64 proto kernel metric 1024 pref medium
default via 2001:db8::1 proto static metric 101 pref medium
2025-12-05 14:59:36,299 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' -6 route del 2001:db8::/64 dev eth1" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:36,299 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:36,343 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:36,467 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:36,468 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:36,612 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' -6 route del 2001:db8::/64 dev eth1" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:36,613 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' -6 route del fe80::/64 dev eth1" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:36,613 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:36,641 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:36,731 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:36,732 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:36,848 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' -6 route del fe80::/64 dev eth1" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:36,848 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' -6 route del default dev eth1" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:36,848 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:36,860 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:36,938 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:36,939 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:37,051 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' -6 route del default dev eth1" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:37,051 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link add link eth1 name eth1.2555 type vlan id 2555" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:37,052 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:37,064 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:37,145 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:37,146 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:37,289 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link add link eth1 name eth1.2555 type vlan id 2555" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:37,289 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link set dev eth1.2555 up" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:37,290 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:37,316 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:37,400 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:37,403 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:37,512 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link set dev eth1.2555 up" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:37,512 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address add 2001:db8::392/64 dev eth1.2555" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:37,512 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:37,524 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:37,604 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:37,605 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:37,721 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address add 2001:db8::392/64 dev eth1.2555" succeeded:
stderr:
None
stdout:
2025-12-05 14:59:37,721 49 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.234' (timeout=None)...
2025-12-05 14:59:37,722 49 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2025-12-05 14:59:37,749 49 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2025-12-05 14:59:37,862 49 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-05 14:59:37,864 49 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2025-12-05 14:59:37,966 49 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address list" succeeded:
stderr:
None
stdout:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP group default qlen 1000
link/ether fa:16:3e:ea:44:00 brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.10/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43179sec preferred_lft 43179sec
inet6 fe80::f816:3eff:feea:4400/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP group default qlen 1000
link/ether fa:16:3e:14:7d:84 brd ff:ff:ff:ff:ff:ff
altname enp4s0
inet6 fe80::f816:3eff:fe14:7d84/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: eth1.2555@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc noqueue state UP group default qlen 1000
link/ether fa:16:3e:14:7d:84 brd ff:ff:ff:ff:ff:ff
inet6 2001:db8::392/64 scope global tentative
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fe14:7d84/64 scope link tentative
valid_lft forever preferred_lft forever
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/loopback', address='00:00:00:00:00:00', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'brd': '00:00:00:00:00:00'})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='127.0.0.1/8', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='::1/128', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:ea:44:00', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='altname', address='enp3s0', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={})
2025-12-05 14:59:37,967 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.10/28', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute'})
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43179sec', 'preferred_lft': '43179sec'}
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:feea:4400/64', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:14:7d:84', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='altname', address='enp4s0', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={})
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe14:7d84/64', device=Device(name='eth1', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2025-12-05 14:59:37,968 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:37,969 49 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth1.2555', parent='eth1', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2025-12-05 14:59:37,969 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:14:7d:84', device=Device(name='eth1.2555', parent='eth1', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2025-12-05 14:59:37,969 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='2001:db8::392/64', device=Device(name='eth1.2555', parent='eth1', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'global'})
2025-12-05 14:59:37,969 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'global', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:37,969 49 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:fe14:7d84/64', device=Device(name='eth1.2555', parent='eth1', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2025-12-05 14:59:37,969 49 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2025-12-05 14:59:39,422 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.451s
2025-12-05 14:59:39,422 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "4e04f566-c1cf-4b67-8c34-465cea9ba796", "name": "first_port-tempest-MultiPortVlanTransparencyTest-114103740-1", "security_groups": ["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"], "port_security_enabled": true, "allowed_address_pairs": null}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '987', 'x-openstack-request-id': 'req-07f1db6c-71d2-4bd6-ae55-648f21bef3f9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"3ea4752b-d5fd-42eb-af66-310495f4beec","name":"first_port-tempest-MultiPortVlanTransparencyTest-114103740-1","network_id":"4e04f566-c1cf-4b67-8c34-465cea9ba796","tenant_id":"a8da0750acf94e07b0e4e95280402db5","mac_address":"fa:16:3e:f0:26:e8","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"de5d5a8f-5ff4-49ab-a208-47ce4e9bfa74","ip_address":"10.100.0.13"}],"project_id":"a8da0750acf94e07b0e4e95280402db5","qos_policy_id":null,"port_security_enabled":true,"security_groups":["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.13","hostname":"host-10-100-0-13","fqdn":"host-10-100-0-13.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T14:59:38Z","updated_at":"2025-12-05T14:59:38Z","revision_number":1}}'
2025-12-05 14:59:41,807 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 2.385s
2025-12-05 14:59:41,808 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "af9ba5b7-76f8-4994-ab86-12e614e22150", "name": "second_port-tempest-MultiPortVlanTransparencyTest-114103740-1", "security_groups": ["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"], "port_security_enabled": true}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '992', 'x-openstack-request-id': 'req-554157f9-e391-4e34-84d4-020984ffb66a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; 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":"4186c31b-e2fb-4de2-8d85-98cea25445ba","name":"second_port-tempest-MultiPortVlanTransparencyTest-114103740-1","network_id":"af9ba5b7-76f8-4994-ab86-12e614e22150","tenant_id":"a8da0750acf94e07b0e4e95280402db5","mac_address":"fa:16:3e:f4:8e:22","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"d09ddd23-8aaf-4723-ab54-96aa14e3edf7","ip_address":"2001:db8::a6"}],"project_id":"a8da0750acf94e07b0e4e95280402db5","qos_policy_id":null,"port_security_enabled":true,"security_groups":["8eaa75ac-5364-46df-8c6e-b3ca502f75dc"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"2001:db8::a6","hostname":"host-2001-db8--a6","fqdn":"host-2001-db8--a6.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-12-05T14:59:40Z","updated_at":"2025-12-05T14:59:41Z","revision_number":1}}'
2025-12-05 14:59:45,461 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.652s
2025-12-05 14:59:45,461 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "networks": [{"port": "3ea4752b-d5fd-42eb-af66-310495f4beec"}, {"port": "4186c31b-e2fb-4de2-8d85-98cea25445ba"}], "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "security_groups": [{"name": "default"}]}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 14:59:41 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d93783b7-b507-4d77-86d7-1dbe38c51c01', 'x-compute-request-id': 'req-d93783b7-b507-4d77-86d7-1dbe38c51c01', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; 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": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7HsRkNVCM7XX"}}'
2025-12-05 14:59:47,180 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 1.716s
2025-12-05 14:59:47,180 49 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, 05 Dec 2025 14:59:45 GMT', 'server': 'Apache', 'content-length': '1415', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-124e2064-8e14-45b2-9c7b-a0e0588a6dce', 'x-compute-request-id': 'req-124e2064-8e14-45b2-9c7b-a0e0588a6dce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "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": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:48,401 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.216s
2025-12-05 14:59:48,402 49 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, 05 Dec 2025 14:59:48 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-a8fe456b-6af1-4d4d-b570-4bd6c5339869', 'x-compute-request-id': 'req-a8fe456b-6af1-4d4d-b570-4bd6c5339869', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:48,407 49 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2025-12-05 14:59:50,177 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.767s
2025-12-05 14:59:50,178 49 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, 05 Dec 2025 14:59:49 GMT', 'server': 'Apache', 'content-length': '1555', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e3e2935-d804-4ea0-9496-beb26569bdb7', 'x-compute-request-id': 'req-5e3e2935-d804-4ea0-9496-beb26569bdb7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:50,183 49 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2025-12-05 14:59:52,149 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.964s
2025-12-05 14:59:52,149 49 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, 05 Dec 2025 14:59:51 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7257d8ed-34d5-4716-9320-7f5f4f8ef112', 'x-compute-request-id': 'req-7257d8ed-34d5-4716-9320-7f5f4f8ef112', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:53,952 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.798s
2025-12-05 14:59:53,957 49 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, 05 Dec 2025 14:59:53 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d0f47dc-2b95-4603-b643-d13f7948f870', 'x-compute-request-id': 'req-0d0f47dc-2b95-4603-b643-d13f7948f870', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:55,668 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.698s
2025-12-05 14:59:55,671 49 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, 05 Dec 2025 14:59:54 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fe2fe5c-64db-491d-979f-5a9cf9b9ce0c', 'x-compute-request-id': 'req-6fe2fe5c-64db-491d-979f-5a9cf9b9ce0c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:57,835 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 1.149s
2025-12-05 14:59:57,836 49 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, 05 Dec 2025 14:59:56 GMT', 'server': 'Apache', 'content-length': '1616', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bfff9a9-1256-4992-a363-7970e331d726', 'x-compute-request-id': 'req-1bfff9a9-1256-4992-a363-7970e331d726', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "BUILD", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:59,399 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.553s
2025-12-05 14:59:59,399 49 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, 05 Dec 2025 14:59:58 GMT', 'server': 'Apache', 'content-length': '1979', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6536c764-af6e-447d-adbd-ff71f8de43b9', 'x-compute-request-id': 'req-6536c764-af6e-447d-adbd-ff71f8de43b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"server": {"id": "6d756f2e-b4fb-44a9-a3a5-72965635d2e7", "name": "server-tempest-MultiPortVlanTransparencyTest-114103740-1", "status": "ACTIVE", "tenant_id": "a8da0750acf94e07b0e4e95280402db5", "user_id": "d57d342dcd214292b4a133f2fba0fb79", "metadata": {}, "hostId": "84ebf9021381905b993e987ef8a221a409f1885cf2b2265ef909fc88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2025-12-05T14:59:45Z", "updated": "2025-12-05T14:59:58Z", "addresses": {"tempest-MultiPortVlanTransparencyTest-114103740": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:26:e8"}], "second_tempest-MultiPortVlanTransparencyTest-114103740": [{"version": 6, "addr": "2001:db8::a6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:8e:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-MultiPortVlanTransparencyTest-114103740", "OS-SRV-USG:launched_at": "2025-12-05T14:59:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-MultiPortVlanTransparencyTest-114103740"}, {"name": "tempest-MultiPortVlanTransparencyTest-114103740"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-05 14:59:59,402 49 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-12-05 14:59:59,547 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action 0.143s
2025-12-05 14:59:59,548 49 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, 05 Dec 2025 14:59: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-234c2bb9-f018-46b7-a5f6-422b9e6835ec', 'x-compute-request-id': 'req-234c2bb9-f018-46b7-a5f6-422b9e6835ec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action'}
Body: b'{"output": ""}'
2025-12-05 15:00:05,055 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action 0.502s
2025-12-05 15:00:05,056 49 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, 05 Dec 2025 15:00:04 GMT', 'server': 'Apache', 'content-length': '9912', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5b5a049-4e84-4da5-ba7b-c51feb00dceb', 'x-compute-request-id': 'req-d5b5a049-4e84-4da5-ba7b-c51feb00dceb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/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-4.el9 04/01/2014\\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 5657494541 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2799.998 MHz processor\\n[ 0.001111] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001656] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004074] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004111] Using GB pages for direct mapping\\n[ 0.004231] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004237] ACPI: Early table checksum verification disabled\\n[ 0.004240] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004245] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004250] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004255] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004258] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004260] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004262] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004264] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004266] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004267] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004268] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004269] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004270] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004270] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 15:00:16,110 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action 6.048s
2025-12-05 15:00:16,111 49 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, 05 Dec 2025 15:00:10 GMT', 'server': 'Apache', 'content-length': '75256', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5700a9ee-479a-47e3-997f-f043252125c6', 'x-compute-request-id': 'req-5700a9ee-479a-47e3-997f-f043252125c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/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-4.el9 04/01/2014\\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 5657494541 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2799.998 MHz processor\\n[ 0.001111] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001656] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004074] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004111] Using GB pages for direct mapping\\n[ 0.004231] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004237] ACPI: Early table checksum verification disabled\\n[ 0.004240] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004245] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004250] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004255] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004258] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004260] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004262] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004264] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004266] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004267] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004268] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004269] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004270] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004270] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 15:00:25,619 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action 4.448s
2025-12-05 15:00:25,620 49 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, 05 Dec 2025 15:00:22 GMT', 'server': 'Apache', 'content-length': '98437', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd780271-e8c7-487b-9cdc-2b9a1f58534a', 'x-compute-request-id': 'req-cd780271-e8c7-487b-9cdc-2b9a1f58534a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/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-4.el9 04/01/2014\\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 5657494541 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000007] tsc: Detected 2799.998 MHz processor\\n[ 0.001111] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001656] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004074] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004111] Using GB pages for direct mapping\\n[ 0.004231] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.004237] ACPI: Early table checksum verification disabled\\n[ 0.004240] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004245] ACPI: RSDT 0x000000003FFE416A 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004250] ACPI: FACP 0x000000003FFE3F9A 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004255] ACPI: DSDT 0x000000003FFE0040 003F5A (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004258] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.004260] ACPI: APIC 0x000000003FFE408E 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004262] ACPI: MCFG 0x000000003FFE4106 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004264] ACPI: WAET 0x000000003FFE4142 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004266] ACPI: Reserving FACP table memory at [mem 0x3ffe3f9a-0x3ffe408d]\\n[ 0.004267] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f99]\\n[ 0.004268] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.004269] ACPI: Reserving APIC table memory at [mem 0x3ffe408e-0x3ffe4105]\\n[ 0.004270] ACPI: Reserving MCFG table memory at [mem 0x3ffe4106-0x3ffe4141]\\n[ 0.004270] ACPI: Reserving WAET table memory at [mem 0x3ffe4142-0x3ffe4169]\\n[
2025-12-05 15:00:31,968 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action 1.306s
2025-12-05 15:00:31,969 49 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, 05 Dec 2025 15:00:30 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-94be89af-46f2-43db-96e4-bc4d01f33685', 'x-compute-request-id': 'req-94be89af-46f2-43db-96e4-bc4d01f33685', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action'}
Body: b'{"output": "ask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.024043] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.024236] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.024244] Fallback order for Node 0: 0 \\n[ 0.024248] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.024249] Policy zone: DMA32\\n[ 0.024250] 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.024335] 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.024418] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.024461] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.024710] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.029071] Memory: 199352K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.029080] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.029826] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.029852] ftrace: allocating 46193 entries in 181 pages\\n[ 0.051122] ftrace: allocated 181 pages with 5 groups\\n[ 0.051874] Dynamic Preempt: voluntary\\n[ 0.052362] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.052364] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.052365] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.052366] \\tRude variant of Tasks RCU enabled.\\n[ 0.052366] \\tTracing variant of Tasks RCU enabled.\\n[ 0.052367] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.052368] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.057244] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.057641] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.057778] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.057798] random: crng init done\\n[ 0.116684] Console: colour VGA+ 80x25\\n[ 0.674125] printk: console [ttyS0] enabled\\n[ 0.677319] ACPI: Core revision 20221020\\n[ 0.680406] APIC: Switch to symmetric I/O mode setup\\n[ 0.685465] x2apic enabled\\n[ 0.688665] Switched APIC routing to physical x2apic.\\n[ 0.697489] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c3ee517e, max_idle_ns: 440795257231 ns\\n[ 0.705473] Calibrating delay loop (skipped) preset value.. 5599.99 BogoMIPS (lpj=2799998)\\n[ 0.706462] pid_max: default: 32768 minimum: 301\\n[ 0.706462] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf\\n[ 0.706462] Yama: becoming mindful.\\n[ 0.706462] SELinux: Initializing.\\n[ 0.706462] LSM support for eBPF active\\n[ 0.706462] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.706462] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)\\n[ 0.706462] x86/cpu: User Mode Instruction Prevention (UMIP) activated\\n[ 0.706462] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\\n[ 0.706462] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\\n[ 0.706462] SpectreB 0 V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization\\n[ 0.706462] Spectre V2 : Mitigation: Retpolines\\n[ 0.706462] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\\n[ 0.706462] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT\\n[ 0.706462] Spectre V2 : Enabling Speculation Barrier for firmware calls\\n[ 0.706462] RETBleed: Mitigation: untrained return thunk\\n[ 0.706462] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier\\n[ 0.706462] Speculative Store Bypass: Mitigation: Speculative
2025-12-05 15:00:37,041 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_disabled): 503 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action 0.066s
2025-12-05 15:00:37,041 49 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, 05 Dec 2025 15:00:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-78d6b5d8-5c62-4e3b-811e-0a25c2220ace', 'x-compute-request-id': 'req-78d6b5d8-5c62-4e3b-811e-0a25c2220ace', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7/action'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:37,100 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.056s
2025-12-05 15:00:37,100 49 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, 05 Dec 2025 15:00:37 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-7f628dc5-ab8a-4ded-8831-1f30ecb2a3f5', 'x-compute-request-id': 'req-7f628dc5-ab8a-4ded-8831-1f30ecb2a3f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:37,155 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7 0.054s
2025-12-05 15:00:37,155 49 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, 05 Dec 2025 15:00:37 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-7c534c08-02f7-4c8b-aab4-61d2cc33e0ac', 'x-compute-request-id': 'req-7c534c08-02f7-4c8b-aab4-61d2cc33e0ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6d756f2e-b4fb-44a9-a3a5-72965635d2e7'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:37,226 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 0.069s
2025-12-05 15:00:37,226 49 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, 05 Dec 2025 15:00:37 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-92d3a25b-a81e-44a2-be0f-4ee056fae001', 'x-compute-request-id': 'req-92d3a25b-a81e-44a2-be0f-4ee056fae001', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2025-12-05 15:00:37,274 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5 0.046s
2025-12-05 15:00:37,274 49 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, 05 Dec 2025 15:00:37 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-ab93ccca-7faf-4a71-9aa9-4522a2cca880', 'x-compute-request-id': 'req-ab93ccca-7faf-4a71-9aa9-4522a2cca880', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=d4db3530fe30464245dba683d36bd422; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a1e8eb4d-b1ab-4e5e-9ff9-f7835e9410a5'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 456, in test_vlan_transparency_ipv6_port_sec_disabled
self._test_vlan_transparent_connectivity_two_ports(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 417, in _test_vlan_transparent_connectivity_two_ports
self.vms[server_name]['vm'] = self._create_port_and_server(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 126, in _create_port_and_server
return self.create_server(flavor_ref=self.flavor_ref,
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 151, in create_server
self.wait_for_guest_os_ready(server['server'], client=client)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 575, in wait_for_guest_os_ready
utils.wait_until_true(system_booted, timeout=90, sleep=5)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/common/utils.py", line 84, in wait_until_true
while not predicate():
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 568, in system_booted
console_output = client.get_console_output(server['id'])['output']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 657, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 227, in action
resp, body = self.post('servers/%s/action' % server_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_vlan_transparency_ipv6_port_sec_enabled[id-07a3ad80-d6b0-4644-8a33-198dabae6b2f] |
fail
ft7.2: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest.test_vlan_transparency_ipv6_port_sec_enabled[id-07a3ad80-d6b0-4644-8a33-198dabae6b2f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:37,364 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparency_ipv6_port_sec_enabled): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.075s
2025-12-05 15:00:37,365 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "second_tempest-MultiPortVlanTransparencyTest-114103740", "vlan_transparent": true, "port_security_enabled": true}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:37 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9373e0e7-0aac-4a91-b47f-9547a1609395', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 461, in test_vlan_transparency_ipv6_port_sec_enabled
self._test_vlan_transparent_connectivity_two_ports(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 401, in _test_vlan_transparent_connectivity_two_ports
second_network = self.create_network(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_vlan_transparent_connectivity_two_ports[id-d7653461-46ae-4d55-9ad1-85ef66084739] |
fail
ft7.3: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest.test_vlan_transparent_connectivity_two_ports[id-d7653461-46ae-4d55-9ad1-85ef66084739]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-05 15:00:37,433 49 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.060s
2025-12-05 15:00:37,433 49 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "second_tempest-MultiPortVlanTransparencyTest-114103740", "vlan_transparent": true, "port_security_enabled": true}}
Response - Headers: {'date': 'Fri, 05 Dec 2025 15:00:37 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83964959-3bab-4ef6-86f7-b7a01a15ccc8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6697e429cc9e010646ad89c0004d7ecc; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 451, in test_vlan_transparent_connectivity_two_ports
self._test_vlan_transparent_connectivity_two_ports(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 401, in _test_vlan_transparent_connectivity_two_ports
second_network = self.create_network(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_basic.NetworkBasicTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_basic_instance_kuku[id-df9e38fd-4eb3-4d6c-b26a-a472856fdcb8] |
pass
pt8.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
pt8.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
pt9.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
pt10.1: whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
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] |
pass
pt11.2: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6] |
pass
pt11.3: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec] |
pass
pt11.4: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c] |
pass
pt12.1: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c]
|
||||||
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
pt12.2: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94]
|
||||||
test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad] |
pass
pt12.3: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6] |
pass
pt12.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
pt12.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
pt13.1: whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns.InternalDNSTestOvn.test_ovn_create_and_update_port_with_dns_name[id-6349ce8c-bc10-485a-a21b-da073241420e]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flooding_when_special_groups[id-35523bd5-4b35-4e6b-a25a-20826808d85d] |
pass
pt14.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] |
pass
pt14.2: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common.test_igmp_snooping_same_network_and_unsubscribe[id-615a35d3-642e-4440-a19e-351f29d0b3ff]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestVlanTransparency | 1 | 1 | 0 | 0 | 0 | Detail | |
test_igmp_snooping_vlan_transparency[id-c480cec8-3ca4-4781-baad-2e1190079467] |
pass
pt15.1: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestVlanTransparency.test_igmp_snooping_vlan_transparency[id-c480cec8-3ca4-4781-baad-2e1190079467]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_port_security_disabled[id-f9523922-9e71-4fa1-9cca-303bedf230bc] |
pass
pt16.1: whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest.test_port_security_disabled[id-f9523922-9e71-4fa1-9cca-303bedf230bc]
|
||||||
test_two_vms_same_compute_when_no_port_security[id-b99a014c-45e4-438d-8827-1063b44d611c] |
pass
pt16.2: whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest.test_two_vms_same_compute_when_no_port_security[id-b99a014c-45e4-438d-8827-1063b44d611c]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest | 3 | 0 | 0 | 0 | 3 | Detail | |
test_minbw_placement_enforcement_sriov_both[id-e212fab8-9a2d-4753-ba5d-53a299b0af36] |
skip
pt17.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest.test_minbw_placement_enforcement_sriov_both[id-e212fab8-9a2d-4753-ba5d-53a299b0af36]
|
||||||
test_minbw_placement_enforcement_sriov_egress[id-6c63d5b8-d642-4a7c-9b07-c0755979b6a8] |
skip
pt17.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest.test_minbw_placement_enforcement_sriov_egress[id-6c63d5b8-d642-4a7c-9b07-c0755979b6a8]
|
||||||
test_minbw_placement_enforcement_sriov_ingress[id-c1791f96-9eb4-4119-b598-5610c6043ef1] |
skip
pt17.3: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest.test_minbw_placement_enforcement_sriov_ingress[id-c1791f96-9eb4-4119-b598-5610c6043ef1]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_remove_security_group_negative[id-cc5f679e-7196-4e68-8a82-10b73bf11e48,negative] |
pass
pt18.1: whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_remove_security_group_negative[id-cc5f679e-7196-4e68-8a82-10b73bf11e48,negative]
|
||||||
test_securitygroup_udp[id-921f91f8-7734-4c42-8934-a1438d45747b] |
pass
pt18.2: whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_securitygroup_udp[id-921f91f8-7734-4c42-8934-a1438d45747b]
|
||||||
test_securitygroup_udp_dns[id-db6ab68e-0b9b-46e8-9b15-c9612da57a08] |
pass
pt18.3: whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_securitygroup_udp_dns[id-db6ab68e-0b9b-46e8-9b15-c9612da57a08]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiVlanTransparencyTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_vlan_transparent_different_vlans_drops[id-bde09eef-310c-4353-9d37-fe479e88ee01] |
pass
pt19.1: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiVlanTransparencyTest.test_vlan_transparent_different_vlans_drops[id-bde09eef-310c-4353-9d37-fe479e88ee01]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_vrrp.VrrpTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_vrrp_vip_failover[id-f88ca220-eea2-48d2-9cac-3f382908cb37] |
pass
pt20.1: whitebox_neutron_tempest_plugin.tests.scenario.test_vrrp.VrrpTest.test_vrrp_vip_failover[id-f88ca220-eea2-48d2-9cac-3f382908cb37]
|
||||||
| Total | 44 | 25 | 16 | 0 | 3 | ||