2026-05-29 12:55:11,401 - INFO - Domain Default found not creating 2026-05-29 12:55:11,558 - INFO - Project ctest-TestPorts-35246573 not found, creating it 2026-05-29 12:55:12,023 - INFO - Created Project:ctest-TestPorts-35246573, ID : b70c3474-9233-4f4c-b509-cdc7cd8f3207 2026-05-29 12:55:13,518 - INFO - ================================================================================ 2026-05-29 12:55:13,518 - INFO - STARTING TEST : test_ports_bindings 2026-05-29 12:55:13,518 - 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-29 12:55:13,772 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-05-29 12:55:13,772 - INFO - Initial checks done. Running the testcase now 2026-05-29 12:55:13,773 - INFO - 2026-05-29 12:55:14,318 - DEBUG - Response for create_network : {'network': {'id': '00930745-5183-4f64-97b7-4d77d01c8779', 'name': 'ctest-vn-50928953', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'project_id': 'b70c347492334f4cb509cdc7cd8f3207', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-35246573', 'ctest-vn-50928953'], 'port_security_enabled': True, 'description': ''}} 2026-05-29 12:55:14,474 - DEBUG - Response for create_subnet : {'subnet': {'id': '9d3ca29f-69a4-406c-be5d-7d4a1f050f8b', 'name': '', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'network_id': '00930745-5183-4f64-97b7-4d77d01c8779', 'ip_version': 4, 'cidr': '39.226.119.0/26', 'allocation_pools': [{'start': '39.226.119.2', 'end': '39.226.119.62'}], 'gateway_ip': '39.226.119.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '39.226.119.2', 'tags': [], 'project_id': 'b70c347492334f4cb509cdc7cd8f3207'}} 2026-05-29 12:55:14,491 - INFO - Created VN ctest-vn-50928953 2026-05-29 12:55:14,543 - DEBUG - VN ctest-vn-50928953 UUID is 00930745-5183-4f64-97b7-4d77d01c8779 2026-05-29 12:55:14,651 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-35246573', 'ctest-vmi-37207588']} 2026-05-29 12:55:14,922 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-37207588', 'id': '5bd86521-6b2d-43c9-ad48-d41a6e1ff8a2', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'network_id': '00930745-5183-4f64-97b7-4d77d01c8779', 'mac_address': '02:5b:d8:65:21:6b', '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': '39.226.119.3', 'subnet_id': '9d3ca29f-69a4-406c-be5d-7d4a1f050f8b'}], 'security_groups': ['81411d75-2ce2-4af7-b0e5-6cd9d425aa9f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b70c347492334f4cb509cdc7cd8f3207'}} 2026-05-29 12:55:14,922 - DEBUG - Created port 5bd86521-6b2d-43c9-ad48-d41a6e1ff8a2 2026-05-29 12:55:15,027 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/5bd86521-6b2d-43c9-ad48-d41a6e1ff8a2 2026-05-29 12:55:15,319 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/5bd86521-6b2d-43c9-ad48-d41a6e1ff8a2 2026-05-29 12:55:15,354 - INFO - VMI 5bd86521-6b2d-43c9-ad48-d41a6e1ff8a2 verification in API Server passed 2026-05-29 12:55:15,440 - DEBUG - Response for delete_port : () 2026-05-29 12:55:15,440 - INFO - Deleted port 5bd86521-6b2d-43c9-ad48-d41a6e1ff8a2 2026-05-29 12:55:15,440 - INFO - Deleting VN ctest-vn-50928953 2026-05-29 12:55:15,553 - DEBUG - Response for deleting network () 2026-05-29 12:55:15,813 - DEBUG - No XMPP flaps were noticed during the test 2026-05-29 12:55:15,813 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-05-29 12:55:15,813 - INFO - -------------------------------------------------------------------------------- 2026-05-29 12:55:15,816 - INFO - ================================================================================ 2026-05-29 12:55:15,816 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-29 12:55:15,816 - 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-29 12:55:16,103 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-05-29 12:55:16,103 - INFO - Initial checks done. Running the testcase now 2026-05-29 12:55:16,103 - INFO - 2026-05-29 12:55:16,278 - DEBUG - Response for create_network : {'network': {'id': '499f81be-973e-4ed1-88f6-b1dcc4d18f4e', 'name': 'ctest-vn1-94798452', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'project_id': 'b70c347492334f4cb509cdc7cd8f3207', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-35246573', 'ctest-vn1-94798452'], 'port_security_enabled': True, 'description': ''}} 2026-05-29 12:55:16,475 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e63ff550-cafc-4ae6-902a-0b59402fafce', 'name': '', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'network_id': '499f81be-973e-4ed1-88f6-b1dcc4d18f4e', 'ip_version': 4, 'cidr': '113.228.142.64/26', 'allocation_pools': [{'start': '113.228.142.66', 'end': '113.228.142.126'}], 'gateway_ip': '113.228.142.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '113.228.142.66', 'tags': [], 'project_id': 'b70c347492334f4cb509cdc7cd8f3207'}} 2026-05-29 12:55:16,694 - DEBUG - Response for create_subnet : {'subnet': {'id': '81f4fce0-b7ba-4dc5-a146-0d3730029746', 'name': '', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'network_id': '499f81be-973e-4ed1-88f6-b1dcc4d18f4e', 'ip_version': 4, 'cidr': '131.191.37.64/26', 'allocation_pools': [{'start': '131.191.37.66', 'end': '131.191.37.126'}], 'gateway_ip': '131.191.37.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '131.191.37.66', 'tags': [], 'project_id': 'b70c347492334f4cb509cdc7cd8f3207'}} 2026-05-29 12:55:16,714 - INFO - Created VN ctest-vn1-94798452 2026-05-29 12:55:16,771 - DEBUG - VN ctest-vn1-94798452 UUID is 499f81be-973e-4ed1-88f6-b1dcc4d18f4e 2026-05-29 12:55:17,059 - DEBUG - Response for create_port : {'port': {'name': 'de01859e-206e-4d11-a1e6-20278864dc87', 'id': 'de01859e-206e-4d11-a1e6-20278864dc87', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'network_id': '499f81be-973e-4ed1-88f6-b1dcc4d18f4e', 'mac_address': '02:de:01:85:9e:20', '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': '113.228.142.69', 'subnet_id': 'e63ff550-cafc-4ae6-902a-0b59402fafce'}], 'security_groups': ['81411d75-2ce2-4af7-b0e5-6cd9d425aa9f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b70c347492334f4cb509cdc7cd8f3207'}} 2026-05-29 12:55:17,235 - DEBUG - Response for create_port : {'port': {'name': '36a1375c-a803-4ffe-bad7-206523413c25', 'id': '36a1375c-a803-4ffe-bad7-206523413c25', 'tenant_id': 'b70c347492334f4cb509cdc7cd8f3207', 'network_id': '499f81be-973e-4ed1-88f6-b1dcc4d18f4e', 'mac_address': '02:36:a1:37:5c:a8', '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': '131.191.37.69', 'subnet_id': '81f4fce0-b7ba-4dc5-a146-0d3730029746'}], 'security_groups': ['81411d75-2ce2-4af7-b0e5-6cd9d425aa9f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b70c347492334f4cb509cdc7cd8f3207'}} 2026-05-29 12:55:17,292 - DEBUG - Services list from nova: [, , ] 2026-05-29 12:55:17,644 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5849-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5849-1) 2026-05-29 12:55:18,049 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5849-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5849-1) 2026-05-29 12:55:18,049 - INFO - Waiting for VM ctest-vn1-vm1-33926760 to be up.. 2026-05-29 12:55:18,088 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-29 12:55:23,162 - DEBUG - VM is in ACTIVE state now 2026-05-29 12:55:23,162 - INFO - VM name : ctest-vn1-vm1-33926760 2026-05-29 12:55:23,242 - DEBUG - VM ctest-vn1-vm1-33926760 ID is e233b26a-1bb9-451f-b2d0-2c6d72cd1b1d 2026-05-29 12:55:23,261 - DEBUG - VM ctest-vn1-vm1-33926760 launched on Node cn-jenkins-deploy-platform-ansible-os-5849-1 2026-05-29 12:55:23,335 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/e233b26a-1bb9-451f-b2d0-2c6d72cd1b1d 2026-05-29 12:55:23,344 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/de01859e-206e-4d11-a1e6-20278864dc87 2026-05-29 12:55:26,613 - 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 1031ms') 2026-05-29 12:55:26,613 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-33926760 failed! 2026-05-29 12:55:26,667 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-35246573:ctest-vn1-94798452 is 113.228.142.65 and allocation pool is NOT set 2026-05-29 12:55:26,667 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-35246573:ctest-vn1-94798452 is 131.191.37.65 and allocation pool is NOT set 2026-05-29 12:55:28,729 - 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=4.74 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.54 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 2.536/3.639/4.743/1.103 ms') 2026-05-29 12:55:28,729 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-33926760 passed 2026-05-29 12:55:28,879 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:55:28,879 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-33926760, IP 113.228.142.69, Port 22 2026-05-29 12:55:28,934 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-05-29 12:55:29,010 - DEBUG - VM ctest-vn1-vm1-33926760 is NOT ready for SSH connections, VM status: ACTIVE 2026-05-29 12:55:34,011 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:55:34,011 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-33926760, IP 113.228.142.69, Port 22 2026-05-29 12:55:34,175 - DEBUG - VM ctest-vn1-vm1-33926760 is ready for SSH connections 2026-05-29 12:55:34,175 - INFO - Waiting for VM ctest-vn1-vm2-05349071 to be up.. 2026-05-29 12:55:34,249 - DEBUG - VM is in ACTIVE state now 2026-05-29 12:55:34,250 - INFO - VM name : ctest-vn1-vm2-05349071 2026-05-29 12:55:34,321 - DEBUG - VM ctest-vn1-vm2-05349071 ID is 80dfc05a-0771-445f-8730-79025d99e951 2026-05-29 12:55:34,321 - DEBUG - VM ctest-vn1-vm2-05349071 launched on Node cn-jenkins-deploy-platform-ansible-os-5849-1 2026-05-29 12:55:34,390 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/80dfc05a-0771-445f-8730-79025d99e951 2026-05-29 12:55:34,398 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/36a1375c-a803-4ffe-bad7-206523413c25 2026-05-29 12:55:35,631 - 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=1 ttl=63 time=2.94 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.444 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.444/1.692/2.941/1.248 ms') 2026-05-29 12:55:35,631 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-05349071 passed 2026-05-29 12:55:35,783 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:55:35,783 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-05349071, IP 131.191.37.69, Port 22 2026-05-29 12:55:35,943 - DEBUG - VM ctest-vn1-vm2-05349071 is ready for SSH connections 2026-05-29 12:55:35,943 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:55:35,943 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:55:35,943 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:55:35,943 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 113.228.142.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2026-05-29 12:55:35,943 - DEBUG - ping -s 56 -c 3 -W 1 113.228.142.69 2026-05-29 12:55:38,682 - DEBUG - PING 113.228.142.69 (113.228.142.69): 56 data bytes 64 bytes from 113.228.142.69: seq=0 ttl=63 time=3.572 ms 64 bytes from 113.228.142.69: seq=1 ttl=63 time=0.924 ms 64 bytes from 113.228.142.69: seq=2 ttl=63 time=1.046 ms --- 113.228.142.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.924/1.847/3.572 ms 2026-05-29 12:55:38,682 - INFO - Ping to IP 113.228.142.69 from VM ctest-vn1-vm2-05349071 passed 2026-05-29 12:55:38,683 - INFO - Detaching port 36a1375c-a803-4ffe-bad7-206523413c25 from VM ctest-vn1-vm2-05349071 2026-05-29 12:55:38,730 - INFO - Deleting VM ctest-vn1-vm2-05349071 2026-05-29 12:55:38,799 - INFO - Detaching port de01859e-206e-4d11-a1e6-20278864dc87 from VM ctest-vn1-vm1-33926760 2026-05-29 12:55:38,836 - INFO - Deleting VM ctest-vn1-vm1-33926760 2026-05-29 12:55:39,102 - DEBUG - Response for delete_port : () 2026-05-29 12:55:39,513 - DEBUG - Response for delete_port : () 2026-05-29 12:55:39,513 - INFO - Deleting VN ctest-vn1-94798452 2026-05-29 12:55:39,811 - DEBUG - Response for deleting network () 2026-05-29 12:55:40,068 - DEBUG - No XMPP flaps were noticed during the test 2026-05-29 12:55:40,068 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25] 2026-05-29 12:55:40,068 - INFO - -------------------------------------------------------------------------------- 2026-05-29 12:55:40,781 - INFO - Deleted project: ctest-TestPorts-35246573, ID : b70c3474-9233-4f4c-b509-cdc7cd8f3207