2026-08-21 13:49:38,414 - INFO - Domain Default found not creating 2026-08-21 13:49:38,605 - INFO - Project ctest-TestPorts-78158089 not found, creating it 2026-08-21 13:49:39,122 - INFO - Created Project:ctest-TestPorts-78158089, ID : 9bcd0c91-0c5f-4f88-a02c-662df21be1a0 2026-08-21 13:49:40,854 - INFO - ================================================================================ 2026-08-21 13:49:40,854 - INFO - STARTING TEST : test_ports_bindings 2026-08-21 13:49:40,854 - 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-21 13:49:41,116 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with 2026-08-21 13:49:41,116 - INFO - Initial checks done. Running the testcase now 2026-08-21 13:49:41,116 - INFO - 2026-08-21 13:49:41,771 - DEBUG - Response for create_network : {'network': {'id': 'b034b6be-3fa3-4300-a7d2-a2f39f8ce0b9', 'name': 'ctest-vn-87085136', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-78158089', 'ctest-vn-87085136'], 'port_security_enabled': True, 'description': ''}} 2026-08-21 13:49:41,965 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd73fb9c7-9e9d-4ae9-b6b2-fe7b4b3ab444', 'name': '', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'network_id': 'b034b6be-3fa3-4300-a7d2-a2f39f8ce0b9', 'ip_version': 4, 'cidr': '101.46.11.128/26', 'allocation_pools': [{'start': '101.46.11.130', 'end': '101.46.11.190'}], 'gateway_ip': '101.46.11.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '101.46.11.130', 'tags': [], 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0'}} 2026-08-21 13:49:41,983 - INFO - Created VN ctest-vn-87085136 2026-08-21 13:49:42,036 - DEBUG - VN ctest-vn-87085136 UUID is b034b6be-3fa3-4300-a7d2-a2f39f8ce0b9 2026-08-21 13:49:42,146 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-78158089', 'ctest-vmi-75937152']} 2026-08-21 13:49:42,441 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-75937152', 'id': '545914a8-9a1f-49c7-a2b6-d2c37bad3897', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'network_id': 'b034b6be-3fa3-4300-a7d2-a2f39f8ce0b9', 'mac_address': '02:54:59:14:a8:9a', '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': '101.46.11.131', 'subnet_id': 'd73fb9c7-9e9d-4ae9-b6b2-fe7b4b3ab444'}], 'security_groups': ['03a03c1b-774f-44cf-af2d-67e423edbdf0'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0'}} 2026-08-21 13:49:42,441 - DEBUG - Created port 545914a8-9a1f-49c7-a2b6-d2c37bad3897 2026-08-21 13:49:42,560 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/545914a8-9a1f-49c7-a2b6-d2c37bad3897 2026-08-21 13:49:42,969 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/545914a8-9a1f-49c7-a2b6-d2c37bad3897 2026-08-21 13:49:43,004 - INFO - VMI 545914a8-9a1f-49c7-a2b6-d2c37bad3897 verification in API Server passed 2026-08-21 13:49:43,111 - DEBUG - Response for delete_port : () 2026-08-21 13:49:43,111 - INFO - Deleted port 545914a8-9a1f-49c7-a2b6-d2c37bad3897 2026-08-21 13:49:43,111 - INFO - Deleting VN ctest-vn-87085136 2026-08-21 13:49:43,247 - DEBUG - Response for deleting network () 2026-08-21 13:49:43,517 - DEBUG - No XMPP flaps were noticed during the test 2026-08-21 13:49:43,517 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03] 2026-08-21 13:49:43,517 - INFO - -------------------------------------------------------------------------------- 2026-08-21 13:49:43,520 - INFO - ================================================================================ 2026-08-21 13:49:43,520 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-08-21 13:49:43,520 - 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-21 13:49:43,821 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with 2026-08-21 13:49:43,821 - INFO - Initial checks done. Running the testcase now 2026-08-21 13:49:43,821 - INFO - 2026-08-21 13:49:44,029 - DEBUG - Response for create_network : {'network': {'id': '3182a4c1-dafa-42c3-978a-384f913e8ee5', 'name': 'ctest-vn1-93429236', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-78158089', 'ctest-vn1-93429236'], 'port_security_enabled': True, 'description': ''}} 2026-08-21 13:49:44,262 - DEBUG - Response for create_subnet : {'subnet': {'id': '0f532f64-2922-482a-9404-973d598de266', 'name': '', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'network_id': '3182a4c1-dafa-42c3-978a-384f913e8ee5', 'ip_version': 4, 'cidr': '58.255.147.128/26', 'allocation_pools': [{'start': '58.255.147.130', 'end': '58.255.147.190'}], 'gateway_ip': '58.255.147.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '58.255.147.130', 'tags': [], 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0'}} 2026-08-21 13:49:44,469 - DEBUG - Response for create_subnet : {'subnet': {'id': '22bb7fe2-ddea-4f9f-a857-885bfe35010d', 'name': '', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'network_id': '3182a4c1-dafa-42c3-978a-384f913e8ee5', 'ip_version': 4, 'cidr': '163.36.97.192/26', 'allocation_pools': [{'start': '163.36.97.194', 'end': '163.36.97.254'}], 'gateway_ip': '163.36.97.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '163.36.97.194', 'tags': [], 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0'}} 2026-08-21 13:49:44,491 - INFO - Created VN ctest-vn1-93429236 2026-08-21 13:49:44,548 - DEBUG - VN ctest-vn1-93429236 UUID is 3182a4c1-dafa-42c3-978a-384f913e8ee5 2026-08-21 13:49:44,888 - DEBUG - Response for create_port : {'port': {'name': '858a666a-b793-4cfc-a371-722c3b4068e7', 'id': '858a666a-b793-4cfc-a371-722c3b4068e7', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'network_id': '3182a4c1-dafa-42c3-978a-384f913e8ee5', 'mac_address': '02:85:8a:66:6a:b7', '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': '58.255.147.133', 'subnet_id': '0f532f64-2922-482a-9404-973d598de266'}], 'security_groups': ['03a03c1b-774f-44cf-af2d-67e423edbdf0'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0'}} 2026-08-21 13:49:45,108 - DEBUG - Response for create_port : {'port': {'name': '36105f07-d824-453c-8a6a-c5d54079e62d', 'id': '36105f07-d824-453c-8a6a-c5d54079e62d', 'tenant_id': '9bcd0c910c5f4f88a02c662df21be1a0', 'network_id': '3182a4c1-dafa-42c3-978a-384f913e8ee5', 'mac_address': '02:36:10:5f:07:d8', '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': '163.36.97.197', 'subnet_id': '22bb7fe2-ddea-4f9f-a857-885bfe35010d'}], 'security_groups': ['03a03c1b-774f-44cf-af2d-67e423edbdf0'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9bcd0c910c5f4f88a02c662df21be1a0'}} 2026-08-21 13:49:45,169 - DEBUG - Services list from nova: [, , ] 2026-08-21 13:49:45,526 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6203-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6203-1) 2026-08-21 13:49:45,965 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6203-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6203-1) 2026-08-21 13:49:45,965 - INFO - Waiting for VM ctest-vn1-vm1-68301169 to be up.. 2026-08-21 13:49:46,010 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:49:51,070 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:49:56,162 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:01,251 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:06,347 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:11,438 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:16,528 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:21,618 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:26,722 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-21 13:50:31,805 - DEBUG - VM is in ACTIVE state now 2026-08-21 13:50:31,805 - INFO - VM name : ctest-vn1-vm1-68301169 2026-08-21 13:50:31,905 - DEBUG - VM ctest-vn1-vm1-68301169 ID is 679f2fb2-9056-4f33-b91d-e2163b972811 2026-08-21 13:50:31,929 - DEBUG - VM ctest-vn1-vm1-68301169 launched on Node cn-jenkins-deploy-platform-ansible-os-6203-1 2026-08-21 13:50:32,012 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/679f2fb2-9056-4f33-b91d-e2163b972811 2026-08-21 13:50:32,022 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/858a666a-b793-4cfc-a371-722c3b4068e7 2026-08-21 13:50:35,292 - 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 1028ms') 2026-08-21 13:50:35,292 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-68301169 failed! 2026-08-21 13:50:35,348 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-78158089:ctest-vn1-93429236 is 58.255.147.129 and allocation pool is NOT set 2026-08-21 13:50:35,348 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-78158089:ctest-vn1-93429236 is 163.36.97.193 and allocation pool is NOT set 2026-08-21 13:50:37,409 - 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=6.72 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.498 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.498/3.609/6.721/3.111 ms') 2026-08-21 13:50:37,410 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-68301169 passed 2026-08-21 13:50:37,564 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-21 13:50:37,564 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-68301169, IP 58.255.147.133, Port 22 2026-08-21 13:50:37,733 - DEBUG - VM ctest-vn1-vm1-68301169 is ready for SSH connections 2026-08-21 13:50:37,734 - INFO - Waiting for VM ctest-vn1-vm2-41753240 to be up.. 2026-08-21 13:50:37,814 - DEBUG - VM is in ACTIVE state now 2026-08-21 13:50:37,815 - INFO - VM name : ctest-vn1-vm2-41753240 2026-08-21 13:50:37,896 - DEBUG - VM ctest-vn1-vm2-41753240 ID is 668ff407-2547-4ebe-a41a-39dfafb6736e 2026-08-21 13:50:37,896 - DEBUG - VM ctest-vn1-vm2-41753240 launched on Node cn-jenkins-deploy-platform-ansible-os-6203-1 2026-08-21 13:50:37,971 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/668ff407-2547-4ebe-a41a-39dfafb6736e 2026-08-21 13:50:37,980 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/36105f07-d824-453c-8a6a-c5d54079e62d 2026-08-21 13:50:39,223 - 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.83 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.434 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.434/2.133/3.833/1.699 ms') 2026-08-21 13:50:39,223 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-41753240 passed 2026-08-21 13:50:39,376 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-21 13:50:39,376 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-41753240, IP 163.36.97.197, Port 22 2026-08-21 13:50:39,546 - DEBUG - VM ctest-vn1-vm2-41753240 is ready for SSH connections 2026-08-21 13:50:39,546 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-21 13:50:39,546 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-21 13:50:39,546 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-21 13:50:39,546 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 58.255.147.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2026-08-21 13:50:39,546 - DEBUG - ping -s 56 -c 3 -W 1 58.255.147.133 2026-08-21 13:50:43,675 - DEBUG - PING 58.255.147.133 (58.255.147.133): 56 data bytes 64 bytes from 58.255.147.133: seq=0 ttl=63 time=4.186 ms 64 bytes from 58.255.147.133: seq=1 ttl=63 time=1.192 ms 64 bytes from 58.255.147.133: seq=2 ttl=63 time=0.999 ms --- 58.255.147.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.999/2.125/4.186 ms 2026-08-21 13:50:43,675 - INFO - Ping to IP 58.255.147.133 from VM ctest-vn1-vm2-41753240 passed 2026-08-21 13:50:43,676 - INFO - Detaching port 36105f07-d824-453c-8a6a-c5d54079e62d from VM ctest-vn1-vm2-41753240 2026-08-21 13:50:43,728 - INFO - Deleting VM ctest-vn1-vm2-41753240 2026-08-21 13:50:43,810 - INFO - Detaching port 858a666a-b793-4cfc-a371-722c3b4068e7 from VM ctest-vn1-vm1-68301169 2026-08-21 13:50:43,845 - INFO - Deleting VM ctest-vn1-vm1-68301169 2026-08-21 13:50:44,090 - DEBUG - Response for delete_port : () 2026-08-21 13:50:44,264 - DEBUG - Response for delete_port : () 2026-08-21 13:50:44,264 - INFO - Deleting VN ctest-vn1-93429236 2026-08-21 13:50:44,406 - DEBUG - Response for deleting network () 2026-08-21 13:50:44,689 - DEBUG - No XMPP flaps were noticed during the test 2026-08-21 13:50:44,690 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:01] 2026-08-21 13:50:44,690 - INFO - -------------------------------------------------------------------------------- 2026-08-21 13:50:45,495 - INFO - Deleted project: ctest-TestPorts-78158089, ID : 9bcd0c91-0c5f-4f88-a02c-662df21be1a0