2026-05-11 02:18:33,685 - INFO - Domain Default found not creating 2026-05-11 02:18:33,976 - INFO - Project ctest-TestPorts-10422760 not found, creating it 2026-05-11 02:18:34,461 - INFO - Created Project:ctest-TestPorts-10422760, ID : 7aab5508-dedd-48e2-b325-1e97675cb5f1 2026-05-11 02:18:36,014 - INFO - ================================================================================ 2026-05-11 02:18:36,014 - INFO - STARTING TEST : test_ports_bindings 2026-05-11 02:18:36,014 - 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-11 02:18:36,286 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-05-11 02:18:36,286 - INFO - Initial checks done. Running the testcase now 2026-05-11 02:18:36,286 - INFO - 2026-05-11 02:18:36,861 - DEBUG - Response for create_network : {'network': {'id': '4c6a8a53-95e4-4bae-a224-9025d5917004', 'name': 'ctest-vn-44244798', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'project_id': '7aab5508dedd48e2b3251e97675cb5f1', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-10422760', 'ctest-vn-44244798'], 'port_security_enabled': True, 'description': ''}} 2026-05-11 02:18:37,029 - DEBUG - Response for create_subnet : {'subnet': {'id': 'de72a6fa-3e64-4307-a78f-cac76a3db7d1', 'name': '', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'network_id': '4c6a8a53-95e4-4bae-a224-9025d5917004', 'ip_version': 4, 'cidr': '169.90.13.192/26', 'allocation_pools': [{'start': '169.90.13.194', 'end': '169.90.13.254'}], 'gateway_ip': '169.90.13.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '169.90.13.194', 'tags': [], 'project_id': '7aab5508dedd48e2b3251e97675cb5f1'}} 2026-05-11 02:18:37,050 - INFO - Created VN ctest-vn-44244798 2026-05-11 02:18:37,104 - DEBUG - VN ctest-vn-44244798 UUID is 4c6a8a53-95e4-4bae-a224-9025d5917004 2026-05-11 02:18:37,212 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-10422760', 'ctest-vmi-33682880']} 2026-05-11 02:18:37,467 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-33682880', 'id': '2c89f0d8-2785-426e-8578-ae90a4a7df55', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'network_id': '4c6a8a53-95e4-4bae-a224-9025d5917004', 'mac_address': '02:2c:89:f0:d8:27', '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': '169.90.13.195', 'subnet_id': 'de72a6fa-3e64-4307-a78f-cac76a3db7d1'}], 'security_groups': ['5a6367d6-dab2-4e2a-8714-f28b741deff0'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7aab5508dedd48e2b3251e97675cb5f1'}} 2026-05-11 02:18:37,467 - DEBUG - Created port 2c89f0d8-2785-426e-8578-ae90a4a7df55 2026-05-11 02:18:37,576 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/2c89f0d8-2785-426e-8578-ae90a4a7df55 2026-05-11 02:18:37,876 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/2c89f0d8-2785-426e-8578-ae90a4a7df55 2026-05-11 02:18:37,914 - INFO - VMI 2c89f0d8-2785-426e-8578-ae90a4a7df55 verification in API Server passed 2026-05-11 02:18:38,013 - DEBUG - Response for delete_port : () 2026-05-11 02:18:38,013 - INFO - Deleted port 2c89f0d8-2785-426e-8578-ae90a4a7df55 2026-05-11 02:18:38,013 - INFO - Deleting VN ctest-vn-44244798 2026-05-11 02:18:38,132 - DEBUG - Response for deleting network () 2026-05-11 02:18:38,402 - DEBUG - No XMPP flaps were noticed during the test 2026-05-11 02:18:38,402 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-05-11 02:18:38,402 - INFO - -------------------------------------------------------------------------------- 2026-05-11 02:18:38,405 - INFO - ================================================================================ 2026-05-11 02:18:38,405 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-11 02:18:38,405 - 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-11 02:18:38,693 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-05-11 02:18:38,693 - INFO - Initial checks done. Running the testcase now 2026-05-11 02:18:38,693 - INFO - 2026-05-11 02:18:38,892 - DEBUG - Response for create_network : {'network': {'id': '3fd9a634-760c-419a-96ba-0ba9eb01c18e', 'name': 'ctest-vn1-73744573', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'project_id': '7aab5508dedd48e2b3251e97675cb5f1', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-10422760', 'ctest-vn1-73744573'], 'port_security_enabled': True, 'description': ''}} 2026-05-11 02:18:39,074 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ccfb429d-6866-40ff-b84f-5d13e62fe261', 'name': '', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'network_id': '3fd9a634-760c-419a-96ba-0ba9eb01c18e', 'ip_version': 4, 'cidr': '193.221.106.64/26', 'allocation_pools': [{'start': '193.221.106.66', 'end': '193.221.106.126'}], 'gateway_ip': '193.221.106.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '193.221.106.66', 'tags': [], 'project_id': '7aab5508dedd48e2b3251e97675cb5f1'}} 2026-05-11 02:18:39,247 - DEBUG - Response for create_subnet : {'subnet': {'id': '0fb4561b-268c-4d6a-8e20-34cff2aa1591', 'name': '', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'network_id': '3fd9a634-760c-419a-96ba-0ba9eb01c18e', 'ip_version': 4, 'cidr': '141.209.227.64/26', 'allocation_pools': [{'start': '141.209.227.66', 'end': '141.209.227.126'}], 'gateway_ip': '141.209.227.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '141.209.227.66', 'tags': [], 'project_id': '7aab5508dedd48e2b3251e97675cb5f1'}} 2026-05-11 02:18:39,273 - INFO - Created VN ctest-vn1-73744573 2026-05-11 02:18:39,328 - DEBUG - VN ctest-vn1-73744573 UUID is 3fd9a634-760c-419a-96ba-0ba9eb01c18e 2026-05-11 02:18:39,684 - DEBUG - Response for create_port : {'port': {'name': '97ba0965-7bb4-4f53-b26d-9ae831088af2', 'id': '97ba0965-7bb4-4f53-b26d-9ae831088af2', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'network_id': '3fd9a634-760c-419a-96ba-0ba9eb01c18e', 'mac_address': '02:97:ba:09:65:7b', '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': '193.221.106.69', 'subnet_id': 'ccfb429d-6866-40ff-b84f-5d13e62fe261'}], 'security_groups': ['5a6367d6-dab2-4e2a-8714-f28b741deff0'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7aab5508dedd48e2b3251e97675cb5f1'}} 2026-05-11 02:18:39,869 - DEBUG - Response for create_port : {'port': {'name': 'e43e4c32-78e7-4ea5-9c35-785ca544bb9e', 'id': 'e43e4c32-78e7-4ea5-9c35-785ca544bb9e', 'tenant_id': '7aab5508dedd48e2b3251e97675cb5f1', 'network_id': '3fd9a634-760c-419a-96ba-0ba9eb01c18e', 'mac_address': '02:e4:3e:4c:32:78', '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': '141.209.227.69', 'subnet_id': '0fb4561b-268c-4d6a-8e20-34cff2aa1591'}], 'security_groups': ['5a6367d6-dab2-4e2a-8714-f28b741deff0'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7aab5508dedd48e2b3251e97675cb5f1'}} 2026-05-11 02:18:39,944 - DEBUG - Services list from nova: [, , ] 2026-05-11 02:18:40,329 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5763-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5763-1) 2026-05-11 02:18:40,755 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5763-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5763-1) 2026-05-11 02:18:40,756 - INFO - Waiting for VM ctest-vn1-vm1-24243160 to be up.. 2026-05-11 02:18:40,796 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-11 02:18:45,880 - DEBUG - VM is in ACTIVE state now 2026-05-11 02:18:45,880 - INFO - VM name : ctest-vn1-vm1-24243160 2026-05-11 02:18:45,956 - DEBUG - VM ctest-vn1-vm1-24243160 ID is 024c311d-bf39-473d-a61b-575676e9df94 2026-05-11 02:18:45,977 - DEBUG - VM ctest-vn1-vm1-24243160 launched on Node cn-jenkins-deploy-platform-ansible-os-5763-1 2026-05-11 02:18:46,062 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/024c311d-bf39-473d-a61b-575676e9df94 2026-05-11 02:18:46,073 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/97ba0965-7bb4-4f53-b26d-9ae831088af2 2026-05-11 02:18:49,337 - 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 1020ms') 2026-05-11 02:18:49,337 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-24243160 failed! 2026-05-11 02:18:49,392 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-10422760:ctest-vn1-73744573 is 193.221.106.65 and allocation pool is NOT set 2026-05-11 02:18:49,392 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-10422760:ctest-vn1-73744573 is 141.209.227.65 and allocation pool is NOT set 2026-05-11 02:18:53,459 - 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 1003ms') 2026-05-11 02:18:53,460 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-24243160 failed! 2026-05-11 02:18:53,516 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-10422760:ctest-vn1-73744573 is 193.221.106.65 and allocation pool is NOT set 2026-05-11 02:18:53,516 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-10422760:ctest-vn1-73744573 is 141.209.227.65 and allocation pool is NOT set 2026-05-11 02:18:55,577 - 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=3.46 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.523 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.523/1.992/3.462/1.469 ms') 2026-05-11 02:18:55,577 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-24243160 passed 2026-05-11 02:18:55,732 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:18:55,732 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-24243160, IP 193.221.106.69, Port 22 2026-05-11 02:18:55,887 - DEBUG - VM ctest-vn1-vm1-24243160 is ready for SSH connections 2026-05-11 02:18:55,888 - INFO - Waiting for VM ctest-vn1-vm2-58349952 to be up.. 2026-05-11 02:18:55,966 - DEBUG - VM is in ACTIVE state now 2026-05-11 02:18:55,966 - INFO - VM name : ctest-vn1-vm2-58349952 2026-05-11 02:18:56,058 - DEBUG - VM ctest-vn1-vm2-58349952 ID is dc59f836-2599-465f-a26c-095b014a6ece 2026-05-11 02:18:56,058 - DEBUG - VM ctest-vn1-vm2-58349952 launched on Node cn-jenkins-deploy-platform-ansible-os-5763-1 2026-05-11 02:18:56,144 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/dc59f836-2599-465f-a26c-095b014a6ece 2026-05-11 02:18:56,153 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e43e4c32-78e7-4ea5-9c35-785ca544bb9e 2026-05-11 02:18:57,403 - 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.97 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.457 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.457/1.715/2.973/1.258 ms') 2026-05-11 02:18:57,403 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-58349952 passed 2026-05-11 02:18:57,556 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:18:57,556 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-58349952, IP 141.209.227.69, Port 22 2026-05-11 02:18:57,712 - DEBUG - VM ctest-vn1-vm2-58349952 is ready for SSH connections 2026-05-11 02:18:57,712 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:18:57,712 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:18:57,712 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:18:57,712 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 193.221.106.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123 2026-05-11 02:18:57,713 - DEBUG - ping -s 56 -c 3 -W 1 193.221.106.69 2026-05-11 02:19:00,372 - DEBUG - PING 193.221.106.69 (193.221.106.69): 56 data bytes 64 bytes from 193.221.106.69: seq=0 ttl=63 time=3.505 ms 64 bytes from 193.221.106.69: seq=1 ttl=63 time=1.063 ms 64 bytes from 193.221.106.69: seq=2 ttl=63 time=1.029 ms --- 193.221.106.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.029/1.865/3.505 ms 2026-05-11 02:19:00,372 - INFO - Ping to IP 193.221.106.69 from VM ctest-vn1-vm2-58349952 passed 2026-05-11 02:19:00,372 - INFO - Detaching port e43e4c32-78e7-4ea5-9c35-785ca544bb9e from VM ctest-vn1-vm2-58349952 2026-05-11 02:19:00,422 - INFO - Deleting VM ctest-vn1-vm2-58349952 2026-05-11 02:19:00,497 - INFO - Detaching port 97ba0965-7bb4-4f53-b26d-9ae831088af2 from VM ctest-vn1-vm1-24243160 2026-05-11 02:19:00,535 - INFO - Deleting VM ctest-vn1-vm1-24243160 2026-05-11 02:19:00,804 - DEBUG - Response for delete_port : () 2026-05-11 02:19:00,976 - DEBUG - Response for delete_port : () 2026-05-11 02:19:00,976 - INFO - Deleting VN ctest-vn1-73744573 2026-05-11 02:19:01,120 - DEBUG - Response for deleting network () 2026-05-11 02:19:01,389 - DEBUG - No XMPP flaps were noticed during the test 2026-05-11 02:19:01,389 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:23] 2026-05-11 02:19:01,389 - INFO - -------------------------------------------------------------------------------- 2026-05-11 02:19:02,156 - INFO - Deleted project: ctest-TestPorts-10422760, ID : 7aab5508-dedd-48e2-b325-1e97675cb5f1