2026-02-25 14:08:38,422 - INFO - Domain Default found not creating 2026-02-25 14:08:38,575 - INFO - Project ctest-TestPorts-42457163 not found, creating it 2026-02-25 14:08:39,006 - INFO - Created Project:ctest-TestPorts-42457163, ID : 222543d3-6e1c-4027-be0f-f8e8fa227be6 2026-02-25 14:08:40,452 - INFO - ================================================================================ 2026-02-25 14:08:40,452 - INFO - STARTING TEST : test_ports_bindings 2026-02-25 14:08:40,452 - 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-02-25 14:08:40,709 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.20.0.17': '0'}} with 2026-02-25 14:08:40,709 - INFO - Initial checks done. Running the testcase now 2026-02-25 14:08:40,709 - INFO - 2026-02-25 14:08:41,324 - DEBUG - Response for create_network : {'network': {'id': '70c4676a-a6a2-4e34-b067-a67dc63d4644', 'name': 'ctest-vn-09311762', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'project_id': '222543d36e1c4027be0ff8e8fa227be6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-42457163', 'ctest-vn-09311762'], 'port_security_enabled': True, 'description': ''}} 2026-02-25 14:08:41,494 - DEBUG - Response for create_subnet : {'subnet': {'id': '04feda7e-ec6d-46ec-acaa-9b253df6280b', 'name': '', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'network_id': '70c4676a-a6a2-4e34-b067-a67dc63d4644', 'ip_version': 4, 'cidr': '53.109.166.0/26', 'allocation_pools': [{'start': '53.109.166.2', 'end': '53.109.166.62'}], 'gateway_ip': '53.109.166.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '53.109.166.2', 'tags': [], 'project_id': '222543d36e1c4027be0ff8e8fa227be6'}} 2026-02-25 14:08:41,513 - INFO - Created VN ctest-vn-09311762 2026-02-25 14:08:41,567 - DEBUG - VN ctest-vn-09311762 UUID is 70c4676a-a6a2-4e34-b067-a67dc63d4644 2026-02-25 14:08:41,673 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-42457163', 'ctest-vmi-81388931']} 2026-02-25 14:08:41,900 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-81388931', 'id': 'aa36a965-873f-4bd4-9d69-73fc6001a02b', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'network_id': '70c4676a-a6a2-4e34-b067-a67dc63d4644', 'mac_address': '02:aa:36:a9:65:87', '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': '53.109.166.3', 'subnet_id': '04feda7e-ec6d-46ec-acaa-9b253df6280b'}], 'security_groups': ['bf2554bc-308e-46fc-b4e5-a7a7d17f9813'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '222543d36e1c4027be0ff8e8fa227be6'}} 2026-02-25 14:08:41,900 - DEBUG - Created port aa36a965-873f-4bd4-9d69-73fc6001a02b 2026-02-25 14:08:42,006 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/aa36a965-873f-4bd4-9d69-73fc6001a02b 2026-02-25 14:08:42,296 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/aa36a965-873f-4bd4-9d69-73fc6001a02b 2026-02-25 14:08:42,328 - INFO - VMI aa36a965-873f-4bd4-9d69-73fc6001a02b verification in API Server passed 2026-02-25 14:08:42,410 - DEBUG - Response for delete_port : () 2026-02-25 14:08:42,410 - INFO - Deleted port aa36a965-873f-4bd4-9d69-73fc6001a02b 2026-02-25 14:08:42,410 - INFO - Deleting VN ctest-vn-09311762 2026-02-25 14:08:42,502 - DEBUG - Response for deleting network () 2026-02-25 14:08:42,760 - DEBUG - No XMPP flaps were noticed during the test 2026-02-25 14:08:42,760 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-02-25 14:08:42,760 - INFO - -------------------------------------------------------------------------------- 2026-02-25 14:08:42,763 - INFO - ================================================================================ 2026-02-25 14:08:42,763 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-02-25 14:08:42,763 - 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-02-25 14:08:43,051 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.20.0.17': '0'}} with 2026-02-25 14:08:43,051 - INFO - Initial checks done. Running the testcase now 2026-02-25 14:08:43,051 - INFO - 2026-02-25 14:08:43,215 - DEBUG - Response for create_network : {'network': {'id': '9e2b6cee-6abb-42dd-bfa4-0a24f5161deb', 'name': 'ctest-vn1-25595040', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'project_id': '222543d36e1c4027be0ff8e8fa227be6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-42457163', 'ctest-vn1-25595040'], 'port_security_enabled': True, 'description': ''}} 2026-02-25 14:08:43,366 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e7acc170-4f67-4346-9bbf-726a205d970e', 'name': '', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'network_id': '9e2b6cee-6abb-42dd-bfa4-0a24f5161deb', 'ip_version': 4, 'cidr': '136.90.166.128/26', 'allocation_pools': [{'start': '136.90.166.130', 'end': '136.90.166.190'}], 'gateway_ip': '136.90.166.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '136.90.166.130', 'tags': [], 'project_id': '222543d36e1c4027be0ff8e8fa227be6'}} 2026-02-25 14:08:43,523 - DEBUG - Response for create_subnet : {'subnet': {'id': '3b14a7e3-8ee3-45b1-9a24-518e42ecea96', 'name': '', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'network_id': '9e2b6cee-6abb-42dd-bfa4-0a24f5161deb', 'ip_version': 4, 'cidr': '76.28.162.128/26', 'allocation_pools': [{'start': '76.28.162.130', 'end': '76.28.162.190'}], 'gateway_ip': '76.28.162.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '76.28.162.130', 'tags': [], 'project_id': '222543d36e1c4027be0ff8e8fa227be6'}} 2026-02-25 14:08:43,543 - INFO - Created VN ctest-vn1-25595040 2026-02-25 14:08:43,595 - DEBUG - VN ctest-vn1-25595040 UUID is 9e2b6cee-6abb-42dd-bfa4-0a24f5161deb 2026-02-25 14:08:43,870 - DEBUG - Response for create_port : {'port': {'name': '7f70ecea-e2b8-423c-a1f2-ae0e666924bd', 'id': '7f70ecea-e2b8-423c-a1f2-ae0e666924bd', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'network_id': '9e2b6cee-6abb-42dd-bfa4-0a24f5161deb', 'mac_address': '02:7f:70:ec:ea:e2', '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': '136.90.166.133', 'subnet_id': 'e7acc170-4f67-4346-9bbf-726a205d970e'}], 'security_groups': ['bf2554bc-308e-46fc-b4e5-a7a7d17f9813'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '222543d36e1c4027be0ff8e8fa227be6'}} 2026-02-25 14:08:44,024 - DEBUG - Response for create_port : {'port': {'name': '02630a52-0a07-4042-b396-f744554df59d', 'id': '02630a52-0a07-4042-b396-f744554df59d', 'tenant_id': '222543d36e1c4027be0ff8e8fa227be6', 'network_id': '9e2b6cee-6abb-42dd-bfa4-0a24f5161deb', 'mac_address': '02:02:63:0a:52:0a', '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': '76.28.162.133', 'subnet_id': '3b14a7e3-8ee3-45b1-9a24-518e42ecea96'}], 'security_groups': ['bf2554bc-308e-46fc-b4e5-a7a7d17f9813'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '222543d36e1c4027be0ff8e8fa227be6'}} 2026-02-25 14:08:44,078 - DEBUG - Services list from nova: [, , ] 2026-02-25 14:08:44,388 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5396-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5396-1) 2026-02-25 14:08:44,765 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5396-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5396-1) 2026-02-25 14:08:44,765 - INFO - Waiting for VM ctest-vn1-vm1-80269522 to be up.. 2026-02-25 14:08:44,801 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-02-25 14:08:49,867 - DEBUG - VM is in ACTIVE state now 2026-02-25 14:08:49,867 - INFO - VM name : ctest-vn1-vm1-80269522 2026-02-25 14:08:49,932 - DEBUG - VM ctest-vn1-vm1-80269522 ID is 693b6080-79df-4091-8458-f482e00e10d4 2026-02-25 14:08:49,951 - DEBUG - VM ctest-vn1-vm1-80269522 launched on Node cn-jenkins-deploy-platform-ansible-os-5396-1 2026-02-25 14:08:50,185 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/693b6080-79df-4091-8458-f482e00e10d4 2026-02-25 14:08:50,193 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/7f70ecea-e2b8-423c-a1f2-ae0e666924bd 2026-02-25 14:08:53,439 - 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 1019ms') 2026-02-25 14:08:53,439 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-80269522 failed! 2026-02-25 14:08:53,495 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-42457163:ctest-vn1-25595040 is 136.90.166.129 and allocation pool is NOT set 2026-02-25 14:08:53,495 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-42457163:ctest-vn1-25595040 is 76.28.162.129 and allocation pool is NOT set 2026-02-25 14:08:55,559 - 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=7.17 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.93 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.925/5.049/7.174/2.124 ms') 2026-02-25 14:08:55,559 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-80269522 passed 2026-02-25 14:08:55,711 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 14:08:55,711 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-80269522, IP 136.90.166.133, Port 22 2026-02-25 14:08:55,867 - DEBUG - VM ctest-vn1-vm1-80269522 is ready for SSH connections 2026-02-25 14:08:55,867 - INFO - Waiting for VM ctest-vn1-vm2-98899603 to be up.. 2026-02-25 14:08:55,937 - DEBUG - VM is in ACTIVE state now 2026-02-25 14:08:55,937 - INFO - VM name : ctest-vn1-vm2-98899603 2026-02-25 14:08:56,003 - DEBUG - VM ctest-vn1-vm2-98899603 ID is 7ddf8c6a-ddfe-454a-8388-0765edd235a9 2026-02-25 14:08:56,004 - DEBUG - VM ctest-vn1-vm2-98899603 launched on Node cn-jenkins-deploy-platform-ansible-os-5396-1 2026-02-25 14:08:56,069 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/7ddf8c6a-ddfe-454a-8388-0765edd235a9 2026-02-25 14:08:56,076 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/02630a52-0a07-4042-b396-f744554df59d 2026-02-25 14:08:57,306 - 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.64 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.538 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.538/1.589/2.641/1.051 ms') 2026-02-25 14:08:57,306 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-98899603 passed 2026-02-25 14:08:57,459 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 14:08:57,459 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-98899603, IP 76.28.162.133, Port 22 2026-02-25 14:08:57,614 - DEBUG - VM ctest-vn1-vm2-98899603 is ready for SSH connections 2026-02-25 14:08:57,614 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 14:08:57,615 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 14:08:57,615 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 14:08:57,615 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 136.90.166.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.129, gateway password: c0ntrail123 2026-02-25 14:08:57,615 - DEBUG - ping -s 56 -c 3 -W 1 136.90.166.133 2026-02-25 14:09:00,254 - DEBUG - PING 136.90.166.133 (136.90.166.133): 56 data bytes 64 bytes from 136.90.166.133: seq=0 ttl=63 time=3.961 ms 64 bytes from 136.90.166.133: seq=1 ttl=63 time=0.914 ms 64 bytes from 136.90.166.133: seq=2 ttl=63 time=0.830 ms --- 136.90.166.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.830/1.901/3.961 ms 2026-02-25 14:09:00,254 - INFO - Ping to IP 136.90.166.133 from VM ctest-vn1-vm2-98899603 passed 2026-02-25 14:09:00,254 - INFO - Detaching port 02630a52-0a07-4042-b396-f744554df59d from VM ctest-vn1-vm2-98899603 2026-02-25 14:09:00,301 - INFO - Deleting VM ctest-vn1-vm2-98899603 2026-02-25 14:09:00,368 - INFO - Detaching port 7f70ecea-e2b8-423c-a1f2-ae0e666924bd from VM ctest-vn1-vm1-80269522 2026-02-25 14:09:00,404 - INFO - Deleting VM ctest-vn1-vm1-80269522 2026-02-25 14:09:00,650 - DEBUG - Response for delete_port : () 2026-02-25 14:09:00,799 - DEBUG - Response for delete_port : () 2026-02-25 14:09:00,799 - INFO - Deleting VN ctest-vn1-25595040 2026-02-25 14:09:00,918 - DEBUG - Response for deleting network () 2026-02-25 14:09:01,175 - DEBUG - No XMPP flaps were noticed during the test 2026-02-25 14:09:01,175 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19] 2026-02-25 14:09:01,175 - INFO - -------------------------------------------------------------------------------- 2026-02-25 14:09:01,880 - INFO - Deleted project: ctest-TestPorts-42457163, ID : 222543d3-6e1c-4027-be0f-f8e8fa227be6