2026-04-02 02:17:14,075 - INFO - Domain Default found not creating 2026-04-02 02:17:14,270 - INFO - Project ctest-TestPorts-43992052 not found, creating it 2026-04-02 02:17:14,752 - INFO - Created Project:ctest-TestPorts-43992052, ID : 0741c91e-f069-4f3a-a378-4968ad57e606 2026-04-02 02:17:16,272 - INFO - ================================================================================ 2026-04-02 02:17:16,273 - INFO - STARTING TEST : test_ports_bindings 2026-04-02 02:17:16,273 - 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-04-02 02:17:16,542 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.20.0.5': '0'}} with 2026-04-02 02:17:16,542 - INFO - Initial checks done. Running the testcase now 2026-04-02 02:17:16,543 - INFO - 2026-04-02 02:17:17,120 - DEBUG - Response for create_network : {'network': {'id': '272d73b3-0009-4f6d-9c97-8f2ca3fb06f8', 'name': 'ctest-vn-39016465', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'project_id': '0741c91ef0694f3aa3784968ad57e606', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-43992052', 'ctest-vn-39016465'], 'port_security_enabled': True, 'description': ''}} 2026-04-02 02:17:17,275 - DEBUG - Response for create_subnet : {'subnet': {'id': '850ca0cf-0ad0-483b-a4fb-365d7fa72c66', 'name': '', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'network_id': '272d73b3-0009-4f6d-9c97-8f2ca3fb06f8', 'ip_version': 4, 'cidr': '107.230.181.64/26', 'allocation_pools': [{'start': '107.230.181.66', 'end': '107.230.181.126'}], 'gateway_ip': '107.230.181.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '107.230.181.66', 'tags': [], 'project_id': '0741c91ef0694f3aa3784968ad57e606'}} 2026-04-02 02:17:17,294 - INFO - Created VN ctest-vn-39016465 2026-04-02 02:17:17,345 - DEBUG - VN ctest-vn-39016465 UUID is 272d73b3-0009-4f6d-9c97-8f2ca3fb06f8 2026-04-02 02:17:17,460 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-43992052', 'ctest-vmi-47599995']} 2026-04-02 02:17:17,691 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-47599995', 'id': '80a06a16-deaf-41df-80c0-7f1fb29323c5', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'network_id': '272d73b3-0009-4f6d-9c97-8f2ca3fb06f8', 'mac_address': '02:80:a0:6a:16:de', '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': '107.230.181.67', 'subnet_id': '850ca0cf-0ad0-483b-a4fb-365d7fa72c66'}], 'security_groups': ['81cbcf1e-0292-4b09-b1f9-f4b033b4dd48'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0741c91ef0694f3aa3784968ad57e606'}} 2026-04-02 02:17:17,691 - DEBUG - Created port 80a06a16-deaf-41df-80c0-7f1fb29323c5 2026-04-02 02:17:17,796 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/80a06a16-deaf-41df-80c0-7f1fb29323c5 2026-04-02 02:17:18,104 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/80a06a16-deaf-41df-80c0-7f1fb29323c5 2026-04-02 02:17:18,145 - INFO - VMI 80a06a16-deaf-41df-80c0-7f1fb29323c5 verification in API Server passed 2026-04-02 02:17:18,229 - DEBUG - Response for delete_port : () 2026-04-02 02:17:18,229 - INFO - Deleted port 80a06a16-deaf-41df-80c0-7f1fb29323c5 2026-04-02 02:17:18,229 - INFO - Deleting VN ctest-vn-39016465 2026-04-02 02:17:18,327 - DEBUG - Response for deleting network () 2026-04-02 02:17:18,591 - DEBUG - No XMPP flaps were noticed during the test 2026-04-02 02:17:18,592 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-04-02 02:17:18,592 - INFO - -------------------------------------------------------------------------------- 2026-04-02 02:17:18,594 - INFO - ================================================================================ 2026-04-02 02:17:18,594 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-04-02 02:17:18,594 - 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-04-02 02:17:18,873 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.20.0.5': '0'}} with 2026-04-02 02:17:18,874 - INFO - Initial checks done. Running the testcase now 2026-04-02 02:17:18,874 - INFO - 2026-04-02 02:17:19,048 - DEBUG - Response for create_network : {'network': {'id': '790fa83b-80b9-4bf7-bb7f-4a0769cfb7a1', 'name': 'ctest-vn1-90896769', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'project_id': '0741c91ef0694f3aa3784968ad57e606', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-43992052', 'ctest-vn1-90896769'], 'port_security_enabled': True, 'description': ''}} 2026-04-02 02:17:19,264 - DEBUG - Response for create_subnet : {'subnet': {'id': '7409254b-0fdf-48f6-bb42-cb8de5d17979', 'name': '', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'network_id': '790fa83b-80b9-4bf7-bb7f-4a0769cfb7a1', 'ip_version': 4, 'cidr': '74.203.126.64/26', 'allocation_pools': [{'start': '74.203.126.66', 'end': '74.203.126.126'}], 'gateway_ip': '74.203.126.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '74.203.126.66', 'tags': [], 'project_id': '0741c91ef0694f3aa3784968ad57e606'}} 2026-04-02 02:17:19,422 - DEBUG - Response for create_subnet : {'subnet': {'id': '334a988c-e594-464b-83b6-db5ba06388ff', 'name': '', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'network_id': '790fa83b-80b9-4bf7-bb7f-4a0769cfb7a1', 'ip_version': 4, 'cidr': '84.179.49.0/26', 'allocation_pools': [{'start': '84.179.49.2', 'end': '84.179.49.62'}], 'gateway_ip': '84.179.49.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '84.179.49.2', 'tags': [], 'project_id': '0741c91ef0694f3aa3784968ad57e606'}} 2026-04-02 02:17:19,441 - INFO - Created VN ctest-vn1-90896769 2026-04-02 02:17:19,493 - DEBUG - VN ctest-vn1-90896769 UUID is 790fa83b-80b9-4bf7-bb7f-4a0769cfb7a1 2026-04-02 02:17:19,805 - DEBUG - Response for create_port : {'port': {'name': '4866d3e1-6278-42d6-8899-9a670bc96201', 'id': '4866d3e1-6278-42d6-8899-9a670bc96201', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'network_id': '790fa83b-80b9-4bf7-bb7f-4a0769cfb7a1', 'mac_address': '02:48:66:d3:e1:62', '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': '74.203.126.69', 'subnet_id': '7409254b-0fdf-48f6-bb42-cb8de5d17979'}], 'security_groups': ['81cbcf1e-0292-4b09-b1f9-f4b033b4dd48'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0741c91ef0694f3aa3784968ad57e606'}} 2026-04-02 02:17:19,970 - DEBUG - Response for create_port : {'port': {'name': '73bd9013-6232-4646-872a-174d74f5d2e4', 'id': '73bd9013-6232-4646-872a-174d74f5d2e4', 'tenant_id': '0741c91ef0694f3aa3784968ad57e606', 'network_id': '790fa83b-80b9-4bf7-bb7f-4a0769cfb7a1', 'mac_address': '02:73:bd:90:13:62', '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': '84.179.49.5', 'subnet_id': '334a988c-e594-464b-83b6-db5ba06388ff'}], 'security_groups': ['81cbcf1e-0292-4b09-b1f9-f4b033b4dd48'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0741c91ef0694f3aa3784968ad57e606'}} 2026-04-02 02:17:20,031 - DEBUG - Services list from nova: [, , ] 2026-04-02 02:17:20,374 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5576-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5576-1) 2026-04-02 02:17:20,776 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5576-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5576-1) 2026-04-02 02:17:20,776 - INFO - Waiting for VM ctest-vn1-vm1-68611249 to be up.. 2026-04-02 02:17:20,824 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-04-02 02:17:25,898 - DEBUG - VM is in ACTIVE state now 2026-04-02 02:17:25,899 - INFO - VM name : ctest-vn1-vm1-68611249 2026-04-02 02:17:25,974 - DEBUG - VM ctest-vn1-vm1-68611249 ID is aaf9df2d-4186-416b-ae57-8b33ad5fb8bc 2026-04-02 02:17:25,992 - DEBUG - VM ctest-vn1-vm1-68611249 launched on Node cn-jenkins-deploy-platform-ansible-os-5576-1 2026-04-02 02:17:26,063 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/aaf9df2d-4186-416b-ae57-8b33ad5fb8bc 2026-04-02 02:17:26,071 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/4866d3e1-6278-42d6-8899-9a670bc96201 2026-04-02 02:17:29,317 - 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 1007ms') 2026-04-02 02:17:29,318 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-68611249 failed! 2026-04-02 02:17:29,376 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-43992052:ctest-vn1-90896769 is 74.203.126.65 and allocation pool is NOT set 2026-04-02 02:17:29,377 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-43992052:ctest-vn1-90896769 is 84.179.49.1 and allocation pool is NOT set 2026-04-02 02:17:33,442 - 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=8.48 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1006ms\r\nrtt min/avg/max/mdev = 8.483/8.483/8.483/0.000 ms') 2026-04-02 02:17:33,443 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-68611249 passed 2026-04-02 02:17:33,593 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-02 02:17:33,593 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-68611249, IP 74.203.126.69, Port 22 2026-04-02 02:17:33,763 - DEBUG - VM ctest-vn1-vm1-68611249 is ready for SSH connections 2026-04-02 02:17:33,763 - INFO - Waiting for VM ctest-vn1-vm2-75746814 to be up.. 2026-04-02 02:17:33,851 - DEBUG - VM is in ACTIVE state now 2026-04-02 02:17:33,851 - INFO - VM name : ctest-vn1-vm2-75746814 2026-04-02 02:17:33,934 - DEBUG - VM ctest-vn1-vm2-75746814 ID is c125a8e9-1764-43d8-9ff5-b555a2367d21 2026-04-02 02:17:33,934 - DEBUG - VM ctest-vn1-vm2-75746814 launched on Node cn-jenkins-deploy-platform-ansible-os-5576-1 2026-04-02 02:17:34,011 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/c125a8e9-1764-43d8-9ff5-b555a2367d21 2026-04-02 02:17:34,020 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/73bd9013-6232-4646-872a-174d74f5d2e4 2026-04-02 02:17:35,261 - 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=3.44 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.578 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.578/2.006/3.435/1.428 ms') 2026-04-02 02:17:35,261 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-75746814 passed 2026-04-02 02:17:35,409 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-02 02:17:35,409 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-75746814, IP 84.179.49.5, Port 22 2026-04-02 02:17:35,585 - DEBUG - VM ctest-vn1-vm2-75746814 is ready for SSH connections 2026-04-02 02:17:35,585 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-02 02:17:35,585 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-02 02:17:35,585 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-02 02:17:35,586 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 74.203.126.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.23, gateway password: c0ntrail123 2026-04-02 02:17:35,586 - DEBUG - ping -s 56 -c 3 -W 1 74.203.126.69 2026-04-02 02:17:38,286 - DEBUG - PING 74.203.126.69 (74.203.126.69): 56 data bytes 64 bytes from 74.203.126.69: seq=0 ttl=63 time=3.575 ms 64 bytes from 74.203.126.69: seq=1 ttl=63 time=0.806 ms 64 bytes from 74.203.126.69: seq=2 ttl=63 time=0.790 ms --- 74.203.126.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.790/1.723/3.575 ms 2026-04-02 02:17:38,286 - INFO - Ping to IP 74.203.126.69 from VM ctest-vn1-vm2-75746814 passed 2026-04-02 02:17:38,287 - INFO - Detaching port 73bd9013-6232-4646-872a-174d74f5d2e4 from VM ctest-vn1-vm2-75746814 2026-04-02 02:17:38,337 - INFO - Deleting VM ctest-vn1-vm2-75746814 2026-04-02 02:17:38,410 - INFO - Detaching port 4866d3e1-6278-42d6-8899-9a670bc96201 from VM ctest-vn1-vm1-68611249 2026-04-02 02:17:38,443 - INFO - Deleting VM ctest-vn1-vm1-68611249 2026-04-02 02:17:38,726 - DEBUG - Response for delete_port : () 2026-04-02 02:17:38,903 - DEBUG - Response for delete_port : () 2026-04-02 02:17:38,903 - INFO - Deleting VN ctest-vn1-90896769 2026-04-02 02:17:39,055 - DEBUG - Response for deleting network () 2026-04-02 02:17:39,317 - DEBUG - No XMPP flaps were noticed during the test 2026-04-02 02:17:39,317 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21] 2026-04-02 02:17:39,318 - INFO - -------------------------------------------------------------------------------- 2026-04-02 02:17:40,045 - INFO - Deleted project: ctest-TestPorts-43992052, ID : 0741c91e-f069-4f3a-a378-4968ad57e606