2026-04-23 21:41:48,029 - INFO - Domain Default found not creating 2026-04-23 21:41:48,192 - INFO - Project ctest-TestPorts-31110384 not found, creating it 2026-04-23 21:41:48,670 - INFO - Created Project:ctest-TestPorts-31110384, ID : e5ec9a4f-5451-44ab-afd8-5e28bc3d7cb7 2026-04-23 21:41:50,162 - INFO - ================================================================================ 2026-04-23 21:41:50,162 - INFO - STARTING TEST : test_ports_bindings 2026-04-23 21:41:50,163 - 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-23 21:41:50,418 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-04-23 21:41:50,418 - INFO - Initial checks done. Running the testcase now 2026-04-23 21:41:50,418 - INFO - 2026-04-23 21:41:50,960 - DEBUG - Response for create_network : {'network': {'id': '5be1e8c8-477a-41bd-8b79-54cf7b334943', 'name': 'ctest-vn-18663009', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-31110384', 'ctest-vn-18663009'], 'port_security_enabled': True, 'description': ''}} 2026-04-23 21:41:51,148 - DEBUG - Response for create_subnet : {'subnet': {'id': '1b92d89f-7dca-4117-9553-c3c416bcd63c', 'name': '', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'network_id': '5be1e8c8-477a-41bd-8b79-54cf7b334943', 'ip_version': 4, 'cidr': '203.20.225.64/26', 'allocation_pools': [{'start': '203.20.225.66', 'end': '203.20.225.126'}], 'gateway_ip': '203.20.225.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '203.20.225.66', 'tags': [], 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7'}} 2026-04-23 21:41:51,168 - INFO - Created VN ctest-vn-18663009 2026-04-23 21:41:51,219 - DEBUG - VN ctest-vn-18663009 UUID is 5be1e8c8-477a-41bd-8b79-54cf7b334943 2026-04-23 21:41:51,326 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-31110384', 'ctest-vmi-15301806']} 2026-04-23 21:41:51,552 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-15301806', 'id': '0d828fa5-f2d4-4bce-a5e5-c1d7abc82f56', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'network_id': '5be1e8c8-477a-41bd-8b79-54cf7b334943', 'mac_address': '02:0d:82:8f:a5:f2', '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': '203.20.225.67', 'subnet_id': '1b92d89f-7dca-4117-9553-c3c416bcd63c'}], 'security_groups': ['33fc5125-61fb-4963-b046-f4c2249f1a80'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7'}} 2026-04-23 21:41:51,552 - DEBUG - Created port 0d828fa5-f2d4-4bce-a5e5-c1d7abc82f56 2026-04-23 21:41:51,659 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/0d828fa5-f2d4-4bce-a5e5-c1d7abc82f56 2026-04-23 21:41:51,962 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/0d828fa5-f2d4-4bce-a5e5-c1d7abc82f56 2026-04-23 21:41:52,000 - INFO - VMI 0d828fa5-f2d4-4bce-a5e5-c1d7abc82f56 verification in API Server passed 2026-04-23 21:41:52,092 - DEBUG - Response for delete_port : () 2026-04-23 21:41:52,093 - INFO - Deleted port 0d828fa5-f2d4-4bce-a5e5-c1d7abc82f56 2026-04-23 21:41:52,093 - INFO - Deleting VN ctest-vn-18663009 2026-04-23 21:41:52,185 - DEBUG - Response for deleting network () 2026-04-23 21:41:52,441 - DEBUG - No XMPP flaps were noticed during the test 2026-04-23 21:41:52,441 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-04-23 21:41:52,441 - INFO - -------------------------------------------------------------------------------- 2026-04-23 21:41:52,443 - INFO - ================================================================================ 2026-04-23 21:41:52,444 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-04-23 21:41:52,444 - 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-23 21:41:52,728 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-04-23 21:41:52,729 - INFO - Initial checks done. Running the testcase now 2026-04-23 21:41:52,729 - INFO - 2026-04-23 21:41:52,893 - DEBUG - Response for create_network : {'network': {'id': '923f4dba-d1cb-464c-89a0-99f341b4f86f', 'name': 'ctest-vn1-13191846', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-31110384', 'ctest-vn1-13191846'], 'port_security_enabled': True, 'description': ''}} 2026-04-23 21:41:53,110 - DEBUG - Response for create_subnet : {'subnet': {'id': 'efb8b243-4327-44d9-99b2-86cb86b0f914', 'name': '', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'network_id': '923f4dba-d1cb-464c-89a0-99f341b4f86f', 'ip_version': 4, 'cidr': '115.17.119.128/26', 'allocation_pools': [{'start': '115.17.119.130', 'end': '115.17.119.190'}], 'gateway_ip': '115.17.119.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '115.17.119.130', 'tags': [], 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7'}} 2026-04-23 21:41:53,283 - DEBUG - Response for create_subnet : {'subnet': {'id': '0333f8bd-6b21-4479-aa67-ec0b589cb668', 'name': '', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'network_id': '923f4dba-d1cb-464c-89a0-99f341b4f86f', 'ip_version': 4, 'cidr': '207.123.38.128/26', 'allocation_pools': [{'start': '207.123.38.130', 'end': '207.123.38.190'}], 'gateway_ip': '207.123.38.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '207.123.38.130', 'tags': [], 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7'}} 2026-04-23 21:41:53,302 - INFO - Created VN ctest-vn1-13191846 2026-04-23 21:41:53,355 - DEBUG - VN ctest-vn1-13191846 UUID is 923f4dba-d1cb-464c-89a0-99f341b4f86f 2026-04-23 21:41:53,655 - DEBUG - Response for create_port : {'port': {'name': 'df426379-e30c-420d-9739-9d38fc744c85', 'id': 'df426379-e30c-420d-9739-9d38fc744c85', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'network_id': '923f4dba-d1cb-464c-89a0-99f341b4f86f', 'mac_address': '02:df:42:63:79:e3', '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': '115.17.119.133', 'subnet_id': 'efb8b243-4327-44d9-99b2-86cb86b0f914'}], 'security_groups': ['33fc5125-61fb-4963-b046-f4c2249f1a80'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7'}} 2026-04-23 21:41:53,826 - DEBUG - Response for create_port : {'port': {'name': '7b6d6fcb-3e79-4c7d-ba69-a43408e26a09', 'id': '7b6d6fcb-3e79-4c7d-ba69-a43408e26a09', 'tenant_id': 'e5ec9a4f545144abafd85e28bc3d7cb7', 'network_id': '923f4dba-d1cb-464c-89a0-99f341b4f86f', 'mac_address': '02:7b:6d:6f:cb:3e', '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': '207.123.38.133', 'subnet_id': '0333f8bd-6b21-4479-aa67-ec0b589cb668'}], 'security_groups': ['33fc5125-61fb-4963-b046-f4c2249f1a80'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'e5ec9a4f545144abafd85e28bc3d7cb7'}} 2026-04-23 21:41:53,879 - DEBUG - Services list from nova: [, , ] 2026-04-23 21:41:54,234 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5679-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5679-1) 2026-04-23 21:41:54,627 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5679-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5679-1) 2026-04-23 21:41:54,628 - INFO - Waiting for VM ctest-vn1-vm1-80993633 to be up.. 2026-04-23 21:41:54,671 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-04-23 21:41:59,741 - DEBUG - VM is in ACTIVE state now 2026-04-23 21:41:59,741 - INFO - VM name : ctest-vn1-vm1-80993633 2026-04-23 21:41:59,808 - DEBUG - VM ctest-vn1-vm1-80993633 ID is e12ff4f0-f024-4f0e-9982-bff1ea53e916 2026-04-23 21:41:59,827 - DEBUG - VM ctest-vn1-vm1-80993633 launched on Node cn-jenkins-deploy-platform-ansible-os-5679-1 2026-04-23 21:41:59,901 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/e12ff4f0-f024-4f0e-9982-bff1ea53e916 2026-04-23 21:41:59,909 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/df426379-e30c-420d-9739-9d38fc744c85 2026-04-23 21:42:03,149 - 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-23 21:42:03,149 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-80993633 failed! 2026-04-23 21:42:03,203 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-31110384:ctest-vn1-13191846 is 115.17.119.129 and allocation pool is NOT set 2026-04-23 21:42:03,203 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-31110384:ctest-vn1-13191846 is 207.123.38.129 and allocation pool is NOT set 2026-04-23 21:42:05,271 - 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.40 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.60 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 = 2.598/3.500/4.402/0.902 ms') 2026-04-23 21:42:05,272 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-80993633 passed 2026-04-23 21:42:05,419 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-23 21:42:05,419 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-80993633, IP 115.17.119.133, Port 22 2026-04-23 21:42:05,575 - DEBUG - VM ctest-vn1-vm1-80993633 is ready for SSH connections 2026-04-23 21:42:05,575 - INFO - Waiting for VM ctest-vn1-vm2-50870429 to be up.. 2026-04-23 21:42:05,651 - DEBUG - VM is in ACTIVE state now 2026-04-23 21:42:05,651 - INFO - VM name : ctest-vn1-vm2-50870429 2026-04-23 21:42:05,729 - DEBUG - VM ctest-vn1-vm2-50870429 ID is c249f9ad-54fb-44b9-bb9e-ecd8a780536b 2026-04-23 21:42:05,729 - DEBUG - VM ctest-vn1-vm2-50870429 launched on Node cn-jenkins-deploy-platform-ansible-os-5679-1 2026-04-23 21:42:05,807 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/c249f9ad-54fb-44b9-bb9e-ecd8a780536b 2026-04-23 21:42:05,816 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/7b6d6fcb-3e79-4c7d-ba69-a43408e26a09 2026-04-23 21:42:07,052 - 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.98 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.423 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.423/1.702/2.981/1.279 ms') 2026-04-23 21:42:07,053 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-50870429 passed 2026-04-23 21:42:07,207 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-23 21:42:07,207 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-50870429, IP 207.123.38.133, Port 22 2026-04-23 21:42:07,362 - DEBUG - VM ctest-vn1-vm2-50870429 is ready for SSH connections 2026-04-23 21:42:07,362 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-23 21:42:07,363 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-23 21:42:07,363 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-23 21:42:07,363 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 115.17.119.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123 2026-04-23 21:42:07,363 - DEBUG - ping -s 56 -c 3 -W 1 115.17.119.133 2026-04-23 21:42:10,012 - DEBUG - PING 115.17.119.133 (115.17.119.133): 56 data bytes 64 bytes from 115.17.119.133: seq=0 ttl=63 time=3.534 ms 64 bytes from 115.17.119.133: seq=1 ttl=63 time=0.887 ms 64 bytes from 115.17.119.133: seq=2 ttl=63 time=0.774 ms --- 115.17.119.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.774/1.731/3.534 ms 2026-04-23 21:42:10,012 - INFO - Ping to IP 115.17.119.133 from VM ctest-vn1-vm2-50870429 passed 2026-04-23 21:42:10,012 - INFO - Detaching port 7b6d6fcb-3e79-4c7d-ba69-a43408e26a09 from VM ctest-vn1-vm2-50870429 2026-04-23 21:42:10,059 - INFO - Deleting VM ctest-vn1-vm2-50870429 2026-04-23 21:42:10,127 - INFO - Detaching port df426379-e30c-420d-9739-9d38fc744c85 from VM ctest-vn1-vm1-80993633 2026-04-23 21:42:10,159 - INFO - Deleting VM ctest-vn1-vm1-80993633 2026-04-23 21:42:10,361 - DEBUG - Response for delete_port : () 2026-04-23 21:42:10,522 - DEBUG - Response for delete_port : () 2026-04-23 21:42:10,522 - INFO - Deleting VN ctest-vn1-13191846 2026-04-23 21:42:10,684 - DEBUG - Response for deleting network () 2026-04-23 21:42:10,943 - DEBUG - No XMPP flaps were noticed during the test 2026-04-23 21:42:10,944 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:18] 2026-04-23 21:42:10,944 - INFO - -------------------------------------------------------------------------------- 2026-04-23 21:42:11,640 - INFO - Deleted project: ctest-TestPorts-31110384, ID : e5ec9a4f-5451-44ab-afd8-5e28bc3d7cb7