Status: Pass 305 Failure 2 Skip 5
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 2 | 1 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt1.1: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
||||||
test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
fail
ft1.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-15 12:24:13,429 118828 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:test_centralized_router_update_to_dvr): 201 POST http://10.222.0.58:9696/v2.0/routers 0.764s 2022-03-15 12:24:13,430 118828 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-router-145000116", "distributed": false, "admin_state_up": false, "ha": false, "project_id": "3213275c0bba481a9d0007fc09b4a537"}} Response - Headers: {'content-type': 'application/json', 'content-length': '523', 'x-openstack-request-id': 'req-e7c3e90d-6011-49d7-b0c5-c6f4e9f9cb8f', 'date': 'Tue, 15 Mar 2022 12:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/routers'} Body: b'{"router": {"id": "e8b0d015-0d4b-4d82-94ca-aba265cd7fee", "name": "tempest-router-145000116", "tenant_id": "3213275c0bba481a9d0007fc09b4a537", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-03-15T12:24:12Z", "updated_at": "2022-03-15T12:24:13Z", "revision_number": 1, "project_id": "3213275c0bba481a9d0007fc09b4a537"}}' 2022-03-15 12:24:14,712 118828 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:test_centralized_router_update_to_dvr): 500 PUT http://10.222.0.58:9696/v2.0/routers/e8b0d015-0d4b-4d82-94ca-aba265cd7fee 1.281s 2022-03-15 12:24:14,713 118828 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"distributed": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-538f8328-a50b-4ac1-976a-dfca068c829e', 'date': 'Tue, 15 Mar 2022 12:24:14 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/e8b0d015-0d4b-4d82-94ca-aba265cd7fee'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2022-03-15 12:24:16,175 118828 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:_run_cleanups): 204 DELETE http://10.222.0.58:9696/v2.0/routers/e8b0d015-0d4b-4d82-94ca-aba265cd7fee 1.459s 2022-03-15 12:24:16,175 118828 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-105154eb-8dd3-4566-b666-0d3bf7e44bb8', 'content-length': '0', 'date': 'Tue, 15 Mar 2022 12:24:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/e8b0d015-0d4b-4d82-94ca-aba265cd7fee'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers_dvr.py", line 121, in test_centralized_router_update_to_dvr router = self.admin_routers_client.update_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 38, in update_router return self.update_resource(uri, update_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt1.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 10 | 7 | 1 | 0 | 2 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
pass
pt2.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
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] |
skip
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] |
fail
ft2.7: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-15 12:37:13,759 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/agents?agent_type=L3+agent 0.015s 2022-03-15 12:37:13,760 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '644', 'x-openstack-request-id': 'req-481fc0e2-5ced-403f-a7f5-0dcd0b9b695c', 'date': 'Tue, 15 Mar 2022 12:37:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/agents?agent_type=L3+agent'} Body: b'{"agents": [{"id": "0ae6eb97-542b-4c51-83c1-e61fb345c525", "agent_type": "L3 agent", "binary": "neutron-l3-agent", "topic": "l3_agent", "host": "dv-neutron-833247-8-hyperv", "admin_state_up": true, "created_at": "2022-03-15 12:12:35", "started_at": "2022-03-15 12:12:35", "heartbeat_timestamp": "2022-03-15 12:37:05", "description": null, "resources_synced": null, "availability_zone": "nova", "alive": true, "configurations": {"agent_mode": "legacy", "ex_gw_ports": 2, "extensions": [], "floating_ips": 1, "handle_internal_only_routers": true, "interface_driver": "openvswitch", "interfaces": 2, "log_agent_heartbeats": false, "routers": 2}}]}' 2022-03-15 12:37:13,969 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/networks 0.209s 2022-03-15 12:37:13,970 118830 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--1089611463", "project_id": "28df71505f6640fd86f51523fb28cff9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-85ba981b-f6f0-4579-8e17-e835b6b71d34', 'date': 'Tue, 15 Mar 2022 12:37:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/networks'} Body: b'{"network":{"id":"af415496-7439-4c67-8c20-0ca851f0b2d2","name":"tempest-network-smoke--1089611463","tenant_id":"28df71505f6640fd86f51523fb28cff9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"28df71505f6640fd86f51523fb28cff9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-03-15T12:37:13Z","updated_at":"2022-03-15T12:37:13Z","revision_number":1}}' 2022-03-15 12:37:15,460 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/routers 1.490s 2022-03-15 12:37:15,461 118830 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-114238805", "admin_state_up": true, "project_id": "28df71505f6640fd86f51523fb28cff9", "external_gateway_info": {"network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-a6d59fbc-9550-4fe4-891d-3e9214725225', 'date': 'Tue, 15 Mar 2022 12:37:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/routers'} Body: b'{"router": {"id": "059ec210-00bb-4024-9b82-14710f7d1524", "name": "tempest-TestNetworkBasicOps-router-114238805", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "external_fixed_ips": [{"subnet_id": "f15d9fad-b949-402d-bae3-ad4243804a0a", "ip_address": "172.26.0.176"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-03-15T12:37:14Z", "updated_at": "2022-03-15T12:37:14Z", "revision_number": 3, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:15,494 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/subnets?project_id=28df71505f6640fd86f51523fb28cff9&cidr=172.20.0.0%2F28 0.032s 2022-03-15 12:37:15,494 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c4728585-6767-4a58-a1f7-32887332fb0b', 'date': 'Tue, 15 Mar 2022 12:37:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/subnets?project_id=28df71505f6640fd86f51523fb28cff9&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-03-15 12:37:15,594 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/networks?router%3Aexternal=True 0.099s 2022-03-15 12:37:15,594 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '690', 'x-openstack-request-id': 'req-2d4b23fb-5574-47d1-b206-29cf5f1c1654', 'date': 'Tue, 15 Mar 2022 12:37:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"b3a35afd-5f63-4539-9b44-e2763fd294ed","name":"public","tenant_id":"73478e6742f6405ba8d321e650c0cada","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["f15d9fad-b949-402d-bae3-ad4243804a0a"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-03-15T12:13:07Z","updated_at":"2022-03-15T12:13:14Z","revision_number":2,"project_id":"73478e6742f6405ba8d321e650c0cada","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-03-15 12:37:15,624 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/subnets?network_id=b3a35afd-5f63-4539-9b44-e2763fd294ed&cidr=172.20.0.0%2F28 0.029s 2022-03-15 12:37:15,624 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-e4d36c18-0079-4c08-9cea-c4aac5fbaae0', 'date': 'Tue, 15 Mar 2022 12:37:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/subnets?network_id=b3a35afd-5f63-4539-9b44-e2763fd294ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-03-15 12:37:16,088 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/subnets 0.463s 2022-03-15 12:37:16,088 118830 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-716485829", "network_id": "af415496-7439-4c67-8c20-0ca851f0b2d2", "project_id": "28df71505f6640fd86f51523fb28cff9", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-b175a76a-eb13-44bd-908d-e43051cadfcf', 'date': 'Tue, 15 Mar 2022 12:37:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"dc93dffe-afc7-4830-8e67-4d362cfa04e8","name":"tempest-subnet-smoke-716485829","tenant_id":"28df71505f6640fd86f51523fb28cff9","network_id":"af415496-7439-4c67-8c20-0ca851f0b2d2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-03-15T12:37:15Z","updated_at":"2022-03-15T12:37:15Z","revision_number":0,"project_id":"28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:18,644 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 PUT http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524/add_router_interface 2.555s 2022-03-15 12:37:18,644 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "dc93dffe-afc7-4830-8e67-4d362cfa04e8"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c3238528-d639-44b3-bf04-ad8559b257b4', 'date': 'Tue, 15 Mar 2022 12:37:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524/add_router_interface'} Body: b'{"id": "059ec210-00bb-4024-9b82-14710f7d1524", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "port_id": "eae4d079-11f7-4c7c-9814-50a56cf388ae", "network_id": "af415496-7439-4c67-8c20-0ca851f0b2d2", "subnet_id": "dc93dffe-afc7-4830-8e67-4d362cfa04e8", "subnet_ids": ["dc93dffe-afc7-4830-8e67-4d362cfa04e8"]}' 2022-03-15 12:37:18,857 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/networks 0.212s 2022-03-15 12:37:18,857 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '2691', 'x-openstack-request-id': 'req-f9ee1aca-b4c8-4b46-8cb5-030dec73d9b7', 'date': 'Tue, 15 Mar 2022 12:37:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/networks'} Body: b'{"networks":[{"id":"147f37f6-e137-485c-89e2-a8b89508c098","name":"shared","tenant_id":"73478e6742f6405ba8d321e650c0cada","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["bad682f4-0ae3-4ea9-9644-bc492259b552"],"shared":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-03-15T12:15:52Z","updated_at":"2022-03-15T12:15:55Z","revision_number":2,"project_id":"73478e6742f6405ba8d321e650c0cada","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":159},{"id":"86823af3-f59c-4354-a1d9-0c11d46c079f","name":"private","tenant_id":"2b7790f4650141098dd935a54d5e4827","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["03f7f0cf-4db9-4b12-9e54-f1240ee886b6"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-03-15T12:12:47Z","updated_at":"2022-03-15T12:14:59Z","revision_number":3,"project_id":"2b7790f4650141098dd935a54d5e4827","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":150},{"id":"af415496-7439-4c67-8c20-0ca851f0b2d2","name":"tempest-network-smoke--1089611463","tenant_id":"28df71505f6640fd86f51523fb28cff9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["dc93dffe-afc7-4830-8e67-4d362cfa04e8"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-03-15T12:37:13Z","updated_at":"2022-03-15T12:37:15Z","revision_number":2,"project_id":"28df71505f6640fd86f51523fb28cff9","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":180},{"id":"b3a35afd-5f63-4539-9b44-e2763fd294ed","name":"public","tenant_id":"73478e6742f6405ba8d321e650c0cada","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["f15d9fad-b949-402d-bae3-ad4243804a0a"],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","port_security_enabled":true,"is_default":true,"tags":[],"created_at":"2022-03-15T12:13:07Z","updated_at":"2022-03-15T12:13:14Z","revision_number":2,"project_id":"73478e6742f6405ba8d321e650c0cada","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-03-15 12:37:18,943 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/subnets 0.085s 2022-03-15 12:37:18,944 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '2532', 'x-openstack-request-id': 'req-3fe14ff4-8849-4566-9552-383e03dfd27a', 'date': 'Tue, 15 Mar 2022 12:37:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/subnets'} Body: b'{"subnets":[{"id":"03f7f0cf-4db9-4b12-9e54-f1240ee886b6","name":"private-subnet","tenant_id":"2b7790f4650141098dd935a54d5e4827","network_id":"86823af3-f59c-4354-a1d9-0c11d46c079f","ip_version":4,"subnetpool_id":"ede81a16-183f-4190-a648-a803267d9c9f","enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/26","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.62"}],"host_routes":[],"dns_nameservers":["8.8.8.8","8.8.4.4"],"description":"","service_types":[],"tags":[],"created_at":"2022-03-15T12:12:51Z","updated_at":"2022-03-15T12:14:59Z","revision_number":1,"project_id":"2b7790f4650141098dd935a54d5e4827"},{"id":"bad682f4-0ae3-4ea9-9644-bc492259b552","name":"shared-subnet","tenant_id":"73478e6742f6405ba8d321e650c0cada","network_id":"147f37f6-e137-485c-89e2-a8b89508c098","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.233.1","cidr":"192.168.233.0/24","allocation_pools":[{"start":"192.168.233.2","end":"192.168.233.254"}],"host_routes":[],"dns_nameservers":[],"description":"shared-subnet","service_types":[],"tags":[],"created_at":"2022-03-15T12:15:55Z","updated_at":"2022-03-15T12:15:55Z","revision_number":0,"project_id":"73478e6742f6405ba8d321e650c0cada"},{"id":"dc93dffe-afc7-4830-8e67-4d362cfa04e8","name":"tempest-subnet-smoke-716485829","tenant_id":"28df71505f6640fd86f51523fb28cff9","network_id":"af415496-7439-4c67-8c20-0ca851f0b2d2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-03-15T12:37:15Z","updated_at":"2022-03-15T12:37:15Z","revision_number":0,"project_id":"28df71505f6640fd86f51523fb28cff9"},{"id":"f15d9fad-b949-402d-bae3-ad4243804a0a","name":"public-subnet","tenant_id":"73478e6742f6405ba8d321e650c0cada","network_id":"b3a35afd-5f63-4539-9b44-e2763fd294ed","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.26.0.1","cidr":"172.26.0.0/24","allocation_pools":[{"start":"172.26.0.2","end":"172.26.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-03-15T12:13:14Z","updated_at":"2022-03-15T12:13:14Z","revision_number":0,"project_id":"73478e6742f6405ba8d321e650c0cada"}]}' 2022-03-15 12:37:19,196 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/routers 0.250s 2022-03-15 12:37:19,196 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '1412', 'x-openstack-request-id': 'req-f3677925-3922-4517-8c96-fbadb4efc3cb', 'date': 'Tue, 15 Mar 2022 12:37:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/routers'} Body: b'{"routers": [{"id": "059ec210-00bb-4024-9b82-14710f7d1524", "name": "tempest-TestNetworkBasicOps-router-114238805", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "external_fixed_ips": [{"subnet_id": "f15d9fad-b949-402d-bae3-ad4243804a0a", "ip_address": "172.26.0.176"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-03-15T12:37:14Z", "updated_at": "2022-03-15T12:37:17Z", "revision_number": 4, "project_id": "28df71505f6640fd86f51523fb28cff9"}, {"id": "f82aaf86-f7fc-4f07-8461-5555323c54e8", "name": "router1", "tenant_id": "2b7790f4650141098dd935a54d5e4827", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "external_fixed_ips": [{"subnet_id": "f15d9fad-b949-402d-bae3-ad4243804a0a", "ip_address": "172.26.0.143"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-03-15T12:13:00Z", "updated_at": "2022-03-15T12:13:18Z", "revision_number": 4, "project_id": "2b7790f4650141098dd935a54d5e4827"}]}' 2022-03-15 12:37:19,404 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 POST http://10.222.0.58/compute/v2.1/os-keypairs 0.207s 2022-03-15 12:37:19,405 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1656654591"}} Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb322f7-f610-4268-8007-e7c859c7b68f', 'x-compute-request-id': 'req-ccb322f7-f610-4268-8007-e7c859c7b68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEApl3fS+AtMtr21k0hfpKu1gKHMHEVcQ5ilGSE2Xdm2M+ga4lB\\njqblYwULhjZbYsRryG219FxZoC5gVtk4CRhvfxJnN48yZosiBxP2mKVFNWC78OW2\\ntmUjpv1TJuKmhEes0DAwEzlsUheqt7rlhZlfHGgk7O+2GqvIOX0JQ0omTZaXLMtS\\nd/k98hKAZzZkockZULJ6urVn8BkSR2NoOJe2/T5f19dWDmAjhwIT9WO6RQ+3UZYV\\nEWStP4ySiygz1PU0GE2TgW59eRVWiMW/qnMAEv+gwFiDIXdn2RrSr02kIgDz0Tqw\\n1p7HStkpFAMwZoOnWPuRWYKHadt1YLPY2eXlNQIDAQABAoIBADfNOL6cfMyYAT80\\nM83eqWIDCxFGfOik6I/Zf23pzMdgLPCk4yZT+JDT+l+UD+b69yQNGIDUEQPXSl0X\\nEuKKHavDondSQpd+h3VUTtw4YxRaU++jPTvEhMbYJXHfh/bKi75wy09HbXvDkHF7\\n8Mx0+x/uFqSaarxbbhdKRzcYwew30hPX3nl4eMbatK/kCHCvuy+q3+LjNj7ViJsj\\nNPVQAhqT+nsiVh+aPx3j8dKGZYAfV4Lb8K8eiqeFcNuJDkG+CK3T2wJabEywwflA\\nyxOcUF4npwoH/K2eSJ57z7IHgJr3dnju02LSixRxpX1WXf6hGtUnP/10l/OLh0bu\\ncNxuJMECgYEA080Qlqh9WjnNrbJer3YyS6Ns9HeOHvHrYQg+yBrbTYJFuuuW1t1R\\nDzI+nrd8HB7b6KE7COZ4EZ9gnF3UhEoWnmVdpN2fwvhKmLmz7yTjaCJEwJVuijuc\\nUP6oCTn7jgBluau+cUEBdq6ROPqf8Q0JocLw74gA+lzLcIslCBhnPBkCgYEAyRWX\\noRRG3+Ju2MdT8TVGxjsAWmIkXEcneuA1Ozu/cl75PMuuNbTuw+0gQXtkfBcxUcXQ\\nU7UrhYtZBt2rhX3Sm53gD4x5zJCGX1Bga6PqzezdAevN958VjIO0a83KzOV9TcDl\\ndCKB4NhRmtEFk1/qaTO518b4rAz/rohlPfX7lX0CgYBuuVSDvl+RzIgm1wnC5qKS\\ngkQSZXHp4YSwvFO93rRpB8KWXlUDzL10mUq9RKTgOo2yRp+LHpkEdXJXLIJOCkFa\\n2xkieC3uCklNID/dtEYiCVAx8azRHSqx+P81m5dTfAeyEgPERzyRo98Nj5APv0Ya\\nx8OXJV2FhP9hvYxFeCR3+QKBgQCxQmOED4fa3JSybCRHQZu+K0zIYDOFVQQsgXDr\\nYmQFwksbmMFdfr3r4SDKGKgf66ICX8qhv9c5xfkY4FfPOXdqzuUxT7ge6FhLtWMK\\nAFmAZgj9JI1Qd+BbGc72KVdZAARRgnXCxpiPSKHHQ/MSUz8ktgBhgni70kmh5YK5\\n+BlrUQKBgQCOVqs01360oiAgD7cehfc3vUgvgu5jwZcL3mrjmdCdJ1dP3tG+kj3p\\nnGOzyJNhVodUB0e6ZbfzMxienQFNdFhVVx0EYMR3/Af2cSe5Mktv5woE2M2+/iqf\\nGFowAXeZ8orG65vzKsNhEhk/hEuCL8uGSLRxYwG6HigB/wTLD8/BPg==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkBasicOps-1656654591", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmXd9L4C0y2vbWTSF+kq7WAocwcRVxDmKUZITZd2bYz6BriUGOpuVjBQuGNltixGvIbbX0XFmgLmBW2TgJGG9/Emc3jzJmiyIHE/aYpUU1YLvw5ba2ZSOm/VMm4qaER6zQMDATOWxSF6q3uuWFmV8caCTs77Yaq8g5fQlDSiZNlpcsy1J3+T3yEoBnNmShyRlQsnq6tWfwGRJHY2g4l7b9Pl/X11YOYCOHAhP1Y7pFD7dRlhURZK0/jJKLKDPU9TQYTZOBbn15FVaIxb+qcwAS/6DAWIMhd2fZGtKvTaQiAPPROrDWnsdK2SkUAzBmg6dY+5FZgodp23Vgs9jZ5eU1 Generated-by-Nova", "fingerprint": "ec:26:75:44:5c:c9:22:d6:b1:e8:2b:36:51:20:b7:f0", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339"}}' 2022-03-15 12:37:19,623 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-groups 0.216s 2022-03-15 12:37:19,624 118830 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-1129821912", "description": "tempest-secgroup-smoke-1129821912 description", "project_id": "28df71505f6640fd86f51523fb28cff9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-3419c741-e4c8-4434-b462-b92a2fe86c75', 'date': 'Tue, 15 Mar 2022 12:37:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "name": "tempest-secgroup-smoke-1129821912", "stateful": true, "tenant_id": "28df71505f6640fd86f51523fb28cff9", "description": "tempest-secgroup-smoke-1129821912 description", "shared": false, "security_group_rules": [{"id": "090e496c-30c7-4041-825d-ca688003f9e3", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": 1457, "description": null, "tags": [], "created_at": "2022-03-15T12:37:19Z", "updated_at": "2022-03-15T12:37:19Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}, {"id": "4b19399e-6696-47d1-92b4-6abdb3cc5f42", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": 1458, "description": null, "tags": [], "created_at": "2022-03-15T12:37:19Z", "updated_at": "2022-03-15T12:37:19Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}], "tags": [], "created_at": "2022-03-15T12:37:19Z", "updated_at": "2022-03-15T12:37:19Z", "revision_number": 1, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:19,815 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-group-rules 0.189s 2022-03-15 12:37:19,815 118830 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": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "project_id": "28df71505f6640fd86f51523fb28cff9", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-5423aadb-ba02-4c44-bd63-1a95628a41d2', 'date': 'Tue, 15 Mar 2022 12:37:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ed0f62c-9038-4d4b-bd69-cbe0fb500399", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": "2022-03-15T12:37:19Z", "updated_at": "2022-03-15T12:37:19Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:19,959 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-group-rules 0.143s 2022-03-15 12:37:19,959 118830 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": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "project_id": "28df71505f6640fd86f51523fb28cff9", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-9bc63ab9-43eb-42f6-860f-526e2b04e207', 'date': 'Tue, 15 Mar 2022 12:37:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "65aad588-d7f9-46c9-8908-1a5f8afa0a27", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": "2022-03-15T12:37:19Z", "updated_at": "2022-03-15T12:37:19Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:20,132 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-group-rules 0.172s 2022-03-15 12:37:20,133 118830 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": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "project_id": "28df71505f6640fd86f51523fb28cff9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6679b632-77ad-45e4-be77-5fbe5b49f43b', 'date': 'Tue, 15 Mar 2022 12:37:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "487f2484-abd0-4aef-99e6-c73f21512a2f", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": "2022-03-15T12:37:20Z", "updated_at": "2022-03-15T12:37:20Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:20,286 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-group-rules 0.152s 2022-03-15 12:37:20,287 118830 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": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "project_id": "28df71505f6640fd86f51523fb28cff9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3b915603-3c7d-4938-be42-cc6d0c28b7cb', 'date': 'Tue, 15 Mar 2022 12:37:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e6a0a49a-60bb-41d4-8826-4a4643d0bd4e", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": "2022-03-15T12:37:20Z", "updated_at": "2022-03-15T12:37:20Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:20,491 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-group-rules 0.204s 2022-03-15 12:37:20,492 118830 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": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "project_id": "28df71505f6640fd86f51523fb28cff9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8ae4e8df-10df-48b7-801a-673548437c9f', 'date': 'Tue, 15 Mar 2022 12:37:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d04c9a9f-98ea-40c8-9986-9b362f545986", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": "2022-03-15T12:37:20Z", "updated_at": "2022-03-15T12:37:20Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:20,717 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/security-group-rules 0.224s 2022-03-15 12:37:20,717 118830 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": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "project_id": "28df71505f6640fd86f51523fb28cff9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6098f586-0465-4408-a6e9-2d0d9f00c449', 'date': 'Tue, 15 Mar 2022 12:37:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "491ae7d7-0ab6-4e69-80c9-87eacfa07649", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "security_group_id": "7c87f715-49e7-4c4b-9ed3-f2fbd73f7536", "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": "2022-03-15T12:37:20Z", "updated_at": "2022-03-15T12:37:20Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:20,814 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58/identity/v3/auth/tokens 0.087s 2022-03-15 12:37:20,814 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a7ba77e5-268d-4d6c-81c9-3ca5e86e8b41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c32f5871c0b45b28fa529c7c1ce7339", "name": "tempest-TestNetworkBasicOps-427336578-project", "password_expires_at": null}, "audit_ids": ["xdMRdI1wQ0uPwddsiqQYcQ"], "expires_at": "2022-03-15T13:37:20.000000Z", "issued_at": "2022-03-15T12:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28df71505f6640fd86f51523fb28cff9", "name": "tempest-TestNetworkBasicOps-427336578"}, "is_domain": false, "roles": [{"id": "8f39bbc6fb52497dbfdabbae74e5acf5", "name": "reader"}, {"id": "65dd87fe06294a90a4cf0b67ef95c4a2", "name": "member"}], "catalog": [{"endpoints": [{"id": "29c58cc70f6d4c738be3e58c511bad78", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/compute/v2.1", "region": "RegionOne"}], "id": "05b74198e6cc4c66ac3c85008f89d5b2", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "64b9ef16852a402c89e85c838de733f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/volume/v3/28df71505f6640fd86f51523fb28cff9", "region": "RegionOne"}], "id": "3f0ef2218bb84c5e98167f003e69ee64", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0e62a58dd59a40be81382cf13da040d1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/volume/v3/28df71505f6640fd86f51523fb28cff9", "region": "RegionOne"}], "id": "41bab6c9cc4a424c8210bc788257e011", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3c60dfcefcb4fc0b4937cc67ab5b3b0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/placement", "region": "RegionOne"}], "id": "58954abeb19b4232b9efa41808c74584", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c60c05dad9834bf185f5efbe0436d576", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/identity", "region": "RegionOne"}], "id": "8af15dd5dbfd491e9bae256a4508571e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fccbb26bf3e94f929e27769d1b22043d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/compute/v2/28df71505f6640fd86f51523fb28cff9", "region": "RegionOne"}], "id": "8b2f6f68e7fc4ce88e12dfcf1ecaa2e5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "27fbbbfdb8f543668fc61a460df7999a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.58:8080", "region": "RegionOne"}, {"id": "f98ab8ad5c644dd39e66370618d3a765", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58:8080/v1/AUTH_28df71505f6640fd86f51523fb28cff9", "region": "RegionOne"}], "id": "8b9c841879284aa3ba3fdd8fcdb4f3ef", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "fc95eb783ec9422e89c26ead700bb597", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58:9696/", "region": "RegionOne"}], "id": "a05b5b0758a6467b827becb91b2659eb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "06715f59d39741bbb11d0c504ef77aef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.58/image", "region": "RegionOne"}], "id": "f98381a96ffb4cdba785458d5ece2deb", "type": "image", "name": "glance"}]}}' 2022-03-15 12:37:20,815 118830 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_router_rescheduling) Found network None available for tenant 2022-03-15 12:37:21,648 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 202 POST http://10.222.0.58/compute/v2.1/servers 0.831s 2022-03-15 12:37:21,648 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-613002336", "imageRef": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "flavorRef": "452", "networks": [{"uuid": "af415496-7439-4c67-8c20-0ca851f0b2d2"}], "key_name": "tempest-TestNetworkBasicOps-1656654591", "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}]}} Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73262b4e-f209-45bb-a86d-f9332fc642ea', 'x-compute-request-id': 'req-73262b4e-f209-45bb-a86d-f9332fc642ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.58/compute/v2.1/servers'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "adminPass": "DDwyye942Sr9"}}' 2022-03-15 12:37:21,732 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.081s 2022-03-15 12:37:21,733 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44d1b98e-1785-4e57-8431-992bd074c018', 'x-compute-request-id': 'req-44d1b98e-1785-4e57-8431-992bd074c018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:22Z", "updated": "2022-03-15T12:37:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "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": []}}' 2022-03-15 12:37:23,037 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.297s 2022-03-15 12:37:23,038 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1306', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4aca303-115a-4edc-952c-faf8a83e8892', 'x-compute-request-id': 'req-c4aca303-115a-4edc-952c-faf8a83e8892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:23,045 118830 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2022-03-15 12:37:24,244 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.197s 2022-03-15 12:37:24,245 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dcadbaf-71ad-4f74-8c83-a798309b0014', 'x-compute-request-id': 'req-7dcadbaf-71ad-4f74-8c83-a798309b0014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:25,472 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.209s 2022-03-15 12:37:25,472 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-471f5b44-b153-4cbc-9259-425b2fd58fae', 'x-compute-request-id': 'req-471f5b44-b153-4cbc-9259-425b2fd58fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:26,653 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.172s 2022-03-15 12:37:26,654 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef6b916-80cf-4d68-8b21-1d3aef9066da', 'x-compute-request-id': 'req-cef6b916-80cf-4d68-8b21-1d3aef9066da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:27,841 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.178s 2022-03-15 12:37:27,841 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-820e69d4-870f-45f7-81cf-5948488b74c9', 'x-compute-request-id': 'req-820e69d4-870f-45f7-81cf-5948488b74c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:29,027 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.170s 2022-03-15 12:37:29,027 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fb504e3-78c3-4eec-b6ec-1753e3c336dc', 'x-compute-request-id': 'req-2fb504e3-78c3-4eec-b6ec-1753e3c336dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:30,229 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.193s 2022-03-15 12:37:30,230 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f1cf558-7998-4cbb-9747-3eb06074688a', 'x-compute-request-id': 'req-5f1cf558-7998-4cbb-9747-3eb06074688a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:31,410 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.172s 2022-03-15 12:37:31,410 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a03d6b-1588-454b-8c32-aa2d366f47b8', 'x-compute-request-id': 'req-b3a03d6b-1588-454b-8c32-aa2d366f47b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:32,580 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.161s 2022-03-15 12:37:32,581 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd291373-127b-47bb-b54d-43af2ec4f100', 'x-compute-request-id': 'req-bd291373-127b-47bb-b54d-43af2ec4f100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "BUILD", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:33,801 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.211s 2022-03-15 12:37:33,801 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e826e43-b87f-41aa-ab71-4a680d6b6881', 'x-compute-request-id': 'req-0e826e43-b87f-41aa-ab71-4a680d6b6881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "ACTIVE", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:33Z", "addresses": {"tempest-network-smoke--1089611463": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:8f:8f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": "2022-03-15T12:37:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:33,809 118830 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2022-03-15 12:37:34,020 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.211s 2022-03-15 12:37:34,021 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5167f93e-7ea4-421a-b277-9b24939290b8', 'x-compute-request-id': 'req-5167f93e-7ea4-421a-b277-9b24939290b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "ACTIVE", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:37:33Z", "addresses": {"tempest-network-smoke--1089611463": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:8f:8f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": "2022-03-15T12:37:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:37:34,029 118830 INFO [tempest.scenario.manager] Tenant networks not configured to be reachable. 2022-03-15 12:37:34,070 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/ports?device_id=d33a602d-f42c-48fa-9724-393d008215ea 0.041s 2022-03-15 12:37:34,071 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '931', 'x-openstack-request-id': 'req-31c441e9-0b1b-4925-a063-ebc2205854e8', 'date': 'Tue, 15 Mar 2022 12:37:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/ports?device_id=d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"ports":[{"id":"dc0ae60a-b148-4e89-afa9-54bedd158029","name":"","network_id":"af415496-7439-4c67-8c20-0ca851f0b2d2","tenant_id":"28df71505f6640fd86f51523fb28cff9","mac_address":"fa:16:3e:40:8f:8f","admin_state_up":true,"status":"ACTIVE","device_id":"d33a602d-f42c-48fa-9724-393d008215ea","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"dc93dffe-afc7-4830-8e67-4d362cfa04e8","ip_address":"172.20.0.11"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7c87f715-49e7-4c4b-9ed3-f2fbd73f7536"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-neutron-8332","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-03-15T12:37:23Z","updated_at":"2022-03-15T12:37:31Z","revision_number":5,"project_id":"28df71505f6640fd86f51523fb28cff9"}]}' 2022-03-15 12:37:35,968 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.58:9696/v2.0/floatingips 1.897s 2022-03-15 12:37:35,969 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "port_id": "dc0ae60a-b148-4e89-afa9-54bedd158029", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "fixed_ip_address": "172.20.0.11"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-12eaf905-cc92-42c4-bd31-7c8e1a03b608', 'date': 'Tue, 15 Mar 2022 12:37:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.58:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1303fa99-8d76-4bb1-8571-462989377988", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "floating_ip_address": "172.26.0.114", "floating_network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "router_id": "059ec210-00bb-4024-9b82-14710f7d1524", "port_id": "dc0ae60a-b148-4e89-afa9-54bedd158029", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "project_id": "28df71505f6640fd86f51523fb28cff9", "description": "", "port_details": {"name": "", "network_id": "af415496-7439-4c67-8c20-0ca851f0b2d2", "mac_address": "fa:16:3e:40:8f:8f", "admin_state_up": true, "status": "ACTIVE", "device_id": "d33a602d-f42c-48fa-9724-393d008215ea", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-15T12:37:34Z", "updated_at": "2022-03-15T12:37:34Z", "revision_number": 0}}' 2022-03-15 12:37:36,167 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524 0.197s 2022-03-15 12:37:36,167 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '728', 'x-openstack-request-id': 'req-cf94d269-e2fd-4e07-b478-2cfd4dbd88b4', 'date': 'Tue, 15 Mar 2022 12:37:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524'} Body: b'{"router": {"id": "059ec210-00bb-4024-9b82-14710f7d1524", "name": "tempest-TestNetworkBasicOps-router-114238805", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "external_fixed_ips": [{"subnet_id": "f15d9fad-b949-402d-bae3-ad4243804a0a", "ip_address": "172.26.0.176"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-03-15T12:37:14Z", "updated_at": "2022-03-15T12:37:17Z", "revision_number": 4, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:36,261 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/floatingips/1303fa99-8d76-4bb1-8571-462989377988 0.092s 2022-03-15 12:37:36,261 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-fe61f53b-242b-4d3b-97e4-5707cd44b988', 'date': 'Tue, 15 Mar 2022 12:37:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/floatingips/1303fa99-8d76-4bb1-8571-462989377988'} Body: b'{"floatingip": {"id": "1303fa99-8d76-4bb1-8571-462989377988", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "floating_ip_address": "172.26.0.114", "floating_network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "router_id": "059ec210-00bb-4024-9b82-14710f7d1524", "port_id": "dc0ae60a-b148-4e89-afa9-54bedd158029", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af415496-7439-4c67-8c20-0ca851f0b2d2", "mac_address": "fa:16:3e:40:8f:8f", "admin_state_up": true, "status": "ACTIVE", "device_id": "d33a602d-f42c-48fa-9724-393d008215ea", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-15T12:37:34Z", "updated_at": "2022-03-15T12:37:34Z", "revision_number": 0, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:37,328 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.58:9696/v2.0/floatingips/1303fa99-8d76-4bb1-8571-462989377988 0.065s 2022-03-15 12:37:37,329 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '800', 'x-openstack-request-id': 'req-0983257d-a252-4f44-bfda-7cd68b184633', 'date': 'Tue, 15 Mar 2022 12:37:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/floatingips/1303fa99-8d76-4bb1-8571-462989377988'} Body: b'{"floatingip": {"id": "1303fa99-8d76-4bb1-8571-462989377988", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "floating_ip_address": "172.26.0.114", "floating_network_id": "b3a35afd-5f63-4539-9b44-e2763fd294ed", "router_id": "059ec210-00bb-4024-9b82-14710f7d1524", "port_id": "dc0ae60a-b148-4e89-afa9-54bedd158029", "fixed_ip_address": "172.20.0.11", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "af415496-7439-4c67-8c20-0ca851f0b2d2", "mac_address": "fa:16:3e:40:8f:8f", "admin_state_up": true, "status": "ACTIVE", "device_id": "d33a602d-f42c-48fa-9724-393d008215ea", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-15T12:37:34Z", "updated_at": "2022-03-15T12:37:37Z", "revision_number": 1, "project_id": "28df71505f6640fd86f51523fb28cff9"}}' 2022-03-15 12:37:37,329 118830 INFO [tempest.scenario.manager] FloatingIP: {'id': '1303fa99-8d76-4bb1-8571-462989377988', 'tenant_id': '28df71505f6640fd86f51523fb28cff9', 'floating_ip_address': '172.26.0.114', 'floating_network_id': 'b3a35afd-5f63-4539-9b44-e2763fd294ed', 'router_id': '059ec210-00bb-4024-9b82-14710f7d1524', 'port_id': 'dc0ae60a-b148-4e89-afa9-54bedd158029', 'fixed_ip_address': '172.20.0.11', 'status': 'ACTIVE', 'description': '', 'port_details': {'name': '', 'network_id': 'af415496-7439-4c67-8c20-0ca851f0b2d2', 'mac_address': 'fa:16:3e:40:8f:8f', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'd33a602d-f42c-48fa-9724-393d008215ea', 'device_owner': 'compute:nova'}, 'tags': [], 'created_at': '2022-03-15T12:37:34Z', 'updated_at': '2022-03-15T12:37:37Z', 'revision_number': 1, 'project_id': '28df71505f6640fd86f51523fb28cff9'} is at status: ACTIVE 2022-03-15 12:37:37,329 118830 DEBUG [tempest.lib.common.utils.test_utils] Call refresh returns true in 1.161286 seconds 2022-03-15 12:37:37,329 118830 DEBUG [tempest.scenario.manager] checking network connections to IP 172.26.0.114 with user: ubuntu 2022-03-15 12:37:37,330 118830 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_router_rescheduling begins to ping 172.26.0.114 in 120 sec and the expected result is reachable 2022-03-15 12:38:09,445 118830 DEBUG [tempest.lib.common.utils.test_utils] Call ping returns true in 32.114828 seconds 2022-03-15 12:38:09,446 118830 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_router_rescheduling finishes ping 172.26.0.114 in 120 sec and the ping result is expected 2022-03-15 12:38:09,629 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 POST http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea/action 0.183s 2022-03-15 12:38:09,630 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-752c725b-b239-4a06-b55b-b5d19f6e1401', 'x-compute-request-id': 'req-752c725b-b239-4a06-b55b-b5d19f6e1401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: 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 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-03-15 12:38:09,632 118830 DEBUG [tempest.scenario.manager] Console output for d33a602d-f42c-48fa-9724-393d008215ea body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: 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 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.088000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092000] tsc: Detected 1995.192 MHz processor [ 0.096000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980768) [ 0.096000] pid_max: default: 32768 minimum: 301 [ 0.100043] Security Framework initialized [ 0.104005] Yama: becoming mindful. [ 0.108039] AppArmor: AppArmor initialized [ 0.112000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.112100] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.116022] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.120011] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.124508] CPU: Physical Processor ID: 0 [ 0.128319] mce: CPU supports 1 MCE banks [ 0.132106] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.136000] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.136005] Spectre V2 : Mitigation: Full generic retpoline [ 0.140004] Speculative Store Bypass: Vulnerable [ 0.183353] Freeing SMP alternatives memory: 36K [ 0.186343] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.188093] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.192058] Hierarchical SRCU implementation. [ 0.196751] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.200004] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.204066] smp: Bringing up secondary CPUs ... [ 0.208006] smp: Brought up 1 node, 1 CPU [ 0.212005] smpboot: Max logical packages: 1 [ 0.216006] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.224074] devtmpfs: initialized [ 0.228080] x86/mm: Memory block size: 128MB [ 0.232266] evm: security.selinux [ 0.236004] evm: security.SMACK64 [ 0.240004] evm: security.SMACK64EXEC [ 0.244004] evm: security.SMACK64TRANSMUTE [ 0.248005] evm: security.SMACK64MMAP [ 0.252004] evm: security.apparmor [ 0.256005] evm: security.ima [ 0.260004] evm: security.capability [ 0.264144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.268015] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.272082] pinctrl core: initialized pinctrl subsystem [ 0.280194] NET: Registered protocol family 16 [ 0.284109] audit: initializing netlink subsys (disabled) [ 0.288170] cpuidle: using governor ladder [ 0.292010] audit: type=2000 audit(1647347863.288:1): state=initialized audit_enabled=0 res=1 [ 0.296008] cpuidle: using governor menu [ 0.300056] ACPI: bus type PCI registered [ 0.304004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312538] PCI: Using configuration type 1 for base access [ 0.317487] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.320267] ACPI: Added _OSI(Module Device) [ 0.324030] ACPI: Added _OSI(Processor Device) [ 0.328005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.332004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.336015] ACPI: Added _OSI(Linux-Dell-Video) [ 0.348868] ACPI: Interpreter enabled [ 0.352012] ACPI: (supports S0 S5) [ 0.356004] ACPI: Using IOAPIC for interrupt routing [ 0.360041] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.364512] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.408371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.412012] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.416013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.420018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.424451] PCI host bridge to bus 0000:00 [ 0.428028] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.432007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.436008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.440008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.444007] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.448006] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.486050] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.488007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.492006] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.496006] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.502127] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.502127] * this clock source is slow. Consider trying other clock sources [ 0.516727] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.564028] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.568841] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.576028] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.580794] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.584592] SCSI subsystem initialized [ 0.588279] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.592000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.592006] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.596004] vgaarb: loaded [ 0.600050] pps_core: LinuxPPS API ver. 1 registered [ 0.604004] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.608015] PTP clock support registered [ 0.612058] EDAC MC: Ver: 3.0.0 [ 0.618367] hv_vmbus: Vmbus version:4.0 [ 0.620117] PCI: Using ACPI for IRQ routing [ 0.624163] NetLabel: Initializing [ 0.628014] NetLabel: domain hash size = 128 [ 0.632015] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.636608] NetLabel: unlabeled traffic allowed by default [ 0.640149] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.658420] VFS: Disk quotas dquot_6.6.0 [ 0.662524] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.667689] AppArmor: AppArmor Filesystem Enabled [ 0.672294] pnp: PnP ACPI init [ 0.683997] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.689395] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.694609] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.699765] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.704777] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.709786] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.714772] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.719794] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.724693] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.729567] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.734008] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.738894] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.744318] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.749004] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.753813] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.758502] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.763211] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.768724] pnp: PnP ACPI: found 9 devices [ 0.779232] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.784434] NET: Registered protocol family 2 [ 0.789268] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.793877] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.798390] TCP: Hash tables configured (established 8192 bind 8192) [ 0.802835] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.808248] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.812861] NET: Registered protocol family 1 [ 0.817067] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.822592] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.827839] Unpacking initramfs... [ 1.121425] Freeing initrd memory: 13088K [ 1.127300] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.131846] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.137204] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e0e7ad5, max_idle_ns: 881590493397 ns [ 1.142516] Scanning for low memory corruption every 60 seconds [ 1.147892] Initialise system trusted keyrings [ 1.152038] Key type blacklist registered [ 1.156554] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.162561] zbud: loaded [ 1.167618] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.172288] fuse init (API version 7.26) [ 1.177379] Key type asymmetric registered [ 1.181433] Asymmetric key parser 'x509' registered [ 1.185652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.190552] io scheduler noop registered (default) [ 1.194931] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.199767] ACPI: Power Button [PWRF] [ 1.204346] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.232641] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.262000] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.269726] Linux agpgart interface v0.103 [ 1.275766] loop: module loaded [ 1.279732] hv_vmbus: registering driver hv_storvsc [ 1.287044] scsi host0: storvsc_host_t [ 1.296878] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.305216] scsi host1: storvsc_host_t [ 1.313833] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.319111] random: fast init done [ 1.323314] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.335300] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.342729] scsi host2: ata_piix [ 1.346681] sd 0:0:0:0: [sda] Write Protect is off [ 1.351914] scsi host3: ata_piix [ 1.356166] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.367048] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.371767] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.386941] libphy: Fixed MDIO Bus: probed [ 1.391351] tun: Universal TUN/TAP device driver, 1.6 [ 1.395876] PPP generic driver version 2.4.2 [ 1.400930] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.423354] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.427975] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.432767] sda: sda1 [ 1.436923] mousedev: PS/2 mouse device common for all mice [ 1.443843] rtc_cmos 00:00: RTC can wake from S4 [ 1.474403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.481988] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.490162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.495454] device-mapper: uevent: version 1.0.3 [ 1.499977] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.507038] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.512713] NET: Registered protocol family 10 [ 1.523148] Segment Routing with IPv6 [ 1.527393] NET: Registered protocol family 17 [ 1.532300] Key type dns_resolver registered [ 1.536780] RAS: Correctable Errors collector initialized. [ 2.454082] registered taskstats version 1 [ 2.458671] Loading compiled-in X.509 certificates [ 2.467104] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.473329] zswap: loaded using pool lzo/zbud [ 2.483421] Key type big_key registered [ 2.488099] Key type trusted registered [ 2.495665] Key type encrypted registered [ 2.500327] AppArmor: AppArmor sha1 policy hashing enabled [ 2.505325] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.510946] evm: HMAC attrs: 0x1 [ 2.638029] rtc_cmos 00:00: setting system clock to 2022-03-15 12:37:46 UTC (1647347866) [ 2.643333] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.648340] EDD information not available. [ 3.052815] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.063924] ata2.00: configured for MWDMA2 [ 3.082019] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.098741] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.103394] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.109543] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.117747] Freeing unused kernel memory: 2248K [ 3.128042] Write protecting the kernel read-only data: 18432k [ 3.133855] Freeing unused kernel memory: 2008K [ 3.138708] Freeing unused kernel memory: 124K [ 3.154739] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.159687] x86/mm: Checking user space page tables [ 3.175732] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.229364] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.235888] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.241959] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.247554] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.252914] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.264078] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.277525] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.287407] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.292784] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.298206] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.438765] hv_utils: Registering HyperV Utility Driver [ 3.443209] hv_vmbus: registering driver hv_util [ 3.458778] hv_vmbus: registering driver hv_netvsc [ 3.467882] hidraw: raw HID events driver (C) Jiri Kosina [ 3.476770] hv_vmbus: registering driver hyperv_keyboard [ 3.511512] hv_vmbus: registering driver hid_hyperv [ 3.579164] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 3.588577] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 3.611018] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 3.652644] hv_utils: Heartbeat IC version 3.0 [ 3.658928] hv_utils: Shutdown IC version 3.0 [ 3.670313] hv_utils: TimeSync IC version 4.0 [ 3.680056] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 3.852030] raid6: sse2x1 gen() 5025 MB/s [ 3.904028] raid6: sse2x1 xor() 3901 MB/s [ 3.956099] raid6: sse2x2 gen() 6146 MB/s [ 4.008033] raid6: sse2x2 xor() 4454 MB/s [ 4.060030] raid6: sse2x4 gen() 7196 MB/s [ 4.112029] raid6: sse2x4 xor() 5376 MB/s [ 4.115985] raid6: using algorithm sse2x4 gen() 7196 MB/s [ 4.120198] raid6: .... xor() 5376 MB/s, rmw enabled [ 4.124428] raid6: using intx1 recovery algorithm [ 4.131214] xor: measuring software checksum speed [ 4.172025] prefetch64-sse: 10115.000 MB/sec [ 4.216024] generic_sse: 9356.000 MB/sec [ 4.220074] xor: using function: prefetch64-sse (10115.000 MB/sec) [ 4.227466] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 4.381960] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 4.523841] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.036450] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 5.043700] systemd[1]: Detected virtualization microsoft. [ 5.048196] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.091195] systemd[1]: Set hostname to <ubuntu>. [ 5.112386] systemd[1]: Initializing machine ID from random generator. [ 5.117511] systemd[1]: Installed transient /etc/machine-id file. [ 5.463304] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 5.511403] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 5.561929] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 5.609500] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Created slice System Slice. Starting Load Kernel Modules... [[0;32m OK [0m] Created slice system-getty.slice. [ 5.789315] Loading iSCSI transport class v2.0-870. Mounting POSIX Message Queue File System... [ 5.832658] iscsi: registered transport (tcp) [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 5.895678] iscsi: registered transport (iser) [[0;32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on udev Kernel Socket. Starting Remount Root and Kernel File Systems... Mounting Huge Pages File System... [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.[ 6.385695] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting Debug File System... [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on Journal Audit Socket. Starting Journal Service... [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Load/Save Random Seed... Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... Mounting Configuration File System... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [ 7.426615] systemd-journald[329]: Received request to flush runtime journal from PID 1 [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 22.356111] cloud-init[333]: Cloud-init v. 18.2 running 'init-local' at Tue, 15 Mar 2022 12:37:55 +0000. Up 10.42 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2022-03-15 12:38:09,645 118830 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.26.0.114:22' as 'ubuntu' with public key authentication 2022-03-15 12:38:09,646 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 1. Retry after 2 seconds. 2022-03-15 12:38:12,149 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 2. Retry after 3 seconds. 2022-03-15 12:38:15,654 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 3. Retry after 4 seconds. 2022-03-15 12:38:20,159 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 4. Retry after 5 seconds. 2022-03-15 12:38:25,666 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 5. Retry after 6 seconds. 2022-03-15 12:38:32,172 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 6. Retry after 7 seconds. 2022-03-15 12:38:39,681 118830 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.26.0.114 ([Errno None] Unable to connect to port 22 on 172.26.0.114). Number attempts: 7. Retry after 8 seconds. 2022-03-15 12:38:48,201 118830 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-15 12:38:48,337 118830 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-15 12:38:48,338 118830 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.26.0.114 successfully created 2022-03-15 12:38:48,650 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 500 GET http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524/l3-agents 0.311s 2022-03-15 12:38:48,650 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-28a18709-d535-4bf8-83d0-ac886e871c5d', 'date': 'Tue, 15 Mar 2022 12:38:48 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524/l3-agents'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2022-03-15 12:38:49,906 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.58:9696/v2.0/floatingips/1303fa99-8d76-4bb1-8571-462989377988 1.253s 2022-03-15 12:38:49,906 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-8d3386c7-57f9-4bdc-918a-88ad454391dc', 'content-length': '0', 'date': 'Tue, 15 Mar 2022 12:38:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58:9696/v2.0/floatingips/1303fa99-8d76-4bb1-8571-462989377988'} Body: b'' 2022-03-15 12:38:50,077 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.170s 2022-03-15 12:38:50,077 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b022336d-6755-4dff-9d95-c80e2f210d71', 'x-compute-request-id': 'req-b022336d-6755-4dff-9d95-c80e2f210d71', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'' 2022-03-15 12:38:50,359 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.280s 2022-03-15 12:38:50,359 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30ba689e-0aca-446b-87c0-933fcf3c3ca2', 'x-compute-request-id': 'req-30ba689e-0aca-446b-87c0-933fcf3c3ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "ACTIVE", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:38:50Z", "addresses": {"tempest-network-smoke--1089611463": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:8f:8f"}, {"version": 4, "addr": "172.26.0.114", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:8f:8f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": "2022-03-15T12:37:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:38:51,552 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.184s 2022-03-15 12:38:51,553 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0ac168a-0292-4556-8641-65dadd01acbb', 'x-compute-request-id': 'req-a0ac168a-0292-4556-8641-65dadd01acbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "ACTIVE", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:38:50Z", "addresses": {"tempest-network-smoke--1089611463": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:8f:8f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": "2022-03-15T12:37:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1129821912"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:38:52,679 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.118s 2022-03-15 12:38:52,680 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-332602c0-e7f9-4226-8e0b-08bce5dca036', 'x-compute-request-id': 'req-332602c0-e7f9-4226-8e0b-08bce5dca036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"server": {"id": "d33a602d-f42c-48fa-9724-393d008215ea", "name": "tempest-TestNetworkBasicOps-server-613002336", "status": "DELETED", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "user_id": "4c32f5871c0b45b28fa529c7c1ce7339", "metadata": {}, "hostId": "6d12337377e0801399a2aff0553f965726ae6c1da8c963a003678eed", "image": {"id": "8493a9be-7d47-4a6d-8fd8-7228ab0cc576", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/images/8493a9be-7d47-4a6d-8fd8-7228ab0cc576"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.58/compute/flavors/452"}]}, "created": "2022-03-15T12:37:21Z", "updated": "2022-03-15T12:38:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea"}, {"rel": "bookmark", "href": "http://10.222.0.58/compute/servers/d33a602d-f42c-48fa-9724-393d008215ea"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1656654591", "OS-SRV-USG:launched_at": "2022-03-15T12:37:32.000000", "OS-SRV-USG:terminated_at": "2022-03-15T12:38:52.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-15 12:38:52,688 118830 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2022-03-15 12:38:53,724 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 404 GET http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea 0.034s 2022-03-15 12:38:53,724 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ba58a5c0-3e65-4a3a-b048-0a080aed8ed5', 'x-compute-request-id': 'req-ba58a5c0-3e65-4a3a-b048-0a080aed8ed5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.58/compute/v2.1/servers/d33a602d-f42c-48fa-9724-393d008215ea'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d33a602d-f42c-48fa-9724-393d008215ea could not be found."}}' 2022-03-15 12:38:53,889 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.58:9696/v2.0/security-groups/7c87f715-49e7-4c4b-9ed3-f2fbd73f7536 0.164s 2022-03-15 12:38:53,890 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-43466750-a475-4cd6-87be-d68ecd11d850', 'content-length': '0', 'date': 'Tue, 15 Mar 2022 12:38:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58:9696/v2.0/security-groups/7c87f715-49e7-4c4b-9ed3-f2fbd73f7536'} Body: b'' 2022-03-15 12:38:53,927 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.58/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1656654591 0.037s 2022-03-15 12:38:53,928 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 15 Mar 2022 12:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d76ebe3-e793-471a-9757-17495e784425', 'x-compute-request-id': 'req-5d76ebe3-e793-471a-9757-17495e784425', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.58/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1656654591'} Body: b'' 2022-03-15 12:38:55,404 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524/remove_router_interface 1.476s 2022-03-15 12:38:55,405 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "dc93dffe-afc7-4830-8e67-4d362cfa04e8"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-91fe2f62-0d5c-4a8d-83c3-b02a3a972bbc', 'date': 'Tue, 15 Mar 2022 12:38:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524/remove_router_interface'} Body: b'{"id": "059ec210-00bb-4024-9b82-14710f7d1524", "tenant_id": "28df71505f6640fd86f51523fb28cff9", "port_id": "eae4d079-11f7-4c7c-9814-50a56cf388ae", "network_id": "af415496-7439-4c67-8c20-0ca851f0b2d2", "subnet_id": "dc93dffe-afc7-4830-8e67-4d362cfa04e8", "subnet_ids": ["dc93dffe-afc7-4830-8e67-4d362cfa04e8"]}' 2022-03-15 12:38:55,710 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.58:9696/v2.0/subnets/dc93dffe-afc7-4830-8e67-4d362cfa04e8 0.305s 2022-03-15 12:38:55,711 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-eea8077a-0149-4824-8a9b-8cf916dbd1f3', 'date': 'Tue, 15 Mar 2022 12:38:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58:9696/v2.0/subnets/dc93dffe-afc7-4830-8e67-4d362cfa04e8'} Body: b'' 2022-03-15 12:38:56,600 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524 0.889s 2022-03-15 12:38:56,600 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-4342da5c-4d87-4d2e-a964-6e663e1292b2', 'content-length': '0', 'date': 'Tue, 15 Mar 2022 12:38:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58:9696/v2.0/routers/059ec210-00bb-4024-9b82-14710f7d1524'} Body: b'' 2022-03-15 12:38:56,938 118830 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.58:9696/v2.0/networks/af415496-7439-4c67-8c20-0ca851f0b2d2 0.337s 2022-03-15 12:38:56,939 118830 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-5d7ab0dc-8f7e-4851-9300-09b73acf8350', 'date': 'Tue, 15 Mar 2022 12:38:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.58:9696/v2.0/networks/af415496-7439-4c67-8c20-0ca851f0b2d2'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 818, in test_router_rescheduling list_hosts(self.router['id'])['agents']) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 86, in list_l3_agents_hosting_router return self.list_resources(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
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] |
||||||
tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
pass
pt3.1: 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
pt3.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt4.1: 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
pt4.2: 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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt5.1: 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
pt5.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
pass
pt6.1: 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_disk_config.ServerDiskConfigTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
pass
pt7.1: 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
pt7.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 9 | 9 | 0 | 0 | 0 | Detail | |
test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
pass
pt8.1: 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
pt8.2: 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
pt8.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
||||||
test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
pass
pt8.4: 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
pt8.5: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
||||||
test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
pass
pt8.6: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
||||||
test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
pass
pt8.7: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
||||||
test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
pass
pt8.8: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
||||||
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt8.9: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
||||||
tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative] |
pass
pt9.1: 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
pt9.2: 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
pt9.3: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative] |
||||||
tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
pass
pt10.1: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
||||||
test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
pass
pt10.2: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
||||||
test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
pass
pt10.3: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
||||||
tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt11.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt11.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
pass
pt11.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
pass
pt11.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt11.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
||||||
tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt12.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
||||||
tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
pass
pt13.1: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
||||||
test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
pass
pt13.2: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt14.1: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt14.2: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt14.3: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt14.4: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt14.5: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt14.6: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt15.1: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt15.2: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt15.3: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt15.4: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt15.5: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt15.6: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
pass
pt16.1: tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt17.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt17.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt17.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt17.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt18.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt18.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt18.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt18.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt19.1: tempest.api.network.admin.test_quotas.QuotasTest.test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
||||||
test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
pass
pt19.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt20.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt20.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt20.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt20.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt20.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt20.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt20.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt20.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt20.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt21.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt21.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt21.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt21.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt21.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt21.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt21.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt21.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt21.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt22.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt23.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt24.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt25.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt25.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt25.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt25.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt26.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt26.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt26.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt26.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
pass
pt27.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
pass
pt27.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
pass
pt27.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
pass
pt27.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
pass
pt27.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
pass
pt27.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
pass
pt27.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
pass
pt27.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
pass
pt27.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
pass
pt27.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
pass
pt27.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt28.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt29.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt29.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt30.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt30.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_floating_ips.FloatingIPTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt31.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt31.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
||||||
test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
pass
pt31.3: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
||||||
test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
pass
pt31.4: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
||||||
test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
pass
pt31.5: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
||||||
tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
pass
pt32.1: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
||||||
test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
pass
pt32.2: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
||||||
test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
pass
pt32.3: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt33.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt33.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt33.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt34.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt34.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt34.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.NetworksIpV6Test | 22 | 22 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt35.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
pass
pt35.2: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt35.3: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt35.4: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt35.5: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
pass
pt35.6: tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt35.7: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt35.8: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt35.9: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt35.10: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt35.11: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt35.12: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt35.13: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt35.14: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt35.15: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt35.16: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt35.17: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt35.18: tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt35.19: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt35.20: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
pass
pt35.21: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt35.22: tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
tempest.api.network.test_networks.NetworksIpV6TestAttrs | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
pass
pt36.1: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
||||||
test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
pass
pt36.2: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
||||||
test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
pass
pt36.3: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
||||||
test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
pass
pt36.4: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
||||||
test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
pass
pt36.5: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
||||||
tempest.api.network.test_networks.NetworksTest | 20 | 20 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt37.1: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt37.2: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt37.3: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
pass
pt37.4: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt37.5: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt37.6: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt37.7: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt37.8: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt37.9: tempest.api.network.test_networks.NetworksTest.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt37.10: tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt37.11: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt37.12: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt37.13: tempest.api.network.test_networks.NetworksTest.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt37.14: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt37.15: tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt37.16: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt37.17: tempest.api.network.test_networks.NetworksTest.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt37.18: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt37.19: tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt37.20: tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt38.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt38.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt38.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
pass
pt38.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt38.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt38.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
pass
pt38.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt38.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt38.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
pass
pt38.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
||||||
tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt39.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt39.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt39.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt39.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt39.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt39.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt39.7: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt39.8: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt39.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt39.10: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt39.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt39.12: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt39.13: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt39.14: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt39.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_ports.PortsTestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt40.1: tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt40.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt40.3: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt40.4: tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt40.5: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt40.6: tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt40.7: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt40.8: tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt40.9: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt40.10: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt40.11: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt40.12: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt40.13: tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt40.14: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt40.15: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt41.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt41.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt41.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt41.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt41.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt41.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt41.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt42.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt42.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt42.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt42.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt42.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt42.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt42.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers_negative.DvrRoutersNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
pass
pt43.1: tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt44.1: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt44.2: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt44.3: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt44.4: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt44.5: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt44.6: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt44.7: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt45.1: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt45.2: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt45.3: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt45.4: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt45.5: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt45.6: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt45.7: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt46.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt46.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt46.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt46.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt46.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt46.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt46.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt46.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt46.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt47.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt47.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt47.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt47.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt47.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt47.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt47.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt47.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt47.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 14 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt48.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt48.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt48.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt48.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt48.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt48.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt48.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt48.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt48.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
pass
pt48.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt48.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt48.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt48.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt48.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt49.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt49.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt49.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt49.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt49.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt49.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt49.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt49.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt49.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt49.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt49.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt49.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt49.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt50.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt51.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
||||||
tempest.api.network.test_tags.TagsExtTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
pass
pt52.1: tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
||||||
test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
pass
pt52.2: tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
||||||
tempest.api.network.test_tags.TagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
pass
pt53.1: tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt54.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt54.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt55.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] |
pass
pt55.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt56.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 6 | 0 | 0 | 3 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
skip
pt57.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
skip
pt57.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
skip
pt57.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
pass
pt57.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
pass
pt57.5: 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
pt57.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
pass
pt57.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
pt57.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
pt57.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_server_advanced_ops.TestServerAdvancedOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
pass
pt58.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 2 | 2 | 0 | 0 | 0 | Detail | |
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
pass
pt59.1: 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] |
pass
pt59.2: 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
pt60.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt61.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 312 | 305 | 2 | 0 | 5 |