2026-05-25 02:25:38,427 - INFO - Domain Default found not creating 2026-05-25 02:25:38,614 - INFO - Project ctest-TestPorts-14550039 not found, creating it 2026-05-25 02:25:39,224 - INFO - Created Project:ctest-TestPorts-14550039, ID : 13e016b0-31ea-498c-9a19-ad4d748f7048 2026-05-25 02:25:40,889 - INFO - ================================================================================ 2026-05-25 02:25:40,889 - INFO - STARTING TEST : test_ports_bindings 2026-05-25 02:25:40,889 - INFO - TEST DESCRIPTION : Verify that we are able to create a port with custom port bindings Steps: 1) Create Port with Port bindings profile set to {'foo': 'bar'} 2) Retrieve and verify the same is set 2026-05-25 02:25:42,175 - DEBUG - Nothing to compare xmpp stats {'10.0.0.133': {'10.20.0.252': '0', '10.20.0.249': '0'}, '10.0.0.240': {'10.20.0.241': '0', '10.20.0.249': '0'}} with 2026-05-25 02:25:42,175 - INFO - Initial checks done. Running the testcase now 2026-05-25 02:25:42,175 - INFO - 2026-05-25 02:25:42,952 - DEBUG - Response for create_network : {'network': {'id': 'c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b', 'name': 'ctest-vn-73607633', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'project_id': '13e016b031ea498c9a19ad4d748f7048', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-14550039', 'ctest-vn-73607633'], 'port_security_enabled': True, 'description': ''}} 2026-05-25 02:25:43,291 - DEBUG - Response for create_subnet : {'subnet': {'id': '221a6a51-7086-45cc-91c9-203882c207b5', 'name': '', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'network_id': 'c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b', 'ip_version': 4, 'cidr': '5.183.97.0/26', 'allocation_pools': [{'start': '5.183.97.2', 'end': '5.183.97.62'}], 'gateway_ip': '5.183.97.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '5.183.97.2', 'tags': [], 'project_id': '13e016b031ea498c9a19ad4d748f7048'}} 2026-05-25 02:25:43,316 - INFO - Created VN ctest-vn-73607633 2026-05-25 02:25:43,329 - DEBUG - VN ctest-vn-73607633 UUID is c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b 2026-05-25 02:25:43,417 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-14550039', 'ctest-vmi-92497343']} 2026-05-25 02:25:43,736 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-92497343', 'id': 'b8b0fc98-cfe6-411b-9d25-b02444bc39f5', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'network_id': 'c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b', 'mac_address': '02:b8:b0:fc:98:cf', 'binding:profile': {'foo': 'bar'}, 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '5.183.97.3', 'subnet_id': '221a6a51-7086-45cc-91c9-203882c207b5'}], 'security_groups': ['35fd28e1-54cb-448e-962b-cde6a91fdbaa'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '13e016b031ea498c9a19ad4d748f7048'}} 2026-05-25 02:25:43,737 - DEBUG - Created port b8b0fc98-cfe6-411b-9d25-b02444bc39f5 2026-05-25 02:25:43,812 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-machine-interface/b8b0fc98-cfe6-411b-9d25-b02444bc39f5 2026-05-25 02:25:44,118 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-machine-interface/b8b0fc98-cfe6-411b-9d25-b02444bc39f5 2026-05-25 02:25:44,160 - INFO - VMI b8b0fc98-cfe6-411b-9d25-b02444bc39f5 verification in API Server passed 2026-05-25 02:25:44,359 - DEBUG - Response for delete_port : () 2026-05-25 02:25:44,359 - INFO - Deleted port b8b0fc98-cfe6-411b-9d25-b02444bc39f5 2026-05-25 02:25:44,360 - INFO - Deleting VN ctest-vn-73607633 2026-05-25 02:25:44,512 - DEBUG - Response for deleting network () 2026-05-25 02:25:45,794 - DEBUG - No XMPP flaps were noticed during the test
2026-05-25 02:25:45,794 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-05-25 02:25:45,794 - INFO - -------------------------------------------------------------------------------- 2026-05-25 02:25:45,800 - INFO - ================================================================================ 2026-05-25 02:25:45,800 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-25 02:25:45,800 - INFO - TEST DESCRIPTION : Create ports with specific Subnet and IP Create two ports in a VN with 2 subnets and specific IPs Attach to two VMs Ping between them should pass 2026-05-25 02:25:47,076 - DEBUG - Nothing to compare xmpp stats {'10.0.0.133': {'10.20.0.252': '0', '10.20.0.249': '0'}, '10.0.0.240': {'10.20.0.241': '0', '10.20.0.249': '0'}} with 2026-05-25 02:25:47,076 - INFO - Initial checks done. Running the testcase now 2026-05-25 02:25:47,076 - INFO - 2026-05-25 02:25:47,425 - DEBUG - Response for create_network : {'network': {'id': 'a60e8989-bed3-4d2a-b451-1344b849cf08', 'name': 'ctest-vn1-77325235', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'project_id': '13e016b031ea498c9a19ad4d748f7048', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-14550039', 'ctest-vn1-77325235'], 'port_security_enabled': True, 'description': ''}} 2026-05-25 02:25:47,734 - DEBUG - Response for create_subnet : {'subnet': {'id': '2076ae74-8e8d-4c04-b149-b8f10e7d925b', 'name': '', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'network_id': 'a60e8989-bed3-4d2a-b451-1344b849cf08', 'ip_version': 4, 'cidr': '125.24.43.128/26', 'allocation_pools': [{'start': '125.24.43.130', 'end': '125.24.43.190'}], 'gateway_ip': '125.24.43.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '125.24.43.130', 'tags': [], 'project_id': '13e016b031ea498c9a19ad4d748f7048'}} 2026-05-25 02:25:48,280 - DEBUG - Response for create_subnet : {'subnet': {'id': '4e2fb8d9-c228-467c-97ac-38dc3418e050', 'name': '', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'network_id': 'a60e8989-bed3-4d2a-b451-1344b849cf08', 'ip_version': 4, 'cidr': '47.45.19.192/26', 'allocation_pools': [{'start': '47.45.19.194', 'end': '47.45.19.254'}], 'gateway_ip': '47.45.19.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '47.45.19.194', 'tags': [], 'project_id': '13e016b031ea498c9a19ad4d748f7048'}} 2026-05-25 02:25:48,339 - INFO - Created VN ctest-vn1-77325235 2026-05-25 02:25:48,377 - DEBUG - VN ctest-vn1-77325235 UUID is a60e8989-bed3-4d2a-b451-1344b849cf08 2026-05-25 02:25:49,411 - DEBUG - Response for create_port : {'port': {'name': '94f33cee-3a2f-426c-b4c7-f20fc57c3174', 'id': '94f33cee-3a2f-426c-b4c7-f20fc57c3174', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'network_id': 'a60e8989-bed3-4d2a-b451-1344b849cf08', 'mac_address': '02:94:f3:3c:ee:3a', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '125.24.43.133', 'subnet_id': '2076ae74-8e8d-4c04-b149-b8f10e7d925b'}], 'security_groups': ['35fd28e1-54cb-448e-962b-cde6a91fdbaa'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '13e016b031ea498c9a19ad4d748f7048'}} 2026-05-25 02:25:49,883 - DEBUG - Response for create_port : {'port': {'name': 'ebe1b49d-fc6b-41db-99e9-8d619f2bacb7', 'id': 'ebe1b49d-fc6b-41db-99e9-8d619f2bacb7', 'tenant_id': '13e016b031ea498c9a19ad4d748f7048', 'network_id': 'a60e8989-bed3-4d2a-b451-1344b849cf08', 'mac_address': '02:eb:e1:b4:9d:fc', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '47.45.19.197', 'subnet_id': '4e2fb8d9-c228-467c-97ac-38dc3418e050'}], 'security_groups': ['35fd28e1-54cb-448e-962b-cde6a91fdbaa'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '13e016b031ea498c9a19ad4d748f7048'}} 2026-05-25 02:25:50,015 - DEBUG - Services list from nova: [, , , ] 2026-05-25 02:25:51,071 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5822-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5822-2) 2026-05-25 02:25:51,791 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5822-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5822-1) 2026-05-25 02:25:51,792 - INFO - Waiting for VM ctest-vn1-vm1-28258245 to be up.. 2026-05-25 02:25:51,851 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-25 02:25:56,974 - DEBUG - VM is in ACTIVE state now 2026-05-25 02:25:56,975 - INFO - VM name : ctest-vn1-vm1-28258245 2026-05-25 02:25:57,073 - DEBUG - VM ctest-vn1-vm1-28258245 ID is baabcb64-c054-499b-b07d-79da5271799d 2026-05-25 02:25:57,103 - DEBUG - VM ctest-vn1-vm1-28258245 launched on Node an-jenkins-deploy-platform-ansible-os-5822-2 2026-05-25 02:25:57,219 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine/baabcb64-c054-499b-b07d-79da5271799d 2026-05-25 02:25:57,554 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine/baabcb64-c054-499b-b07d-79da5271799d 2026-05-25 02:25:57,605 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine-interface/94f33cee-3a2f-426c-b4c7-f20fc57c3174 2026-05-25 02:26:00,792 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1014ms') 2026-05-25 02:26:00,792 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-28258245 failed! 2026-05-25 02:26:00,812 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-14550039:ctest-vn1-77325235 is 125.24.43.129 and allocation pool is NOT set 2026-05-25 02:26:00,812 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-14550039:ctest-vn1-77325235 is 47.45.19.193 and allocation pool is NOT set 2026-05-25 02:26:04,888 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=4.40 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1010ms\r\nrtt min/avg/max/mdev = 4.398/4.398/4.398/0.000 ms') 2026-05-25 02:26:04,888 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-28258245 passed 2026-05-25 02:26:04,968 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-25 02:26:04,968 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-28258245, IP 125.24.43.133, Port 22 2026-05-25 02:26:05,145 - DEBUG - VM ctest-vn1-vm1-28258245 is ready for SSH connections 2026-05-25 02:26:05,146 - INFO - Waiting for VM ctest-vn1-vm2-10178839 to be up.. 2026-05-25 02:26:05,273 - DEBUG - VM is in ACTIVE state now 2026-05-25 02:26:05,273 - INFO - VM name : ctest-vn1-vm2-10178839 2026-05-25 02:26:05,400 - DEBUG - VM ctest-vn1-vm2-10178839 ID is 9a2ede05-895e-4b32-b95f-8f4cf2c5a8fb 2026-05-25 02:26:05,401 - DEBUG - VM ctest-vn1-vm2-10178839 launched on Node an-jenkins-deploy-platform-ansible-os-5822-1 2026-05-25 02:26:05,513 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine/9a2ede05-895e-4b32-b95f-8f4cf2c5a8fb 2026-05-25 02:26:05,526 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine-interface/ebe1b49d-fc6b-41db-99e9-8d619f2bacb7 2026-05-25 02:26:06,696 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n64 bytes from 169.254.0.3: icmp_seq=1 ttl=63 time=3.02 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.600 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.600/1.808/3.017/1.208 ms') 2026-05-25 02:26:06,697 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-10178839 passed 2026-05-25 02:26:06,770 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-25 02:26:06,770 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-10178839, IP 47.45.19.197, Port 22 2026-05-25 02:26:06,930 - DEBUG - VM ctest-vn1-vm2-10178839 is ready for SSH connections 2026-05-25 02:26:06,931 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-25 02:26:06,931 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-25 02:26:06,931 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-25 02:26:06,931 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 125.24.43.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.133, gateway password: c0ntrail123 2026-05-25 02:26:06,931 - DEBUG - ping -s 56 -c 3 -W 1 125.24.43.133 2026-05-25 02:26:10,125 - DEBUG - PING 125.24.43.133 (125.24.43.133): 56 data bytes 64 bytes from 125.24.43.133: seq=0 ttl=63 time=6.619 ms 64 bytes from 125.24.43.133: seq=1 ttl=63 time=1.924 ms 64 bytes from 125.24.43.133: seq=2 ttl=63 time=2.474 ms --- 125.24.43.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.924/3.672/6.619 ms 2026-05-25 02:26:10,125 - INFO - Ping to IP 125.24.43.133 from VM ctest-vn1-vm2-10178839 passed 2026-05-25 02:26:10,125 - INFO - Detaching port ebe1b49d-fc6b-41db-99e9-8d619f2bacb7 from VM ctest-vn1-vm2-10178839 2026-05-25 02:26:10,176 - INFO - Deleting VM ctest-vn1-vm2-10178839 2026-05-25 02:26:10,245 - INFO - Detaching port 94f33cee-3a2f-426c-b4c7-f20fc57c3174 from VM ctest-vn1-vm1-28258245 2026-05-25 02:26:10,282 - INFO - Deleting VM ctest-vn1-vm1-28258245 2026-05-25 02:26:10,731 - DEBUG - Response for delete_port : () 2026-05-25 02:26:11,040 - DEBUG - Response for delete_port : () 2026-05-25 02:26:11,040 - INFO - Deleting VN ctest-vn1-77325235 2026-05-25 02:26:11,326 - DEBUG - Response for deleting network () 2026-05-25 02:26:12,661 - DEBUG - No XMPP flaps were noticed during the test
2026-05-25 02:26:12,661 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27]
2026-05-25 02:26:12,661 - INFO - -------------------------------------------------------------------------------- 2026-05-25 02:26:13,505 - INFO - Deleted project: ctest-TestPorts-14550039, ID : 13e016b0-31ea-498c-9a19-ad4d748f7048