2026-03-16 02:14:56,135 - INFO - Domain Default found not creating 2026-03-16 02:14:56,321 - INFO - Project ctest-TestPorts-89943947 not found, creating it 2026-03-16 02:14:56,898 - INFO - Created Project:ctest-TestPorts-89943947, ID : 600374c8-ab3a-438b-8d5e-25b9ce44386d 2026-03-16 02:14:58,541 - INFO - ================================================================================ 2026-03-16 02:14:58,542 - INFO - STARTING TEST : test_ports_bindings 2026-03-16 02:14:58,542 - 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-03-16 02:14:59,839 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.193': '0', '10.20.0.129': '0'}, '10.0.0.240': {'10.20.0.193': '0', '10.20.0.129': '0'}} with 2026-03-16 02:14:59,839 - INFO - Initial checks done. Running the testcase now 2026-03-16 02:14:59,839 - INFO - 2026-03-16 02:15:00,525 - DEBUG - Response for create_network : {'network': {'id': '949937cd-5dd1-4ce6-9124-69a441beabfb', 'name': 'ctest-vn-40303094', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'project_id': '600374c8ab3a438b8d5e25b9ce44386d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-89943947', 'ctest-vn-40303094'], 'port_security_enabled': True, 'description': ''}} 2026-03-16 02:15:00,824 - DEBUG - Response for create_subnet : {'subnet': {'id': '25d08780-4b44-4d52-8fea-d6e332250f8c', 'name': '', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'network_id': '949937cd-5dd1-4ce6-9124-69a441beabfb', 'ip_version': 4, 'cidr': '189.180.16.128/26', 'allocation_pools': [{'start': '189.180.16.130', 'end': '189.180.16.190'}], 'gateway_ip': '189.180.16.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '189.180.16.130', 'tags': [], 'project_id': '600374c8ab3a438b8d5e25b9ce44386d'}} 2026-03-16 02:15:00,851 - INFO - Created VN ctest-vn-40303094 2026-03-16 02:15:00,868 - DEBUG - VN ctest-vn-40303094 UUID is 949937cd-5dd1-4ce6-9124-69a441beabfb 2026-03-16 02:15:00,952 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-89943947', 'ctest-vmi-64749497']} 2026-03-16 02:15:01,314 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-64749497', 'id': '35169dd0-fa5f-4a12-bcbe-c706a1c05531', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'network_id': '949937cd-5dd1-4ce6-9124-69a441beabfb', 'mac_address': '02:35:16:9d:d0:fa', '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': '189.180.16.131', 'subnet_id': '25d08780-4b44-4d52-8fea-d6e332250f8c'}], 'security_groups': ['569dfe7f-d863-421e-8cf8-4b6b79061719'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '600374c8ab3a438b8d5e25b9ce44386d'}} 2026-03-16 02:15:01,314 - DEBUG - Created port 35169dd0-fa5f-4a12-bcbe-c706a1c05531 2026-03-16 02:15:01,381 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/35169dd0-fa5f-4a12-bcbe-c706a1c05531 2026-03-16 02:15:01,695 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/35169dd0-fa5f-4a12-bcbe-c706a1c05531 2026-03-16 02:15:01,739 - INFO - VMI 35169dd0-fa5f-4a12-bcbe-c706a1c05531 verification in API Server passed 2026-03-16 02:15:01,946 - DEBUG - Response for delete_port : () 2026-03-16 02:15:01,946 - INFO - Deleted port 35169dd0-fa5f-4a12-bcbe-c706a1c05531 2026-03-16 02:15:01,947 - INFO - Deleting VN ctest-vn-40303094 2026-03-16 02:15:02,160 - DEBUG - Response for deleting network () 2026-03-16 02:15:03,471 - DEBUG - No XMPP flaps were noticed during the test
2026-03-16 02:15:03,471 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-03-16 02:15:03,471 - INFO - -------------------------------------------------------------------------------- 2026-03-16 02:15:03,476 - INFO - ================================================================================ 2026-03-16 02:15:03,476 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-03-16 02:15:03,476 - 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-03-16 02:15:04,765 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.193': '0', '10.20.0.129': '0'}, '10.0.0.240': {'10.20.0.193': '0', '10.20.0.129': '0'}} with 2026-03-16 02:15:04,765 - INFO - Initial checks done. Running the testcase now 2026-03-16 02:15:04,765 - INFO - 2026-03-16 02:15:05,081 - DEBUG - Response for create_network : {'network': {'id': '1b4a28b3-05a6-4ce8-9646-dc7a27f0c05a', 'name': 'ctest-vn1-38724098', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'project_id': '600374c8ab3a438b8d5e25b9ce44386d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-89943947', 'ctest-vn1-38724098'], 'port_security_enabled': True, 'description': ''}} 2026-03-16 02:15:05,318 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e86df762-2693-4863-bfa2-2fbbf6da27d6', 'name': '', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'network_id': '1b4a28b3-05a6-4ce8-9646-dc7a27f0c05a', 'ip_version': 4, 'cidr': '15.233.156.0/26', 'allocation_pools': [{'start': '15.233.156.2', 'end': '15.233.156.62'}], 'gateway_ip': '15.233.156.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '15.233.156.2', 'tags': [], 'project_id': '600374c8ab3a438b8d5e25b9ce44386d'}} 2026-03-16 02:15:05,541 - DEBUG - Response for create_subnet : {'subnet': {'id': '4f11077f-5485-4549-990f-fb76b02b608b', 'name': '', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'network_id': '1b4a28b3-05a6-4ce8-9646-dc7a27f0c05a', 'ip_version': 4, 'cidr': '104.172.111.64/26', 'allocation_pools': [{'start': '104.172.111.66', 'end': '104.172.111.126'}], 'gateway_ip': '104.172.111.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '104.172.111.66', 'tags': [], 'project_id': '600374c8ab3a438b8d5e25b9ce44386d'}} 2026-03-16 02:15:05,569 - INFO - Created VN ctest-vn1-38724098 2026-03-16 02:15:05,580 - DEBUG - VN ctest-vn1-38724098 UUID is 1b4a28b3-05a6-4ce8-9646-dc7a27f0c05a 2026-03-16 02:15:05,980 - DEBUG - Response for create_port : {'port': {'name': 'e135a3ae-1db9-46f7-aa27-088ac5a475b9', 'id': 'e135a3ae-1db9-46f7-aa27-088ac5a475b9', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'network_id': '1b4a28b3-05a6-4ce8-9646-dc7a27f0c05a', 'mac_address': '02:e1:35:a3:ae:1d', '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': '15.233.156.5', 'subnet_id': 'e86df762-2693-4863-bfa2-2fbbf6da27d6'}], 'security_groups': ['569dfe7f-d863-421e-8cf8-4b6b79061719'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '600374c8ab3a438b8d5e25b9ce44386d'}} 2026-03-16 02:15:06,327 - DEBUG - Response for create_port : {'port': {'name': 'd4644642-ecf0-4ce7-9041-f11d03186add', 'id': 'd4644642-ecf0-4ce7-9041-f11d03186add', 'tenant_id': '600374c8ab3a438b8d5e25b9ce44386d', 'network_id': '1b4a28b3-05a6-4ce8-9646-dc7a27f0c05a', 'mac_address': '02:d4:64:46:42:ec', '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': '104.172.111.69', 'subnet_id': '4f11077f-5485-4549-990f-fb76b02b608b'}], 'security_groups': ['569dfe7f-d863-421e-8cf8-4b6b79061719'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '600374c8ab3a438b8d5e25b9ce44386d'}} 2026-03-16 02:15:06,409 - DEBUG - Services list from nova: [, , , ] 2026-03-16 02:15:06,986 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5469-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5469-1) 2026-03-16 02:15:07,695 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5469-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5469-2) 2026-03-16 02:15:07,695 - INFO - Waiting for VM ctest-vn1-vm1-72250595 to be up.. 2026-03-16 02:15:07,752 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-03-16 02:15:12,930 - DEBUG - VM is in ACTIVE state now 2026-03-16 02:15:12,930 - INFO - VM name : ctest-vn1-vm1-72250595 2026-03-16 02:15:13,090 - DEBUG - VM ctest-vn1-vm1-72250595 ID is 3695a840-6998-444b-ba32-49de60b4c093 2026-03-16 02:15:13,161 - DEBUG - VM ctest-vn1-vm1-72250595 launched on Node an-jenkins-deploy-platform-ansible-os-5469-1 2026-03-16 02:15:13,298 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/3695a840-6998-444b-ba32-49de60b4c093 2026-03-16 02:15:13,633 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/3695a840-6998-444b-ba32-49de60b4c093 2026-03-16 02:15:13,695 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/e135a3ae-1db9-46f7-aa27-088ac5a475b9 2026-03-16 02:15:16,874 - 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-03-16 02:15:16,874 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-72250595 failed! 2026-03-16 02:15:16,893 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-89943947:ctest-vn1-38724098 is 15.233.156.1 and allocation pool is NOT set 2026-03-16 02:15:16,893 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-89943947:ctest-vn1-38724098 is 104.172.111.65 and allocation pool is NOT set 2026-03-16 02:15:18,958 - 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=9.18 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.77 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 = 2.769/5.973/9.178/3.204 ms') 2026-03-16 02:15:18,958 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-72250595 passed 2026-03-16 02:15:19,037 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:15:19,037 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-72250595, IP 15.233.156.5, Port 22 2026-03-16 02:15:19,196 - DEBUG - VM ctest-vn1-vm1-72250595 is ready for SSH connections 2026-03-16 02:15:19,196 - INFO - Waiting for VM ctest-vn1-vm2-81465722 to be up.. 2026-03-16 02:15:19,285 - DEBUG - VM is in ACTIVE state now 2026-03-16 02:15:19,285 - INFO - VM name : ctest-vn1-vm2-81465722 2026-03-16 02:15:19,383 - DEBUG - VM ctest-vn1-vm2-81465722 ID is e066245d-9a37-449d-bd31-fd5f1e5337cd 2026-03-16 02:15:19,383 - DEBUG - VM ctest-vn1-vm2-81465722 launched on Node an-jenkins-deploy-platform-ansible-os-5469-2 2026-03-16 02:15:19,476 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/e066245d-9a37-449d-bd31-fd5f1e5337cd 2026-03-16 02:15:19,488 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/d4644642-ecf0-4ce7-9041-f11d03186add 2026-03-16 02:15:20,651 - 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.25 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.481 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 0.481/1.865/3.249/1.384 ms') 2026-03-16 02:15:20,651 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-81465722 passed 2026-03-16 02:15:20,726 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:15:20,726 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-81465722, IP 104.172.111.69, Port 22 2026-03-16 02:15:20,886 - DEBUG - VM ctest-vn1-vm2-81465722 is ready for SSH connections 2026-03-16 02:15:20,886 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:15:20,886 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:15:20,886 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:15:20,886 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 15.233.156.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.240, gateway password: c0ntrail123 2026-03-16 02:15:20,886 - DEBUG - ping -s 56 -c 3 -W 1 15.233.156.5 2026-03-16 02:15:23,795 - DEBUG - PING 15.233.156.5 (15.233.156.5): 56 data bytes 64 bytes from 15.233.156.5: seq=0 ttl=63 time=5.412 ms 64 bytes from 15.233.156.5: seq=1 ttl=63 time=1.374 ms 64 bytes from 15.233.156.5: seq=2 ttl=63 time=1.634 ms --- 15.233.156.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.374/2.806/5.412 ms 2026-03-16 02:15:23,796 - INFO - Ping to IP 15.233.156.5 from VM ctest-vn1-vm2-81465722 passed 2026-03-16 02:15:23,796 - INFO - Detaching port d4644642-ecf0-4ce7-9041-f11d03186add from VM ctest-vn1-vm2-81465722 2026-03-16 02:15:23,861 - INFO - Deleting VM ctest-vn1-vm2-81465722 2026-03-16 02:15:24,032 - INFO - Detaching port e135a3ae-1db9-46f7-aa27-088ac5a475b9 from VM ctest-vn1-vm1-72250595 2026-03-16 02:15:24,067 - INFO - Deleting VM ctest-vn1-vm1-72250595 2026-03-16 02:15:24,450 - DEBUG - Response for delete_port : () 2026-03-16 02:15:24,772 - DEBUG - Response for delete_port : () 2026-03-16 02:15:24,772 - INFO - Deleting VN ctest-vn1-38724098 2026-03-16 02:15:24,980 - DEBUG - Response for deleting network () 2026-03-16 02:15:26,278 - DEBUG - No XMPP flaps were noticed during the test
2026-03-16 02:15:26,278 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:23]
2026-03-16 02:15:26,278 - INFO - -------------------------------------------------------------------------------- 2026-03-16 02:15:27,066 - INFO - Deleted project: ctest-TestPorts-89943947, ID : 600374c8-ab3a-438b-8d5e-25b9ce44386d