Status: Pass 516 Failure 2 Skip 78
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.images.test_images_oneserver_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerNegativeTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, 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/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds
return self.get_project_member_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds
return self.get_credentials(['member'], scope='project')
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials
network, subnet, router = self._create_network_resources(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources
self._add_router_interface(router['id'], subnet['id'])
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface
self.routers_admin_client.add_router_interface(router_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'type': 'BadRequest', 'message': 'Bad router request: Router already has a port on subnet e9b4f8a1-2c3f-4135-93b1-223b45a47532.', 'detail': ''}
|
||||||
| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 10 | 8 | 1 | 0 | 1 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
fail
ft2.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-29 07:29:20,024 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.095s
2025-11-29 07:29:20,024 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--686425119", "project_id": "ec8b80be17a14d1caf666636283749d0"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-df066380-c4dc-4fd9-94ea-7c35234c4f4d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; 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":"b998d842-14b5-466c-99db-e8ccb7fefb1d","name":"tempest-network-smoke--686425119","tenant_id":"ec8b80be17a14d1caf666636283749d0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ec8b80be17a14d1caf666636283749d0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-29T07:29:19Z","updated_at":"2025-11-29T07:29:19Z","revision_number":1}}'
2025-11-29 07:29:25,987 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 5.962s
2025-11-29 07:29:25,988 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1534372108", "admin_state_up": true, "project_id": "ec8b80be17a14d1caf666636283749d0", "external_gateway_info": {"network_id": "71130637-559d-49c0-8540-88a089b123c8"}}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-b81c78b1-5079-4274-a795-980e0a123f4b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "729f6081-d793-4698-a4e7-41d3f1b7d8c7", "name": "tempest-TestNetworkBasicOps-router-1534372108", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "71130637-559d-49c0-8540-88a089b123c8", "external_fixed_ips": [{"subnet_id": "9703c648-d0da-4761-9eb6-8664880dbade", "ip_address": "192.168.122.203"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-29T07:29:20Z", "updated_at": "2025-11-29T07:29:24Z", "revision_number": 2, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:26,153 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ec8b80be17a14d1caf666636283749d0&cidr=10.100.0.0%2F28 0.165s
2025-11-29 07:29:26,154 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-eb55247e-5e2b-41c7-8a30-500ff5b1c1b1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ec8b80be17a14d1caf666636283749d0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-29 07:29:26,305 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.150s
2025-11-29 07:29:26,305 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-5ae1a82b-6f59-4c8c-8958-f1b8a5d91e06', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"71130637-559d-49c0-8540-88a089b123c8","name":"public","tenant_id":"a5c64dbe41154199a092e2cf8640d8ba","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9703c648-d0da-4761-9eb6-8664880dbade"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-29T06:45:47Z","updated_at":"2025-11-29T06:45:54Z","revision_number":2,"project_id":"a5c64dbe41154199a092e2cf8640d8ba","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-29 07:29:26,451 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8&cidr=10.100.0.0%2F28 0.145s
2025-11-29 07:29:26,455 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-49ddc00f-1bfa-4972-9c8f-ee80225539d6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-29 07:29:27,573 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.118s
2025-11-29 07:29:27,574 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1664148133", "network_id": "b998d842-14b5-466c-99db-e8ccb7fefb1d", "project_id": "ec8b80be17a14d1caf666636283749d0", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-fcfd614a-d459-49ba-973a-3b4b9a5e177c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; 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":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","name":"tempest-subnet-smoke-1664148133","tenant_id":"ec8b80be17a14d1caf666636283749d0","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-29T07:29:26Z","updated_at":"2025-11-29T07:29:26Z","revision_number":0,"project_id":"ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:32,991 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/add_router_interface 5.417s
2025-11-29 07:29:32,991 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "19945cff-020e-4a8c-b6b4-5608b4e5f65c"}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-562d6f20-1da4-41b9-9c08-36d3332d50c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/add_router_interface'}
Body: b'{"id": "729f6081-d793-4698-a4e7-41d3f1b7d8c7", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "port_id": "25d53c7a-0f5b-44b2-ae16-2760829846cf", "network_id": "b998d842-14b5-466c-99db-e8ccb7fefb1d", "subnet_id": "19945cff-020e-4a8c-b6b4-5608b4e5f65c", "subnet_ids": ["19945cff-020e-4a8c-b6b4-5608b4e5f65c"]}'
2025-11-29 07:29:33,225 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.233s
2025-11-29 07:29:33,225 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '4489', 'x-openstack-request-id': 'req-7870f01e-88e4-46d4-a718-076f0116fa26', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"71130637-559d-49c0-8540-88a089b123c8","name":"public","tenant_id":"a5c64dbe41154199a092e2cf8640d8ba","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9703c648-d0da-4761-9eb6-8664880dbade"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-29T06:45:47Z","updated_at":"2025-11-29T06:45:54Z","revision_number":2,"project_id":"a5c64dbe41154199a092e2cf8640d8ba","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"8ef0a3f1-a645-4e14-9d23-db54d07f37d2","name":"tempest-ImagesOneServerNegativeTestJSON-1260096767-network","tenant_id":"c3498394d2f848e09ea7b9be080d8ad7","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["e9b4f8a1-2c3f-4135-93b1-223b45a47532"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-29T07:10:53Z","updated_at":"2025-11-29T07:11:05Z","revision_number":2,"project_id":"c3498394d2f848e09ea7b9be080d8ad7","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":46794},{"id":"94472368-b72a-4e5d-ac59-40b24b7ba792","name":"tempest-network-smoke--1761418689","tenant_id":"0111c22b4b954ea586ca20d91ed3970f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c6e83a97-d53f-4d10-856f-6cfd6d079915"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-29T07:27:40Z","updated_at":"2025-11-29T07:27:46Z","revision_number":2,"project_id":"0111c22b4b954ea586ca20d91ed3970f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":16502},{"id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","name":"tempest-network-smoke--686425119","tenant_id":"ec8b80be17a14d1caf666636283749d0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["19945cff-020e-4a8c-b6b4-5608b4e5f65c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-29T07:29:19Z","updated_at":"2025-11-29T07:29:26Z","revision_number":2,"project_id":"ec8b80be17a14d1caf666636283749d0","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":11902},{"id":"d7ae8d35-3748-44bc-8140-523e801435dc","name":"tempest-ServerGroupTestJSON-1412053296-network","tenant_id":"8493b13e5d61430ea59091fbc6b5814f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["13dac9e7-67ad-47dc-9df5-e22a5076842c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-29T07:29:09Z","updated_at":"2025-11-29T07:29:10Z","revision_number":2,"project_id":"8493b13e5d61430ea59091fbc6b5814f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":30344},{"id":"ff387e90-45c2-42d7-b536-fee4d2b6eb5e","name":"tempest-network-smoke--1344723239","tenant_id":"0111c22b4b954ea586ca20d91ed3970f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2d34b6df-c3dc-42ee-88d4-a74a17e7b9b9","94f21753-6998-4ef3-bb16-87d969485e16"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_add
2025-11-29 07:29:33,394 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.168s
2025-11-29 07:29:33,394 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '4578', 'x-openstack-request-id': 'req-de689ad3-4558-4184-b68a-ce46f3a93d0a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"13dac9e7-67ad-47dc-9df5-e22a5076842c","name":"tempest-ServerGroupTestJSON-1412053296-subnet","tenant_id":"8493b13e5d61430ea59091fbc6b5814f","network_id":"d7ae8d35-3748-44bc-8140-523e801435dc","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T07:29:10Z","updated_at":"2025-11-29T07:29:10Z","revision_number":0,"project_id":"8493b13e5d61430ea59091fbc6b5814f"},{"id":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","name":"tempest-subnet-smoke-1664148133","tenant_id":"ec8b80be17a14d1caf666636283749d0","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T07:29:26Z","updated_at":"2025-11-29T07:29:26Z","revision_number":0,"project_id":"ec8b80be17a14d1caf666636283749d0"},{"id":"2d34b6df-c3dc-42ee-88d4-a74a17e7b9b9","name":"tempest-sub6-1623903098","tenant_id":"0111c22b4b954ea586ca20d91ed3970f","network_id":"ff387e90-45c2-42d7-b536-fee4d2b6eb5e","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T07:28:13Z","updated_at":"2025-11-29T07:28:13Z","revision_number":0,"project_id":"0111c22b4b954ea586ca20d91ed3970f"},{"id":"94f21753-6998-4ef3-bb16-87d969485e16","name":"tempest-sub6-1174660612","tenant_id":"0111c22b4b954ea586ca20d91ed3970f","network_id":"ff387e90-45c2-42d7-b536-fee4d2b6eb5e","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T07:28:05Z","updated_at":"2025-11-29T07:28:05Z","revision_number":0,"project_id":"0111c22b4b954ea586ca20d91ed3970f"},{"id":"9703c648-d0da-4761-9eb6-8664880dbade","name":"public_subnet","tenant_id":"a5c64dbe41154199a092e2cf8640d8ba","network_id":"71130637-559d-49c0-8540-88a089b123c8","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T06:45:54Z","updated_at":"2025-11-29T06:45:54Z","revision_number":0,"project_id":"a5c64dbe41154199a092e2cf8640d8ba"},{"id":"c6e83a97-d53f-4d10-856f-6cfd6d079915","name":"tempest-sub4-1640327042","tenant_id":"0111c22b4b954ea586ca20d91ed3970f","network_id":"94472368-b72a-4e5d-ac59-40b24b7ba792","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T07:27:46Z","updated_at":"2025-11-29T07:27:46Z","revision_number":0,"project_id":"0111c22b4b954ea586ca20d91ed3970f"},{"id":"e9b4f8a1-2c3f-4135-93b1-223b45a47532","name":"tempest-ImagesOneServerNegativeTestJSON-1260096767-subnet","tenant_id":"c3498394d2f848e09ea7b9be080d8ad7","network_id":"8ef0a3f1-a6
2025-11-29 07:29:33,830 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.436s
2025-11-29 07:29:33,830 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2672', 'x-openstack-request-id': 'req-2723acfd-5e58-4505-9c77-9a0d895b3b37', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "23af95d4-4ccf-4385-987d-a65aea6d6bf5", "name": "tempest-ImagesOneServerNegativeTestJSON-1260096767-router", "tenant_id": "c3498394d2f848e09ea7b9be080d8ad7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "71130637-559d-49c0-8540-88a089b123c8", "external_fixed_ips": [{"subnet_id": "9703c648-d0da-4761-9eb6-8664880dbade", "ip_address": "192.168.122.240"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-29T07:11:07Z", "updated_at": "2025-11-29T07:11:34Z", "revision_number": 3, "project_id": "c3498394d2f848e09ea7b9be080d8ad7"}, {"id": "729f6081-d793-4698-a4e7-41d3f1b7d8c7", "name": "tempest-TestNetworkBasicOps-router-1534372108", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "71130637-559d-49c0-8540-88a089b123c8", "external_fixed_ips": [{"subnet_id": "9703c648-d0da-4761-9eb6-8664880dbade", "ip_address": "192.168.122.203"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-29T07:29:20Z", "updated_at": "2025-11-29T07:29:29Z", "revision_number": 3, "project_id": "ec8b80be17a14d1caf666636283749d0"}, {"id": "a0008f4a-a41b-49c6-b709-0385dbdd282b", "name": "tempest-TestGettingAddress-router-2099920003", "tenant_id": "0111c22b4b954ea586ca20d91ed3970f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "71130637-559d-49c0-8540-88a089b123c8", "external_fixed_ips": [{"subnet_id": "9703c648-d0da-4761-9eb6-8664880dbade", "ip_address": "192.168.122.225"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-29T07:27:51Z", "updated_at": "2025-11-29T07:28:08Z", "revision_number": 4, "project_id": "0111c22b4b954ea586ca20d91ed3970f"}, {"id": "cc0af053-7faf-4afa-a246-13cdf58bc06b", "name": "tempest-ServerGroupTestJSON-1412053296-router", "tenant_id": "8493b13e5d61430ea59091fbc6b5814f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "71130637-559d-49c0-8540-88a089b123c8", "external_fixed_ips": [{"subnet_id": "9703c648-d0da-4761-9eb6-8664880dbade", "ip_address": "192.168.122.178"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-29T07:29:11Z", "updated_at": "2025-11-29T07:29:14Z", "revision_number": 3, "project_id": "8493b13e5d61430ea59091fbc6b5814f"}]}'
2025-11-29 07:29:34,072 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.240s
2025-11-29 07:29:34,074 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-2072959861", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGhKjzGKzbNLkKn3Qe4bhA/1onvLYvMUS8bVLCIcvhhnAzCyX0uhE0akbpZ/Bj7R/OWR0vQKuaY/lmcBYYwUBbB1+I8iLsoBy9IQ2OcenTKB8q8Qhex8xJkGRj6S++f6sg=="}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:33 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70e4da49-acd2-4324-b676-7d6e405ad7dc', 'x-compute-request-id': 'req-70e4da49-acd2-4324-b676-7d6e405ad7dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-2072959861", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGhKjzGKzbNLkKn3Qe4bhA/1onvLYvMUS8bVLCIcvhhnAzCyX0uhE0akbpZ/Bj7R/OWR0vQKuaY/lmcBYYwUBbB1+I8iLsoBy9IQ2OcenTKB8q8Qhex8xJkGRj6S++f6sg==", "fingerprint": "f7:ae:3a:7d:76:34:d6:4c:37:f1:51:f1:7e:1c:51:4b", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb"}}'
2025-11-29 07:29:34,413 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.335s
2025-11-29 07:29:34,413 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1550350437", "description": "tempest-secgroup-smoke-1550350437 description", "project_id": "ec8b80be17a14d1caf666636283749d0"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-f7e72bc7-392b-4655-9801-b8ca5cb483d6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "name": "tempest-secgroup-smoke-1550350437", "stateful": true, "tenant_id": "ec8b80be17a14d1caf666636283749d0", "description": "tempest-secgroup-smoke-1550350437 description", "shared": false, "security_group_rules": [{"id": "775fac50-8792-4312-a11d-7e7106d50872", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1985, "description": null, "tags": [], "created_at": "2025-11-29T07:29:34Z", "updated_at": "2025-11-29T07:29:34Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}, {"id": "eebe1a46-5426-4388-b2d3-a6d8c860990e", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1984, "description": null, "tags": [], "created_at": "2025-11-29T07:29:34Z", "updated_at": "2025-11-29T07:29:34Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}], "tags": [], "created_at": "2025-11-29T07:29:34Z", "updated_at": "2025-11-29T07:29:34Z", "revision_number": 1, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:34,876 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.462s
2025-11-29 07:29:34,876 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-674d7ff1-2bd3-4097-8e16-d4eeda22d848', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b49617e1-0550-484d-a97a-228d42e45a7a", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:29:34Z", "updated_at": "2025-11-29T07:29:34Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:35,102 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.225s
2025-11-29 07:29:35,104 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-100d0f13-bd3e-48bd-881a-0830292858da', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "22ae577e-f3a6-4dfc-8f1d-f39c5fe13944", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:29:34Z", "updated_at": "2025-11-29T07:29:34Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:35,540 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.434s
2025-11-29 07:29:35,540 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c39ce39b-6969-479d-94a9-628f8f6ec5e1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bc92bd9a-3480-48a9-adf2-a8dbf258fed7", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:29:35Z", "updated_at": "2025-11-29T07:29:35Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:35,935 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.395s
2025-11-29 07:29:35,936 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6b1e315d-f4c7-4913-9dac-0ff7fe2df493', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f6da0c6f-c6f8-4a72-8122-f4135bd0720a", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:29:35Z", "updated_at": "2025-11-29T07:29:35Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:36,727 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.791s
2025-11-29 07:29:36,727 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b5994515-c5ab-4060-9bc9-b48d0fabe565', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d821dd30-12d0-4a4f-99e6-69385e7e9767", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:29:36Z", "updated_at": "2025-11-29T07:29:36Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:36,991 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.263s
2025-11-29 07:29:36,991 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3b8dc105-848c-4406-89ef-163c436d01fe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f71473bd-ca3c-4a66-90a8-7c7f5d4e691c", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "459d88e1-2dc5-49aa-b8cd-08ecb466d94a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:29:36Z", "updated_at": "2025-11-29T07:29:36Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:37,357 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.361s
2025-11-29 07:29:37,357 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:37 GMT', 'server': 'Apache', 'content-length': '4726', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7bf3b1c2-2ffe-46ea-800d-cc29beaca101', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=23d4b910b8f9451a7c8fe5a39a8418b4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1dd0a7f5aaff402eb032cd5e60540dcb", "name": "tempest-TestNetworkBasicOps-1587012976-project-member", "password_expires_at": null}, "audit_ids": ["f1OZCGkRSsCaLTupooyXqw"], "expires_at": "2025-11-29T08:29:37.000000Z", "issued_at": "2025-11-29T07:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec8b80be17a14d1caf666636283749d0", "name": "tempest-TestNetworkBasicOps-1587012976"}, "is_domain": false, "roles": [{"id": "bf1e1b59b9774992a2918046037942ac", "name": "reader"}, {"id": "aa51ac2a5d4348c1b09abc929313af93", "name": "member"}], "catalog": [{"endpoints": [{"name": "neutron", "id": "50a7f738713048d8926f12e04f8b614e", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "c467ce3dfe124dc0a6b1ba39a5d0ca46", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}], "id": "01eb7209bab145daad11bd662e142fb7", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "nova", "id": "4a78a679d96846968d9951ed5334b8bf", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "92198a3efb3649ea9c9e0e19094ba0d7", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "03dd42fc40954456b65f8e380c7573e2", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "c2b04d5a3a664e159ab7b16e1dff4334", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "ce822f86d2b74430b4ce8779805a62db", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "0b60c799b56347f4a1efba7a2610f7d2", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"id": "48719511413141f086240c3ea8534aa5", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "623952c455dc47f78c1776a2ce7e7aba", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "20f23da29ec94462ae3477ff0d1f52f8", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "5cf38fd41b0546b684f80a3ab6b0a2d3", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "973c432f240744889ce22afa25f99c76", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "28556f2093de44afb5993c7a5400a99e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "899a3d1ecd2943b5a8def5007d5e4abe", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "glance", "id": "0ff2b63a7f8a4ebea13e0da66316fae2", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "efd17ecf02d04f6ca5b5f1f1b21264b8", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "a325401544014d6e93d44b4ddd93043a", "type": "image", "name": "glance"}, {"endpoints": [{"name": "swift", "id": "b021e459fe6a46f19300ee8111276fb1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_ec8b80be17a14d1caf666636283749d0", "region": "regionOne"}, {"name": "swift", "id": "c26ba2c16bd44b01b8bf1fb8ab8a9fea", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_ec8b
2025-11-29 07:29:37,358 32 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant
2025-11-29 07:29:41,192 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.834s
2025-11-29 07:29:41,193 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-586434876", "imageRef": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "flavorRef": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "networks": [{"uuid": "b998d842-14b5-466c-99db-e8ccb7fefb1d"}], "key_name": "tempest-TestNetworkBasicOps-2072959861", "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}]}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:37 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48a9494f-0513-4f04-9e37-2b6c9cd87c7b', 'x-compute-request-id': 'req-48a9494f-0513-4f04-9e37-2b6c9cd87c7b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; 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": "3835b666-929d-40c4-a556-3249ddef8b41", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "adminPass": "6ehkGWp9MTDh"}}'
2025-11-29 07:29:41,479 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.284s
2025-11-29 07:29:41,480 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:41 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c341e5f1-a0a6-4ab8-9083-e32f8d002b3c', 'x-compute-request-id': 'req-c341e5f1-a0a6-4ab8-9083-e32f8d002b3c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:29:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:29:42,791 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.307s
2025-11-29 07:29:42,791 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:42 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38833543-09d5-46af-94a4-f992f6ae390e', 'x-compute-request-id': 'req-38833543-09d5-46af-94a4-f992f6ae390e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:29:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:29:42,800 32 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait
2025-11-29 07:29:45,030 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 1.228s
2025-11-29 07:29:45,030 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:43 GMT', 'server': 'Apache', 'content-length': '1520', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87588c4c-4d75-470b-a09a-a7f58712f862', 'x-compute-request-id': 'req-87588c4c-4d75-470b-a09a-a7f58712f862', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:29:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:29:45,034 32 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait
2025-11-29 07:29:47,176 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 1.140s
2025-11-29 07:29:47,176 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:46 GMT', 'server': 'Apache', 'content-length': '1520', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bb03132-fa7c-422b-8ce3-f2b56c527583', 'x-compute-request-id': 'req-5bb03132-fa7c-422b-8ce3-f2b56c527583', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:29:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:29:48,973 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.787s
2025-11-29 07:29:48,973 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:48 GMT', 'server': 'Apache', 'content-length': '1692', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-347da970-012b-4189-9cc8-4a6d0a19507c', 'x-compute-request-id': 'req-347da970-012b-4189-9cc8-4a6d0a19507c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:29:48Z", "addresses": {"tempest-network-smoke--686425119": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": "2025-11-29T07:29:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:29:48,976 32 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait
2025-11-29 07:29:49,744 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.767s
2025-11-29 07:29:49,744 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:48 GMT', 'server': 'Apache', 'content-length': '1692', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f29c1fd-c9ba-4157-a7e6-a0cbaf978f1a', 'x-compute-request-id': 'req-9f29c1fd-c9ba-4157-a7e6-a0cbaf978f1a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:29:48Z", "addresses": {"tempest-network-smoke--686425119": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": "2025-11-29T07:29:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:29:49,748 32 INFO [tempest.scenario.manager] Tenant networks not configured to be reachable.
2025-11-29 07:29:49,874 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=3835b666-929d-40c4-a556-3249ddef8b41 0.125s
2025-11-29 07:29:49,874 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1340', 'x-openstack-request-id': 'req-f83a0553-dfcc-4899-b148-35027b313e03', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"ports":[{"id":"b95ddcc9-0165-4e0c-aa88-981010149da0","name":"","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","tenant_id":"ec8b80be17a14d1caf666636283749d0","mac_address":"fa:16:3e:0a:6a:49","admin_state_up":true,"status":"ACTIVE","device_id":"3835b666-929d-40c4-a556-3249ddef8b41","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","ip_address":"10.100.0.11"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["459d88e1-2dc5-49aa-b8cd-08ecb466d94a"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-testnetworkbasicops-server-586434876","dns_assignment":[{"ip_address":"10.100.0.11","hostname":"tempest-testnetworkbasicops-server-586434876","fqdn":"tempest-testnetworkbasicops-server-586434876.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2025-11-29T07:29:43Z","updated_at":"2025-11-29T07:29:47Z","revision_number":4,"project_id":"ec8b80be17a14d1caf666636283749d0"}]}'
2025-11-29 07:29:49,874 32 DEBUG [tempest.common.waiters] Server ID 3835b666-929d-40c4-a556-3249ddef8b41 ports are all ACTIVE [{'id': 'b95ddcc9-0165-4e0c-aa88-981010149da0', 'name': '', 'network_id': 'b998d842-14b5-466c-99db-e8ccb7fefb1d', 'tenant_id': 'ec8b80be17a14d1caf666636283749d0', 'mac_address': 'fa:16:3e:0a:6a:49', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '3835b666-929d-40c4-a556-3249ddef8b41', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '19945cff-020e-4a8c-b6b4-5608b4e5f65c', 'ip_address': '10.100.0.11'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['459d88e1-2dc5-49aa-b8cd-08ecb466d94a'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'compute-1.ctlplane.example.com', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'qos_policy_id': None, 'qos_network_policy_id': None, 'port_security_enabled': True, 'dns_name': 'tempest-testnetworkbasicops-server-586434876', 'dns_assignment': [{'ip_address': '10.100.0.11', 'hostname': 'tempest-testnetworkbasicops-server-586434876', 'fqdn': 'tempest-testnetworkbasicops-server-586434876.openstackgate.local.'}], 'dns_domain': '', 'resource_request': None, 'ip_allocation': 'immediate', 'tags': [], 'created_at': '2025-11-29T07:29:43Z', 'updated_at': '2025-11-29T07:29:47Z', 'revision_number': 4, 'project_id': 'ec8b80be17a14d1caf666636283749d0'}]:
2025-11-29 07:29:51,330 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.455s
2025-11-29 07:29:51,332 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "71130637-559d-49c0-8540-88a089b123c8", "port_id": "b95ddcc9-0165-4e0c-aa88-981010149da0", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "fixed_ip_address": "10.100.0.11"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-696945be-11d4-46cf-8b6a-b51b0f5c8f55', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; 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": "92a25155-1c10-4c7c-a8a4-850c52f625ac", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "floating_ip_address": "192.168.122.211", "floating_network_id": "71130637-559d-49c0-8540-88a089b123c8", "router_id": "729f6081-d793-4698-a4e7-41d3f1b7d8c7", "port_id": "b95ddcc9-0165-4e0c-aa88-981010149da0", "fixed_ip_address": "10.100.0.11", "status": "DOWN", "project_id": "ec8b80be17a14d1caf666636283749d0", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "b998d842-14b5-466c-99db-e8ccb7fefb1d", "mac_address": "fa:16:3e:0a:6a:49", "admin_state_up": true, "status": "ACTIVE", "device_id": "3835b666-929d-40c4-a556-3249ddef8b41", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-29T07:29:50Z", "updated_at": "2025-11-29T07:29:50Z", "revision_number": 0}}'
2025-11-29 07:29:51,746 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/92a25155-1c10-4c7c-a8a4-850c52f625ac 0.413s
2025-11-29 07:29:51,746 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:29:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '884', 'x-openstack-request-id': 'req-03c00d43-03f3-40ca-8860-e88bf15f277a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/92a25155-1c10-4c7c-a8a4-850c52f625ac'}
Body: b'{"floatingip": {"id": "92a25155-1c10-4c7c-a8a4-850c52f625ac", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "floating_ip_address": "192.168.122.211", "floating_network_id": "71130637-559d-49c0-8540-88a089b123c8", "router_id": "729f6081-d793-4698-a4e7-41d3f1b7d8c7", "port_id": "b95ddcc9-0165-4e0c-aa88-981010149da0", "fixed_ip_address": "10.100.0.11", "status": "ACTIVE", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "b998d842-14b5-466c-99db-e8ccb7fefb1d", "mac_address": "fa:16:3e:0a:6a:49", "admin_state_up": true, "status": "ACTIVE", "device_id": "3835b666-929d-40c4-a556-3249ddef8b41", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-29T07:29:50Z", "updated_at": "2025-11-29T07:29:51Z", "revision_number": 1, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:29:51,746 32 INFO [tempest.scenario.manager] FloatingIP: {'id': '92a25155-1c10-4c7c-a8a4-850c52f625ac', 'tenant_id': 'ec8b80be17a14d1caf666636283749d0', 'floating_ip_address': '192.168.122.211', 'floating_network_id': '71130637-559d-49c0-8540-88a089b123c8', 'router_id': '729f6081-d793-4698-a4e7-41d3f1b7d8c7', 'port_id': 'b95ddcc9-0165-4e0c-aa88-981010149da0', 'fixed_ip_address': '10.100.0.11', 'status': 'ACTIVE', 'description': '', 'qos_policy_id': None, 'port_details': {'name': '', 'network_id': 'b998d842-14b5-466c-99db-e8ccb7fefb1d', 'mac_address': 'fa:16:3e:0a:6a:49', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '3835b666-929d-40c4-a556-3249ddef8b41', 'device_owner': 'compute:nova'}, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-29T07:29:50Z', 'updated_at': '2025-11-29T07:29:51Z', 'revision_number': 1, 'project_id': 'ec8b80be17a14d1caf666636283749d0'} is at status: ACTIVE
2025-11-29 07:29:51,746 32 DEBUG [tempest.lib.common.utils.test_utils] Call refresh returns true in 0.413740 seconds
2025-11-29 07:29:51,746 32 DEBUG [tempest.scenario.manager] checking network connections to IP 192.168.122.211 with user: cirros
2025-11-29 07:29:51,747 32 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks begins to ping 192.168.122.211 in 120 sec and the expected result is reachable
2025-11-29 07:30:08,878 32 DEBUG [tempest.lib.common.utils.test_utils] Call ping returns true in 17.131045 seconds
2025-11-29 07:30:08,878 32 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks finishes ping 192.168.122.211 in 120 sec and the ping result is expected
2025-11-29 07:30:09,260 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41/action 0.380s
2025-11-29 07:30:09,260 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:08 GMT', 'server': 'Apache', 'content-length': '74459', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c76bad7-7185-41cb-8813-1029adc305c6', 'x-compute-request-id': 'req-5c76bad7-7185-41cb-8813-1029adc305c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] signal: max sigframe size: 1440\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-4.el9 04/01/2014\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1410365858 cycles\\n[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000037] tsc: Detected 2799.998 MHz processor\\n[ 0.001250] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001652] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.004501] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]\\n[ 0.004821] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.004826] ACPI: Early table checksum verification disabled\\n[ 0.004830] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )\\n[ 0.004836] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004842] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004849] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004854] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.004857] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004861] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004865] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.004868] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.004870] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.004872] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.004873] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.004875] ACPI: Reserving MCFG table memory at [mem 0x7fe4100-0x7fe413b]\\n[ 0.004876] ACPI: Reserving WAET table memory at [mem 0x7fe413c-0x7fe4163]\\n[ 0.006240] No NUMA configuration found\\n[ 0.006243] Faking a node at [mem 0x0000000000000000-0x0000000007fdafff]\\n[ 0.006251] NODE_DATA(0) allocated [mem 0x07717000-0x07740fff]\\n[ 0.006585] Zone ranges:\\n[ 0.006587] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.006589] DMA32 [mem 0x0000000001000000-0x0000000007fdafff]\\n[ 0.006591] Normal empty\\n[ 0.006593] Device empty\\n[ 0.006594] Movable zone sta
2025-11-29 07:30:09,261 32 DEBUG [tempest.scenario.manager] Console output for 3835b666-929d-40c4-a556-3249ddef8b41
body=
[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)
[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] signal: max sigframe size: 1440
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-4.el9 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock
[ 0.000001] kvm-clock: using sched offset of 1410365858 cycles
[ 0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000037] tsc: Detected 2799.998 MHz processor
[ 0.001250] last_pfn = 0x7fdb max_arch_pfn = 0x400000000
[ 0.001652] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.004501] found SMP MP-table at [mem 0x000f53e0-0x000f53ef]
[ 0.004821] RAMDISK: [mem 0x07741000-0x07fcafff]
[ 0.004826] ACPI: Early table checksum verification disabled
[ 0.004830] ACPI: RSDP 0x00000000000F5170 000014 (v00 BOCHS )
[ 0.004836] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.004842] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.004849] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.004854] ACPI: FACS 0x0000000007FE0000 000040
[ 0.004857] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.004861] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.004865] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.004868] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]
[ 0.004870] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]
[ 0.004872] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]
[ 0.004873] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]
[ 0.004875] ACPI: Reserving MCFG table memory at [mem 0x7fe4100-0x7fe413b]
[ 0.004876] ACPI: Reserving WAET table memory at [mem 0x7fe413c-0x7fe4163]
[ 0.006240] No NUMA configuration found
[ 0.006243] Faking a node at [mem 0x0000000000000000-0x0000000007fdafff]
[ 0.006251] NODE_DATA(0) allocated [mem 0x07717000-0x07740fff]
[ 0.006585] Zone ranges:
[ 0.006587] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.006589] DMA32 [mem 0x0000000001000000-0x0000000007fdafff]
[ 0.006591] Normal empty
[ 0.006593] Device empty
[ 0.006594] Movable zone start for each node
[ 0.006598] Early memory node ranges
[ 0.006598] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.006600] node 0: [mem 0x0000000000100000-0x0000000007fdafff]
[ 0.006602] Initmem setup node 0 [mem 0x0000000000001000-0x0000000007fdafff]
[ 0.006846] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.006875] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.007099] On node 0, zone DMA32: 37 pages in unavailable ranges
[ 0.019749] ACPI: PM-Timer IO Port: 0x608
[ 0.019785] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.019930] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.019934] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.019937] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.019939] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.019940] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.019942] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.019946] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.019963] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.020062] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.020065] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.020066] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.020068] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.020070] [mem 0x08000000-0xafffffff] available for PCI devices
[ 0.020072] Booting paravirtualized kernel on KVM
[ 0.020075] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.020082] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.020379] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u2097152
[ 0.020455] kvm-guest: setup async PF for cpu 0
[ 0.020485] kvm-guest: stealtime: cpu 0, msr 7232080
[ 0.020506] kvm-guest: PV spinlocks disabled, single CPU
[ 0.020512] Built 1 zonelists, mobility grouping on. Total pages: 31963
[ 0.020514] Policy zone: DMA32
[ 0.020515] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[ 0.020572] Unknown kernel command line parameters "LABEL=cirros-rootfs", will be passed to user space.
[ 0.020585] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.020591] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.020633] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.020929] Memory: 73072K/130532K available (16393K kernel code, 4383K rwdata, 10840K rodata, 3244K init, 6548K bss, 57200K reserved, 0K cma-reserved)
[ 0.021213] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.021229] ftrace: allocating 50600 entries in 198 pages
[ 0.045758] ftrace: allocated 198 pages with 4 groups
[ 0.045893] rcu: Hierarchical RCU implementation.
[ 0.045895] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[ 0.045898] Rude variant of Tasks RCU enabled.
[ 0.045899] Tracing variant of Tasks RCU enabled.
[ 0.045900] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.045902] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.049859] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[ 0.096850] Console: colour VGA+ 80x25
[ 0.247569] printk: console [tty1] enabled
[ 0.601256] printk: console [ttyS0] enabled
[ 0.604507] ACPI: Core revision 20210730
[ 0.607730] APIC: Switch to symmetric I/O mode setup
[ 0.612685] x2apic enabled
[ 0.616243] Switched APIC routing to physical x2apic.
[ 0.626204] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.631505] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c3ee517e, max_idle_ns: 440795257231 ns
[ 0.640423] Calibrating delay loop (skipped) preset value.. 5599.99 BogoMIPS (lpj=11199992)
[ 0.644421] pid_max: default: 32768 minimum: 301
[ 0.660449] LSM: Security Framework initializing
[ 0.664436] landlock: Up and running.
[ 0.667782] Yama: becoming mindful.
[ 0.668485] AppArmor: AppArmor initialized
[ 0.672467] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.676421] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.689602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.692422] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.696427] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.700422] Spectre V2 : Mitigation: Retpolines
[ 0.704420] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.708421] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.712422] Speculative Store Bypass: Vulnerable
[ 0.754057] Freeing SMP alternatives memory: 44K
[ 0.867034] smpboot: CPU0: AMD Intel Core i7 9xx (Nehalem Class Core i7) (family: 0x6, model: 0x1a, stepping: 0x3)
[ 0.868613] Performance Events: AMD PMU driver.
[ 0.872437] ... version: 0
[ 0.876421] ... bit width: 48
[ 0.879579] ... generic registers: 4
[ 0.880420] ... value mask: 0000ffffffffffff
[ 0.884420] ... max period: 00007fffffffffff
[ 0.888421] ... fixed-purpose events: 0
[ 0.891510] ... event mask: 000000000000000f
[ 0.892551] rcu: Hierarchical SRCU implementation.
[ 0.896961] smp: Bringing up secondary CPUs ...
[ 0.900424] smp: Brought up 1 node, 1 CPU
[ 0.904422] smpboot: Max logical packages: 1
[ 0.908421] smpboot: Total of 1 processors activated (5599.99 BogoMIPS)
[ 0.916475] devtmpfs: initialized
[ 0.919278] x86/mm: Memory block size: 128MB
[ 0.920635] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.924430] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.928499] pinctrl core: initialized pinctrl subsystem
[ 0.932859] PM: RTC time: 07:29:49, date: 2025-11-29
[ 0.936680] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.940505] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.944446] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.948434] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.956434] audit: initializing netlink subsys (disabled)
[ 0.960605] thermal_sys: Registered thermal governor 'fair_share'
[ 0.960607] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.964423] audit: type=2000 audit(1764401389.757:1): state=initialized audit_enabled=0 res=1
[ 0.972423] thermal_sys: Registered thermal governor 'step_wise'
[ 0.972425] thermal_sys: Registered thermal governor 'user_space'
[ 0.976421] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.980439] EISA bus registered
[ 0.988427] cpuidle: using governor ladder
[ 0.992421] cpuidle: using governor menu
[ 0.996719] ACPI: bus type PCI registered
[ 1.000421] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.004836] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[ 1.008424] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[ 1.012447] PCI: Using configuration type 1 for base access
[ 1.021356] Kprobes globally optimized
[ 1.024540] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.029623] ACPI: Added _OSI(Module Device)
[ 1.032443] ACPI: Added _OSI(Processor Device)
[ 1.036447] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.040426] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.044435] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.048421] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 1.052421] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 1.060489] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 1.068714] ACPI: Interpreter enabled
[ 1.071957] ACPI: PM: (supports S0 S5)
[ 1.072422] ACPI: Using IOAPIC for interrupt routing
[ 1.076475] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.080420] PCI: Using E820 reservations for host bridge windows
[ 1.084674] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 1.093528] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.096427] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 1.100529] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR DPC]
[ 1.104552] acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME AER PCIeCapability]
[ 1.114611] PCI host bridge to bus 0000:00
[ 1.116422] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.120421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 1.124421] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 1.128424] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.132423] pci_bus 0000:00: root bus resource [mem 0x08000000-0xafffffff window]
[ 1.136423] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 1.140421] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[ 1.144730] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[ 1.156857] pci 0000:00:01.0: [1af4:1050] type 00 class 0x030000
[ 1.168465] pci 0000:00:01.0: reg 0x10: [mem 0xf7800000-0xf7ffffff pref]
[ 1.184474] pci 0000:00:01.0: reg 0x18: [mem 0xfb200000-0xfb203fff 64bit pref]
[ 1.194794] pci 0000:00:01.0: reg 0x20: [mem 0xfea10000-0xfea10fff]
[ 1.206224] pci 0000:00:01.0: reg 0x30: [mem 0xfea00000-0xfea0ffff pref]
[ 1.208641] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.222071] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[ 1.230609] pci 0000:00:02.0: reg 0x10: [mem 0xfea11000-0xfea11fff]
[ 1.244773] pci 0000:00:02.0: enabling Extended Tags
[ 1.255065] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[ 1.266105] pci 0000:00:02.1: reg 0x10: [mem 0xfea12000-0xfea12fff]
[ 1.281486] pci 0000:00:02.1: enabling Extended Tags
[ 1.288669] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[ 1.304424] pci 0000:00:02.2: reg 0x10: [mem 0xfea13000-0xfea13fff]
[ 1.320760] pci 0000:00:02.2: enabling Extended Tags
[ 1.329807] pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
[ 1.338652] pci 0000:00:02.3: reg 0x10: [mem 0xfea14000-0xfea14fff]
[ 1.350673] pci 0000:00:02.3: enabling Extended Tags
[ 1.358846] pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
[ 1.365642] pci 0000:00:02.4: reg 0x10: [mem 0xfea15000-0xfea15fff]
[ 1.376723] pci 0000:00:02.4: enabling Extended Tags
[ 1.386134] pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
[ 1.394662] pci 0000:00:02.5: reg 0x10: [mem 0xfea16000-0xfea16fff]
[ 1.406306] pci 0000:00:02.5: enabling Extended Tags
[ 1.412798] pci 0000:00:02.6: [1b36:000c] type 01 class 0x060400
[ 1.421753] pci 0000:00:02.6: reg 0x10: [mem 0xfea17000-0xfea17fff]
[ 1.433484] pci 0000:00:02.6: enabling Extended Tags
[ 1.439233] pci 0000:00:02.7: [1b36:000c] type 01 class 0x060400
[ 1.444425] pci 0000:00:02.7: reg 0x10: [mem 0xfea18000-0xfea18fff]
[ 1.460844] pci 0000:00:02.7: enabling Extended Tags
[ 1.472821] pci 0000:00:03.0: [1b36:000c] type 01 class 0x060400
[ 1.480422] pci 0000:00:03.0: reg 0x10: [mem 0xfea19000-0xfea19fff]
[ 1.493962] pci 0000:00:03.0: enabling Extended Tags
[ 1.503008] pci 0000:00:03.1: [1b36:000c] type 01 class 0x060400
[ 1.514117] pci 0000:00:03.1: reg 0x10: [mem 0xfea1a000-0xfea1afff]
[ 1.529554] pci 0000:00:03.1: enabling Extended Tags
[ 1.535219] pci 0000:00:03.2: [1b36:000c] type 01 class 0x060400
[ 1.540424] pci 0000:00:03.2: reg 0x10: [mem 0xfea1b000-0xfea1bfff]
[ 1.553882] pci 0000:00:03.2: enabling Extended Tags
[ 1.559452] pci 0000:00:03.3: [1b36:000c] type 01 class 0x060400
[ 1.564422] pci 0000:00:03.3: reg 0x10: [mem 0xfea1c000-0xfea1cfff]
[ 1.581502] pci 0000:00:03.3: enabling Extended Tags
[ 1.590750] pci 0000:00:03.4: [1b36:000c] type 01 class 0x060400
[ 1.597529] pci 0000:00:03.4: reg 0x10: [mem 0xfea1d000-0xfea1dfff]
[ 1.610285] pci 0000:00:03.4: enabling Extended Tags
[ 1.620284] pci 0000:00:03.5: [1b36:000c] type 01 class 0x060400
[ 1.625626] pci 0000:00:03.5: reg 0x10: [mem 0xfea1e000-0xfea1efff]
[ 1.638450] pci 0000:00:03.5: enabling Extended Tags
[ 1.646341] pci 0000:00:03.6: [1b36:000c] type 01 class 0x060400
[ 1.654970] pci 0000:00:03.6: reg 0x10: [mem 0xfea1f000-0xfea1ffff]
[ 1.665272] pci 0000:00:03.6: enabling Extended Tags
[ 1.673353] pci 0000:00:03.7: [1b36:000c] type 01 class 0x060400
[ 1.680421] pci 0000:00:03.7: reg 0x10: [mem 0xfea20000-0xfea20fff]
[ 1.691108] pci 0000:00:03.7: enabling Extended Tags
[ 1.698622] pci 0000:00:04.0: [1b36:000c] type 01 class 0x060400
[ 1.706524] pci 0000:00:04.0: reg 0x10: [mem 0xfea21000-0xfea21fff]
[ 1.713831] pci 0000:00:04.0: enabling Extended Tags
[ 1.722336] pci 0000:00:04.1: [1b36:000c] type 01 class 0x060400
[ 1.732423] pci 0000:00:04.1: reg 0x10: [mem 0xfea22000-0xfea22fff]
[ 1.745496] pci 0000:00:04.1: enabling Extended Tags
[ 1.753413] pci 0000:00:04.2: [1b36:000c] type 01 class 0x060400
[ 1.761464] pci 0000:00:04.2: reg 0x10: [mem 0xfea23000-0xfea23fff]
[ 1.773480] pci 0000:00:04.2: enabling Extended Tags
[ 1.783440] pci 0000:00:04.3: [1b36:000c] type 01 class 0x060400
[ 1.787329] pci 0000:00:04.3: reg 0x10: [mem 0xfea24000-0xfea24fff]
[ 1.801784] pci 0000:00:04.3: enabling Extended Tags
[ 1.809288] pci 0000:00:04.4: [1b36:000c] type 01 class 0x060400
[ 1.818455] pci 0000:00:04.4: reg 0x10: [mem 0xfea25000-0xfea25fff]
[ 1.825259] pci 0000:00:04.4: enabling Extended Tags
[ 1.833614] pci 0000:00:04.5: [1b36:000c] type 01 class 0x060400
[ 1.843041] pci 0000:00:04.5: reg 0x10: [mem 0xfea26000-0xfea26fff]
[ 1.852624] pci 0000:00:04.5: enabling Extended Tags
[ 1.859268] pci 0000:00:04.6: [1b36:000c] type 01 class 0x060400
[ 1.867015] pci 0000:00:04.6: reg 0x10: [mem 0xfea27000-0xfea27fff]
[ 1.877729] pci 0000:00:04.6: enabling Extended Tags
[ 1.885687] pci 0000:00:04.7: [1b36:000c] type 01 class 0x060400
[ 1.892421] pci 0000:00:04.7: reg 0x10: [mem 0xfea28000-0xfea28fff]
[ 1.903446] pci 0000:00:04.7: enabling Extended Tags
[ 1.910432] pci 0000:00:05.0: [1b36:000c] type 01 class 0x060400
[ 1.917400] pci 0000:00:05.0: reg 0x10: [mem 0xfea29000-0xfea29fff]
[ 1.930854] pci 0000:00:05.0: enabling Extended Tags
[ 2.014476] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[ 2.021340] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[ 2.025456] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[ 2.045670] pci 0000:00:1f.2: reg 0x20: [io 0xd040-0xd05f]
[ 2.053324] pci 0000:00:1f.2: reg 0x24: [mem 0xfea2a000-0xfea2afff]
[ 2.063215] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 2.070648] pci 0000:00:1f.3: reg 0x20: [io 0x0700-0x073f]
[ 2.084380] pci 0000:01:00.0: [1b36:000e] type 01 class 0x060400
[ 2.096427] pci 0000:01:00.0: reg 0x10: [mem 0xfb800000-0xfb8000ff 64bit]
[ 2.106695] pci 0000:01:00.0: enabling Extended Tags
[ 2.214029] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 2.216504] pci 0000:00:02.0: bridge window [io 0xc000-0xcfff]
[ 2.220507] pci 0000:00:02.0: bridge window [mem 0xfb600000-0xfb9fffff]
[ 2.224585] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 2.233388] pci_bus 0000:02: extended config space not accessible
[ 2.236685] acpiphp: Slot [1] registered
[ 2.240492] acpiphp: Slot [0] registered
[ 2.244487] acpiphp: Slot [2] registered
[ 2.248495] acpiphp: Slot [3] registered
[ 2.252502] acpiphp: Slot [4] registered
[ 2.256490] acpiphp: Slot [5] registered
[ 2.260506] acpiphp: Slot [6] registered
[ 2.264486] acpiphp: Slot [7] registered
[ 2.267842] acpiphp: Slot [8] registered
[ 2.268475] acpiphp: Slot [9] registered
[ 2.272476] acpiphp: Slot [10] registered
[ 2.276477] acpiphp: Slot [11] registered
[ 2.280494] acpiphp: Slot [12] registered
[ 2.284477] acpiphp: Slot [13] registered
[ 2.288482] acpiphp: Slot [14] registered
[ 2.292490] acpiphp: Slot [15] registered
[ 2.296518] acpiphp: Slot [16] registered
[ 2.300482] acpiphp: Slot [17] registered
[ 2.304250] acpiphp: Slot [18] registered
[ 2.304495] acpiphp: Slot [19] registered
[ 2.308492] acpiphp: Slot [20] registered
[ 2.312476] acpiphp: Slot [21] registered
[ 2.316483] acpiphp: Slot [22] registered
[ 2.320501] acpiphp: Slot [23] registered
[ 2.324476] acpiphp: Slot [24] registered
[ 2.328484] acpiphp: Slot [25] registered
[ 2.331929] acpiphp: Slot [26] registered
[ 2.332475] acpiphp: Slot [27] registered
[ 2.336500] acpiphp: Slot [28] registered
[ 2.340492] acpiphp: Slot [29] registered
[ 2.344475] acpiphp: Slot [30] registered
[ 2.348479] acpiphp: Slot [31] registered
[ 2.355136] pci 0000:02:01.0: [8086:7020] type 00 class 0x0c0300
[ 2.370483] pci 0000:02:01.0: reg 0x20: [io 0xc000-0xc01f]
[ 2.466508] pci 0000:01:00.0: PCI bridge to [bus 02]
[ 2.468531] pci 0000:01:00.0: bridge window [io 0xc000-0xcfff]
[ 2.472496] pci 0000:01:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
[ 2.480492] pci 0000:01:00.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 2.492653] acpiphp: Slot [0-2] registered
[ 2.496972] pci 0000:03:00.0: [1af4:1041] type 00 class 0x020000
[ 2.508424] pci 0000:03:00.0: reg 0x14: [mem 0xfe840000-0xfe840fff]
[ 2.528423] pci 0000:03:00.0: reg 0x20: [mem 0xfae00000-0xfae03fff 64bit pref]
[ 2.536422] pci 0000:03:00.0: reg 0x30: [mem 0xfe800000-0xfe83ffff pref]
[ 2.540636] pci 0000:03:00.0: enabling Extended Tags
[ 2.636119] pci 0000:00:02.1: PCI bridge to [bus 03]
[ 2.640491] pci 0000:00:02.1: bridge window [mem 0xfe800000-0xfe9fffff]
[ 2.644598] pci 0000:00:02.1: bridge window [mem 0xfae00000-0xfaffffff 64bit pref]
[ 2.651701] acpiphp: Slot [0-3] registered
[ 2.653159] pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
[ 2.666654] pci 0000:04:00.0: reg 0x14: [mem 0xfe600000-0xfe600fff]
[ 2.684016] pci 0000:04:00.0: reg 0x20: [mem 0xfac00000-0xfac03fff 64bit pref]
[ 2.690414] pci 0000:04:00.0: enabling Extended Tags
[ 2.785590] pci 0000:00:02.2: PCI bridge to [bus 04]
[ 2.788600] pci 0000:00:02.2: bridge window [mem 0xfe600000-0xfe7fffff]
[ 2.792565] pci 0000:00:02.2: bridge window [mem 0xfac00000-0xfadfffff 64bit pref]
[ 2.802667] acpiphp: Slot [0-4] registered
[ 2.808657] pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00
[ 2.822720] pci 0000:05:00.0: reg 0x14: [mem 0xfe400000-0xfe400fff]
[ 2.837990] pci 0000:05:00.0: reg 0x20: [mem 0xfaa00000-0xfaa03fff 64bit pref]
[ 2.844643] pci 0000:05:00.0: enabling Extended Tags
[ 2.950053] pci 0000:00:02.3: PCI bridge to [bus 05]
[ 2.952570] pci 0000:00:02.3: bridge window [mem 0xfe400000-0xfe5fffff]
[ 2.956557] pci 0000:00:02.3: bridge window [mem 0xfaa00000-0xfabfffff 64bit pref]
[ 2.966229] acpiphp: Slot [0-5] registered
[ 2.969147] pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00
[ 2.980424] pci 0000:06:00.0: reg 0x14: [mem 0xfe200000-0xfe200fff]
[ 2.993529] pci 0000:06:00.0: reg 0x20: [mem 0xfa800000-0xfa803fff 64bit pref]
[ 3.000595] pci 0000:06:00.0: enabling Extended Tags
[ 3.089563] pci 0000:00:02.4: PCI bridge to [bus 06]
[ 3.092564] pci 0000:00:02.4: bridge window [mem 0xfe200000-0xfe3fffff]
[ 3.100456] pci 0000:00:02.4: bridge window [mem 0xfa800000-0xfa9fffff 64bit pref]
[ 3.110240] acpiphp: Slot [0-6] registered
[ 3.199367] pci 0000:00:02.5: PCI bridge to [bus 07]
[ 3.200569] pci 0000:00:02.5: bridge window [mem 0xfe000000-0xfe1fffff]
[ 3.204565] pci 0000:00:02.5: bridge window [mem 0xfa600000-0xfa7fffff 64bit pref]
[ 3.214317] acpiphp: Slot [0-7] registered
[ 3.296758] pci 0000:00:02.6: PCI bridge to [bus 08]
[ 3.300566] pci 0000:00:02.6: bridge window [mem 0xfde00000-0xfdffffff]
[ 3.304569] pci 0000:00:02.6: bridge window [mem 0xfa400000-0xfa5fffff 64bit pref]
[ 3.312789] acpiphp: Slot [0-8] registered
[ 3.404550] pci 0000:00:02.7: PCI bridge to [bus 09]
[ 3.408565] pci 0000:00:02.7: bridge window [mem 0xfdc00000-0xfddfffff]
[ 3.412557] pci 0000:00:02.7: bridge window [mem 0xfa200000-0xfa3fffff 64bit pref]
[ 3.422393] acpiphp: Slot [0-9] registered
[ 3.506613] pci 0000:00:03.0: PCI bridge to [bus 0a]
[ 3.508566] pci 0000:00:03.0: bridge window [mem 0xfda00000-0xfdbfffff]
[ 3.512623] pci 0000:00:03.0: bridge window [mem 0xfa000000-0xfa1fffff 64bit pref]
[ 3.521175] acpiphp: Slot [0-10] registered
[ 3.603752] pci 0000:00:03.1: PCI bridge to [bus 0b]
[ 3.604608] pci 0000:00:03.1: bridge window [mem 0xfd800000-0xfd9fffff]
[ 3.608560] pci 0000:00:03.1: bridge window [mem 0xf9e00000-0xf9ffffff 64bit pref]
[ 3.615503] acpiphp: Slot [0-11] registered
[ 3.699877] pci 0000:00:03.2: PCI bridge to [bus 0c]
[ 3.704564] pci 0000:00:03.2: bridge window [mem 0xfd600000-0xfd7fffff]
[ 3.708559] pci 0000:00:03.2: bridge window [mem 0xf9c00000-0xf9dfffff 64bit pref]
[ 3.717210] acpiphp: Slot [0-12] registered
[ 3.801449] pci 0000:00:03.3: PCI bridge to [bus 0d]
[ 3.804564] pci 0000:00:03.3: bridge window [mem 0xfd400000-0xfd5fffff]
[ 3.808558] pci 0000:00:03.3: bridge window [mem 0xf9a00000-0xf9bfffff 64bit pref]
[ 3.816551] acpiphp: Slot [0-13] registered
[ 3.901085] pci 0000:00:03.4: PCI bridge to [bus 0e]
[ 3.904598] pci 0000:00:03.4: bridge window [mem 0xfd200000-0xfd3fffff]
[ 3.908589] pci 0000:00:03.4: bridge window [mem 0xf9800000-0xf99fffff 64bit pref]
[ 3.918664] acpiphp: Slot [0-14] registered
[ 4.002656] pci 0000:00:03.5: PCI bridge to [bus 0f]
[ 4.004570] pci 0000:00:03.5: bridge window [mem 0xfd000000-0xfd1fffff]
[ 4.012524] pci 0000:00:03.5: bridge window [mem 0xf9600000-0xf97fffff 64bit pref]
[ 4.021178] acpiphp: Slot [0-15] registered
[ 4.104896] pci 0000:00:03.6: PCI bridge to [bus 10]
[ 4.108571] pci 0000:00:03.6: bridge window [mem 0xfce00000-0xfcffffff]
[ 4.112581] pci 0000:00:03.6: bridge window [mem 0xf9400000-0xf95fffff 64bit pref]
[ 4.119641] acpiphp: Slot [0-16] registered
[ 4.200141] pci 0000:00:03.7: PCI bridge to [bus 11]
[ 4.200589] pci 0000:00:03.7: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 4.204571] pci 0000:00:03.7: bridge window [mem 0xf9200000-0xf93fffff 64bit pref]
[ 4.214355] acpiphp: Slot [0-17] registered
[ 4.294491] pci 0000:00:04.0: PCI bridge to [bus 12]
[ 4.296569] pci 0000:00:04.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 4.300613] pci 0000:00:04.0: bridge window [mem 0xf9000000-0xf91fffff 64bit pref]
[ 4.309266] acpiphp: Slot [0-18] registered
[ 4.393312] pci 0000:00:04.1: PCI bridge to [bus 13]
[ 4.396570] pci 0000:00:04.1: bridge window [mem 0xfc800000-0xfc9fffff]
[ 4.404420] pci 0000:00:04.1: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 4.413205] acpiphp: Slot [0-19] registered
[ 4.502343] pci 0000:00:04.2: PCI bridge to [bus 14]
[ 4.504597] pci 0000:00:04.2: bridge window [mem 0xfc600000-0xfc7fffff]
[ 4.508602] pci 0000:00:04.2: bridge window [mem 0xf8c00000-0xf8dfffff 64bit pref]
[ 4.516667] acpiphp: Slot [0-20] registered
[ 4.602968] pci 0000:00:04.3: PCI bridge to [bus 15]
[ 4.604565] pci 0000:00:04.3: bridge window [mem 0xfc400000-0xfc5fffff]
[ 4.608558] pci 0000:00:04.3: bridge window [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 4.617342] acpiphp: Slot [0-21] registered
[ 4.708861] pci 0000:00:04.4: PCI bridge to [bus 16]
[ 4.712567] pci 0000:00:04.4: bridge window [mem 0xfc200000-0xfc3fffff]
[ 4.716593] pci 0000:00:04.4: bridge window [mem 0xf8800000-0xf89fffff 64bit pref]
[ 4.725211] acpiphp: Slot [0-22] registered
[ 4.818678] pci 0000:00:04.5: PCI bridge to [bus 17]
[ 4.820606] pci 0000:00:04.5: bridge window [mem 0xfc000000-0xfc1fffff]
[ 4.824593] pci 0000:00:04.5: bridge window [mem 0xf8600000-0xf87fffff 64bit pref]
[ 4.834355] acpiphp: Slot [0-23] registered
[ 4.920380] pci 0000:00:04.6: PCI bridge to [bus 18]
[ 4.920587] pci 0000:00:04.6: bridge window [mem 0xfbe00000-0xfbffffff]
[ 4.924572] pci 0000:00:04.6: bridge window [mem 0xf8400000-0xf85fffff 64bit pref]
[ 4.931703] acpiphp: Slot [0-24] registered
[ 5.028050] pci 0000:00:04.7: PCI bridge to [bus 19]
[ 5.028601] pci 0000:00:04.7: bridge window [mem 0xfbc00000-0xfbdfffff]
[ 5.032558] pci 0000:00:04.7: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[ 5.041398] acpiphp: Slot [0-25] registered
[ 5.130278] pci 0000:00:05.0: PCI bridge to [bus 1a]
[ 5.132570] pci 0000:00:05.0: bridge window [mem 0xfba00000-0xfbbfffff]
[ 5.136557] pci 0000:00:05.0: bridge window [mem 0xf8000000-0xf81fffff 64bit pref]
[ 5.206725] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 5.212727] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 5.216707] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 5.220705] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 5.224715] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[ 5.232611] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 5.236659] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 5.240671] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 5.244569] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[ 5.248445] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[ 5.252452] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[ 5.256451] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[ 5.260440] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[ 5.264448] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[ 5.268440] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[ 5.272442] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[ 5.276911] iommu: Default domain type: Translated
[ 5.280420] iommu: DMA domain TLB invalidation policy: lazy mode
[ 5.284749] SCSI subsystem initialized
[ 5.288609] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[ 5.292418] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 5.292436] pci 0000:00:01.0: vgaarb: bridge control possible
[ 5.296421] vgaarb: loaded
[ 5.298696] ACPI: bus type USB registered
[ 5.300448] usbcore: registered new interface driver usbfs
[ 5.304429] usbcore: registered new interface driver hub
[ 5.308446] usbcore: registered new device driver usb
[ 5.312479] pps_core: LinuxPPS API ver. 1 registered
[ 5.316423] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 5.320444] PTP clock support registered
[ 5.324570] EDAC MC: Ver: 3.0.0
[ 5.332170] NetLabel: Initializing
[ 5.332420] NetLabel: domain hash size = 128
[ 5.336423] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 5.340491] NetLabel: unlabeled traffic allowed by default
[ 5.344500] PCI: Using ACPI for IRQ routing
[ 6.269105] clocksource: Switched to clocksource kvm-clock
[ 6.291523] VFS: Disk quotas dquot_6.6.0
[ 6.295013] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 6.301279] AppArmor: AppArmor Filesystem Enabled
[ 6.305164] pnp: PnP ACPI init
[ 6.308679] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[ 6.315064] pnp: PnP ACPI: found 5 devices
[ 6.324908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 6.331525] NET: Registered PF_INET protocol family
[ 6.335456] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 6.343277] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 6.350502] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 6.356335] TCP established hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 6.362047] TCP bind hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 6.367438] TCP: Hash tables configured (established 1024 bind 1024)
[ 6.372878] MPTCP token hash table entries: 256 (order: 0, 6144 bytes, linear)
[ 6.378315] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 6.383186] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 6.388832] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 6.393415] NET: Registered PF_XDP protocol family
[ 6.397507] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 6.403780] pci 0000:00:02.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 6.410180] pci 0000:00:02.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 6.416688] pci 0000:00:02.4: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 6.423017] pci 0000:00:02.5: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 6.429762] pci 0000:00:02.6: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 6.436342] pci 0000:00:02.7: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 6.442548] pci 0000:00:03.0: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 6.448886] pci 0000:00:03.1: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
[ 6.455222] pci 0000:00:03.2: bridge window [io 0x1000-0x0fff] to [bus 0c] add_size 1000
[ 6.461576] pci 0000:00:03.3: bridge window [io 0x1000-0x0fff] to [bus 0d] add_size 1000
[ 6.468535] pci 0000:00:03.4: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 6.475226] pci 0000:00:03.5: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 6.482478] pci 0000:00:03.6: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 6.489821] pci 0000:00:03.7: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 6.496229] pci 0000:00:04.0: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 6.502515] pci 0000:00:04.1: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000
[ 6.508918] pci 0000:00:04.2: bridge window [io 0x1000-0x0fff] to [bus 14] add_size 1000
[ 6.514893] pci 0000:00:04.3: bridge window [io 0x1000-0x0fff] to [bus 15] add_size 1000
[ 6.521041] pci 0000:00:04.4: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 6.527173] pci 0000:00:04.5: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 6.533454] pci 0000:00:04.6: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 6.539674] pci 0000:00:04.7: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 6.546215] pci 0000:00:05.0: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 6.553064] pci 0000:00:02.1: BAR 13: assigned [io 0x1000-0x1fff]
[ 6.557619] pci 0000:00:02.2: BAR 13: assigned [io 0x2000-0x2fff]
[ 6.562297] pci 0000:00:02.3: BAR 13: assigned [io 0x3000-0x3fff]
[ 6.566832] pci 0000:00:02.4: BAR 13: assigned [io 0x4000-0x4fff]
[ 6.571357] pci 0000:00:02.5: BAR 13: assigned [io 0x5000-0x5fff]
[ 6.575870] pci 0000:00:02.6: BAR 13: assigned [io 0x6000-0x6fff]
[ 6.580467] pci 0000:00:02.7: BAR 13: assigned [io 0x7000-0x7fff]
[ 6.584966] pci 0000:00:03.0: BAR 13: assigned [io 0x8000-0x8fff]
[ 6.589538] pci 0000:00:03.1: BAR 13: assigned [io 0x9000-0x9fff]
[ 6.594063] pci 0000:00:03.2: BAR 13: assigned [io 0xa000-0xafff]
[ 6.598581] pci 0000:00:03.3: BAR 13: assigned [io 0xb000-0xbfff]
[ 6.603157] pci 0000:00:03.4: BAR 13: assigned [io 0xe000-0xefff]
[ 6.607680] pci 0000:00:03.5: BAR 13: assigned [io 0xf000-0xffff]
[ 6.612194] pci 0000:00:03.6: BAR 13: no space for [io size 0x1000]
[ 6.616909] pci 0000:00:03.6: BAR 13: failed to assign [io size 0x1000]
[ 6.621809] pci 0000:00:03.7: BAR 13: no space for [io size 0x1000]
[ 6.626664] pci 0000:00:03.7: BAR 13: failed to assign [io size 0x1000]
[ 6.631683] pci 0000:00:04.0: BAR 13: no space for [io size 0x1000]
[ 6.636326] pci 0000:00:04.0: BAR 13: failed to assign [io size 0x1000]
[ 6.641215] pci 0000:00:04.1: BAR 13: no space for [io size 0x1000]
[ 6.646012] pci 0000:00:04.1: BAR 13: failed to assign [io size 0x1000]
[ 6.650864] pci 0000:00:04.2: BAR 13: no space for [io size 0x1000]
[ 6.655531] pci 0000:00:04.2: BAR 13: failed to assign [io size 0x1000]
[ 6.660475] pci 0000:00:04.3: BAR 13: no space for [io size 0x1000]
[ 6.665533] pci 0000:00:04.3: BAR 13: failed to assign [io size 0x1000]
[ 6.670471] pci 0000:00:04.4: BAR 13: no space for [io size 0x1000]
[ 6.675250] pci 0000:00:04.4: BAR 13: failed to assign [io size 0x1000]
[ 6.680154] pci 0000:00:04.5: BAR 13: no space for [io size 0x1000]
[ 6.684889] pci 0000:00:04.5: BAR 13: failed to assign [io size 0x1000]
[ 6.689928] pci 0000:00:04.6: BAR 13: no space for [io size 0x1000]
[ 6.694807] pci 0000:00:04.6: BAR 13: failed to assign [io size 0x1000]
[ 6.699897] pci 0000:00:04.7: BAR 13: no space for [io size 0x1000]
[ 6.704846] pci 0000:00:04.7: BAR 13: failed to assign [io size 0x1000]
[ 6.710114] pci 0000:00:05.0: BAR 13: no space for [io size 0x1000]
[ 6.715475] pci 0000:00:05.0: BAR 13: failed to assign [io size 0x1000]
[ 6.720390] pci 0000:00:05.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 6.725199] pci 0000:00:04.7: BAR 13: assigned [io 0x2000-0x2fff]
[ 6.729937] pci 0000:00:04.6: BAR 13: assigned [io 0x3000-0x3fff]
[ 6.734523] pci 0000:00:04.5: BAR 13: assigned [io 0x4000-0x4fff]
[ 6.739405] pci 0000:00:04.4: BAR 13: assigned [io 0x5000-0x5fff]
[ 6.744374] pci 0000:00:04.3: BAR 13: assigned [io 0x6000-0x6fff]
[ 6.749240] pci 0000:00:04.2: BAR 13: assigned [io 0x7000-0x7fff]
[ 6.754514] pci 0000:00:04.1: BAR 13: assigned [io 0x8000-0x8fff]
[ 6.759512] pci 0000:00:04.0: BAR 13: assigned [io 0x9000-0x9fff]
[ 6.764476] pci 0000:00:03.7: BAR 13: assigned [io 0xa000-0xafff]
[ 6.769038] pci 0000:00:03.6: BAR 13: assigned [io 0xb000-0xbfff]
[ 6.774039] pci 0000:00:03.5: BAR 13: assigned [io 0xe000-0xefff]
[ 6.779528] pci 0000:00:03.4: BAR 13: assigned [io 0xf000-0xffff]
[ 6.784566] pci 0000:00:03.3: BAR 13: no space for [io size 0x1000]
[ 6.790445] pci 0000:00:03.3: BAR 13: failed to assign [io size 0x1000]
[ 6.795887] pci 0000:00:03.2: BAR 13: no space for [io size 0x1000]
[ 6.801926] pci 0000:00:03.2: BAR 13: failed to assign [io size 0x1000]
[ 6.808223] pci 0000:00:03.1: BAR 13: no space for [io size 0x1000]
[ 6.813863] pci 0000:00:03.1: BAR 13: failed to assign [io size 0x1000]
[ 6.819463] pci 0000:00:03.0: BAR 13: no space for [io size 0x1000]
[ 6.824376] pci 0000:00:03.0: BAR 13: failed to assign [io size 0x1000]
[ 6.829436] pci 0000:00:02.7: BAR 13: no space for [io size 0x1000]
[ 6.834291] pci 0000:00:02.7: BAR 13: failed to assign [io size 0x1000]
[ 6.839393] pci 0000:00:02.6: BAR 13: no space for [io size 0x1000]
[ 6.844418] pci 0000:00:02.6: BAR 13: failed to assign [io size 0x1000]
[ 6.849482] pci 0000:00:02.5: BAR 13: no space for [io size 0x1000]
[ 6.854241] pci 0000:00:02.5: BAR 13: failed to assign [io size 0x1000]
[ 6.859581] pci 0000:00:02.4: BAR 13: no space for [io size 0x1000]
[ 6.864364] pci 0000:00:02.4: BAR 13: failed to assign [io size 0x1000]
[ 6.869630] pci 0000:00:02.3: BAR 13: no space for [io size 0x1000]
[ 6.874350] pci 0000:00:02.3: BAR 13: failed to assign [io size 0x1000]
[ 6.879378] pci 0000:00:02.2: BAR 13: no space for [io size 0x1000]
[ 6.884079] pci 0000:00:02.2: BAR 13: failed to assign [io size 0x1000]
[ 6.889322] pci 0000:00:02.1: BAR 13: no space for [io size 0x1000]
[ 6.894218] pci 0000:00:02.1: BAR 13: failed to assign [io size 0x1000]
[ 6.899554] pci 0000:01:00.0: PCI bridge to [bus 02]
[ 6.903461] pci 0000:01:00.0: bridge window [io 0xc000-0xcfff]
[ 6.913183] pci 0000:01:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
[ 6.920806] pci 0000:01:00.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 6.932621] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 6.939607] pci 0000:00:02.0: bridge window [io 0xc000-0xcfff]
[ 6.947520] pci 0000:00:02.0: bridge window [mem 0xfb600000-0xfb9fffff]
[ 6.955414] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 6.967755] pci 0000:00:02.1: PCI bridge to [bus 03]
[ 6.977563] pci 0000:00:02.1: bridge window [mem 0xfe800000-0xfe9fffff]
[ 6.986607] pci 0000:00:02.1: bridge window [mem 0xfae00000-0xfaffffff 64bit pref]
[ 6.996747] pci 0000:00:02.2: PCI bridge to [bus 04]
[ 7.003496] pci 0000:00:02.2: bridge window [mem 0xfe600000-0xfe7fffff]
[ 7.012716] pci 0000:00:02.2: bridge window [mem 0xfac00000-0xfadfffff 64bit pref]
[ 7.023514] pci 0000:00:02.3: PCI bridge to [bus 05]
[ 7.031006] pci 0000:00:02.3: bridge window [mem 0xfe400000-0xfe5fffff]
[ 7.040502] pci 0000:00:02.3: bridge window [mem 0xfaa00000-0xfabfffff 64bit pref]
[ 7.052403] pci 0000:00:02.4: PCI bridge to [bus 06]
[ 7.060970] pci 0000:00:02.4: bridge window [mem 0xfe200000-0xfe3fffff]
[ 7.070224] pci 0000:00:02.4: bridge window [mem 0xfa800000-0xfa9fffff 64bit pref]
[ 7.079939] pci 0000:00:02.5: PCI bridge to [bus 07]
[ 7.086607] pci 0000:00:02.5: bridge window [mem 0xfe000000-0xfe1fffff]
[ 7.096358] pci 0000:00:02.5: bridge window [mem 0xfa600000-0xfa7fffff 64bit pref]
[ 7.108041] pci 0000:00:02.6: PCI bridge to [bus 08]
[ 7.116692] pci 0000:00:02.6: bridge window [mem 0xfde00000-0xfdffffff]
[ 7.145086] pci 0000:00:02.6: bridge window [mem 0xfa400000-0xfa5fffff 64bit pref]
[ 7.156695] pci 0000:00:02.7: PCI bridge to [bus 09]
[ 7.164967] pci 0000:00:02.7: bridge window [mem 0xfdc00000-0xfddfffff]
[ 7.173236] pci 0000:00:02.7: bridge window [mem 0xfa200000-0xfa3fffff 64bit pref]
[ 7.184091] pci 0000:00:03.0: PCI bridge to [bus 0a]
[ 7.191695] pci 0000:00:03.0: bridge window [mem 0xfda00000-0xfdbfffff]
[ 7.199438] pci 0000:00:03.0: bridge window [mem 0xfa000000-0xfa1fffff 64bit pref]
[ 7.210530] pci 0000:00:03.1: PCI bridge to [bus 0b]
[ 7.217373] pci 0000:00:03.1: bridge window [mem 0xfd800000-0xfd9fffff]
[ 7.226443] pci 0000:00:03.1: bridge window [mem 0xf9e00000-0xf9ffffff 64bit pref]
[ 7.237482] pci 0000:00:03.2: PCI bridge to [bus 0c]
[ 7.245287] pci 0000:00:03.2: bridge window [mem 0xfd600000-0xfd7fffff]
[ 7.252989] pci 0000:00:03.2: bridge window [mem 0xf9c00000-0xf9dfffff 64bit pref]
[ 7.262800] pci 0000:00:03.3: PCI bridge to [bus 0d]
[ 7.269940] pci 0000:00:03.3: bridge window [mem 0xfd400000-0xfd5fffff]
[ 7.277599] pci 0000:00:03.3: bridge window [mem 0xf9a00000-0xf9bfffff 64bit pref]
[ 7.289508] pci 0000:00:03.4: PCI bridge to [bus 0e]
[ 7.294249] pci 0000:00:03.4: bridge window [io 0xf000-0xffff]
[ 7.301417] pci 0000:00:03.4: bridge window [mem 0xfd200000-0xfd3fffff]
[ 7.307908] pci 0000:00:03.4: bridge window [mem 0xf9800000-0xf99fffff 64bit pref]
[ 7.317171] pci 0000:00:03.5: PCI bridge to [bus 0f]
[ 7.322345] pci 0000:00:03.5: bridge window [io 0xe000-0xefff]
[ 7.328644] pci 0000:00:03.5: bridge window [mem 0xfd000000-0xfd1fffff]
[ 7.335805] pci 0000:00:03.5: bridge window [mem 0xf9600000-0xf97fffff 64bit pref]
[ 7.346074] pci 0000:00:03.6: PCI bridge to [bus 10]
[ 7.350117] pci 0000:00:03.6: bridge window [io 0xb000-0xbfff]
[ 7.357554] pci 0000:00:03.6: bridge window [mem 0xfce00000-0xfcffffff]
[ 7.363628] pci 0000:00:03.6: bridge window [mem 0xf9400000-0xf95fffff 64bit pref]
[ 7.373684] pci 0000:00:03.7: PCI bridge to [bus 11]
[ 7.378884] pci 0000:00:03.7: bridge window [io 0xa000-0xafff]
[ 7.386574] pci 0000:00:03.7: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 7.394205] pci 0000:00:03.7: bridge window [mem 0xf9200000-0xf93fffff 64bit pref]
[ 7.403161] pci 0000:00:04.0: PCI bridge to [bus 12]
[ 7.406946] pci 0000:00:04.0: bridge window [io 0x9000-0x9fff]
[ 7.414236] pci 0000:00:04.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 7.420525] pci 0000:00:04.0: bridge window [mem 0xf9000000-0xf91fffff 64bit pref]
[ 7.430591] pci 0000:00:04.1: PCI bridge to [bus 13]
[ 7.436127] pci 0000:00:04.1: bridge window [io 0x8000-0x8fff]
[ 7.442761] pci 0000:00:04.1: bridge window [mem 0xfc800000-0xfc9fffff]
[ 7.450700] pci 0000:00:04.1: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 7.459945] pci 0000:00:04.2: PCI bridge to [bus 14]
[ 7.464094] pci 0000:00:04.2: bridge window [io 0x7000-0x7fff]
[ 7.472417] pci 0000:00:04.2: bridge window [mem 0xfc600000-0xfc7fffff]
[ 7.478857] pci 0000:00:04.2: bridge window [mem 0xf8c00000-0xf8dfffff 64bit pref]
[ 7.488820] pci 0000:00:04.3: PCI bridge to [bus 15]
[ 7.494182] pci 0000:00:04.3: bridge window [io 0x6000-0x6fff]
[ 7.500534] pci 0000:00:04.3: bridge window [mem 0xfc400000-0xfc5fffff]
[ 7.507670] pci 0000:00:04.3: bridge window [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 7.516727] pci 0000:00:04.4: PCI bridge to [bus 16]
[ 7.520655] pci 0000:00:04.4: bridge window [io 0x5000-0x5fff]
[ 7.527883] pci 0000:00:04.4: bridge window [mem 0xfc200000-0xfc3fffff]
[ 7.534368] pci 0000:00:04.4: bridge window [mem 0xf8800000-0xf89fffff 64bit pref]
[ 7.544374] pci 0000:00:04.5: PCI bridge to [bus 17]
[ 7.549722] pci 0000:00:04.5: bridge window [io 0x4000-0x4fff]
[ 7.557204] pci 0000:00:04.5: bridge window [mem 0xfc000000-0xfc1fffff]
[ 7.565168] pci 0000:00:04.5: bridge window [mem 0xf8600000-0xf87fffff 64bit pref]
[ 7.574836] pci 0000:00:04.6: PCI bridge to [bus 18]
[ 7.579339] pci 0000:00:04.6: bridge window [io 0x3000-0x3fff]
[ 7.588200] pci 0000:00:04.6: bridge window [mem 0xfbe00000-0xfbffffff]
[ 7.596743] pci 0000:00:04.6: bridge window [mem 0xf8400000-0xf85fffff 64bit pref]
[ 7.605608] pci 0000:00:04.7: PCI bridge to [bus 19]
[ 7.611267] pci 0000:00:04.7: bridge window [io 0x2000-0x2fff]
[ 7.619805] pci 0000:00:04.7: bridge window [mem 0xfbc00000-0xfbdfffff]
[ 7.626197] pci 0000:00:04.7: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[ 7.636353] pci 0000:00:05.0: PCI bridge to [bus 1a]
[ 7.640323] pci 0000:00:05.0: bridge window [io 0x1000-0x1fff]
[ 7.649383] pci 0000:00:05.0: bridge window [mem 0xfba00000-0xfbbfffff]
[ 7.657936] pci 0000:00:05.0: bridge window [mem 0xf8000000-0xf81fffff 64bit pref]
[ 7.668187] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 7.672926] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 7.678359] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 7.683440] pci_bus 0000:00: resource 7 [mem 0x08000000-0xafffffff window]
[ 7.688549] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[ 7.693582] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[ 7.698759] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 7.702962] pci_bus 0000:01: resource 1 [mem 0xfb600000-0xfb9fffff]
[ 7.707678] pci_bus 0000:01: resource 2 [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 7.713092] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
[ 7.717295] pci_bus 0000:02: resource 1 [mem 0xfb600000-0xfb7fffff]
[ 7.721922] pci_bus 0000:02: resource 2 [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 7.727410] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe9fffff]
[ 7.732661] pci_bus 0000:03: resource 2 [mem 0xfae00000-0xfaffffff 64bit pref]
[ 7.738212] pci_bus 0000:04: resource 1 [mem 0xfe600000-0xfe7fffff]
[ 7.744397] pci_bus 0000:04: resource 2 [mem 0xfac00000-0xfadfffff 64bit pref]
[ 7.750502] pci_bus 0000:05: resource 1 [mem 0xfe400000-0xfe5fffff]
[ 7.755116] pci_bus 0000:05: resource 2 [mem 0xfaa00000-0xfabfffff 64bit pref]
[ 7.760894] pci_bus 0000:06: resource 1 [mem 0xfe200000-0xfe3fffff]
[ 7.766065] pci_bus 0000:06: resource 2 [mem 0xfa800000-0xfa9fffff 64bit pref]
[ 7.772485] pci_bus 0000:07: resource 1 [mem 0xfe000000-0xfe1fffff]
[ 7.778616] pci_bus 0000:07: resource 2 [mem 0xfa600000-0xfa7fffff 64bit pref]
[ 7.784193] pci_bus 0000:08: resource 1 [mem 0xfde00000-0xfdffffff]
[ 7.789065] pci_bus 0000:08: resource 2 [mem 0xfa400000-0xfa5fffff 64bit pref]
[ 7.794591] pci_bus 0000:09: resource 1 [mem 0xfdc00000-0xfddfffff]
[ 7.799437] pci_bus 0000:09: resource 2 [mem 0xfa200000-0xfa3fffff 64bit pref]
[ 7.805288] pci_bus 0000:0a: resource 1 [mem 0xfda00000-0xfdbfffff]
[ 7.811333] pci_bus 0000:0a: resource 2 [mem 0xfa000000-0xfa1fffff 64bit pref]
[ 7.818381] pci_bus 0000:0b: resource 1 [mem 0xfd800000-0xfd9fffff]
[ 7.824298] pci_bus 0000:0b: resource 2 [mem 0xf9e00000-0xf9ffffff 64bit pref]
[ 7.831435] pci_bus 0000:0c: resource 1 [mem 0xfd600000-0xfd7fffff]
[ 7.837127] pci_bus 0000:0c: resource 2 [mem 0xf9c00000-0xf9dfffff 64bit pref]
[ 7.843298] pci_bus 0000:0d: resource 1 [mem 0xfd400000-0xfd5fffff]
[ 7.848384] pci_bus 0000:0d: resource 2 [mem 0xf9a00000-0xf9bfffff 64bit pref]
[ 7.853956] pci_bus 0000:0e: resource 0 [io 0xf000-0xffff]
[ 7.858179] pci_bus 0000:0e: resource 1 [mem 0xfd200000-0xfd3fffff]
[ 7.862921] pci_bus 0000:0e: resource 2 [mem 0xf9800000-0xf99fffff 64bit pref]
[ 7.868447] pci_bus 0000:0f: resource 0 [io 0xe000-0xefff]
[ 7.873076] pci_bus 0000:0f: resource 1 [mem 0xfd000000-0xfd1fffff]
[ 7.878206] pci_bus 0000:0f: resource 2 [mem 0xf9600000-0xf97fffff 64bit pref]
[ 7.883921] pci_bus 0000:10: resource 0 [io 0xb000-0xbfff]
[ 7.888764] pci_bus 0000:10: resource 1 [mem 0xfce00000-0xfcffffff]
[ 7.893537] pci_bus 0000:10: resource 2 [mem 0xf9400000-0xf95fffff 64bit pref]
[ 7.898928] pci_bus 0000:11: resource 0 [io 0xa000-0xafff]
[ 7.903105] pci_bus 0000:11: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 7.907822] pci_bus 0000:11: resource 2 [mem 0xf9200000-0xf93fffff 64bit pref]
[ 7.913280] pci_bus 0000:12: resource 0 [io 0x9000-0x9fff]
[ 7.917606] pci_bus 0000:12: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 7.922172] pci_bus 0000:12: resource 2 [mem 0xf9000000-0xf91fffff 64bit pref]
[ 7.927507] pci_bus 0000:13: resource 0 [io 0x8000-0x8fff]
[ 7.931740] pci_bus 0000:13: resource 1 [mem 0xfc800000-0xfc9fffff]
[ 7.936452] pci_bus 0000:13: resource 2 [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 7.941810] pci_bus 0000:14: resource 0 [io 0x7000-0x7fff]
[ 7.946003] pci_bus 0000:14: resource 1 [mem 0xfc600000-0xfc7fffff]
[ 7.950583] pci_bus 0000:14: resource 2 [mem 0xf8c00000-0xf8dfffff 64bit pref]
[ 7.956027] pci_bus 0000:15: resource 0 [io 0x6000-0x6fff]
[ 7.960291] pci_bus 0000:15: resource 1 [mem 0xfc400000-0xfc5fffff]
[ 7.964943] pci_bus 0000:15: resource 2 [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 7.970545] pci_bus 0000:16: resource 0 [io 0x5000-0x5fff]
[ 7.975335] pci_bus 0000:16: resource 1 [mem 0xfc200000-0xfc3fffff]
[ 7.980802] pci_bus 0000:16: resource 2 [mem 0xf8800000-0xf89fffff 64bit pref]
[ 7.986778] pci_bus 0000:17: resource 0 [io 0x4000-0x4fff]
[ 7.991404] pci_bus 0000:17: resource 1 [mem 0xfc000000-0xfc1fffff]
[ 7.996536] pci_bus 0000:17: resource 2 [mem 0xf8600000-0xf87fffff 64bit pref]
[ 8.002280] pci_bus 0000:18: resource 0 [io 0x3000-0x3fff]
[ 8.006896] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbffffff]
[ 8.011967] pci_bus 0000:18: resource 2 [mem 0xf8400000-0xf85fffff 64bit pref]
[ 8.017700] pci_bus 0000:19: resource 0 [io 0x2000-0x2fff]
[ 8.022371] pci_bus 0000:19: resource 1 [mem 0xfbc00000-0xfbdfffff]
[ 8.044468] pci_bus 0000:19: resource 2 [mem 0xf8200000-0xf83fffff 64bit pref]
[ 8.051760] pci_bus 0000:1a: resource 0 [io 0x1000-0x1fff]
[ 8.055964] pci_bus 0000:1a: resource 1 [mem 0xfba00000-0xfbbfffff]
[ 8.060630] pci_bus 0000:1a: resource 2 [mem 0xf8000000-0xf81fffff 64bit pref]
[ 8.067637] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[ 8.078986] pci 0000:02:01.0: quirk_usb_early_handoff+0x0/0x160 took 11437 usecs
[ 8.085679] PCI: CLS 0 bytes, default 64
[ 8.088945] Trying to unpack rootfs image as initramfs...
[ 8.093009] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x285c3ee517e, max_idle_ns: 440795257231 ns
[ 8.112729] Initialise system trusted keyrings
[ 8.116103] Key type blacklist registered
[ 8.124547] workingset: timestamp_bits=36 max_order=15 bucket_order=0
[ 8.133667] zbud: loaded
[ 8.140770] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 8.152583] fuse: init (API version 7.34)
[ 8.155838] integrity: Platform Keyring initialized
[ 8.172640] Key type asymmetric registered
[ 8.175997] Asymmetric key parser 'x509' registered
[ 8.184735] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 8.200529] io scheduler mq-deadline registered
[ 8.207427] pcieport 0000:00:02.0: PME: Signaling with IRQ 24
[ 8.226341] pcieport 0000:00:02.0: AER: enabled with IRQ 24
[ 8.242027] pcieport 0000:00:02.1: PME: Signaling with IRQ 25
[ 8.257177] pcieport 0000:00:02.1: AER: enabled with IRQ 25
[ 8.273768] pcieport 0000:00:02.2: PME: Signaling with IRQ 26
[ 8.285049] pcieport 0000:00:02.2: AER: enabled with IRQ 26
[ 8.301879] pcieport 0000:00:02.3: PME: Signaling with IRQ 27
[ 8.316875] pcieport 0000:00:02.3: AER: enabled with IRQ 27
[ 8.329873] pcieport 0000:00:02.4: PME: Signaling with IRQ 28
[ 8.345081] pcieport 0000:00:02.4: AER: enabled with IRQ 28
[ 8.352500] Freeing initrd memory: 8744K
[ 8.360508] pcieport 0000:00:02.5: PME: Signaling with IRQ 29
[ 8.365297] pcieport 0000:00:02.5: AER: enabled with IRQ 29
[ 8.373895] pcieport 0000:00:02.6: PME: Signaling with IRQ 30
[ 8.379574] pcieport 0000:00:02.6: AER: enabled with IRQ 30
[ 8.388196] pcieport 0000:00:02.7: PME: Signaling with IRQ 31
[ 8.393026] pcieport 0000:00:02.7: AER: enabled with IRQ 31
[ 8.398715] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[ 8.405835] pcieport 0000:00:03.0: PME: Signaling with IRQ 32
[ 8.411743] pcieport 0000:00:03.0: AER: enabled with IRQ 32
[ 8.421428] pcieport 0000:00:03.1: PME: Signaling with IRQ 33
[ 8.426162] pcieport 0000:00:03.1: AER: enabled with IRQ 33
[ 8.435763] pcieport 0000:00:03.2: PME: Signaling with IRQ 34
[ 8.440967] pcieport 0000:00:03.2: AER: enabled with IRQ 34
[ 8.450299] pcieport 0000:00:03.3: PME: Signaling with IRQ 35
[ 8.457295] pcieport 0000:00:03.3: AER: enabled with IRQ 35
[ 8.467081] pcieport 0000:00:03.4: PME: Signaling with IRQ 36
[ 8.473578] pcieport 0000:00:03.4: AER: enabled with IRQ 36
[ 8.484832] pcieport 0000:00:03.5: PME: Signaling with IRQ 37
[ 8.489992] pcieport 0000:00:03.5: AER: enabled with IRQ 37
[ 8.502572] pcieport 0000:00:03.6: PME: Signaling with IRQ 38
[ 8.509997] pcieport 0000:00:03.6: AER: enabled with IRQ 38
[ 8.520953] pcieport 0000:00:03.7: PME: Signaling with IRQ 39
[ 8.526633] pcieport 0000:00:03.7: AER: enabled with IRQ 39
[ 8.535153] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[ 8.544209] pcieport 0000:00:04.0: PME: Signaling with IRQ 40
[ 8.551652] pcieport 0000:00:04.0: AER: enabled with IRQ 40
[ 8.563671] pcieport 0000:00:04.1: PME: Signaling with IRQ 41
[ 8.568643] pcieport 0000:00:04.1: AER: enabled with IRQ 41
[ 8.578863] pcieport 0000:00:04.2: PME: Signaling with IRQ 42
[ 8.584343] pcieport 0000:00:04.2: AER: enabled with IRQ 42
[ 8.593283] pcieport 0000:00:04.3: PME: Signaling with IRQ 43
[ 8.599558] pcieport 0000:00:04.3: AER: enabled with IRQ 43
[ 8.608257] pcieport 0000:00:04.4: PME: Signaling with IRQ 44
[ 8.613629] pcieport 0000:00:04.4: AER: enabled with IRQ 44
[ 8.625698] pcieport 0000:00:04.5: PME: Signaling with IRQ 45
[ 8.632983] pcieport 0000:00:04.5: AER: enabled with IRQ 45
[ 8.643581] pcieport 0000:00:04.6: PME: Signaling with IRQ 46
[ 8.648468] pcieport 0000:00:04.6: AER: enabled with IRQ 46
[ 8.658387] pcieport 0000:00:04.7: PME: Signaling with IRQ 47
[ 8.663954] pcieport 0000:00:04.7: AER: enabled with IRQ 47
[ 8.669840] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[ 8.676551] pcieport 0000:00:05.0: PME: Signaling with IRQ 48
[ 8.681464] pcieport 0000:00:05.0: AER: enabled with IRQ 48
[ 8.691722] shpchp 0000:01:00.0: HPC vendor_id 1b36 device_id e ss_vid 0 ss_did 0
[ 8.701960] shpchp 0000:01:00.0: pci_hp_register failed with error -16
[ 8.706877] shpchp 0000:01:00.0: Slot initialization failed
[ 8.713335] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 8.719387] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 8.725149] ACPI: button: Power Button [PWRF]
[ 8.756087] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 8.793509] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 8.803603] Linux agpgart interface v0.103
[ 8.808849] loop: module loaded
[ 8.812079] tun: Universal TUN/TAP device driver, 1.6
[ 8.816663] PPP generic driver version 2.4.2
[ 8.820704] VFIO - User Level meta-driver version: 0.3
[ 8.825315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 8.830851] ehci-pci: EHCI PCI platform driver
[ 8.834955] ehci-platform: EHCI generic platform driver
[ 8.839034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 8.844199] ohci-pci: OHCI PCI platform driver
[ 8.848376] ohci-platform: OHCI generic platform driver
[ 8.852591] uhci_hcd: USB Universal Host Controller Interface driver
[ 8.859655] uhci_hcd 0000:02:01.0: UHCI Host Controller
[ 8.864053] uhci_hcd 0000:02:01.0: new USB bus registered, assigned bus number 1
[ 8.870144] uhci_hcd 0000:02:01.0: detected 2 ports
[ 8.874682] uhci_hcd 0000:02:01.0: irq 22, io base 0x0000c000
[ 8.880114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[ 8.887057] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.893082] usb usb1: Product: UHCI Host Controller
[ 8.897739] usb usb1: Manufacturer: Linux 5.15.0-71-generic uhci_hcd
[ 8.902613] usb usb1: SerialNumber: 0000:02:01.0
[ 8.906742] hub 1-0:1.0: USB hub found
[ 8.909919] hub 1-0:1.0: 2 ports detected
[ 8.914069] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 8.924490] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 8.929302] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 8.934811] mousedev: PS/2 mouse device common for all mice
[ 8.940943] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 8.948329] rtc_cmos 00:03: RTC can wake from S4
[ 8.954589] rtc_cmos 00:03: registered as rtc0
[ 8.958947] rtc_cmos 00:03: setting system clock to 2025-11-29T07:29:57 UTC (1764401397)
[ 8.966396] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[ 8.971887] i2c_dev: i2c /dev entries driver
[ 8.975948] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 8.984515] device-mapper: uevent: version 1.0.3
[ 8.988016] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[ 8.995468] platform eisa.0: Probing EISA bus 0
[ 8.999585] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 9.005362] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 9.010986] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 9.016724] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 9.022511] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 9.028241] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 9.033928] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 9.039904] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 9.045768] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 9.051492] platform eisa.0: EISA: Detected 0 cards
[ 9.055965] ledtrig-cpu: registered to indicate activity on CPUs
[ 9.061371] drop_monitor: Initializing network drop monitor service
[ 9.067001] NET: Registered PF_INET6 protocol family
[ 9.074691] Segment Routing with IPv6
[ 9.078173] In-situ OAM (IOAM) with IPv6
[ 9.081871] NET: Registered PF_PACKET protocol family
[ 9.086514] Key type dns_resolver registered
[ 9.090723] IPI shorthand broadcast: enabled
[ 9.094747] registered taskstats version 1
[ 9.098562] Loading compiled-in X.509 certificates
[ 9.103513] Loaded X.509 cert 'Build time autogenerated kernel key: 2f86ddc308e15dc6b50c79b07e2324bbca0a5704'
[ 9.112571] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 9.121578] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 9.130281] blacklist: Loading compiled-in revocation X.509 certificates
[ 9.136315] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 9.145300] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[ 9.154314] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[ 9.163589] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[ 9.172983] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[ 9.182032] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[ 9.191337] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[ 9.200627] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[ 9.210505] zswap: loaded using pool lzo/zbud
[ 9.214620] Key type .fscrypt registered
[ 9.233822] Key type fscrypt-provisioning registered
[ 9.239823] Key type encrypted registered
[ 9.243628] AppArmor: AppArmor sha1 policy hashing enabled
[ 9.249898] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[ 9.255062] ima: No TPM chip found, activating TPM-bypass!
[ 9.259490] Loading compiled-in module X.509 certificates
[ 9.264698] Loaded X.509 cert 'Build time autogenerated kernel key: 2f86ddc308e15dc6b50c79b07e2324bbca0a5704'
[ 9.271969] ima: Allocated hash algorithm: sha1
[ 9.275710] ima: No architecture policies found
[ 9.279676] evm: Initialising EVM extended attributes:
[ 9.284157] evm: security.selinux
[ 9.287496] evm: security.SMACK64
[ 9.290376] evm: security.SMACK64EXEC
[ 9.293595] evm: security.SMACK64TRANSMUTE
[ 9.296954] evm: security.SMACK64MMAP
[ 9.300336] evm: security.apparmor
[ 9.303718] evm: security.ima
[ 9.306599] evm: security.capability
[ 9.310166] evm: HMAC attrs: 0x1
[ 9.313896] PM: Magic number: 1:877:471
[ 9.317980] RAS: Correctable Errors collector initialized.
[ 9.323049] Unstable clock detected, switching default tracing clock to "global"
[ 9.323049] If you want to keep using the local clock, then add:
[ 9.323049] "trace_clock=local"
[ 9.323049] on the kernel command line
[ 9.343274] Freeing unused decrypted memory: 2036K
[ 9.347795] Freeing unused kernel image (initmem) memory: 3244K
[ 9.356531] Write protecting the kernel read-only data: 30720k
[ 9.361338] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 9.366574] Freeing unused kernel image (rodata/data gap) memory: 1448K
[ 9.412779] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 9.419112] Run /init as init process
info: initramfs: up at 8.86
[ 9.482067] virtio_blk virtio2: [vda] 2097152 512-byte logical blocks (1.07 GB/1.00 GiB)
[ 9.491948] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 9.497661] GPT:229375 != 2097151
[ 9.500664] GPT:Alternate GPT header not at the end of the disk.
[ 9.505313] GPT:229375 != 2097151
[ 9.508247] GPT: Use GNU Parted to correct GPT errors.
[ 9.567871] virtio_gpu virtio0: [drm] drm_plane_enable_fb_damage_clips() not called
[ 9.587120] random: crng init done
[ 9.954919] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5
[ 9.985688] sr 0:0:0:0: Attached scsi generic sg0 type 5
currently loaded modules: 8021q 8139cp 8390 9pnet 9pnet_virtio ahci cec drm drm_kms_helper e1000 e1000e failover fb_sys_fops garp hid hid_generic ip6_udp_tunnel ip_tables isofs libahci libcrc32c llc mii mrp ne2k_pci net_failover nls_ascii nls_iso8859_1 nls_utf8 pcnet32 qemu_fw_cfg rc_core sctp stp syscopyarea sysfillrect sysimgblt udp_tunnel usbhid virtio_blk virtio_dma_buf virtio_gpu virtio_input virtio_net virtio_rng virtio_scsi x_tables
info: copying initramfs to /dev/vda1
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 9.88
info: container: none
Starting syslogd: OK
currently loaded modules: 8021q 8139cp 8390 9pnet 9pnet_virtio ahci cec drm drm_kms_helper e1000 e1000e failover fb_sys_fops garp hid hid_generic ip6_udp_tunnel ip_tables isofs libahci libcrc32c llc mii mrp ne2k_pci net_failover nls_ascii nls_iso8859_1 nls_utf8 pcnet32 qemu_fw_cfg rc_core sctp stp syscopyarea sysfillrect sysimgblt udp_tunnel usbhid virtio_blk virtio_dma_buf virtio_gpu virtio_input virtio_net virtio_rng virtio_scsi x_tables
Saving random seed: OK
Starting acpid: OK
Starting network: dhcpcd-9.4.1 starting
DUID 00:04:38:35:b6:66:92:9d:40:c4:a5:56:32:49:dd:ef:8b:41
forked to background, child pid 349
OK
Top of dropbear init script
Starting dropbear sshd: OK
GROWROOT: CHANGED: partition=1 start=18432 old: size=210911 end=229343 new: size=2078687,end=2097119
/dev/root resized successfully [took 0.02s]
no userdata for datasource
=== system information ===
Platform: RDO OpenStack Compute/RHEL
Container: none
Arch: x86_64
CPU(s): 1 @ na MHz
Cores/Sockets/Threads: 1/1/1
Virt-type:
RAM Size: 88MB
Disks:
NAME MAJ:MIN SIZE LABEL MOUNTPOINT
sr0 11:0 485376 config-2
vda 252:0 1073741824
vda1 252:1 1064287744 cirros-rootfs /
vda15 252:15 8388608
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMRNd3SD1UF7j96w3pwXhgYEBsSreRJh+ZJflOwHaMuwFhRcK5Z+X8aBnwPtQm57ez9XZ+zgGtt9Rde1BNTxWlYgwQT7d+iafdA4r7UBsbU4GBIl1pFqCvqXifh4QTOMAa1i/1sQXzFCgZtS9NxERe9P3D4dqPsPkww8izFFTcv9CHHa6eZ0tQ0+YT8qBBs2ug0+wUea/Vjxuo05WBuVbuv0FsJ7J7H+GmJB4eO1XJ4eIqZnD+1pnMw0+se6r8A3bLyjq5i0Paw7k8O4eKJ1FFn2cCdGN1ehOrGiJIvQjwKT1dcOAcP041pH03HInGcsylAzyUipHOYDYcfVkxb+uB root@tempest-testnetworkbasicops-server-586434876
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJsQZ21ZGu/r/CcjfXTwhZYRl27AkuUiwiDOiboCIm3cqjy4FW2/xFv4pplEJyEdJ1PsKXnk9rrnDM8eQqFVnPQ= root@tempest-testnetworkbasicops-server-586434876
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,,
if-info: eth0,up,,8,fe80::f816:3eff:fe0a:6a49/64,
ip-route6:fe80::/64 dev eth0 metric 256
ip-route6:multicast ff00::/8 dev eth0 metric 256
=== datasource: configdrive local ===
instance-id: 3835b666-929d-40c4-a556-3249ddef8b41
name: tempest-TestNetworkBasicOps-server-586434876
availability-zone: nova
local-hostname: tempest-testnetworkbasicops-server-586434876
launch-index: 0
=== cirros: current=0.6.2 uptime=11.08 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
FAIL
### ifconfig -a
eth0 Link encap:Ethernet HWaddr FA:16:3E:0A:6A:49
inet6 addr: fe80::f816:3eff:fe0a:6a49/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1442 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1022 (1022.0 B) TX bytes:266 (266.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1020 (1020.0 B) TX bytes:1020 (1020.0 B)
### route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
### cat /etc/resolv.conf
# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
### gateway not found
### pinging nameservers
### uname -a
Linux tempest-testnetworkbasicops-server-586434876 5.15.0-71-generic #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 x86_64 GNU/Linux
### lsmod
Module Size Used by Not tainted
ahci 45056 0
libahci 45056 1 ahci
sctp 393216 2
libcrc32c 16384 1 sctp
ip6_udp_tunnel 16384 1 sctp
udp_tunnel 20480 1 sctp
ip_tables 32768 0
x_tables 53248 1 ip_tables
8021q 36864 0
garp 20480 1 8021q
stp 16384 1 garp
llc 16384 2 garp,stp
mrp 20480 1 8021q
nls_utf8 16384 0
nls_iso8859_1 16384 0
nls_ascii 16384 0
isofs 53248 0
hid_generic 16384 0
usbhid 65536 0
hid 151552 2 hid_generic,usbhid
virtio_rng 16384 0
virtio_gpu 73728 0
virtio_dma_buf 16384 1 virtio_gpu
drm_kms_helper 311296 3 virtio_gpu
syscopyarea 16384 1 drm_kms_helper
sysfillrect 20480 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
cec 61440 1 drm_kms_helper
rc_core 65536 1 cec
drm 622592 3 virtio_gpu,drm_kms_helper
virtio_scsi 24576 0
virtio_net 61440 0
net_failover 20480 1 virtio_net
failover 16384 1 net_failover
virtio_input 20480 0
virtio_blk 20480 1
qemu_fw_cfg 20480 0
9pnet_virtio 20480 0
9pnet 90112 1 9pnet_virtio
pcnet32 45056 0
8139cp 40960 0
mii 16384 2 pcnet32,8139cp
ne2k_pci 20480 0
8390 24576 1 ne2k_pci
e1000e 299008 0
e1000 159744 0
### dmesg | tail
[ 10.061993] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 10.064565] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem
[ 10.086165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 10.432244] EXT4-fs (vda1): re-mounted. Opts: (null). Quota mode: none.
[ 10.457302] EXT4-fs (vda1): re-mounted. Opts: (null). Quota mode: none.
[ 10.554124] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 10.555237] ISO 9660 Extensions: RRIP_1991A
[ 10.664798] 8021q: adding VLAN 0 to HW filter on device eth0
[ 11.475844] EXT4-fs (vda1): resizing filesystem from 25600 to 259835 blocks
[ 11.477462] EXT4-fs (vda1): resized filesystem to 259835
### tail -n 25 /var/log/messages
Nov 29 07:29:59 cirros syslog.info syslogd started: BusyBox v1.35.0
Nov 29 07:29:59 cirros auth.notice su: + none root:cirros
Nov 29 07:29:59 cirros daemon.info dhcpcd[347]: dhcpcd-9.4.1 starting
Nov 29 07:29:59 cirros daemon.info dhcpcd[350]: DUID 00:04:38:35:b6:66:92:9d:40:c4:a5:56:32:49:dd:ef:8b:41
Nov 29 07:29:59 cirros daemon.warn dhcpcd[350]: no interfaces have a carrier
Nov 29 07:29:59 cirros daemon.info dhcpcd[350]: eth0: waiting for carrier
Nov 29 07:29:59 cirros daemon.info dhcpcd[350]: eth0: carrier acquired
Nov 29 07:29:59 cirros daemon.info dhcpcd[350]: eth0: IAID 3e:0a:6a:49
Nov 29 07:29:59 cirros daemon.info dhcpcd[350]: eth0: adding address fe80::f816:3eff:fe0a:6a49
Nov 29 07:29:59 cirros daemon.info dhcpcd[350]: eth0: soliciting an IPv6 router
Nov 29 07:29:59 cirros authpriv.info dropbear[391]: Running in background
############ debug end ##############
____ ____ ____
/ __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \
\___//_//_/ /_/ \____/___/
http://cirros-cloud.net
login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.
tempest-testnetworkbasicops-server-586434876 login:
2025-11-29 07:30:09,263 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:09,268 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:09,378 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:09,379 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:09,849 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?project_id=ec8b80be17a14d1caf666636283749d0&network_id=b998d842-14b5-466c-99db-e8ccb7fefb1d 0.469s
2025-11-29 07:30:09,849 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3456', 'x-openstack-request-id': 'req-17f4f8a4-c324-4794-898b-ccf68f7b0445', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?project_id=ec8b80be17a14d1caf666636283749d0&network_id=b998d842-14b5-466c-99db-e8ccb7fefb1d'}
Body: b'{"ports":[{"id":"25d53c7a-0f5b-44b2-ae16-2760829846cf","name":"","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","tenant_id":"ec8b80be17a14d1caf666636283749d0","mac_address":"fa:16:3e:8f:1f:13","admin_state_up":true,"status":"ACTIVE","device_id":"729f6081-d793-4698-a4e7-41d3f1b7d8c7","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","ip_address":"10.100.0.1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"","binding:vif_type":"unbound","binding:vif_details":{},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":false,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.1","hostname":"host-10-100-0-1","fqdn":"host-10-100-0-1.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2025-11-29T07:29:28Z","updated_at":"2025-11-29T07:29:30Z","revision_number":2,"project_id":"ec8b80be17a14d1caf666636283749d0"},{"id":"a02c4bd5-fc81-485d-9566-811823118801","name":"","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","tenant_id":"ec8b80be17a14d1caf666636283749d0","mac_address":"fa:16:3e:ab:d4:3c","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-b998d842-14b5-466c-99db-e8ccb7fefb1d","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","ip_address":"10.100.0.2"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"","binding:vif_type":"unbound","binding:vif_details":{},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":false,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.2","hostname":"host-10-100-0-2","fqdn":"host-10-100-0-2.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"none","tags":[],"created_at":"2025-11-29T07:29:19Z","updated_at":"2025-11-29T07:29:27Z","revision_number":2,"project_id":"ec8b80be17a14d1caf666636283749d0"},{"id":"b95ddcc9-0165-4e0c-aa88-981010149da0","name":"","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","tenant_id":"ec8b80be17a14d1caf666636283749d0","mac_address":"fa:16:3e:0a:6a:49","admin_state_up":true,"status":"ACTIVE","device_id":"3835b666-929d-40c4-a556-3249ddef8b41","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","ip_address":"10.100.0.11"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["459d88e1-2dc5-49aa-b8cd-08ecb466d94a"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-1.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-testnetworkbasicops-server-586434876","dns_assignment":[{"ip_address":"10.100.0.11","hostname":"tempest-testnetworkbasicops-server-586434876","fqdn":"tempest-testnetworkbasicops-server-586434876.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2025-11-29T07:29:43Z","updated_at":"2025-11-29T07:29:47Z","revision_number":4,"project_id":"ec8b80be17a14d1caf666636283749d0"}]}'
2025-11-29 07:30:09,850 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:09,853 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:09,957 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:09,957 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:09,958 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 10.100.0.1
2025-11-29 07:30:09,958 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:09,960 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:10,060 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:10,061 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:10,069 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 0.111665 seconds
2025-11-29 07:30:10,070 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 10.100.0.11
2025-11-29 07:30:10,070 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:10,072 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:10,183 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:10,184 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:10,188 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 0.118687 seconds
2025-11-29 07:30:11,380 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8 1.191s
2025-11-29 07:30:11,380 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '651', 'x-openstack-request-id': 'req-c95d3a64-9558-476e-8d4e-1d8933a27173', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8'}
Body: b'{"subnets":[{"id":"9703c648-d0da-4761-9eb6-8664880dbade","name":"public_subnet","tenant_id":"a5c64dbe41154199a092e2cf8640d8ba","network_id":"71130637-559d-49c0-8540-88a089b123c8","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T06:45:54Z","updated_at":"2025-11-29T06:45:54Z","revision_number":0,"project_id":"a5c64dbe41154199a092e2cf8640d8ba"}]}'
2025-11-29 07:30:11,381 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:11,386 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:11,446 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:11,446 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:11,447 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 192.168.122.1
2025-11-29 07:30:11,447 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:11,450 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:11,554 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:11,559 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:11,664 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 0.217404 seconds
2025-11-29 07:30:13,036 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.371s
2025-11-29 07:30:13,037 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--2019186041", "project_id": "ec8b80be17a14d1caf666636283749d0"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-58d03eb6-c79a-4e0c-97b0-b9448bb00649', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; 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":"ca1a5c39-f8e9-483b-bec9-4649fde14447","name":"tempest-network-smoke--2019186041","tenant_id":"ec8b80be17a14d1caf666636283749d0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ec8b80be17a14d1caf666636283749d0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-29T07:30:11Z","updated_at":"2025-11-29T07:30:11Z","revision_number":1}}'
2025-11-29 07:30:13,195 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ec8b80be17a14d1caf666636283749d0&cidr=10.100.0.0%2F28 0.157s
2025-11-29 07:30:13,197 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '654', 'x-openstack-request-id': 'req-443fa06c-14af-4de1-924b-be2c34251be4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ec8b80be17a14d1caf666636283749d0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[{"id":"19945cff-020e-4a8c-b6b4-5608b4e5f65c","name":"tempest-subnet-smoke-1664148133","tenant_id":"ec8b80be17a14d1caf666636283749d0","network_id":"b998d842-14b5-466c-99db-e8ccb7fefb1d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-29T07:29:26Z","updated_at":"2025-11-29T07:29:26Z","revision_number":0,"project_id":"ec8b80be17a14d1caf666636283749d0"}]}'
2025-11-29 07:30:13,359 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.161s
2025-11-29 07:30:13,359 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-d568fcf0-a9dc-420e-a212-8d562268fb4d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"71130637-559d-49c0-8540-88a089b123c8","name":"public","tenant_id":"a5c64dbe41154199a092e2cf8640d8ba","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9703c648-d0da-4761-9eb6-8664880dbade"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-29T06:45:47Z","updated_at":"2025-11-29T06:45:54Z","revision_number":2,"project_id":"a5c64dbe41154199a092e2cf8640d8ba","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-29 07:30:13,503 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8&cidr=10.100.0.0%2F28 0.143s
2025-11-29 07:30:13,503 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ae8facff-c710-43fc-87c7-260c93e66c4a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-29 07:30:13,578 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ec8b80be17a14d1caf666636283749d0&cidr=10.100.0.16%2F28 0.074s
2025-11-29 07:30:13,578 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d9ca9efe-c9bc-4750-a11a-f3a876c93d91', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ec8b80be17a14d1caf666636283749d0&cidr=10.100.0.16%2F28'}
Body: b'{"subnets":[]}'
2025-11-29 07:30:13,728 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.149s
2025-11-29 07:30:13,728 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-a7aacee6-7b0b-497c-91bc-d86474a25f81', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"71130637-559d-49c0-8540-88a089b123c8","name":"public","tenant_id":"a5c64dbe41154199a092e2cf8640d8ba","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9703c648-d0da-4761-9eb6-8664880dbade"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-29T06:45:47Z","updated_at":"2025-11-29T06:45:54Z","revision_number":2,"project_id":"a5c64dbe41154199a092e2cf8640d8ba","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-29 07:30:13,849 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8&cidr=10.100.0.16%2F28 0.120s
2025-11-29 07:30:13,849 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d6f60ca9-7360-49bb-b949-ee89476b0c82', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=71130637-559d-49c0-8540-88a089b123c8&cidr=10.100.0.16%2F28'}
Body: b'{"subnets":[]}'
2025-11-29 07:30:15,354 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.504s
2025-11-29 07:30:15,354 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1952065165", "network_id": "ca1a5c39-f8e9-483b-bec9-4649fde14447", "project_id": "ec8b80be17a14d1caf666636283749d0", "ip_version": 4, "cidr": "10.100.0.16/28"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '636', 'x-openstack-request-id': 'req-465204d4-2836-4f6f-8b1b-9e072922a2db', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; 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":"8bd8b139-9d18-4c7f-af9a-11d13c4296e4","name":"tempest-subnet-smoke-1952065165","tenant_id":"ec8b80be17a14d1caf666636283749d0","network_id":"ca1a5c39-f8e9-483b-bec9-4649fde14447","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.17","cidr":"10.100.0.16/28","allocation_pools":[{"start":"10.100.0.18","end":"10.100.0.30"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-29T07:30:14Z","updated_at":"2025-11-29T07:30:14Z","revision_number":0,"project_id":"ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:15,537 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.181s
2025-11-29 07:30:15,537 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1699100556", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7vmcEuMTXEy7Figk9HNQZAVTFRHfbot7/wlxWHZi4/TPIsOsfbK8Oqf7oXJmr2L7vCQh9F6AJKHLqK3jMPOWatEqd+CE0cXMu9iIXc1Crg6VnhLG3Foof5KhaIpHTbeg=="}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:15 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4e58a3-831f-4e3a-b81b-7ff16a654d1a', 'x-compute-request-id': 'req-dd4e58a3-831f-4e3a-b81b-7ff16a654d1a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1699100556", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD7vmcEuMTXEy7Figk9HNQZAVTFRHfbot7/wlxWHZi4/TPIsOsfbK8Oqf7oXJmr2L7vCQh9F6AJKHLqK3jMPOWatEqd+CE0cXMu9iIXc1Crg6VnhLG3Foof5KhaIpHTbeg==", "fingerprint": "ec:dc:0f:19:03:8a:d7:bd:9c:72:2c:78:2c:4e:c1:1b", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb"}}'
2025-11-29 07:30:15,763 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.224s
2025-11-29 07:30:15,763 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1842298437", "description": "tempest-secgroup-smoke-1842298437 description", "project_id": "ec8b80be17a14d1caf666636283749d0"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-972f7255-cd1b-4ad2-9a70-19df32553079', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "name": "tempest-secgroup-smoke-1842298437", "stateful": true, "tenant_id": "ec8b80be17a14d1caf666636283749d0", "description": "tempest-secgroup-smoke-1842298437 description", "shared": false, "security_group_rules": [{"id": "97684b56-c109-41c1-9d74-d003757aa17d", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2031, "description": null, "tags": [], "created_at": "2025-11-29T07:30:15Z", "updated_at": "2025-11-29T07:30:15Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}, {"id": "a0c37691-5fb6-4a9b-bbfd-64c3b8c5a484", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2032, "description": null, "tags": [], "created_at": "2025-11-29T07:30:15Z", "updated_at": "2025-11-29T07:30:15Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}], "tags": [], "created_at": "2025-11-29T07:30:15Z", "updated_at": "2025-11-29T07:30:15Z", "revision_number": 1, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:15,956 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.192s
2025-11-29 07:30:15,956 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-1df5bc57-7ac5-4739-8f69-750f998ef258', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "70d7a6e9-9789-41b0-9658-57f338a36c45", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:30:15Z", "updated_at": "2025-11-29T07:30:15Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:16,329 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.372s
2025-11-29 07:30:16,329 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-c152c2c1-97b8-4e97-8ab1-1dfde6a0acf7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4b2bf156-2d82-44b8-aba1-6d89ef4de76b", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:30:16Z", "updated_at": "2025-11-29T07:30:16Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:16,942 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.612s
2025-11-29 07:30:16,942 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6eb82c23-4ad0-4a49-b1e5-54fcce1e74e9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f1415d58-a170-4dbe-9e1c-b3d7c325fa43", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:30:16Z", "updated_at": "2025-11-29T07:30:16Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:17,273 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.331s
2025-11-29 07:30:17,274 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ead0c7ca-9063-4086-9fbf-5c1ba9fcdc80', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1f7035db-1284-49d0-8180-d2bb19841930", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:30:17Z", "updated_at": "2025-11-29T07:30:17Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:17,511 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.236s
2025-11-29 07:30:17,511 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c2bdb51a-179c-4f51-8179-25afcfc3dc7d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6674fa7c-7305-4b24-84b3-38b518d42b79", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:30:17Z", "updated_at": "2025-11-29T07:30:17Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:18,032 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.521s
2025-11-29 07:30:18,033 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "project_id": "ec8b80be17a14d1caf666636283749d0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a733eccd-1962-45f1-9eb9-615c016cb45b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "960796f3-0890-4f78-bf7f-65ef61bf23fe", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "security_group_id": "8bf36cb9-27a3-4c82-bc36-6eb782f28369", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-29T07:30:17Z", "updated_at": "2025-11-29T07:30:17Z", "revision_number": 0, "project_id": "ec8b80be17a14d1caf666636283749d0"}}'
2025-11-29 07:30:18,391 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.342s
2025-11-29 07:30:18,391 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:18 GMT', 'server': 'Apache', 'content-length': '4726', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-730e0226-f079-4ca0-9da5-d5333a0dc39d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=23d4b910b8f9451a7c8fe5a39a8418b4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1dd0a7f5aaff402eb032cd5e60540dcb", "name": "tempest-TestNetworkBasicOps-1587012976-project-member", "password_expires_at": null}, "audit_ids": ["lywkwgJsTa6Xk12YVH_3Hw"], "expires_at": "2025-11-29T08:30:18.000000Z", "issued_at": "2025-11-29T07:30:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec8b80be17a14d1caf666636283749d0", "name": "tempest-TestNetworkBasicOps-1587012976"}, "is_domain": false, "roles": [{"id": "bf1e1b59b9774992a2918046037942ac", "name": "reader"}, {"id": "aa51ac2a5d4348c1b09abc929313af93", "name": "member"}], "catalog": [{"endpoints": [{"name": "neutron", "id": "50a7f738713048d8926f12e04f8b614e", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "c467ce3dfe124dc0a6b1ba39a5d0ca46", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}], "id": "01eb7209bab145daad11bd662e142fb7", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "nova", "id": "4a78a679d96846968d9951ed5334b8bf", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "92198a3efb3649ea9c9e0e19094ba0d7", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "03dd42fc40954456b65f8e380c7573e2", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "c2b04d5a3a664e159ab7b16e1dff4334", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "ce822f86d2b74430b4ce8779805a62db", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "0b60c799b56347f4a1efba7a2610f7d2", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"id": "48719511413141f086240c3ea8534aa5", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "623952c455dc47f78c1776a2ce7e7aba", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "20f23da29ec94462ae3477ff0d1f52f8", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "5cf38fd41b0546b684f80a3ab6b0a2d3", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "973c432f240744889ce22afa25f99c76", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "28556f2093de44afb5993c7a5400a99e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "899a3d1ecd2943b5a8def5007d5e4abe", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "glance", "id": "0ff2b63a7f8a4ebea13e0da66316fae2", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "efd17ecf02d04f6ca5b5f1f1b21264b8", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "a325401544014d6e93d44b4ddd93043a", "type": "image", "name": "glance"}, {"endpoints": [{"name": "swift", "id": "b021e459fe6a46f19300ee8111276fb1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_ec8b80be17a14d1caf666636283749d0", "region": "regionOne"}, {"name": "swift", "id": "c26ba2c16bd44b01b8bf1fb8ab8a9fea", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_ec8b
2025-11-29 07:30:18,392 32 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant
2025-11-29 07:30:20,805 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.412s
2025-11-29 07:30:20,805 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1778982610", "imageRef": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "flavorRef": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "networks": [{"uuid": "ca1a5c39-f8e9-483b-bec9-4649fde14447"}], "key_name": "tempest-TestNetworkBasicOps-1699100556", "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}]}}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:18 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f554a69a-759c-4deb-a25e-5c412992b235', 'x-compute-request-id': 'req-f554a69a-759c-4deb-a25e-5c412992b235', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; 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": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "adminPass": "SmAntBuK64nx"}}'
2025-11-29 07:30:21,762 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.954s
2025-11-29 07:30:21,762 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:20 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b1a82af-7cf3-4c34-8be8-9fc93313aeba', 'x-compute-request-id': 'req-8b1a82af-7cf3-4c34-8be8-9fc93313aeba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:23,778 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.009s
2025-11-29 07:30:23,778 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:22 GMT', 'server': 'Apache', 'content-length': '1447', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3c09ccd-531b-4489-aa93-a9141ec4874b', 'x-compute-request-id': 'req-e3c09ccd-531b-4489-aa93-a9141ec4874b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:23,781 32 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-29 07:30:26,842 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 2.059s
2025-11-29 07:30:26,842 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:24 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75283c4f-fdfb-4276-944e-18bdb633027a', 'x-compute-request-id': 'req-75283c4f-fdfb-4276-944e-18bdb633027a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:26,850 32 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait
2025-11-29 07:30:28,345 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.492s
2025-11-29 07:30:28,346 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:27 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18953661-da56-4f3c-8e16-65cfe0b55182', 'x-compute-request-id': 'req-18953661-da56-4f3c-8e16-65cfe0b55182', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:29,975 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.622s
2025-11-29 07:30:29,975 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:29 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-367444f7-2859-49f3-8058-5ee60b543f5b', 'x-compute-request-id': 'req-367444f7-2859-49f3-8058-5ee60b543f5b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:31,944 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.963s
2025-11-29 07:30:31,944 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:31 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6d1e583-4d5d-4b14-8005-2d0f954c061d', 'x-compute-request-id': 'req-e6d1e583-4d5d-4b14-8005-2d0f954c061d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:34,174 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.226s
2025-11-29 07:30:34,175 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:32 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e04bed8-ed47-4cb8-9e39-27692df44a86', 'x-compute-request-id': 'req-4e04bed8-ed47-4cb8-9e39-27692df44a86', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:38,760 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 3.580s
2025-11-29 07:30:38,761 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:35 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-629c3e7d-8f87-4e8b-8730-9a05ecce90ae', 'x-compute-request-id': 'req-629c3e7d-8f87-4e8b-8730-9a05ecce90ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:41,599 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.806s
2025-11-29 07:30:41,599 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:39 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0c61580-ae7f-4e3c-81b3-25f8e0ea0735', 'x-compute-request-id': 'req-e0c61580-ae7f-4e3c-81b3-25f8e0ea0735', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:43,295 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.693s
2025-11-29 07:30:43,296 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:42 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4666f801-b5d7-4d54-af09-1ad5b0e5e317', 'x-compute-request-id': 'req-4666f801-b5d7-4d54-af09-1ad5b0e5e317', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:44,896 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.595s
2025-11-29 07:30:44,896 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:44 GMT', 'server': 'Apache', 'content-length': '1521', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d26699c3-0ec5-4c0e-ac22-768109a76ece', 'x-compute-request-id': 'req-d26699c3-0ec5-4c0e-ac22-768109a76ece', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "BUILD", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:46,961 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.060s
2025-11-29 07:30:46,962 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:45 GMT', 'server': 'Apache', 'content-length': '1694', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2005d7-2e68-4f74-8bd9-bb6dbd181d6c', 'x-compute-request-id': 'req-1b2005d7-2e68-4f74-8bd9-bb6dbd181d6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:46Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:46,968 32 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait
2025-11-29 07:30:48,795 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.826s
2025-11-29 07:30:48,795 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:30:47 GMT', 'server': 'Apache', 'content-length': '1694', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4586cc07-7ba3-4991-ae87-0c267bc64ec1', 'x-compute-request-id': 'req-4586cc07-7ba3-4991-ae87-0c267bc64ec1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:30:46Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:30:48,802 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:48,809 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:48,908 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:48,909 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:48,910 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 10.100.0.21
2025-11-29 07:30:48,910 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.211:22' as 'cirros' with public key authentication
2025-11-29 07:30:48,912 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-29 07:30:48,980 32 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-29 07:30:48,981 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.211 successfully created
2025-11-29 07:30:50,016 32 ERROR [tempest.lib.common.utils.linux.remote_client] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Executing command on 192.168.122.211 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 10.100.0.21' failed, exit status: 1, stderr:
stdout:
PING 10.100.0.21 (10.100.0.21) 56(84) bytes of data.
--- 10.100.0.21 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
2025-11-29 07:30:50,017 32 WARNING [tempest.scenario.manager] Failed to check icmp connectivity for IP 10.100.0.21 via a ssh connection from: 192.168.122.211.
2025-11-29 07:30:50,017 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 1.107293 seconds
2025-11-29 07:31:50,090 32 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Read timed out. (read timeout=60)")': /v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/add_router_interface
2025-11-29 07:31:55,928 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 400 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/add_router_interface 65.911s
2025-11-29 07:31:55,929 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8bd8b139-9d18-4c7f-af9a-11d13c4296e4"}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:31:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '162', 'x-openstack-request-id': 'req-6434b10c-5a46-4eaf-875f-0818cb5a1cad', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '400', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/add_router_interface'}
Body: b'{"NeutronError": {"type": "BadRequest", "message": "Bad router request: Router already has a port on subnet 8bd8b139-9d18-4c7f-af9a-11d13c4296e4.", "detail": ""}}'
2025-11-29 07:31:59,422 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 3.484s
2025-11-29 07:31:59,422 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:31:55 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-153fd05e-1212-45af-be2b-905563dda448', 'x-compute-request-id': 'req-153fd05e-1212-45af-be2b-905563dda448', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b''
2025-11-29 07:32:00,871 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.448s
2025-11-29 07:32:00,871 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:31:59 GMT', 'server': 'Apache', 'content-length': '1700', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e0073cd-b751-4077-bf36-07d124e6aa4d', 'x-compute-request-id': 'req-7e0073cd-b751-4077-bf36-07d124e6aa4d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:31:56Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:03,615 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.738s
2025-11-29 07:32:03,615 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:01 GMT', 'server': 'Apache', 'content-length': '1700', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08930b83-7c70-404c-bb1a-21c4262672ea', 'x-compute-request-id': 'req-08930b83-7c70-404c-bb1a-21c4262672ea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:31:56Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:05,116 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.496s
2025-11-29 07:32:05,117 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:04 GMT', 'server': 'Apache', 'content-length': '1700', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2943861-ec0f-486b-9373-97dc7671c115', 'x-compute-request-id': 'req-d2943861-ec0f-486b-9373-97dc7671c115', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:31:56Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:07,005 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.884s
2025-11-29 07:32:07,006 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:06 GMT', 'server': 'Apache', 'content-length': '1700', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-986718c5-ec75-4133-8615-a00d8ace3a08', 'x-compute-request-id': 'req-986718c5-ec75-4133-8615-a00d8ace3a08', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:32:06Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:09,763 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 1.751s
2025-11-29 07:32:09,763 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:08 GMT', 'server': 'Apache', 'content-length': '1700', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-119d0d34-5ce0-4ac6-9bdb-b2b8d03baa13', 'x-compute-request-id': 'req-119d0d34-5ce0-4ac6-9bdb-b2b8d03baa13', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:32:06Z", "addresses": {"tempest-network-smoke--2019186041": [{"version": 4, "addr": "10.100.0.21", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:c4:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1842298437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:11,154 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.382s
2025-11-29 07:32:11,154 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:10 GMT', 'server': 'Apache', 'content-length': '1485', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56d3246f-7541-47bd-aa01-130e2ff84b57', 'x-compute-request-id': 'req-56d3246f-7541-47bd-aa01-130e2ff84b57', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"server": {"id": "f1e06afd-5b90-4cc3-87a6-54bcfcb07b91", "name": "tempest-TestNetworkBasicOps-server-1778982610", "status": "DELETED", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "c34a7a35dd3c433c3f109f39c3184cfe6f95e71dba189cfdbb38a073", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:30:20Z", "updated": "2025-11-29T07:32:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1699100556", "OS-SRV-USG:launched_at": "2025-11-29T07:30:45.000000", "OS-SRV-USG:terminated_at": "2025-11-29T07:32:10.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:11,161 32 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 11 second wait
2025-11-29 07:32:12,292 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 0.131s
2025-11-29 07:32:12,292 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:12 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65d3a5bd-a44c-430c-82e4-ab78a465ee4b', 'x-compute-request-id': 'req-65d3a5bd-a44c-430c-82e4-ab78a465ee4b', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f1e06afd-5b90-4cc3-87a6-54bcfcb07b91'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f1e06afd-5b90-4cc3-87a6-54bcfcb07b91 could not be found."}}'
2025-11-29 07:32:22,799 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/8bf36cb9-27a3-4c82-bc36-6eb782f28369 10.506s
2025-11-29 07:32:22,799 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:22 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-114e44de-39e0-4c29-ac02-232096f00b3c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/8bf36cb9-27a3-4c82-bc36-6eb782f28369'}
Body: b''
2025-11-29 07:32:28,003 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1699100556 5.203s
2025-11-29 07:32:28,003 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:22 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-234cd317-14cd-41c2-a519-7a8990a85cd0', 'x-compute-request-id': 'req-234cd317-14cd-41c2-a519-7a8990a85cd0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1699100556'}
Body: b''
2025-11-29 07:32:28,319 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 409 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/8bd8b139-9d18-4c7f-af9a-11d13c4296e4 0.315s
2025-11-29 07:32:28,319 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '204', 'x-openstack-request-id': 'req-de31198b-b531-47d2-bb75-ae46a7f07e0d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '409', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/8bd8b139-9d18-4c7f-af9a-11d13c4296e4'}
Body: b'{"NeutronError": {"type": "SubnetInUse", "message": "Unable to complete operation on subnet 8bd8b139-9d18-4c7f-af9a-11d13c4296e4: One or more ports have an IP allocation from this subnet.", "detail": ""}}'
2025-11-29 07:32:29,856 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 409 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/ca1a5c39-f8e9-483b-bec9-4649fde14447 1.530s
2025-11-29 07:32:29,856 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '266', 'x-openstack-request-id': 'req-629d1954-5672-471b-95d8-5e0eb75424d5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '409', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/ca1a5c39-f8e9-483b-bec9-4649fde14447'}
Body: b'{"NeutronError": {"type": "NetworkInUse", "message": "Unable to complete operation on network ca1a5c39-f8e9-483b-bec9-4649fde14447. There are one or more ports still in use on the network, id for these ports is: 7337daef-f28d-4b93-a28f-31801be2f52c.", "detail": ""}}'
2025-11-29 07:32:31,142 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/92a25155-1c10-4c7c-a8a4-850c52f625ac 1.282s
2025-11-29 07:32:31,142 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:31 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-44ac07e5-3daf-4892-8bda-5ce1304702ef', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/92a25155-1c10-4c7c-a8a4-850c52f625ac'}
Body: b''
2025-11-29 07:32:31,615 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.470s
2025-11-29 07:32:31,616 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:31 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1afef1bb-37a6-42b8-9ee2-1ea14cb92829', 'x-compute-request-id': 'req-1afef1bb-37a6-42b8-9ee2-1ea14cb92829', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b''
2025-11-29 07:32:32,361 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.745s
2025-11-29 07:32:32,361 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:31 GMT', 'server': 'Apache', 'content-length': '1820', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f591870-b76a-4315-b3c5-a348c93c48cb', 'x-compute-request-id': 'req-7f591870-b76a-4315-b3c5-a348c93c48cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:32:31Z", "addresses": {"tempest-network-smoke--686425119": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}, {"version": 4, "addr": "192.168.122.211", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": "2025-11-29T07:29:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:35,865 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 2.471s
2025-11-29 07:32:35,866 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:33 GMT', 'server': 'Apache', 'content-length': '1820', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6367efc-2d9d-4512-9829-7e2e3d112c05', 'x-compute-request-id': 'req-e6367efc-2d9d-4512-9829-7e2e3d112c05', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:32:32Z", "addresses": {"tempest-network-smoke--686425119": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}, {"version": 4, "addr": "192.168.122.211", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": "2025-11-29T07:29:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1550350437"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:37,208 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.337s
2025-11-29 07:32:37,208 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:36 GMT', 'server': 'Apache', 'content-length': '1630', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3183d8b-ff68-491e-bc04-edc5dd7a4f1c', 'x-compute-request-id': 'req-d3183d8b-ff68-491e-bc04-edc5dd7a4f1c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"server": {"id": "3835b666-929d-40c4-a556-3249ddef8b41", "name": "tempest-TestNetworkBasicOps-server-586434876", "status": "ACTIVE", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "user_id": "1dd0a7f5aaff402eb032cd5e60540dcb", "metadata": {}, "hostId": "e585670c9b7b83f21b0a81af31535d872968f92ce9f632984648a9b9", "image": {"id": "5d270706-931c-4fd1-846d-ba6ddeac2a79", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5d270706-931c-4fd1-846d-ba6ddeac2a79"}]}, "flavor": {"id": "1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1f2aa7c9-ac89-4e57-88a4-cb4eaefc2f31"}]}, "created": "2025-11-29T07:29:41Z", "updated": "2025-11-29T07:32:32Z", "addresses": {"tempest-network-smoke--686425119": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:6a:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3835b666-929d-40c4-a556-3249ddef8b41"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-2072959861", "OS-SRV-USG:launched_at": "2025-11-29T07:29:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-29 07:32:38,297 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41 0.085s
2025-11-29 07:32:38,297 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:38 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dafd817-ab11-4419-82c4-32353e0288a7', 'x-compute-request-id': 'req-6dafd817-ab11-4419-82c4-32353e0288a7', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=c8d030805aed962a90aa30aea3224324; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3835b666-929d-40c4-a556-3249ddef8b41'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3835b666-929d-40c4-a556-3249ddef8b41 could not be found."}}'
2025-11-29 07:32:39,802 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/459d88e1-2dc5-49aa-b8cd-08ecb466d94a 1.504s
2025-11-29 07:32:39,802 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:39 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9a73b49a-85c0-43d6-bf61-809ccea94dac', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/459d88e1-2dc5-49aa-b8cd-08ecb466d94a'}
Body: b''
2025-11-29 07:32:39,898 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-2072959861 0.096s
2025-11-29 07:32:39,899 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:39 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-416b6aa1-fad8-4e24-8d56-dbf067a11124', 'x-compute-request-id': 'req-416b6aa1-fad8-4e24-8d56-dbf067a11124', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=601b4b05908fd8a89ec9aa8c58ca6952; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-2072959861'}
Body: b''
2025-11-29 07:32:41,920 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/remove_router_interface 2.021s
2025-11-29 07:32:41,921 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "19945cff-020e-4a8c-b6b4-5608b4e5f65c"}
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c718ca6b-23ac-47f7-b0b8-cbe92acf8b3f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=7257d67f76e4139c4f04f7a862e27618; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7/remove_router_interface'}
Body: b'{"id": "729f6081-d793-4698-a4e7-41d3f1b7d8c7", "tenant_id": "ec8b80be17a14d1caf666636283749d0", "port_id": "25d53c7a-0f5b-44b2-ae16-2760829846cf", "network_id": "b998d842-14b5-466c-99db-e8ccb7fefb1d", "subnet_id": "19945cff-020e-4a8c-b6b4-5608b4e5f65c", "subnet_ids": ["19945cff-020e-4a8c-b6b4-5608b4e5f65c"]}'
2025-11-29 07:32:42,365 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/19945cff-020e-4a8c-b6b4-5608b4e5f65c 0.443s
2025-11-29 07:32:42,365 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:42 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-47a43bda-a4aa-4d13-9323-423342f0c18f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/19945cff-020e-4a8c-b6b4-5608b4e5f65c'}
Body: b''
2025-11-29 07:32:42,658 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 409 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7 0.292s
2025-11-29 07:32:42,659 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-047e49bd-1447-4874-8e5c-4392c4afdce5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '409', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/729f6081-d793-4698-a4e7-41d3f1b7d8c7'}
Body: b'{"NeutronError": {"type": "RouterInUse", "message": "Router 729f6081-d793-4698-a4e7-41d3f1b7d8c7 has ports still attached: 7337daef-f28d-4b93-a28f-31801be2f52c", "detail": ""}}'
2025-11-29 07:32:47,047 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/b998d842-14b5-466c-99db-e8ccb7fefb1d 4.388s
2025-11-29 07:32:47,048 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 29 Nov 2025 07:32:47 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-bda5ac01-209d-44c0-a390-215d3876944c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a228c1f16ed80c4b6e2aba07da12243e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/b998d842-14b5-466c-99db-e8ccb7fefb1d'}
Body: b''
}}}
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/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 887, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 8bd8b139-9d18-4c7f-af9a-11d13c4296e4: One or more ports have an IP allocation from this subnet.', 'detail': ''}
}}}
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/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 887, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network ca1a5c39-f8e9-483b-bec9-4649fde14447. There are one or more ports still in use on the network, id for these ports is: 7337daef-f28d-4b93-a28f-31801be2f52c.', 'detail': ''}
}}}
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/network/routers_client.py", line 52, in delete_router
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 887, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'RouterInUse', 'message': 'Router 729f6081-d793-4698-a4e7-41d3f1b7d8c7 has ports still attached: 7337daef-f28d-4b93-a28f-31801be2f52c', 'detail': ''}
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 506, in test_connectivity_between_vms_on_different_networks
self.routers_client.add_router_interface(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'type': 'BadRequest', 'message': 'Bad router request: Router already has a port on subnet 8bd8b139-9d18-4c7f-af9a-11d13c4296e4.', 'detail': ''}
|
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
pass
pt2.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network]
|
||||||
test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
pass
pt2.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow]
|
||||||
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
pass
pt2.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]
|
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
pass
pt2.5: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow]
|
||||||
test_preserve_preexisting_port[compute,id-759462e1-8535-46b0-ab3a-33aa45c55aaa,network,slow] |
pass
pt2.6: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port[compute,id-759462e1-8535-46b0-ab3a-33aa45c55aaa,network,slow]
|
||||||
test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow] |
skip
pt2.7: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow]
|
||||||
test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow] |
pass
pt2.8: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow]
|
||||||
test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow] |
pass
pt2.9: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow]
|
||||||
test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow] |
pass
pt2.10: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow]
|
||||||
| setUpClass (tempest.api.compute.admin.test_assisted_volume_snapshots | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesAssistedSnapshotsTest) |
skip
pt3.1: setUpClass (tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 1 | 0 | 0 | 0 | 1 | Detail | |
LiveMigrationRemoteConsolesV26Test) |
skip
pt4.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachSCSIVolumeTestJSON) |
skip
pt5.1: setUpClass (tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 2 | 0 | 0 | 0 | 2 | Detail | |
TestVolumeSwap) |
skip
pt6.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestVolumeSwap)
|
||||||
TestMultiAttachVolumeSwap) |
skip
pt6.2: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 2 | 0 | 0 | 0 | 2 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt7.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
VolumesAdminNegativeTest) |
skip
pt7.2: setUpClass (tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt8.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerActionsV293TestJSON) |
skip
pt9.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt10.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON)
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue | 2 | 0 | 0 | 0 | 2 | Detail | |
ServerBootFromVolumeStableRescueTest) |
skip
pt11.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest)
|
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt11.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE)
|
||||||
| setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt12.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt13.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
AttachVolumeShelveTestJSON) |
skip
pt13.2: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)
|
||||||
AttachVolumeTestJSON) |
skip
pt13.3: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeNegativeTest) |
skip
pt14.1: setUpClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volume_snapshots | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesSnapshotsTestJSON) |
skip
pt15.1: setUpClass (tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTestJSON) |
skip
pt16.1: setUpClass (tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesTestJSON) |
skip
pt17.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesNegativeTest) |
skip
pt18.1: setUpClass (tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest)
|
||||||
| setUpClass (tempest.scenario.test_compute_unified_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersQuotaTest) |
skip
pt19.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt20.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_minimum_basic | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMinimumBasicScenario) |
skip
pt21.1: setUpClass (tempest.scenario.test_minimum_basic.TestMinimumBasicScenario)
|
||||||
| setUpClass (tempest.scenario.test_network_advanced_server_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestNetworkAdvancedServerMigrationWithHost) |
skip
pt22.1: setUpClass (tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerMigrationWithHost)
|
||||||
| setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt23.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest)
|
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt23.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests)
|
||||||
| setUpClass (tempest.scenario.test_object_storage_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestObjectStorageBasicOps) |
skip
pt24.1: setUpClass (tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_volume_attachment | 2 | 0 | 0 | 0 | 2 | Detail | |
TestServerVolumeAttachScenarioOldVersion) |
skip
pt25.1: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion)
|
||||||
TestServerVolumeAttachmentScenario) |
skip
pt25.2: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario)
|
||||||
| setUpClass (tempest.scenario.test_stamp_pattern | 1 | 0 | 0 | 0 | 1 | Detail | |
TestStampPattern) |
skip
pt26.1: setUpClass (tempest.scenario.test_stamp_pattern.TestStampPattern)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt27.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBootPattern) |
skip
pt28.1: setUpClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt29.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt30.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative]
|
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt30.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative]
|
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt30.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative]
|
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt30.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative]
|
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt30.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative]
|
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt30.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative]
|
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt30.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative]
|
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt30.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative]
|
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt30.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative]
|
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt30.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative]
|
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt30.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative]
|
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt30.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative]
|
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt30.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative]
|
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt30.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative]
|
||||||
| tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_server_create_no_allocate[id-5eb7b8fa-9c23-47a2-9d7d-02ed5809dd34] |
pass
pt31.1: tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_create_no_allocate[id-5eb7b8fa-9c23-47a2-9d7d-02ed5809dd34]
|
||||||
test_server_multi_create_auto_allocate[id-2e6cf129-9e28-4e8a-aaaa-045ea826b2a6] |
pass
pt31.2: tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate[id-2e6cf129-9e28-4e8a-aaaa-045ea826b2a6]
|
||||||
| tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt32.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c]
|
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt32.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c]
|
||||||
| tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt33.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative]
|
||||||
| tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
pass
pt34.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca]
|
||||||
| tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
pass
pt35.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48]
|
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
pass
pt35.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063]
|
||||||
| tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt36.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da]
|
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt36.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5]
|
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt36.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086]
|
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt36.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0]
|
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt36.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d]
|
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt36.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66]
|
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt36.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987]
|
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt36.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e]
|
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt36.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb]
|
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt36.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3]
|
||||||
| tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt37.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4]
|
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt37.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0]
|
||||||
| tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt38.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative]
|
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt38.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative]
|
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt38.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative]
|
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt38.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative]
|
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt38.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt39.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt40.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0]
|
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt40.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90]
|
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt40.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt41.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative]
|
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt41.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative]
|
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt41.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative]
|
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt41.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative]
|
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt41.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative]
|
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt41.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative]
|
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt41.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative]
|
||||||
| tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt42.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075]
|
||||||
| tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt43.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075]
|
||||||
| tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt44.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f]
|
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt44.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6]
|
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt44.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8]
|
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt44.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de]
|
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt44.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4]
|
||||||
| tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt45.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative]
|
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt45.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative]
|
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt45.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative]
|
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt45.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative]
|
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt45.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative]
|
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt45.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative]
|
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt45.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative]
|
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt45.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative]
|
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt45.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative]
|
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt45.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative]
|
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt45.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative]
|
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt45.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative]
|
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt45.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative]
|
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt45.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt46.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5]
|
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
pass
pt46.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118]
|
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
pass
pt46.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc]
|
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt46.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816]
|
||||||
test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
pass
pt46.5: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt47.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862]
|
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt47.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
pass
pt48.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
pass
pt49.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705]
|
||||||
| tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt50.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative]
|
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt50.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative]
|
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt50.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative]
|
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt50.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative]
|
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt50.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative]
|
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt50.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative]
|
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt50.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative]
|
||||||
| tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt51.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative]
|
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt51.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative]
|
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt51.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative]
|
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt51.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative]
|
||||||
| tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt52.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb]
|
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt52.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d]
|
||||||
| tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt53.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative]
|
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt53.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative]
|
||||||
| tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt54.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac]
|
||||||
| tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test | 4 | 2 | 0 | 0 | 2 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b,multinode] |
pass
pt55.1: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b,multinode]
|
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,multinode,volume] |
skip
pt55.2: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,multinode,volume]
|
||||||
test_live_migration_with_trunk[id-0022c12e-a482-42b0-be2d-396b5f0cffe3,multinode,network] |
pass
pt55.3: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_migration_with_trunk[id-0022c12e-a482-42b0-be2d-396b5f0cffe3,multinode,network]
|
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,multinode,volume] |
skip
pt55.4: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,multinode,volume]
|
||||||
| tempest.api.compute.admin.test_live_migration.LiveMigrationTest | 4 | 2 | 0 | 0 | 2 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b,multinode] |
pass
pt56.1: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b,multinode]
|
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,multinode,volume] |
skip
pt56.2: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,multinode,volume]
|
||||||
test_live_migration_with_trunk[id-0022c12e-a482-42b0-be2d-396b5f0cffe3,multinode,network] |
pass
pt56.3: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_migration_with_trunk[id-0022c12e-a482-42b0-be2d-396b5f0cffe3,multinode,network]
|
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,multinode,volume] |
skip
pt56.4: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,multinode,volume]
|
||||||
| tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
pass
pt57.1: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative]
|
||||||
test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
pass
pt57.2: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative]
|
||||||
| tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d,multinode] |
pass
pt58.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d,multinode]
|
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt58.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f]
|
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
pass
pt58.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64]
|
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
pass
pt58.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593]
|
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d,multinode] |
pass
pt58.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d,multinode]
|
||||||
| tempest.api.compute.admin.test_networks.NetworksTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt59.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416]
|
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
skip
pt59.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt60.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt61.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt62.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0]
|
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt62.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d]
|
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt62.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d]
|
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt62.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt63.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt64.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad]
|
||||||
| tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt65.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative]
|
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt65.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative]
|
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt65.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative]
|
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt65.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative]
|
||||||
| tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt66.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network]
|
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt66.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network]
|
||||||
| tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt67.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network]
|
||||||
| tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics[id-31ff3486-b8a0-4f56-a6c0-aab460531db3] |
pass
pt68.1: tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics[id-31ff3486-b8a0-4f56-a6c0-aab460531db3]
|
||||||
| tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics[id-64d0d48c-dff1-11e6-bf01-fe55135034f3] |
pass
pt69.1: tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics[id-64d0d48c-dff1-11e6-bf01-fe55135034f3]
|
||||||
| tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
pass
pt70.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative]
|
||||||
| tempest.api.compute.admin.test_server_external_events.ServerExternalEventsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_external_events[id-6bbf4723-61d2-4372-af55-7ba27f1c9ba6] |
pass
pt71.1: tempest.api.compute.admin.test_server_external_events.ServerExternalEventsTest.test_create_server_external_events[id-6bbf4723-61d2-4372-af55-7ba27f1c9ba6]
|
||||||
| tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
pass
pt72.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339]
|
||||||
| tempest.api.compute.admin.test_servers.ServersAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
pass
pt73.1: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6]
|
||||||
test_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
pass
pt73.2: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71]
|
||||||
test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
pass
pt73.3: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f]
|
||||||
test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
pass
pt73.4: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580]
|
||||||
test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
pass
pt73.5: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b]
|
||||||
test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
pass
pt73.6: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb]
|
||||||
test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
pass
pt73.7: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870]
|
||||||
test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
pass
pt73.8: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f]
|
||||||
test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
pass
pt73.9: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442]
|
||||||
test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
pass
pt73.10: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1]
|
||||||
| tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
pass
pt74.1: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative]
|
||||||
test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
pass
pt74.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative]
|
||||||
test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
pass
pt74.3: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative]
|
||||||
test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
pass
pt74.4: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative]
|
||||||
test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
pass
pt74.5: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative]
|
||||||
test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
pass
pt74.6: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative]
|
||||||
test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
pass
pt74.7: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative]
|
||||||
| tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest | 5 | 2 | 0 | 0 | 3 | Detail | |
test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce,multinode] |
pass
pt75.1: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce,multinode]
|
||||||
test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04,multinode] |
pass
pt75.2: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04,multinode]
|
||||||
test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e,multinode] |
skip
pt75.3: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e,multinode]
|
||||||
test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57,multinode] |
skip
pt75.4: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57,multinode]
|
||||||
test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130,multinode] |
skip
pt75.5: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130,multinode]
|
||||||
| tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unshelve_to_specific_host[id-b5cc0889-50c2-46a0-b8ff-b5fb4c3a6e20,multinode] |
pass
pt76.1: tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest.test_unshelve_to_specific_host[id-b5cc0889-50c2-46a0-b8ff-b5fb4c3a6e20,multinode]
|
||||||
| tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt77.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca]
|
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt77.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5]
|
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt77.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283]
|
||||||
| tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt78.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative]
|
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt78.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative]
|
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt78.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative]
|
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt78.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative]
|
||||||
| tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt79.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative]
|
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt79.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative]
|
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt79.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative]
|
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt79.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative]
|
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt79.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative]
|
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt79.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative]
|
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt79.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative]
|
||||||
| tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
pass
pt80.1: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e]
|
||||||
test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
pass
pt80.2: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116]
|
||||||
test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
pass
pt80.3: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e]
|
||||||
| tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt81.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative]
|
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt81.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative]
|
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt81.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative]
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt82.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke]
|
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt82.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke]
|
||||||
test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
pass
pt82.3: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79]
|
||||||
test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
pass
pt82.4: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292]
|
||||||
test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
pass
pt82.5: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb]
|
||||||
test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
pass
pt82.6: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107]
|
||||||
test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
pass
pt82.7: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4]
|
||||||
test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
pass
pt82.8: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa]
|
||||||
test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
pass
pt82.9: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab]
|
||||||
test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
pass
pt82.10: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb]
|
||||||
test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
pass
pt82.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24]
|
||||||
| tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt83.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe] |
pass
pt84.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe]
|
||||||
test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52] |
pass
pt84.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt85.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194]
|
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt85.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_associate_ip_to_server_with_floating_ip[id-58a80596-ffb2-11e6-9393-fa163e4fa634,negative] |
pass
pt86.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip[id-58a80596-ffb2-11e6-9393-fa163e4fa634,negative]
|
||||||
test_associate_ip_to_server_without_passing_floating_ip[id-804b4fcb-bbf5-412f-925d-896672b61eb3,negative] |
pass
pt86.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip[id-804b4fcb-bbf5-412f-925d-896672b61eb3,negative]
|
||||||
test_associate_nonexistent_floating_ip[id-595fa616-1a71-4670-9614-46564ac49a4c,negative] |
pass
pt86.3: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip[id-595fa616-1a71-4670-9614-46564ac49a4c,negative]
|
||||||
test_dissociate_nonexistent_floating_ip[id-0a081a66-e568-4e6b-aa62-9587a876dca8,negative] |
pass
pt86.4: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip[id-0a081a66-e568-4e6b-aa62-9587a876dca8,negative]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt87.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative]
|
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt87.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative]
|
||||||
| tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt88.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84]
|
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt88.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f]
|
||||||
| tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt89.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative]
|
||||||
| tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt90.1: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14]
|
||||||
test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
pass
pt90.2: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6]
|
||||||
test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
pass
pt90.3: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531]
|
||||||
test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
pass
pt90.4: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29]
|
||||||
test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
pass
pt90.5: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae]
|
||||||
test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
pass
pt90.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2]
|
||||||
| tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt91.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative]
|
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt91.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative]
|
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt91.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative]
|
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt91.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative]
|
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt91.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative]
|
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt91.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative]
|
||||||
| tempest.api.compute.images.test_images.ImagesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
pass
pt92.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634]
|
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
pass
pt92.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9]
|
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
pass
pt92.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634]
|
||||||
test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088] |
pass
pt92.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088]
|
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
pass
pt92.5: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]
|
||||||
| tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt93.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative]
|
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt93.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative]
|
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt93.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative]
|
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt93.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative]
|
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt93.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative]
|
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt93.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative]
|
||||||
| tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
pass
pt94.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative]
|
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt94.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative]
|
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt94.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative]
|
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt94.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative]
|
||||||
| tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
pass
pt95.1: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314]
|
||||||
test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
pass
pt95.2: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6]
|
||||||
| tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
pass
pt96.1: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab]
|
||||||
test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
pass
pt96.2: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff]
|
||||||
test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
pass
pt96.3: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105]
|
||||||
test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
pass
pt96.4: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606]
|
||||||
test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
pass
pt96.5: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d]
|
||||||
test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
pass
pt96.6: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f]
|
||||||
test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
pass
pt96.7: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62]
|
||||||
test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
pass
pt96.8: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4]
|
||||||
test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
pass
pt96.9: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17]
|
||||||
test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
pass
pt96.10: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84]
|
||||||
test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
pass
pt96.11: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e]
|
||||||
test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
pass
pt96.12: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b]
|
||||||
test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
pass
pt96.13: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb]
|
||||||
| tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt97.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative]
|
||||||
| tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt98.1: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789]
|
||||||
test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
pass
pt98.2: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f]
|
||||||
test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
pass
pt98.3: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6]
|
||||||
| tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt99.1: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df]
|
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt99.2: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d]
|
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt99.3: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05]
|
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt99.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b]
|
||||||
| tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt100.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative]
|
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt100.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative]
|
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt100.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative]
|
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt100.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative]
|
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt100.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative]
|
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt100.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative]
|
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt100.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative]
|
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt100.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative]
|
||||||
| tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt101.1: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df]
|
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt101.2: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d]
|
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt101.3: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05]
|
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt101.4: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b]
|
||||||
test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
pass
pt101.5: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c]
|
||||||
test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
pass
pt101.6: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6]
|
||||||
| tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
pass
pt102.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b]
|
||||||
| tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt103.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt104.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke]
|
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt104.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd]
|
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt104.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6]
|
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt104.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf]
|
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt104.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt105.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative]
|
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt105.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative]
|
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt105.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative]
|
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt105.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative]
|
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt105.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative]
|
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt105.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative]
|
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt105.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative]
|
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt105.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
pass
pt106.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7]
|
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt106.2: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615]
|
||||||
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt106.3: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke]
|
||||||
test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
pass
pt106.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2]
|
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt106.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f]
|
||||||
| tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt107.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative]
|
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt107.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative]
|
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt107.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative]
|
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt107.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative]
|
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt107.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative]
|
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt107.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative]
|
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt107.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative]
|
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt107.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative]
|
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt107.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative]
|
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt107.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative]
|
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt107.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative]
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network] |
pass
pt108.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network]
|
||||||
test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network] |
pass
pt108.2: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network]
|
||||||
test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4] |
pass
pt108.3: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4]
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke] |
pass
pt109.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke]
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_list_interfaces[id-2853f095-8277-4067-92bd-9f10bd4f8e0c,network] |
pass
pt110.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test.test_create_get_list_interfaces[id-2853f095-8277-4067-92bd-9f10bd4f8e0c,network]
|
||||||
| tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt111.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
pass
pt112.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt113.1: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666]
|
||||||
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt113.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke]
|
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt113.3: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997]
|
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt113.4: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b]
|
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt113.5: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestManualDisk | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt114.1: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666]
|
||||||
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt114.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke]
|
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt114.3: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997]
|
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt114.4: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b]
|
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt114.5: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersV294TestFqdnHostnames | 1 | 1 | 0 | 0 | 0 | Detail | |
test_verify_hostname_allows_fqdn[id-e7b05488-f9d5-4fce-91b3-e82216c52017] |
pass
pt115.1: tempest.api.compute.servers.test_create_server.ServersV294TestFqdnHostnames.test_verify_hostname_allows_fqdn[id-e7b05488-f9d5-4fce-91b3-e82216c52017]
|
||||||
| tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 2 | 0 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
pass
pt116.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2]
|
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
pass
pt116.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 7 | 0 | 0 | 1 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
pass
pt117.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05]
|
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
skip
pt117.2: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
pass
pt117.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159]
|
||||||
test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
pass
pt117.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b]
|
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
pass
pt117.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad]
|
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
pass
pt117.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be]
|
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
pass
pt117.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b]
|
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
pass
pt117.8: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
skip
pt118.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
skip
pt119.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 0 | 0 | 0 | 1 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
skip
pt120.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
pass
pt121.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713]
|
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
pass
pt121.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e]
|
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
pass
pt121.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad]
|
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
pass
pt121.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97]
|
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
pass
pt121.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f]
|
||||||
| tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
pass
pt122.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c]
|
||||||
test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
pass
pt122.2: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a]
|
||||||
| tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
pass
pt123.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1]
|
||||||
| tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
pass
pt124.1: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative]
|
||||||
test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
pass
pt124.2: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative]
|
||||||
| tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON | 17 | 17 | 0 | 0 | 0 | Detail | |
test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9] |
pass
pt125.1: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9]
|
||||||
test_list_servers_detailed_filter_by_image[id-b3304c3b-97df-46d2-8cd3-e2b6659724e7] |
pass
pt125.2: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image[id-b3304c3b-97df-46d2-8cd3-e2b6659724e7]
|
||||||
test_list_servers_detailed_filter_by_server_name[id-f9eb2b70-735f-416c-b260-9914ac6181e4] |
pass
pt125.3: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name[id-f9eb2b70-735f-416c-b260-9914ac6181e4]
|
||||||
test_list_servers_detailed_filter_by_server_status[id-de2612ab-b7dd-4044-b0b1-d2539601911f] |
pass
pt125.4: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status[id-de2612ab-b7dd-4044-b0b1-d2539601911f]
|
||||||
test_list_servers_detailed_limit_results[id-67aec2d0-35fe-4503-9f92-f13272b867ed] |
pass
pt125.5: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results[id-67aec2d0-35fe-4503-9f92-f13272b867ed]
|
||||||
test_list_servers_filter_by_active_status[id-ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e] |
pass
pt125.6: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status[id-ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e]
|
||||||
test_list_servers_filter_by_exceed_limit[id-37791bbd-90c0-4de0-831e-5f38cba9c6b3] |
pass
pt125.7: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit[id-37791bbd-90c0-4de0-831e-5f38cba9c6b3]
|
||||||
test_list_servers_filter_by_flavor[id-573637f5-7325-47bb-9144-3476d0416908] |
pass
pt125.8: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor[id-573637f5-7325-47bb-9144-3476d0416908]
|
||||||
test_list_servers_filter_by_image[id-05e8a8e7-9659-459a-989d-92c2f501f4ba] |
pass
pt125.9: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image[id-05e8a8e7-9659-459a-989d-92c2f501f4ba]
|
||||||
test_list_servers_filter_by_limit[id-614cdfc1-d557-4bac-915b-3e67b48eee76] |
pass
pt125.10: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit[id-614cdfc1-d557-4bac-915b-3e67b48eee76]
|
||||||
test_list_servers_filter_by_server_name[id-9b067a7b-7fee-4f6a-b29c-be43fe18fc5a] |
pass
pt125.11: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name[id-9b067a7b-7fee-4f6a-b29c-be43fe18fc5a]
|
||||||
test_list_servers_filter_by_shutoff_status[id-451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c] |
pass
pt125.12: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status[id-451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c]
|
||||||
test_list_servers_filter_by_zero_limit[id-b1495414-2d93-414c-8019-849afe8d319e] |
pass
pt125.13: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit[id-b1495414-2d93-414c-8019-849afe8d319e]
|
||||||
test_list_servers_filtered_by_ip[id-43a1242e-7b31-48d1-88f2-3f72aa9f2077] |
pass
pt125.14: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip[id-43a1242e-7b31-48d1-88f2-3f72aa9f2077]
|
||||||
test_list_servers_filtered_by_ip_regex[id-a905e287-c35e-42f2-b132-d02b09f3654a] |
pass
pt125.15: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex[id-a905e287-c35e-42f2-b132-d02b09f3654a]
|
||||||
test_list_servers_filtered_by_name_regex[id-24a89b0c-0d55-4a28-847f-45075f19b27b] |
pass
pt125.16: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex[id-24a89b0c-0d55-4a28-847f-45075f19b27b]
|
||||||
test_list_servers_filtered_by_name_wildcard[id-e9f624ee-92af-4562-8bec-437945a18dcb] |
pass
pt125.17: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard[id-e9f624ee-92af-4562-8bec-437945a18dcb]
|
||||||
| tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_list_servers_by_changes_since_future_date[id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative] |
pass
pt126.1: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date[id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative]
|
||||||
test_list_servers_by_changes_since_invalid_date[id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative] |
pass
pt126.2: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date[id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative]
|
||||||
test_list_servers_by_limits_greater_than_actual_count[id-d47c17fb-eebd-4287-8e95-f20a7e627b18,negative] |
pass
pt126.3: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count[id-d47c17fb-eebd-4287-8e95-f20a7e627b18,negative]
|
||||||
test_list_servers_by_limits_pass_negative_value[id-62610dd9-4713-4ee0-8beb-fd2c1aa7f950,negative] |
pass
pt126.4: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value[id-62610dd9-4713-4ee0-8beb-fd2c1aa7f950,negative]
|
||||||
test_list_servers_by_limits_pass_string[id-679bc053-5e70-4514-9800-3dfab1a380a6,negative] |
pass
pt126.5: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string[id-679bc053-5e70-4514-9800-3dfab1a380a6,negative]
|
||||||
test_list_servers_by_non_existing_flavor[id-5913660b-223b-44d4-a651-a0fbfd44ca75,negative] |
pass
pt126.6: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor[id-5913660b-223b-44d4-a651-a0fbfd44ca75,negative]
|
||||||
test_list_servers_by_non_existing_image[id-ff01387d-c7ad-47b4-ae9e-64fa214638fe,negative] |
pass
pt126.7: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image[id-ff01387d-c7ad-47b4-ae9e-64fa214638fe,negative]
|
||||||
test_list_servers_by_non_existing_server_name[id-e2c77c4a-000a-4af3-a0bd-629a328bde7c,negative] |
pass
pt126.8: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name[id-e2c77c4a-000a-4af3-a0bd-629a328bde7c,negative]
|
||||||
test_list_servers_detail_server_is_deleted[id-93055106-2d34-46fe-af68-d9ddbf7ee570,negative] |
pass
pt126.9: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted[id-93055106-2d34-46fe-af68-d9ddbf7ee570,negative]
|
||||||
test_list_servers_status_non_existing[id-fcdf192d-0f74-4d89-911f-1ec002b822c4,negative] |
pass
pt126.10: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing[id-fcdf192d-0f74-4d89-911f-1ec002b822c4,negative]
|
||||||
test_list_servers_with_a_deleted_server[id-24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f,negative] |
pass
pt126.11: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server[id-24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f,negative]
|
||||||
| tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
pass
pt127.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1]
|
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
pass
pt127.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7]
|
||||||
| tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt128.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative]
|
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt128.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative]
|
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt128.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative]
|
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt128.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative]
|
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt128.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative]
|
||||||
| tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_novnc[id-c640fdff-8ab4-45a4-a5d8-7e6146cbd0dc] |
pass
pt129.1: tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc[id-c640fdff-8ab4-45a4-a5d8-7e6146cbd0dc]
|
||||||
test_novnc_bad_token[id-f9c79937-addc-4aaa-9e0e-841eef02aeb7] |
pass
pt129.2: tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token[id-f9c79937-addc-4aaa-9e0e-841eef02aeb7]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 10 | 9 | 0 | 0 | 1 | Detail | |
test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
skip
pt130.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d]
|
||||||
test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
pass
pt130.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3]
|
||||||
test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
pass
pt130.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee]
|
||||||
test_pause_unpause_server[id-bd61a9fd-062f-4670-972b-2d6c3e3b9e73] |
pass
pt130.4: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server[id-bd61a9fd-062f-4670-972b-2d6c3e3b9e73]
|
||||||
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
pass
pt130.5: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke]
|
||||||
test_rebuild_server[id-aaa6cdf3-55a7-461a-add9-1c8596b9a07c] |
pass
pt130.6: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server[id-aaa6cdf3-55a7-461a-add9-1c8596b9a07c]
|
||||||
test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
pass
pt130.7: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2]
|
||||||
test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
pass
pt130.8: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68]
|
||||||
test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
pass
pt130.9: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560]
|
||||||
test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
pass
pt130.10: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 4 | 2 | 0 | 0 | 2 | Detail | |
test_rebuild_server_in_stop_state[id-30449a88-5aff-4f9b-9866-6ee9b17f906d] |
pass
pt131.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_in_stop_state[id-30449a88-5aff-4f9b-9866-6ee9b17f906d]
|
||||||
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
skip
pt131.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_remove_server_all_security_groups[id-1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce] |
pass
pt131.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_remove_server_all_security_groups[id-1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
skip
pt131.4: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 8 | 6 | 0 | 0 | 2 | Detail | |
test_create_backup[id-b963d4f1-94b3-4c40-9e97-7b583f46e470,image] |
pass
pt132.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_create_backup[id-b963d4f1-94b3-4c40-9e97-7b583f46e470,image]
|
||||||
test_get_console_output_server_id_in_shutoff_status[id-5b65d4e7-4ecd-437c-83c0-d6b79d927568] |
skip
pt132.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_get_console_output_server_id_in_shutoff_status[id-5b65d4e7-4ecd-437c-83c0-d6b79d927568]
|
||||||
test_get_console_output_with_unlimited_size[id-89104062-69d8-4b19-a71b-f47b7af093d7] |
pass
pt132.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_get_console_output_with_unlimited_size[id-89104062-69d8-4b19-a71b-f47b7af093d7]
|
||||||
test_get_vnc_console[id-c6bc11bf-592e-4015-9319-1c98dc64daf5] |
pass
pt132.4: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_get_vnc_console[id-c6bc11bf-592e-4015-9319-1c98dc64daf5]
|
||||||
test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
pass
pt132.5: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962]
|
||||||
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
skip
pt132.6: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
test_shelve_paused_server[id-8cf9f450-a871-42cf-9bef-77eba189c0b0] |
pass
pt132.7: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_shelve_paused_server[id-8cf9f450-a871-42cf-9bef-77eba189c0b0]
|
||||||
test_shelve_unshelve_server[id-77eba8e0-036e-4635-944b-f7a8f3b78dc9,image] |
pass
pt132.8: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_shelve_unshelve_server[id-77eba8e0-036e-4635-944b-f7a8f3b78dc9,image]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23] |
pass
pt133.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23]
|
||||||
| tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke] |
pass
pt134.1: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke]
|
||||||
test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke] |
pass
pt134.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke]
|
||||||
| tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses_by_network_neg[id-a2ab5144-78c0-4942-a0ed-cc8edccfd9ba,negative] |
pass
pt135.1: tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg[id-a2ab5144-78c0-4942-a0ed-cc8edccfd9ba,negative]
|
||||||
test_list_server_addresses_invalid_server_id[id-02c3f645-2d2e-4417-8525-68c0407d001b,negative] |
pass
pt135.2: tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id[id-02c3f645-2d2e-4417-8525-68c0407d001b,negative]
|
||||||
| tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt136.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88]
|
||||||
| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt137.1: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113]
|
||||||
test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
pass
pt137.2: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b]
|
||||||
test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
pass
pt137.3: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23]
|
||||||
test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
pass
pt137.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811]
|
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt137.5: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321]
|
||||||
test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
pass
pt137.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead]
|
||||||
| tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_server_metadata_item[id-127642d6-4c7b-4486-b7cd-07265a378658] |
pass
pt138.1: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item[id-127642d6-4c7b-4486-b7cd-07265a378658]
|
||||||
test_get_server_metadata_item[id-3043c57d-7e0e-49a6-9a96-ad569c265e6a] |
pass
pt138.2: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item[id-3043c57d-7e0e-49a6-9a96-ad569c265e6a]
|
||||||
test_list_server_metadata[id-479da087-92b3-4dcf-aeb3-fd293b2d14ce] |
pass
pt138.3: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata[id-479da087-92b3-4dcf-aeb3-fd293b2d14ce]
|
||||||
test_set_server_metadata[id-211021f6-21de-4657-a68f-908878cfe251] |
pass
pt138.4: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata[id-211021f6-21de-4657-a68f-908878cfe251]
|
||||||
test_set_server_metadata_item[id-58c02d4f-5c67-40be-8744-d3fa5982eb1c] |
pass
pt138.5: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item[id-58c02d4f-5c67-40be-8744-d3fa5982eb1c]
|
||||||
test_update_metadata_empty_body[id-0f58d402-e34a-481d-8af8-b392b17426d9] |
pass
pt138.6: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body[id-0f58d402-e34a-481d-8af8-b392b17426d9]
|
||||||
test_update_server_metadata[id-344d981e-0c33-4997-8a5d-6c1d803e4134] |
pass
pt138.7: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata[id-344d981e-0c33-4997-8a5d-6c1d803e4134]
|
||||||
| tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_server_metadata_blank_key[id-92431555-4d8b-467c-b95b-b17daa5e57ff,negative] |
pass
pt139.1: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key[id-92431555-4d8b-467c-b95b-b17daa5e57ff,negative]
|
||||||
test_delete_metadata_non_existent_server[id-6bbd88e1-f8b3-424d-ba10-ae21c45ada8d,negative] |
pass
pt139.2: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server[id-6bbd88e1-f8b3-424d-ba10-ae21c45ada8d,negative]
|
||||||
test_list_server_metadata_non_existent_server[id-f408e78e-3066-4097-9299-3b0182da812e,negative] |
pass
pt139.3: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server[id-f408e78e-3066-4097-9299-3b0182da812e,negative]
|
||||||
test_metadata_items_limit[id-d8c0a210-a5c3-4664-be04-69d96746b547,negative] |
pass
pt139.4: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit[id-d8c0a210-a5c3-4664-be04-69d96746b547,negative]
|
||||||
test_server_create_metadata_key_too_long[id-fe114a8f-3a57-4eff-9ee2-4e14628df049,negative] |
pass
pt139.5: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long[id-fe114a8f-3a57-4eff-9ee2-4e14628df049,negative]
|
||||||
test_server_metadata_non_existent_server[id-4d9cd7a3-2010-4b41-b8fe-3bbf0b169466,negative] |
pass
pt139.6: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server[id-4d9cd7a3-2010-4b41-b8fe-3bbf0b169466,negative]
|
||||||
test_set_metadata_invalid_key[id-0025fbd6-a4ba-4cde-b8c2-96805dcfdabc,negative] |
pass
pt139.7: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_invalid_key[id-0025fbd6-a4ba-4cde-b8c2-96805dcfdabc,negative]
|
||||||
test_set_metadata_non_existent_server[id-0df38c2a-3d4e-4db5-98d8-d4d9fa843a12,negative] |
pass
pt139.8: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server[id-0df38c2a-3d4e-4db5-98d8-d4d9fa843a12,negative]
|
||||||
test_set_server_metadata_blank_key[id-96100343-7fa9-40d8-80fa-d29ef588ce1c,negative] |
pass
pt139.9: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key[id-96100343-7fa9-40d8-80fa-d29ef588ce1c,negative]
|
||||||
test_set_server_metadata_missing_metadata[id-64a91aee-9723-4863-be44-4c9d9f1e7d0e,negative] |
pass
pt139.10: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata[id-64a91aee-9723-4863-be44-4c9d9f1e7d0e,negative]
|
||||||
test_update_metadata_non_existent_server[id-904b13dc-0ef2-4e4c-91cd-3b4a0f2f49d8,negative] |
pass
pt139.11: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server[id-904b13dc-0ef2-4e4c-91cd-3b4a0f2f49d8,negative]
|
||||||
test_update_metadata_with_blank_key[id-a452f38c-05c2-4b47-bd44-a4f0bf5a5e48,negative] |
pass
pt139.12: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key[id-a452f38c-05c2-4b47-bd44-a4f0bf5a5e48,negative]
|
||||||
| tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_server_password[id-f8229e8b-b625-4493-800a-bde86ac611ea] |
pass
pt140.1: tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password[id-f8229e8b-b625-4493-800a-bde86ac611ea]
|
||||||
test_get_server_password[id-f83b582f-62a8-4f22-85b0-0dee50ff783a] |
pass
pt140.2: tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password[id-f83b582f-62a8-4f22-85b0-0dee50ff783a]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescue_unrescue_instance[id-fd032140-714c-42e4-a8fd-adcd8df06be6] |
pass
pt141.1: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance[id-fd032140-714c-42e4-a8fd-adcd8df06be6]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_add_remove_security_group[id-affca41f-7195-492d-8065-e09eee245404] |
pass
pt142.1: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group[id-affca41f-7195-492d-8065-e09eee245404]
|
||||||
test_rescued_vm_associate_dissociate_floating_ip[id-4842e0cf-e87d-4d9d-b61f-f4791da3cacc] |
pass
pt142.2: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip[id-4842e0cf-e87d-4d9d-b61f-f4791da3cacc]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 4 | 3 | 0 | 0 | 1 | Detail | |
test_stable_device_rescue_disk_scsi[id-12340157-6306-4745-bdda-cfa019908b48] |
pass
pt143.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_scsi[id-12340157-6306-4745-bdda-cfa019908b48]
|
||||||
test_stable_device_rescue_disk_usb[id-647d04cf-ad35-4956-89ab-b05c5c16f30c] |
pass
pt143.2: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_usb[id-647d04cf-ad35-4956-89ab-b05c5c16f30c]
|
||||||
test_stable_device_rescue_disk_virtio[id-16865750-1417-4854-bcf7-496e6753c01e] |
pass
pt143.3: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio[id-16865750-1417-4854-bcf7-496e6753c01e]
|
||||||
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
skip
pt143.4: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 6 | 4 | 0 | 0 | 2 | Detail | |
test_rescue_non_existent_server[id-6dfc0a55-3a77-4564-a144-1587b7971dde,negative] |
pass
pt144.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server[id-6dfc0a55-3a77-4564-a144-1587b7971dde,negative]
|
||||||
test_rescue_paused_instance[id-cc3a883f-43c0-4fb6-a9bb-5579d64984ed,negative] |
pass
pt144.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance[id-cc3a883f-43c0-4fb6-a9bb-5579d64984ed,negative]
|
||||||
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
skip
pt144.3: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
skip
pt144.4: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
test_rescued_vm_reboot[id-db22b618-f157-4566-a317-1b6d467a8094,negative] |
pass
pt144.5: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot[id-db22b618-f157-4566-a317-1b6d467a8094,negative]
|
||||||
test_rescued_vm_rebuild[id-70cdb8a1-89f8-437d-9448-8844fd82bf46,negative] |
pass
pt144.6: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild[id-70cdb8a1-89f8-437d-9448-8844fd82bf46,negative]
|
||||||
| tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
pass
pt145.1: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08]
|
||||||
test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
pass
pt145.2: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b]
|
||||||
test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
pass
pt145.3: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e]
|
||||||
test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
pass
pt145.4: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831]
|
||||||
| tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt146.1: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33]
|
||||||
test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
pass
pt146.2: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b]
|
||||||
| tempest.api.compute.servers.test_servers.ServerShowV263Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c] |
skip
pt147.1: tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c]
|
||||||
| tempest.api.compute.servers.test_servers.ServersTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
pass
pt148.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49]
|
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
pass
pt148.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0]
|
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
pass
pt148.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb]
|
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
pass
pt148.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833]
|
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
pass
pt148.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699]
|
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
pass
pt148.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077]
|
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
pass
pt148.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2]
|
||||||
| tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
pass
pt149.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a]
|
||||||
| tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
pass
pt150.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 45 | 42 | 0 | 0 | 3 | Detail | |
test_create_numeric_server_name[id-fd57f159-68d6-4c2a-902b-03070828a87e,negative] |
pass
pt151.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name[id-fd57f159-68d6-4c2a-902b-03070828a87e,negative]
|
||||||
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
skip
pt151.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
skip
pt151.3: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
test_create_server_metadata_exceeds_length_limit[id-7fc74810-0bd2-4cd7-8244-4f33a9db865a,negative] |
pass
pt151.4: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit[id-7fc74810-0bd2-4cd7-8244-4f33a9db865a,negative]
|
||||||
test_create_server_name_length_exceeds_256[id-c3e0fb12-07fc-4d76-a22e-37409887afe8,negative] |
pass
pt151.5: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256[id-c3e0fb12-07fc-4d76-a22e-37409887afe8,negative]
|
||||||
test_create_with_invalid_flavor[id-18f5227f-d155-4429-807c-ccb103887537,negative] |
pass
pt151.6: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor[id-18f5227f-d155-4429-807c-ccb103887537,negative]
|
||||||
test_create_with_invalid_image[id-fcba1052-0a50-4cf3-b1ac-fae241edf02f,negative] |
pass
pt151.7: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image[id-fcba1052-0a50-4cf3-b1ac-fae241edf02f,negative]
|
||||||
test_create_with_invalid_network_uuid[id-4e72dc2d-44c5-4336-9667-f7972e95c402,negative] |
pass
pt151.8: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid[id-4e72dc2d-44c5-4336-9667-f7972e95c402,negative]
|
||||||
test_create_with_non_existent_keypair[id-7a2efc39-530c-47de-b875-2dd01c8d39bd,negative] |
pass
pt151.9: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair[id-7a2efc39-530c-47de-b875-2dd01c8d39bd,negative]
|
||||||
test_create_with_nonexistent_security_group[id-c5fa6041-80cd-483b-aa6d-4e45f19d093c,negative] |
pass
pt151.10: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group[id-c5fa6041-80cd-483b-aa6d-4e45f19d093c,negative]
|
||||||
test_delete_non_existent_server[id-1041b4e6-514b-4855-96a5-e974b60870a3,negative] |
pass
pt151.11: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server[id-1041b4e6-514b-4855-96a5-e974b60870a3,negative]
|
||||||
test_delete_server_pass_id_exceeding_length_limit[id-f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5,negative] |
pass
pt151.12: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit[id-f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5,negative]
|
||||||
test_delete_server_pass_negative_id[id-75f79124-277c-45e6-a373-a1d6803f4cc4,negative] |
pass
pt151.13: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id[id-75f79124-277c-45e6-a373-a1d6803f4cc4,negative]
|
||||||
test_force_delete_nonexistent_server_id[id-6f47992b-5144-4250-9f8b-f00aa33950f3,negative] |
pass
pt151.14: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id[id-6f47992b-5144-4250-9f8b-f00aa33950f3,negative]
|
||||||
test_get_console_output_of_non_existent_server[id-7dd919e7-413f-4198-bebb-35e2a01b13e9,negative] |
pass
pt151.15: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server[id-7dd919e7-413f-4198-bebb-35e2a01b13e9,negative]
|
||||||
test_get_non_existent_server[id-3436b02f-1b1e-4f03-881e-c6a602327439,negative] |
pass
pt151.16: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server[id-3436b02f-1b1e-4f03-881e-c6a602327439,negative]
|
||||||
test_invalid_access_ip_v4_address[id-7f70a4d1-608f-4794-9e56-cb182765972c,negative] |
pass
pt151.17: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address[id-7f70a4d1-608f-4794-9e56-cb182765972c,negative]
|
||||||
test_invalid_ip_v6_address[id-5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0,negative] |
pass
pt151.18: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address[id-5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0,negative]
|
||||||
test_pause_non_existent_server[id-6a8dc0c6-6cd4-4c0a-9f32-413881828091,negative] |
pass
pt151.19: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server[id-6a8dc0c6-6cd4-4c0a-9f32-413881828091,negative]
|
||||||
test_pause_paused_server[id-d1417e7f-a509-41b5-a102-d5eed8613369,negative] |
pass
pt151.20: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server[id-d1417e7f-a509-41b5-a102-d5eed8613369,negative]
|
||||||
test_personality_file_contents_not_encoded[id-b8a7235e-5246-4a8f-a08e-b34877c6586f,negative] |
skip
pt151.21: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded[id-b8a7235e-5246-4a8f-a08e-b34877c6586f,negative]
|
||||||
test_reboot_deleted_server[id-581a397d-5eab-486f-9cf9-1014bbd4c984,negative] |
pass
pt151.22: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server[id-581a397d-5eab-486f-9cf9-1014bbd4c984,negative]
|
||||||
test_reboot_non_existent_server[id-d4c023a0-9c55-4747-9dd5-413b820143c7,negative] |
pass
pt151.23: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server[id-d4c023a0-9c55-4747-9dd5-413b820143c7,negative]
|
||||||
test_rebuild_deleted_server[id-98fa0458-1485-440f-873b-fe7f0d714930,negative] |
pass
pt151.24: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server[id-98fa0458-1485-440f-873b-fe7f0d714930,negative]
|
||||||
test_rebuild_non_existent_server[id-d86141a7-906e-4731-b187-d64a2ea61422,negative] |
pass
pt151.25: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server[id-d86141a7-906e-4731-b187-d64a2ea61422,negative]
|
||||||
test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative] |
pass
pt151.26: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative]
|
||||||
test_resize_server_with_non_existent_flavor[id-ced1a1d7-2ab6-45c9-b90f-b27d87b30efd,negative] |
pass
pt151.27: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor[id-ced1a1d7-2ab6-45c9-b90f-b27d87b30efd,negative]
|
||||||
test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative] |
pass
pt151.28: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative]
|
||||||
test_restore_nonexistent_server_id[id-9c6d38cc-fcfb-437a-85b9-7b788af8bf01,negative] |
pass
pt151.29: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id[id-9c6d38cc-fcfb-437a-85b9-7b788af8bf01,negative]
|
||||||
test_restore_server_invalid_state[id-7fcadfab-bd6a-4753-8db7-4a51e51aade9,negative] |
pass
pt151.30: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state[id-7fcadfab-bd6a-4753-8db7-4a51e51aade9,negative]
|
||||||
test_resume_non_existent_server[id-221cd282-bddb-4837-a683-89c2487389b6,negative] |
pass
pt151.31: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server[id-221cd282-bddb-4837-a683-89c2487389b6,negative]
|
||||||
test_resume_server_invalid_state[id-ccb6294d-c4c9-498f-8a43-554c098bfadb,negative] |
pass
pt151.32: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state[id-ccb6294d-c4c9-498f-8a43-554c098bfadb,negative]
|
||||||
test_server_name_blank[id-dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf,negative] |
pass
pt151.33: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank[id-dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf,negative]
|
||||||
test_shelve_non_existent_server[id-abca56e2-a892-48ea-b5e5-e07e69774816,negative] |
pass
pt151.34: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server[id-abca56e2-a892-48ea-b5e5-e07e69774816,negative]
|
||||||
test_shelve_shelved_server[id-443e4f9b-e6bf-4389-b601-3a710f15fddd,negative] |
pass
pt151.35: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server[id-443e4f9b-e6bf-4389-b601-3a710f15fddd,negative]
|
||||||
test_stop_non_existent_server[id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative] |
pass
pt151.36: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server[id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative]
|
||||||
test_suspend_non_existent_server[id-d1f032d5-7b6e-48aa-b252-d5f16dd994ca,negative] |
pass
pt151.37: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server[id-d1f032d5-7b6e-48aa-b252-d5f16dd994ca,negative]
|
||||||
test_suspend_server_invalid_state[id-7f323206-05a9-4bf8-996b-dd5b2036501b,negative] |
pass
pt151.38: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state[id-7f323206-05a9-4bf8-996b-dd5b2036501b,negative]
|
||||||
test_unpause_non_existent_server[id-705b8e3a-e8a7-477c-a19b-6868fc24ac75,negative] |
pass
pt151.39: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server[id-705b8e3a-e8a7-477c-a19b-6868fc24ac75,negative]
|
||||||
test_unpause_server_invalid_state[id-c8e639a7-ece8-42dd-a2e0-49615917ba4f,negative] |
pass
pt151.40: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state[id-c8e639a7-ece8-42dd-a2e0-49615917ba4f,negative]
|
||||||
test_unshelve_non_existent_server[id-23d23b37-afaf-40d7-aa5d-5726f82d8821,negative] |
pass
pt151.41: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server[id-23d23b37-afaf-40d7-aa5d-5726f82d8821,negative]
|
||||||
test_unshelve_server_invalid_state[id-8f198ded-1cca-4228-9e65-c6b449c54880,negative] |
pass
pt151.42: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state[id-8f198ded-1cca-4228-9e65-c6b449c54880,negative]
|
||||||
test_update_name_of_non_existent_server[id-aa8eed43-e2cb-4ebf-930b-da14f6a21d81,negative] |
pass
pt151.43: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server[id-aa8eed43-e2cb-4ebf-930b-da14f6a21d81,negative]
|
||||||
test_update_server_name_length_exceeds_256[id-5c8e244c-dada-4590-9944-749c455b431f,negative] |
pass
pt151.44: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256[id-5c8e244c-dada-4590-9944-749c455b431f,negative]
|
||||||
test_update_server_set_empty_name[id-38204696-17c6-44da-9590-40f87fb5a899,negative] |
pass
pt151.45: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name[id-38204696-17c6-44da-9590-40f87fb5a899,negative]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_a_server_of_another_tenant[id-5c75009d-3eea-423e-bea3-61b09fd25f9c,negative] |
pass
pt152.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant[id-5c75009d-3eea-423e-bea3-61b09fd25f9c,negative]
|
||||||
test_update_server_of_another_tenant[id-543d84c1-dd2e-4c6d-8cb2-b9da0efaa384,negative] |
pass
pt152.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant[id-543d84c1-dd2e-4c6d-8cb2-b9da0efaa384,negative]
|
||||||
| tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt153.1: tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd]
|
||||||
test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
pass
pt153.2: tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1]
|
||||||
| tempest.api.compute.test_quotas.QuotasTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
pass
pt154.1: tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc]
|
||||||
test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
pass
pt154.2: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a]
|
||||||
test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
pass
pt154.3: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107]
|
||||||
| tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
pass
pt155.1: tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network]
|
||||||
| tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt156.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke]
|
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt156.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 3 | 0 | 0 | 0 | 3 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
skip
pt157.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
skip
pt157.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
skip
pt157.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 0 | 0 | 0 | 1 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
skip
pt158.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 9 | 0 | 0 | 0 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,multinode,network,slow] |
pass
pt159.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,multinode,network,slow]
|
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,multinode,network,slow] |
pass
pt159.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,multinode,network,slow]
|
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,multinode,network,slow] |
pass
pt159.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,multinode,network,slow]
|
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
pass
pt159.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow]
|
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
pass
pt159.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow]
|
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
pass
pt159.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow]
|
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
pass
pt159.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow]
|
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
pass
pt159.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow]
|
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
pass
pt159.9: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow]
|
||||||
| tempest.scenario.test_network_v6.TestGettingAddress | 8 | 8 | 0 | 0 | 0 | Detail | |
test_dhcp6_stateless_from_os[compute,id-d7e1f858-187c-45a6-89c9-bdafde619a9f,network,slow] |
pass
pt160.1: tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os[compute,id-d7e1f858-187c-45a6-89c9-bdafde619a9f,network,slow]
|
||||||
test_dualnet_dhcp6_stateless_from_os[compute,id-76f26acd-9688-42b4-bc3e-cd134c4cb09e,network,slow] |
pass
pt160.2: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os[compute,id-76f26acd-9688-42b4-bc3e-cd134c4cb09e,network,slow]
|
||||||
test_dualnet_multi_prefix_dhcpv6_stateless[compute,id-cf1c4425-766b-45b8-be35-e2959728eb00,network,slow] |
pass
pt160.3: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless[compute,id-cf1c4425-766b-45b8-be35-e2959728eb00,network,slow]
|
||||||
test_dualnet_multi_prefix_slaac[compute,id-9178ad42-10e4-47e9-8987-e02b170cc5cd,network,slow] |
pass
pt160.4: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac[compute,id-9178ad42-10e4-47e9-8987-e02b170cc5cd,network,slow]
|
||||||
test_dualnet_slaac_from_os[compute,id-b6399d76-4438-4658-bcf5-0d6c8584fde2,network,slow] |
pass
pt160.5: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os[compute,id-b6399d76-4438-4658-bcf5-0d6c8584fde2,network,slow]
|
||||||
test_multi_prefix_dhcpv6_stateless[compute,id-7ab23f41-833b-4a16-a7c9-5b42fe6d4123,network,slow] |
pass
pt160.6: tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless[compute,id-7ab23f41-833b-4a16-a7c9-5b42fe6d4123,network,slow]
|
||||||
test_multi_prefix_slaac[compute,id-dec222b1-180c-4098-b8c5-cc1b8342d611,network,slow] |
pass
pt160.7: tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac[compute,id-dec222b1-180c-4098-b8c5-cc1b8342d611,network,slow]
|
||||||
test_slaac_from_os[compute,id-2c92df61-29f0-4eaa-bee3-7c65bef62a43,network,slow] |
pass
pt160.8: tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os[compute,id-2c92df61-29f0-4eaa-bee3-7c65bef62a43,network,slow]
|
||||||
| tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps | 6 | 5 | 0 | 0 | 1 | Detail | |
test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,multinode,network,slow] |
skip
pt161.1: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,multinode,network,slow]
|
||||||
test_cross_tenant_traffic[compute,id-e79f879e-debb-440c-a7e4-efeda05b6848,multinode,network] |
pass
pt161.2: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic[compute,id-e79f879e-debb-440c-a7e4-efeda05b6848,multinode,network]
|
||||||
test_in_tenant_traffic[compute,id-63163892-bbf6-4249-aa12-d5ea1f8f421b,multinode,network] |
pass
pt161.3: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic[compute,id-63163892-bbf6-4249-aa12-d5ea1f8f421b,multinode,network]
|
||||||
test_multiple_security_groups[compute,id-d2f77418-fcc4-439d-b935-72eca704e293,multinode,network,slow] |
pass
pt161.4: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups[compute,id-d2f77418-fcc4-439d-b935-72eca704e293,multinode,network,slow]
|
||||||
test_port_security_disable_security_group[compute,id-7c811dcc-263b-49a3-92d2-1b4d8405f50c,multinode,network,slow] |
pass
pt161.5: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group[compute,id-7c811dcc-263b-49a3-92d2-1b4d8405f50c,multinode,network,slow]
|
||||||
test_port_update_new_security_group[compute,id-f4d556d7-1526-42ad-bafb-6bebf48568f6,multinode,network,slow] |
pass
pt161.6: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group[compute,id-f4d556d7-1526-42ad-bafb-6bebf48568f6,multinode,network,slow]
|
||||||
| tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
pass
pt162.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow]
|
||||||
| tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
pass
pt163.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]
|
||||||
| tempest.scenario.test_server_multinode.TestServerMultinode | 1 | 1 | 0 | 0 | 0 | Detail | |
test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,multinode,network,smoke] |
pass
pt164.1: tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,multinode,network,smoke]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 3 | 1 | 0 | 0 | 2 | Detail | |
test_cold_migrate_unshelved_instance[compute,id-1295fd9e-193a-4cf8-b211-55358e021bae,image,multinode,network,slow] |
skip
pt165.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance[compute,id-1295fd9e-193a-4cf8-b211-55358e021bae,image,multinode,network,slow]
|
||||||
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
pass
pt165.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow]
|
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
skip
pt165.3: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
pass
pt166.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow]
|
||||||
| tempest.scenario.test_unified_limits.ImageQuotaTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
skip
pt167.1: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image]
|
||||||
test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
skip
pt167.2: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image]
|
||||||
test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
skip
pt167.3: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image]
|
||||||
test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
skip
pt167.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image]
|
||||||
| Total | 596 | 516 | 2 | 0 | 78 | ||