2026-05-11 02:31:58,205 - INFO - Domain Default found not creating 2026-05-11 02:31:58,446 - INFO - Project ctest-TestPorts-07722672 not found, creating it 2026-05-11 02:31:58,991 - INFO - Created Project:ctest-TestPorts-07722672, ID : 942610c5-13dc-4b5f-b8f7-9dcae4714383 2026-05-11 02:32:00,615 - INFO - ================================================================================ 2026-05-11 02:32:00,615 - INFO - STARTING TEST : test_ports_bindings 2026-05-11 02:32:00,615 - 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-11 02:32:01,899 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.20.0.129': '0', '10.20.0.193': '0'}, '10.0.0.240': {'10.20.0.129': '0', '10.20.0.18': '0'}} with 2026-05-11 02:32:01,899 - INFO - Initial checks done. Running the testcase now 2026-05-11 02:32:01,899 - INFO - 2026-05-11 02:32:02,630 - DEBUG - Response for create_network : {'network': {'id': '7ffb0f51-8bd8-4f80-b42e-f2c014973381', 'name': 'ctest-vn-02451094', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'project_id': '942610c513dc4b5fb8f79dcae4714383', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-07722672', 'ctest-vn-02451094'], 'port_security_enabled': True, 'description': ''}} 2026-05-11 02:32:03,031 - DEBUG - Response for create_subnet : {'subnet': {'id': '3b210645-5583-4c51-85b1-ef6e023ccc99', 'name': '', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'network_id': '7ffb0f51-8bd8-4f80-b42e-f2c014973381', 'ip_version': 4, 'cidr': '76.44.234.0/26', 'allocation_pools': [{'start': '76.44.234.2', 'end': '76.44.234.62'}], 'gateway_ip': '76.44.234.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '76.44.234.2', 'tags': [], 'project_id': '942610c513dc4b5fb8f79dcae4714383'}} 2026-05-11 02:32:03,062 - INFO - Created VN ctest-vn-02451094 2026-05-11 02:32:03,074 - DEBUG - VN ctest-vn-02451094 UUID is 7ffb0f51-8bd8-4f80-b42e-f2c014973381 2026-05-11 02:32:03,161 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-07722672', 'ctest-vmi-22782236']} 2026-05-11 02:32:03,489 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-22782236', 'id': '2382ffb1-6a62-4c52-9b18-14b6b61863f3', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'network_id': '7ffb0f51-8bd8-4f80-b42e-f2c014973381', 'mac_address': '02:23:82:ff:b1:6a', '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': '76.44.234.3', 'subnet_id': '3b210645-5583-4c51-85b1-ef6e023ccc99'}], 'security_groups': ['d0805246-f8b6-427f-8042-c9d83e14cd0f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '942610c513dc4b5fb8f79dcae4714383'}} 2026-05-11 02:32:03,489 - DEBUG - Created port 2382ffb1-6a62-4c52-9b18-14b6b61863f3 2026-05-11 02:32:03,613 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine-interface/2382ffb1-6a62-4c52-9b18-14b6b61863f3 2026-05-11 02:32:03,909 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine-interface/2382ffb1-6a62-4c52-9b18-14b6b61863f3 2026-05-11 02:32:03,945 - INFO - VMI 2382ffb1-6a62-4c52-9b18-14b6b61863f3 verification in API Server passed 2026-05-11 02:32:04,126 - DEBUG - Response for delete_port : () 2026-05-11 02:32:04,127 - INFO - Deleted port 2382ffb1-6a62-4c52-9b18-14b6b61863f3 2026-05-11 02:32:04,127 - INFO - Deleting VN ctest-vn-02451094 2026-05-11 02:32:04,342 - DEBUG - Response for deleting network () 2026-05-11 02:32:05,627 - DEBUG - No XMPP flaps were noticed during the test
2026-05-11 02:32:05,627 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-05-11 02:32:05,627 - INFO - -------------------------------------------------------------------------------- 2026-05-11 02:32:05,629 - INFO - ================================================================================ 2026-05-11 02:32:05,629 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-11 02:32:05,629 - 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-11 02:32:06,908 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.20.0.129': '0', '10.20.0.193': '0'}, '10.0.0.240': {'10.20.0.129': '0', '10.20.0.18': '0'}} with 2026-05-11 02:32:06,909 - INFO - Initial checks done. Running the testcase now 2026-05-11 02:32:06,909 - INFO - 2026-05-11 02:32:07,210 - DEBUG - Response for create_network : {'network': {'id': '007527e2-a638-4d04-b8e5-65c77f03a012', 'name': 'ctest-vn1-31563693', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'project_id': '942610c513dc4b5fb8f79dcae4714383', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-07722672', 'ctest-vn1-31563693'], 'port_security_enabled': True, 'description': ''}} 2026-05-11 02:32:07,526 - DEBUG - Response for create_subnet : {'subnet': {'id': '3557bda2-d1d3-435a-9569-df20d8e5a1e3', 'name': '', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'network_id': '007527e2-a638-4d04-b8e5-65c77f03a012', 'ip_version': 4, 'cidr': '117.192.136.128/26', 'allocation_pools': [{'start': '117.192.136.130', 'end': '117.192.136.190'}], 'gateway_ip': '117.192.136.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '117.192.136.130', 'tags': [], 'project_id': '942610c513dc4b5fb8f79dcae4714383'}} 2026-05-11 02:32:07,765 - DEBUG - Response for create_subnet : {'subnet': {'id': '0bb8e7be-ee89-46c6-b289-8b766f92c672', 'name': '', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'network_id': '007527e2-a638-4d04-b8e5-65c77f03a012', 'ip_version': 4, 'cidr': '28.177.120.64/26', 'allocation_pools': [{'start': '28.177.120.66', 'end': '28.177.120.126'}], 'gateway_ip': '28.177.120.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '28.177.120.66', 'tags': [], 'project_id': '942610c513dc4b5fb8f79dcae4714383'}} 2026-05-11 02:32:07,794 - INFO - Created VN ctest-vn1-31563693 2026-05-11 02:32:07,806 - DEBUG - VN ctest-vn1-31563693 UUID is 007527e2-a638-4d04-b8e5-65c77f03a012 2026-05-11 02:32:08,194 - DEBUG - Response for create_port : {'port': {'name': 'be11773a-4551-4dc2-8e9f-20472fee270c', 'id': 'be11773a-4551-4dc2-8e9f-20472fee270c', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'network_id': '007527e2-a638-4d04-b8e5-65c77f03a012', 'mac_address': '02:be:11:77:3a:45', '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': '117.192.136.133', 'subnet_id': '3557bda2-d1d3-435a-9569-df20d8e5a1e3'}], 'security_groups': ['d0805246-f8b6-427f-8042-c9d83e14cd0f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '942610c513dc4b5fb8f79dcae4714383'}} 2026-05-11 02:32:08,471 - DEBUG - Response for create_port : {'port': {'name': 'ef5b7701-cd45-4123-a23a-abc8d345c649', 'id': 'ef5b7701-cd45-4123-a23a-abc8d345c649', 'tenant_id': '942610c513dc4b5fb8f79dcae4714383', 'network_id': '007527e2-a638-4d04-b8e5-65c77f03a012', 'mac_address': '02:ef:5b:77:01:cd', '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': '28.177.120.69', 'subnet_id': '0bb8e7be-ee89-46c6-b289-8b766f92c672'}], 'security_groups': ['d0805246-f8b6-427f-8042-c9d83e14cd0f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '942610c513dc4b5fb8f79dcae4714383'}} 2026-05-11 02:32:08,539 - DEBUG - Services list from nova: [, , , ] 2026-05-11 02:32:09,094 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5767-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5767-2) 2026-05-11 02:32:09,609 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5767-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5767-1) 2026-05-11 02:32:09,609 - INFO - Waiting for VM ctest-vn1-vm1-67554666 to be up.. 2026-05-11 02:32:09,682 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-11 02:32:14,784 - DEBUG - VM is in ACTIVE state now 2026-05-11 02:32:14,784 - INFO - VM name : ctest-vn1-vm1-67554666 2026-05-11 02:32:14,875 - DEBUG - VM ctest-vn1-vm1-67554666 ID is c3a63eee-2dd7-485f-a101-686e6fc9ac69 2026-05-11 02:32:14,901 - DEBUG - VM ctest-vn1-vm1-67554666 launched on Node an-jenkins-deploy-platform-ansible-os-5767-2 2026-05-11 02:32:14,996 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/c3a63eee-2dd7-485f-a101-686e6fc9ac69 2026-05-11 02:32:15,292 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/c3a63eee-2dd7-485f-a101-686e6fc9ac69 2026-05-11 02:32:15,329 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/be11773a-4551-4dc2-8e9f-20472fee270c 2026-05-11 02:32:18,516 - 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 1029ms') 2026-05-11 02:32:18,517 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-67554666 failed! 2026-05-11 02:32:18,533 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-07722672:ctest-vn1-31563693 is 117.192.136.129 and allocation pool is NOT set 2026-05-11 02:32:18,533 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-07722672:ctest-vn1-31563693 is 28.177.120.65 and allocation pool is NOT set 2026-05-11 02:32:22,620 - 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=7.36 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1019ms\r\nrtt min/avg/max/mdev = 7.362/7.362/7.362/0.000 ms') 2026-05-11 02:32:22,620 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-67554666 passed 2026-05-11 02:32:22,690 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:32:22,690 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-67554666, IP 117.192.136.133, Port 22 2026-05-11 02:32:22,861 - DEBUG - VM ctest-vn1-vm1-67554666 is ready for SSH connections 2026-05-11 02:32:22,861 - INFO - Waiting for VM ctest-vn1-vm2-24675268 to be up.. 2026-05-11 02:32:22,955 - DEBUG - VM is in ACTIVE state now 2026-05-11 02:32:22,955 - INFO - VM name : ctest-vn1-vm2-24675268 2026-05-11 02:32:23,059 - DEBUG - VM ctest-vn1-vm2-24675268 ID is 28848f8e-6d0d-4899-9ddf-1d9178b9a6cb 2026-05-11 02:32:23,059 - DEBUG - VM ctest-vn1-vm2-24675268 launched on Node an-jenkins-deploy-platform-ansible-os-5767-1 2026-05-11 02:32:23,155 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/28848f8e-6d0d-4899-9ddf-1d9178b9a6cb 2026-05-11 02:32:23,168 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/ef5b7701-cd45-4123-a23a-abc8d345c649 2026-05-11 02:32:24,346 - 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=6.41 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.91 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 = 1.910/4.161/6.412/2.251 ms') 2026-05-11 02:32:24,346 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-24675268 passed 2026-05-11 02:32:24,420 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:32:24,420 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-24675268, IP 28.177.120.69, Port 22 2026-05-11 02:32:24,592 - DEBUG - VM ctest-vn1-vm2-24675268 is ready for SSH connections 2026-05-11 02:32:24,592 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:32:24,592 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:32:24,592 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:32:24,592 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 117.192.136.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.23, gateway password: c0ntrail123 2026-05-11 02:32:24,592 - DEBUG - ping -s 56 -c 3 -W 1 117.192.136.133 2026-05-11 02:32:27,650 - DEBUG - PING 117.192.136.133 (117.192.136.133): 56 data bytes 64 bytes from 117.192.136.133: seq=0 ttl=63 time=7.540 ms 64 bytes from 117.192.136.133: seq=1 ttl=63 time=1.563 ms 64 bytes from 117.192.136.133: seq=2 ttl=63 time=1.492 ms --- 117.192.136.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.492/3.531/7.540 ms 2026-05-11 02:32:27,651 - INFO - Ping to IP 117.192.136.133 from VM ctest-vn1-vm2-24675268 passed 2026-05-11 02:32:27,651 - INFO - Detaching port ef5b7701-cd45-4123-a23a-abc8d345c649 from VM ctest-vn1-vm2-24675268 2026-05-11 02:32:27,705 - INFO - Deleting VM ctest-vn1-vm2-24675268 2026-05-11 02:32:27,921 - INFO - Detaching port be11773a-4551-4dc2-8e9f-20472fee270c from VM ctest-vn1-vm1-67554666 2026-05-11 02:32:27,963 - INFO - Deleting VM ctest-vn1-vm1-67554666 2026-05-11 02:32:28,323 - DEBUG - Response for delete_port : () 2026-05-11 02:32:28,625 - DEBUG - Response for delete_port : () 2026-05-11 02:32:28,625 - INFO - Deleting VN ctest-vn1-31563693 2026-05-11 02:32:28,834 - DEBUG - Response for deleting network () 2026-05-11 02:32:30,126 - DEBUG - No XMPP flaps were noticed during the test
2026-05-11 02:32:30,126 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25]
2026-05-11 02:32:30,126 - INFO - -------------------------------------------------------------------------------- 2026-05-11 02:32:30,867 - INFO - Deleted project: ctest-TestPorts-07722672, ID : 942610c5-13dc-4b5f-b8f7-9dcae4714383