2026-03-12 02:08:46,320 - INFO - Domain Default found not creating 2026-03-12 02:08:46,509 - INFO - Project ctest-TestPorts-65480250 not found, creating it 2026-03-12 02:08:47,066 - INFO - Created Project:ctest-TestPorts-65480250, ID : 0a6a5d01-298a-4b5a-8f89-5b1111ff92c5 2026-03-12 02:08:48,541 - INFO - ================================================================================ 2026-03-12 02:08:48,541 - INFO - STARTING TEST : test_ports_bindings 2026-03-12 02:08:48,541 - 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-03-12 02:08:48,800 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.14': '0'}} with 2026-03-12 02:08:48,800 - INFO - Initial checks done. Running the testcase now 2026-03-12 02:08:48,800 - INFO - 2026-03-12 02:08:49,352 - DEBUG - Response for create_network : {'network': {'id': '7e1fa02e-ae41-4547-8d45-a73b7d1bda13', 'name': 'ctest-vn-90068720', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65480250', 'ctest-vn-90068720'], 'port_security_enabled': True, 'description': ''}} 2026-03-12 02:08:49,517 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fc5bde74-a49f-441a-ba31-45ac4be15ce3', 'name': '', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'network_id': '7e1fa02e-ae41-4547-8d45-a73b7d1bda13', 'ip_version': 4, 'cidr': '121.182.138.0/26', 'allocation_pools': [{'start': '121.182.138.2', 'end': '121.182.138.62'}], 'gateway_ip': '121.182.138.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '121.182.138.2', 'tags': [], 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5'}} 2026-03-12 02:08:49,536 - INFO - Created VN ctest-vn-90068720 2026-03-12 02:08:49,591 - DEBUG - VN ctest-vn-90068720 UUID is 7e1fa02e-ae41-4547-8d45-a73b7d1bda13 2026-03-12 02:08:49,702 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-65480250', 'ctest-vmi-78146866']} 2026-03-12 02:08:49,944 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-78146866', 'id': 'de7f3484-574e-48be-9a1c-a9f26c9e218c', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'network_id': '7e1fa02e-ae41-4547-8d45-a73b7d1bda13', 'mac_address': '02:de:7f:34:84:57', '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': '121.182.138.3', 'subnet_id': 'fc5bde74-a49f-441a-ba31-45ac4be15ce3'}], 'security_groups': ['58cc7b8d-d72b-4661-adc4-eeb10f95e60d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5'}} 2026-03-12 02:08:49,944 - DEBUG - Created port de7f3484-574e-48be-9a1c-a9f26c9e218c 2026-03-12 02:08:50,047 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/de7f3484-574e-48be-9a1c-a9f26c9e218c 2026-03-12 02:08:50,343 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/de7f3484-574e-48be-9a1c-a9f26c9e218c 2026-03-12 02:08:50,380 - INFO - VMI de7f3484-574e-48be-9a1c-a9f26c9e218c verification in API Server passed 2026-03-12 02:08:50,462 - DEBUG - Response for delete_port : () 2026-03-12 02:08:50,462 - INFO - Deleted port de7f3484-574e-48be-9a1c-a9f26c9e218c 2026-03-12 02:08:50,462 - INFO - Deleting VN ctest-vn-90068720 2026-03-12 02:08:50,565 - DEBUG - Response for deleting network () 2026-03-12 02:08:50,820 - DEBUG - No XMPP flaps were noticed during the test 2026-03-12 02:08:50,820 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-03-12 02:08:50,820 - INFO - -------------------------------------------------------------------------------- 2026-03-12 02:08:50,822 - INFO - ================================================================================ 2026-03-12 02:08:50,822 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-03-12 02:08:50,822 - 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-03-12 02:08:51,117 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.14': '0'}} with 2026-03-12 02:08:51,117 - INFO - Initial checks done. Running the testcase now 2026-03-12 02:08:51,117 - INFO - 2026-03-12 02:08:51,291 - DEBUG - Response for create_network : {'network': {'id': 'b4deecf9-c7f3-406f-b218-578022ce4bd1', 'name': 'ctest-vn1-71950569', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65480250', 'ctest-vn1-71950569'], 'port_security_enabled': True, 'description': ''}} 2026-03-12 02:08:51,454 - DEBUG - Response for create_subnet : {'subnet': {'id': 'eb6ad896-97d7-41c2-bfa9-368bf71a820d', 'name': '', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'network_id': 'b4deecf9-c7f3-406f-b218-578022ce4bd1', 'ip_version': 4, 'cidr': '18.92.60.128/26', 'allocation_pools': [{'start': '18.92.60.130', 'end': '18.92.60.190'}], 'gateway_ip': '18.92.60.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '18.92.60.130', 'tags': [], 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5'}} 2026-03-12 02:08:51,614 - DEBUG - Response for create_subnet : {'subnet': {'id': '5f181553-b4c3-4a74-9640-d1bae63e40ab', 'name': '', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'network_id': 'b4deecf9-c7f3-406f-b218-578022ce4bd1', 'ip_version': 4, 'cidr': '61.99.69.0/26', 'allocation_pools': [{'start': '61.99.69.2', 'end': '61.99.69.62'}], 'gateway_ip': '61.99.69.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '61.99.69.2', 'tags': [], 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5'}} 2026-03-12 02:08:51,637 - INFO - Created VN ctest-vn1-71950569 2026-03-12 02:08:51,695 - DEBUG - VN ctest-vn1-71950569 UUID is b4deecf9-c7f3-406f-b218-578022ce4bd1 2026-03-12 02:08:51,997 - DEBUG - Response for create_port : {'port': {'name': '2a634e71-a111-4406-a587-2690fcc6a64a', 'id': '2a634e71-a111-4406-a587-2690fcc6a64a', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'network_id': 'b4deecf9-c7f3-406f-b218-578022ce4bd1', 'mac_address': '02:2a:63:4e:71:a1', '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': '18.92.60.133', 'subnet_id': 'eb6ad896-97d7-41c2-bfa9-368bf71a820d'}], 'security_groups': ['58cc7b8d-d72b-4661-adc4-eeb10f95e60d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5'}} 2026-03-12 02:08:52,179 - DEBUG - Response for create_port : {'port': {'name': 'ca18cac4-4d82-423c-87c8-c5e0c27948bf', 'id': 'ca18cac4-4d82-423c-87c8-c5e0c27948bf', 'tenant_id': '0a6a5d01298a4b5a8f895b1111ff92c5', 'network_id': 'b4deecf9-c7f3-406f-b218-578022ce4bd1', 'mac_address': '02:ca:18:ca:c4:4d', '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': '61.99.69.5', 'subnet_id': '5f181553-b4c3-4a74-9640-d1bae63e40ab'}], 'security_groups': ['58cc7b8d-d72b-4661-adc4-eeb10f95e60d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0a6a5d01298a4b5a8f895b1111ff92c5'}} 2026-03-12 02:08:52,236 - DEBUG - Services list from nova: [, , ] 2026-03-12 02:08:52,579 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5459-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5459-1) 2026-03-12 02:08:53,031 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5459-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5459-1) 2026-03-12 02:08:53,031 - INFO - Waiting for VM ctest-vn1-vm1-76336534 to be up.. 2026-03-12 02:08:53,083 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-03-12 02:08:58,160 - DEBUG - VM is in ACTIVE state now 2026-03-12 02:08:58,160 - INFO - VM name : ctest-vn1-vm1-76336534 2026-03-12 02:08:58,232 - DEBUG - VM ctest-vn1-vm1-76336534 ID is ce1de6f6-372d-48e0-a1fe-2f26c57add62 2026-03-12 02:08:58,250 - DEBUG - VM ctest-vn1-vm1-76336534 launched on Node cn-jenkins-deploy-platform-ansible-os-5459-1 2026-03-12 02:08:58,320 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine/ce1de6f6-372d-48e0-a1fe-2f26c57add62 2026-03-12 02:08:58,329 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/2a634e71-a111-4406-a587-2690fcc6a64a 2026-03-12 02:09:01,589 - 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 1018ms') 2026-03-12 02:09:01,589 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-76336534 failed! 2026-03-12 02:09:01,643 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65480250:ctest-vn1-71950569 is 18.92.60.129 and allocation pool is NOT set 2026-03-12 02:09:01,643 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65480250:ctest-vn1-71950569 is 61.99.69.1 and allocation pool is NOT set 2026-03-12 02:09:03,703 - 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.53 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=3.32 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 = 3.319/3.424/3.529/0.105 ms') 2026-03-12 02:09:03,703 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-76336534 passed 2026-03-12 02:09:03,875 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:03,875 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-76336534, IP 18.92.60.133, Port 22 2026-03-12 02:09:03,941 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-03-12 02:09:04,054 - DEBUG - VM ctest-vn1-vm1-76336534 is NOT ready for SSH connections, VM status: ACTIVE 2026-03-12 02:09:09,055 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:09,055 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-76336534, IP 18.92.60.133, Port 22 2026-03-12 02:09:09,210 - DEBUG - VM ctest-vn1-vm1-76336534 is ready for SSH connections 2026-03-12 02:09:09,210 - INFO - Waiting for VM ctest-vn1-vm2-98749490 to be up.. 2026-03-12 02:09:09,286 - DEBUG - VM is in ACTIVE state now 2026-03-12 02:09:09,286 - INFO - VM name : ctest-vn1-vm2-98749490 2026-03-12 02:09:09,364 - DEBUG - VM ctest-vn1-vm2-98749490 ID is a4356191-fc56-4165-98cb-470fb6abd91c 2026-03-12 02:09:09,364 - DEBUG - VM ctest-vn1-vm2-98749490 launched on Node cn-jenkins-deploy-platform-ansible-os-5459-1 2026-03-12 02:09:09,441 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine/a4356191-fc56-4165-98cb-470fb6abd91c 2026-03-12 02:09:09,449 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/ca18cac4-4d82-423c-87c8-c5e0c27948bf 2026-03-12 02:09:10,675 - 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.84 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.343 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.343/1.591/2.840/1.248 ms') 2026-03-12 02:09:10,675 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-98749490 passed 2026-03-12 02:09:10,827 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:10,827 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-98749490, IP 61.99.69.5, Port 22 2026-03-12 02:09:10,983 - DEBUG - VM ctest-vn1-vm2-98749490 is ready for SSH connections 2026-03-12 02:09:10,983 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:10,983 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:10,983 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:10,983 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 18.92.60.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.130, gateway password: c0ntrail123 2026-03-12 02:09:10,983 - DEBUG - ping -s 56 -c 3 -W 1 18.92.60.133 2026-03-12 02:09:13,704 - DEBUG - PING 18.92.60.133 (18.92.60.133): 56 data bytes 64 bytes from 18.92.60.133: seq=0 ttl=63 time=3.800 ms 64 bytes from 18.92.60.133: seq=1 ttl=63 time=0.844 ms 64 bytes from 18.92.60.133: seq=2 ttl=63 time=0.748 ms --- 18.92.60.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.748/1.797/3.800 ms 2026-03-12 02:09:13,704 - INFO - Ping to IP 18.92.60.133 from VM ctest-vn1-vm2-98749490 passed 2026-03-12 02:09:13,705 - INFO - Detaching port ca18cac4-4d82-423c-87c8-c5e0c27948bf from VM ctest-vn1-vm2-98749490 2026-03-12 02:09:13,753 - INFO - Deleting VM ctest-vn1-vm2-98749490 2026-03-12 02:09:13,828 - INFO - Detaching port 2a634e71-a111-4406-a587-2690fcc6a64a from VM ctest-vn1-vm1-76336534 2026-03-12 02:09:13,873 - INFO - Deleting VM ctest-vn1-vm1-76336534 2026-03-12 02:09:14,114 - DEBUG - Response for delete_port : () 2026-03-12 02:09:14,279 - DEBUG - Response for delete_port : () 2026-03-12 02:09:14,279 - INFO - Deleting VN ctest-vn1-71950569 2026-03-12 02:09:14,433 - DEBUG - Response for deleting network () 2026-03-12 02:09:14,700 - DEBUG - No XMPP flaps were noticed during the test 2026-03-12 02:09:14,700 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24] 2026-03-12 02:09:14,700 - INFO - -------------------------------------------------------------------------------- 2026-03-12 02:09:15,404 - INFO - Deleted project: ctest-TestPorts-65480250, ID : 0a6a5d01-298a-4b5a-8f89-5b1111ff92c5