2026-06-23 12:58:42,637 - INFO - Domain Default found not creating 2026-06-23 12:58:42,770 - INFO - Project ctest-TestPorts-21456875 not found, creating it 2026-06-23 12:58:43,248 - INFO - Created Project:ctest-TestPorts-21456875, ID : 5892d8da-27e7-495a-84f3-65d08ae7c83a 2026-06-23 12:58:44,684 - INFO - ================================================================================ 2026-06-23 12:58:44,684 - INFO - STARTING TEST : test_ports_bindings 2026-06-23 12:58:44,684 - 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-06-23 12:58:44,936 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-06-23 12:58:44,937 - INFO - Initial checks done. Running the testcase now 2026-06-23 12:58:44,937 - INFO - 2026-06-23 12:58:45,463 - DEBUG - Response for create_network : {'network': {'id': 'f439c59c-f933-4ce9-877b-893246599e66', 'name': 'ctest-vn-64207663', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'project_id': '5892d8da27e7495a84f365d08ae7c83a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-21456875', 'ctest-vn-64207663'], 'port_security_enabled': True, 'description': ''}} 2026-06-23 12:58:45,626 - DEBUG - Response for create_subnet : {'subnet': {'id': '30ffea68-fb8b-46ac-9b1a-ce8883425c49', 'name': '', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'network_id': 'f439c59c-f933-4ce9-877b-893246599e66', 'ip_version': 4, 'cidr': '194.15.243.128/26', 'allocation_pools': [{'start': '194.15.243.130', 'end': '194.15.243.190'}], 'gateway_ip': '194.15.243.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '194.15.243.130', 'tags': [], 'project_id': '5892d8da27e7495a84f365d08ae7c83a'}} 2026-06-23 12:58:45,640 - INFO - Created VN ctest-vn-64207663 2026-06-23 12:58:45,692 - DEBUG - VN ctest-vn-64207663 UUID is f439c59c-f933-4ce9-877b-893246599e66 2026-06-23 12:58:45,791 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-21456875', 'ctest-vmi-99471981']} 2026-06-23 12:58:46,061 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-99471981', 'id': '96ad90f8-3fde-4eb0-88df-5383b0eb3376', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'network_id': 'f439c59c-f933-4ce9-877b-893246599e66', 'mac_address': '02:96:ad:90:f8:3f', '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': '194.15.243.131', 'subnet_id': '30ffea68-fb8b-46ac-9b1a-ce8883425c49'}], 'security_groups': ['59685d8b-a408-4454-8524-02a0c3c49c38'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '5892d8da27e7495a84f365d08ae7c83a'}} 2026-06-23 12:58:46,061 - DEBUG - Created port 96ad90f8-3fde-4eb0-88df-5383b0eb3376 2026-06-23 12:58:46,164 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/96ad90f8-3fde-4eb0-88df-5383b0eb3376 2026-06-23 12:58:46,486 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/96ad90f8-3fde-4eb0-88df-5383b0eb3376 2026-06-23 12:58:46,511 - INFO - VMI 96ad90f8-3fde-4eb0-88df-5383b0eb3376 verification in API Server passed 2026-06-23 12:58:46,583 - DEBUG - Response for delete_port : () 2026-06-23 12:58:46,583 - INFO - Deleted port 96ad90f8-3fde-4eb0-88df-5383b0eb3376 2026-06-23 12:58:46,584 - INFO - Deleting VN ctest-vn-64207663 2026-06-23 12:58:46,676 - DEBUG - Response for deleting network () 2026-06-23 12:58:46,933 - DEBUG - No XMPP flaps were noticed during the test 2026-06-23 12:58:46,933 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-06-23 12:58:46,934 - INFO - -------------------------------------------------------------------------------- 2026-06-23 12:58:46,936 - INFO - ================================================================================ 2026-06-23 12:58:46,936 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-23 12:58:46,936 - 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-06-23 12:58:47,224 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-06-23 12:58:47,224 - INFO - Initial checks done. Running the testcase now 2026-06-23 12:58:47,224 - INFO - 2026-06-23 12:58:47,380 - DEBUG - Response for create_network : {'network': {'id': 'fa29676f-9fc6-4a9e-9c8a-afe93d84c3c1', 'name': 'ctest-vn1-22938905', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'project_id': '5892d8da27e7495a84f365d08ae7c83a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-21456875', 'ctest-vn1-22938905'], 'port_security_enabled': True, 'description': ''}} 2026-06-23 12:58:47,542 - DEBUG - Response for create_subnet : {'subnet': {'id': 'bba11b2f-ad48-441b-8b41-d50109a2831b', 'name': '', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'network_id': 'fa29676f-9fc6-4a9e-9c8a-afe93d84c3c1', 'ip_version': 4, 'cidr': '98.222.77.0/26', 'allocation_pools': [{'start': '98.222.77.2', 'end': '98.222.77.62'}], 'gateway_ip': '98.222.77.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '98.222.77.2', 'tags': [], 'project_id': '5892d8da27e7495a84f365d08ae7c83a'}} 2026-06-23 12:58:47,708 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cd1996aa-d921-4d43-9ab8-d6d5d1e5e80d', 'name': '', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'network_id': 'fa29676f-9fc6-4a9e-9c8a-afe93d84c3c1', 'ip_version': 4, 'cidr': '36.199.159.128/26', 'allocation_pools': [{'start': '36.199.159.130', 'end': '36.199.159.190'}], 'gateway_ip': '36.199.159.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '36.199.159.130', 'tags': [], 'project_id': '5892d8da27e7495a84f365d08ae7c83a'}} 2026-06-23 12:58:47,722 - INFO - Created VN ctest-vn1-22938905 2026-06-23 12:58:47,772 - DEBUG - VN ctest-vn1-22938905 UUID is fa29676f-9fc6-4a9e-9c8a-afe93d84c3c1 2026-06-23 12:58:48,029 - DEBUG - Response for create_port : {'port': {'name': '3084d801-ab1f-46ec-b5a7-30e64491d800', 'id': '3084d801-ab1f-46ec-b5a7-30e64491d800', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'network_id': 'fa29676f-9fc6-4a9e-9c8a-afe93d84c3c1', 'mac_address': '02:30:84:d8:01:ab', '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': '98.222.77.5', 'subnet_id': 'bba11b2f-ad48-441b-8b41-d50109a2831b'}], 'security_groups': ['59685d8b-a408-4454-8524-02a0c3c49c38'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '5892d8da27e7495a84f365d08ae7c83a'}} 2026-06-23 12:58:48,184 - DEBUG - Response for create_port : {'port': {'name': 'f3e601c1-cc1b-484a-97fd-4edcf898291b', 'id': 'f3e601c1-cc1b-484a-97fd-4edcf898291b', 'tenant_id': '5892d8da27e7495a84f365d08ae7c83a', 'network_id': 'fa29676f-9fc6-4a9e-9c8a-afe93d84c3c1', 'mac_address': '02:f3:e6:01:c1:cc', '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': '36.199.159.133', 'subnet_id': 'cd1996aa-d921-4d43-9ab8-d6d5d1e5e80d'}], 'security_groups': ['59685d8b-a408-4454-8524-02a0c3c49c38'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '5892d8da27e7495a84f365d08ae7c83a'}} 2026-06-23 12:58:48,232 - DEBUG - Services list from nova: [, , ] 2026-06-23 12:58:48,516 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6026-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6026-1) 2026-06-23 12:58:48,834 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6026-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6026-1) 2026-06-23 12:58:48,834 - INFO - Waiting for VM ctest-vn1-vm1-12759102 to be up.. 2026-06-23 12:58:48,868 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-23 12:58:53,914 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-23 12:58:58,988 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-23 12:59:04,054 - DEBUG - VM is in ACTIVE state now 2026-06-23 12:59:04,054 - INFO - VM name : ctest-vn1-vm1-12759102 2026-06-23 12:59:04,120 - DEBUG - VM ctest-vn1-vm1-12759102 ID is 17e0332e-d103-4623-820a-38e73dfb22b7 2026-06-23 12:59:04,141 - DEBUG - VM ctest-vn1-vm1-12759102 launched on Node cn-jenkins-deploy-platform-ansible-os-6026-1 2026-06-23 12:59:04,202 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/17e0332e-d103-4623-820a-38e73dfb22b7 2026-06-23 12:59:04,209 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/3084d801-ab1f-46ec-b5a7-30e64491d800 2026-06-23 12:59:07,449 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=8.40 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1012ms\r\nrtt min/avg/max/mdev = 8.397/8.397/8.397/0.000 ms') 2026-06-23 12:59:07,449 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-12759102 passed 2026-06-23 12:59:07,596 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 12:59:07,596 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-12759102, IP 98.222.77.5, Port 22 2026-06-23 12:59:07,751 - DEBUG - VM ctest-vn1-vm1-12759102 is ready for SSH connections 2026-06-23 12:59:07,751 - INFO - Waiting for VM ctest-vn1-vm2-98210492 to be up.. 2026-06-23 12:59:07,815 - DEBUG - VM is in ACTIVE state now 2026-06-23 12:59:07,816 - INFO - VM name : ctest-vn1-vm2-98210492 2026-06-23 12:59:07,879 - DEBUG - VM ctest-vn1-vm2-98210492 ID is 05075d5c-9ce4-4631-af44-f4eb8ec87616 2026-06-23 12:59:07,879 - DEBUG - VM ctest-vn1-vm2-98210492 launched on Node cn-jenkins-deploy-platform-ansible-os-6026-1 2026-06-23 12:59:07,942 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/05075d5c-9ce4-4631-af44-f4eb8ec87616 2026-06-23 12:59:07,950 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f3e601c1-cc1b-484a-97fd-4edcf898291b 2026-06-23 12:59:09,176 - 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.07 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.364 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.364/1.714/3.065/1.350 ms') 2026-06-23 12:59:09,176 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-98210492 passed 2026-06-23 12:59:09,324 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 12:59:09,324 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-98210492, IP 36.199.159.133, Port 22 2026-06-23 12:59:09,487 - DEBUG - VM ctest-vn1-vm2-98210492 is ready for SSH connections 2026-06-23 12:59:09,487 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 12:59:09,488 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 12:59:09,488 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 12:59:09,488 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 98.222.77.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123 2026-06-23 12:59:09,488 - DEBUG - ping -s 56 -c 3 -W 1 98.222.77.5 2026-06-23 12:59:13,110 - DEBUG - PING 98.222.77.5 (98.222.77.5): 56 data bytes 64 bytes from 98.222.77.5: seq=0 ttl=63 time=3.665 ms 64 bytes from 98.222.77.5: seq=1 ttl=63 time=0.798 ms 64 bytes from 98.222.77.5: seq=2 ttl=63 time=0.767 ms --- 98.222.77.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.767/1.743/3.665 ms 2026-06-23 12:59:13,110 - INFO - Ping to IP 98.222.77.5 from VM ctest-vn1-vm2-98210492 passed 2026-06-23 12:59:13,110 - INFO - Detaching port f3e601c1-cc1b-484a-97fd-4edcf898291b from VM ctest-vn1-vm2-98210492 2026-06-23 12:59:13,158 - INFO - Deleting VM ctest-vn1-vm2-98210492 2026-06-23 12:59:13,228 - INFO - Detaching port 3084d801-ab1f-46ec-b5a7-30e64491d800 from VM ctest-vn1-vm1-12759102 2026-06-23 12:59:13,258 - INFO - Deleting VM ctest-vn1-vm1-12759102 2026-06-23 12:59:13,480 - DEBUG - Response for delete_port : () 2026-06-23 12:59:13,609 - DEBUG - Response for delete_port : () 2026-06-23 12:59:13,609 - INFO - Deleting VN ctest-vn1-22938905 2026-06-23 12:59:13,709 - DEBUG - Response for deleting network () 2026-06-23 12:59:13,958 - DEBUG - No XMPP flaps were noticed during the test 2026-06-23 12:59:13,958 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27] 2026-06-23 12:59:13,958 - INFO - -------------------------------------------------------------------------------- 2026-06-23 12:59:14,659 - INFO - Deleted project: ctest-TestPorts-21456875, ID : 5892d8da-27e7-495a-84f3-65d08ae7c83a