2026-08-20 13:29:06,567 - INFO - Domain Default found not creating 2026-08-20 13:29:06,732 - INFO - Project ctest-TestPorts-87483805 not found, creating it 2026-08-20 13:29:07,266 - INFO - Created Project:ctest-TestPorts-87483805, ID : 6f582c25-7ca6-4901-ae9d-6ae766824b38 2026-08-20 13:29:09,046 - INFO - ================================================================================ 2026-08-20 13:29:09,046 - INFO - STARTING TEST : test_ports_bindings 2026-08-20 13:29:09,046 - 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-08-20 13:29:09,333 - DEBUG - Nothing to compare xmpp stats {'10.0.0.190': {'10.20.0.254': '0'}} with 2026-08-20 13:29:09,333 - INFO - Initial checks done. Running the testcase now 2026-08-20 13:29:09,333 - INFO - 2026-08-20 13:29:10,047 - DEBUG - Response for create_network : {'network': {'id': 'f386f7cb-02cc-49b0-9171-765d5a9888d9', 'name': 'ctest-vn-28924296', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'project_id': '6f582c257ca64901ae9d6ae766824b38', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-87483805', 'ctest-vn-28924296'], 'port_security_enabled': True, 'description': ''}} 2026-08-20 13:29:10,311 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd68d86fd-753e-4f6e-98d5-57b3c8abf238', 'name': '', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'network_id': 'f386f7cb-02cc-49b0-9171-765d5a9888d9', 'ip_version': 4, 'cidr': '89.19.163.64/26', 'allocation_pools': [{'start': '89.19.163.66', 'end': '89.19.163.126'}], 'gateway_ip': '89.19.163.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '89.19.163.66', 'tags': [], 'project_id': '6f582c257ca64901ae9d6ae766824b38'}} 2026-08-20 13:29:10,336 - INFO - Created VN ctest-vn-28924296 2026-08-20 13:29:10,390 - DEBUG - VN ctest-vn-28924296 UUID is f386f7cb-02cc-49b0-9171-765d5a9888d9 2026-08-20 13:29:10,509 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-87483805', 'ctest-vmi-74249793']} 2026-08-20 13:29:10,830 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-74249793', 'id': '4dc194df-b208-46a3-81d4-fffc7121c9d5', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'network_id': 'f386f7cb-02cc-49b0-9171-765d5a9888d9', 'mac_address': '02:4d:c1:94:df:b2', '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': '89.19.163.67', 'subnet_id': 'd68d86fd-753e-4f6e-98d5-57b3c8abf238'}], 'security_groups': ['9e9b6eba-cdbf-46ad-966a-126e862fa5a5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6f582c257ca64901ae9d6ae766824b38'}} 2026-08-20 13:29:10,830 - DEBUG - Created port 4dc194df-b208-46a3-81d4-fffc7121c9d5 2026-08-20 13:29:10,946 - DEBUG - Requesting: http://10.0.0.190:8082/virtual-machine-interface/4dc194df-b208-46a3-81d4-fffc7121c9d5 2026-08-20 13:29:11,319 - DEBUG - Requesting: http://10.0.0.190:8082/virtual-machine-interface/4dc194df-b208-46a3-81d4-fffc7121c9d5 2026-08-20 13:29:11,359 - INFO - VMI 4dc194df-b208-46a3-81d4-fffc7121c9d5 verification in API Server passed 2026-08-20 13:29:11,484 - DEBUG - Response for delete_port : () 2026-08-20 13:29:11,484 - INFO - Deleted port 4dc194df-b208-46a3-81d4-fffc7121c9d5 2026-08-20 13:29:11,484 - INFO - Deleting VN ctest-vn-28924296 2026-08-20 13:29:11,626 - DEBUG - Response for deleting network () 2026-08-20 13:29:11,909 - DEBUG - No XMPP flaps were noticed during the test 2026-08-20 13:29:11,909 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-08-20 13:29:11,910 - INFO - -------------------------------------------------------------------------------- 2026-08-20 13:29:11,914 - INFO - ================================================================================ 2026-08-20 13:29:11,914 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-08-20 13:29:11,914 - 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-08-20 13:29:12,204 - DEBUG - Nothing to compare xmpp stats {'10.0.0.190': {'10.20.0.254': '0'}} with 2026-08-20 13:29:12,204 - INFO - Initial checks done. Running the testcase now 2026-08-20 13:29:12,204 - INFO - 2026-08-20 13:29:12,449 - DEBUG - Response for create_network : {'network': {'id': '04309347-34a1-4ae6-aa56-5deac59f0f79', 'name': 'ctest-vn1-06294771', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'project_id': '6f582c257ca64901ae9d6ae766824b38', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-87483805', 'ctest-vn1-06294771'], 'port_security_enabled': True, 'description': ''}} 2026-08-20 13:29:12,719 - DEBUG - Response for create_subnet : {'subnet': {'id': '641da5ef-ffeb-4135-acf7-8ef5a53c9586', 'name': '', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'network_id': '04309347-34a1-4ae6-aa56-5deac59f0f79', 'ip_version': 4, 'cidr': '79.155.250.0/26', 'allocation_pools': [{'start': '79.155.250.2', 'end': '79.155.250.62'}], 'gateway_ip': '79.155.250.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '79.155.250.2', 'tags': [], 'project_id': '6f582c257ca64901ae9d6ae766824b38'}} 2026-08-20 13:29:12,969 - DEBUG - Response for create_subnet : {'subnet': {'id': '8b71cdfe-6dad-4251-a18f-9ecca29430b4', 'name': '', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'network_id': '04309347-34a1-4ae6-aa56-5deac59f0f79', 'ip_version': 4, 'cidr': '164.115.124.128/26', 'allocation_pools': [{'start': '164.115.124.130', 'end': '164.115.124.190'}], 'gateway_ip': '164.115.124.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '164.115.124.130', 'tags': [], 'project_id': '6f582c257ca64901ae9d6ae766824b38'}} 2026-08-20 13:29:12,994 - INFO - Created VN ctest-vn1-06294771 2026-08-20 13:29:13,054 - DEBUG - VN ctest-vn1-06294771 UUID is 04309347-34a1-4ae6-aa56-5deac59f0f79 2026-08-20 13:29:13,466 - DEBUG - Response for create_port : {'port': {'name': 'ad989860-9c75-46b2-9daf-f5302954e475', 'id': 'ad989860-9c75-46b2-9daf-f5302954e475', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'network_id': '04309347-34a1-4ae6-aa56-5deac59f0f79', 'mac_address': '02:ad:98:98:60:9c', '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': '79.155.250.5', 'subnet_id': '641da5ef-ffeb-4135-acf7-8ef5a53c9586'}], 'security_groups': ['9e9b6eba-cdbf-46ad-966a-126e862fa5a5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6f582c257ca64901ae9d6ae766824b38'}} 2026-08-20 13:29:13,682 - DEBUG - Response for create_port : {'port': {'name': 'f0851b5d-fa6d-4c19-b18c-e4db6e9878ea', 'id': 'f0851b5d-fa6d-4c19-b18c-e4db6e9878ea', 'tenant_id': '6f582c257ca64901ae9d6ae766824b38', 'network_id': '04309347-34a1-4ae6-aa56-5deac59f0f79', 'mac_address': '02:f0:85:1b:5d:fa', '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': '164.115.124.133', 'subnet_id': '8b71cdfe-6dad-4251-a18f-9ecca29430b4'}], 'security_groups': ['9e9b6eba-cdbf-46ad-966a-126e862fa5a5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6f582c257ca64901ae9d6ae766824b38'}} 2026-08-20 13:29:13,745 - DEBUG - Services list from nova: [, , ] 2026-08-20 13:29:14,117 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6188-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6188-1) 2026-08-20 13:29:14,566 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6188-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6188-1) 2026-08-20 13:29:14,566 - INFO - Waiting for VM ctest-vn1-vm1-78440224 to be up.. 2026-08-20 13:29:14,615 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:19,672 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:24,763 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:29,849 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:34,935 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:40,020 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:45,114 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:50,197 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:29:55,281 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 13:30:00,366 - DEBUG - VM is in ACTIVE state now 2026-08-20 13:30:00,366 - INFO - VM name : ctest-vn1-vm1-78440224 2026-08-20 13:30:00,466 - DEBUG - VM ctest-vn1-vm1-78440224 ID is 7f03c87c-9fde-4431-a536-38eb4687227b 2026-08-20 13:30:00,498 - DEBUG - VM ctest-vn1-vm1-78440224 launched on Node cn-jenkins-deploy-platform-ansible-os-6188-1 2026-08-20 13:30:00,595 - DEBUG - Requesting: http://10.0.0.190:8082/virtual-machine/7f03c87c-9fde-4431-a536-38eb4687227b 2026-08-20 13:30:00,606 - DEBUG - Requesting: http://10.0.0.190:8082/virtual-machine-interface/ad989860-9c75-46b2-9daf-f5302954e475 2026-08-20 13:30:03,889 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1019ms') 2026-08-20 13:30:03,889 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-78440224 failed! 2026-08-20 13:30:03,946 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-87483805:ctest-vn1-06294771 is 79.155.250.1 and allocation pool is NOT set 2026-08-20 13:30:03,946 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-87483805:ctest-vn1-06294771 is 164.115.124.129 and allocation pool is NOT set 2026-08-20 13:30:06,012 - 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=5.78 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.618 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.618/3.198/5.779/2.580 ms') 2026-08-20 13:30:06,012 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-78440224 passed 2026-08-20 13:30:06,166 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 13:30:06,167 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-78440224, IP 79.155.250.5, Port 22 2026-08-20 13:30:06,336 - DEBUG - VM ctest-vn1-vm1-78440224 is ready for SSH connections 2026-08-20 13:30:06,336 - INFO - Waiting for VM ctest-vn1-vm2-44973117 to be up.. 2026-08-20 13:30:06,435 - DEBUG - VM is in ACTIVE state now 2026-08-20 13:30:06,435 - INFO - VM name : ctest-vn1-vm2-44973117 2026-08-20 13:30:06,520 - DEBUG - VM ctest-vn1-vm2-44973117 ID is 4ede59a6-5872-41f7-9535-f2bdc7da67e0 2026-08-20 13:30:06,521 - DEBUG - VM ctest-vn1-vm2-44973117 launched on Node cn-jenkins-deploy-platform-ansible-os-6188-1 2026-08-20 13:30:06,603 - DEBUG - Requesting: http://10.0.0.190:8082/virtual-machine/4ede59a6-5872-41f7-9535-f2bdc7da67e0 2026-08-20 13:30:06,614 - DEBUG - Requesting: http://10.0.0.190:8082/virtual-machine-interface/f0851b5d-fa6d-4c19-b18c-e4db6e9878ea 2026-08-20 13:30:07,864 - 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.30 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.549 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.549/2.425/4.301/1.876 ms') 2026-08-20 13:30:07,864 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-44973117 passed 2026-08-20 13:30:08,022 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 13:30:08,022 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-44973117, IP 164.115.124.133, Port 22 2026-08-20 13:30:08,192 - DEBUG - VM ctest-vn1-vm2-44973117 is ready for SSH connections 2026-08-20 13:30:08,192 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 13:30:08,192 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 13:30:08,192 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 13:30:08,192 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 79.155.250.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.190, gateway password: c0ntrail123 2026-08-20 13:30:08,193 - DEBUG - ping -s 56 -c 3 -W 1 79.155.250.5 2026-08-20 13:30:12,349 - DEBUG - PING 79.155.250.5 (79.155.250.5): 56 data bytes 64 bytes from 79.155.250.5: seq=0 ttl=63 time=5.125 ms 64 bytes from 79.155.250.5: seq=1 ttl=63 time=1.200 ms 64 bytes from 79.155.250.5: seq=2 ttl=63 time=1.276 ms --- 79.155.250.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.200/2.533/5.125 ms 2026-08-20 13:30:12,349 - INFO - Ping to IP 79.155.250.5 from VM ctest-vn1-vm2-44973117 passed 2026-08-20 13:30:12,349 - INFO - Detaching port f0851b5d-fa6d-4c19-b18c-e4db6e9878ea from VM ctest-vn1-vm2-44973117 2026-08-20 13:30:12,424 - INFO - Deleting VM ctest-vn1-vm2-44973117 2026-08-20 13:30:12,508 - INFO - Detaching port ad989860-9c75-46b2-9daf-f5302954e475 from VM ctest-vn1-vm1-78440224 2026-08-20 13:30:12,558 - INFO - Deleting VM ctest-vn1-vm1-78440224 2026-08-20 13:30:12,881 - DEBUG - Response for delete_port : () 2026-08-20 13:30:13,177 - DEBUG - Response for delete_port : () 2026-08-20 13:30:13,177 - INFO - Deleting VN ctest-vn1-06294771 2026-08-20 13:30:13,413 - DEBUG - Response for deleting network () 2026-08-20 13:30:13,695 - DEBUG - No XMPP flaps were noticed during the test 2026-08-20 13:30:13,695 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:02] 2026-08-20 13:30:13,695 - INFO - -------------------------------------------------------------------------------- 2026-08-20 13:30:14,492 - INFO - Deleted project: ctest-TestPorts-87483805, ID : 6f582c25-7ca6-4901-ae9d-6ae766824b38