2026-05-19 15:39:39,457 - INFO - Domain Default found not creating 2026-05-19 15:39:39,617 - INFO - Project ctest-TestPorts-37712984 not found, creating it 2026-05-19 15:39:40,095 - INFO - Created Project:ctest-TestPorts-37712984, ID : 47f0522c-b458-4953-9419-51992bfc45c9 2026-05-19 15:39:41,529 - INFO - ================================================================================ 2026-05-19 15:39:41,529 - INFO - STARTING TEST : test_ports_bindings 2026-05-19 15:39:41,529 - 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-19 15:39:41,792 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.17': '0'}} with 2026-05-19 15:39:41,793 - INFO - Initial checks done. Running the testcase now 2026-05-19 15:39:41,793 - INFO - 2026-05-19 15:39:42,333 - DEBUG - Response for create_network : {'network': {'id': 'b95b3605-a53d-4421-9f2e-f98b2ced3552', 'name': 'ctest-vn-86676708', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'project_id': '47f0522cb4584953941951992bfc45c9', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-37712984', 'ctest-vn-86676708'], 'port_security_enabled': True, 'description': ''}} 2026-05-19 15:39:42,570 - DEBUG - Response for create_subnet : {'subnet': {'id': '84f66464-3bc1-40a2-922a-f2deba2115f2', 'name': '', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'network_id': 'b95b3605-a53d-4421-9f2e-f98b2ced3552', 'ip_version': 4, 'cidr': '209.221.50.192/26', 'allocation_pools': [{'start': '209.221.50.194', 'end': '209.221.50.254'}], 'gateway_ip': '209.221.50.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '209.221.50.194', 'tags': [], 'project_id': '47f0522cb4584953941951992bfc45c9'}} 2026-05-19 15:39:42,589 - INFO - Created VN ctest-vn-86676708 2026-05-19 15:39:42,640 - DEBUG - VN ctest-vn-86676708 UUID is b95b3605-a53d-4421-9f2e-f98b2ced3552 2026-05-19 15:39:42,758 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-37712984', 'ctest-vmi-32345319']} 2026-05-19 15:39:42,994 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-32345319', 'id': '8da46bca-cb58-4e55-bab4-09badab1f4f9', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'network_id': 'b95b3605-a53d-4421-9f2e-f98b2ced3552', 'mac_address': '02:8d:a4:6b:ca:cb', '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': '209.221.50.195', 'subnet_id': '84f66464-3bc1-40a2-922a-f2deba2115f2'}], 'security_groups': ['086847bc-4af6-4a08-a15d-b001601976bf'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '47f0522cb4584953941951992bfc45c9'}} 2026-05-19 15:39:42,994 - DEBUG - Created port 8da46bca-cb58-4e55-bab4-09badab1f4f9 2026-05-19 15:39:43,100 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/8da46bca-cb58-4e55-bab4-09badab1f4f9 2026-05-19 15:39:43,394 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/8da46bca-cb58-4e55-bab4-09badab1f4f9 2026-05-19 15:39:43,430 - INFO - VMI 8da46bca-cb58-4e55-bab4-09badab1f4f9 verification in API Server passed 2026-05-19 15:39:43,516 - DEBUG - Response for delete_port : () 2026-05-19 15:39:43,516 - INFO - Deleted port 8da46bca-cb58-4e55-bab4-09badab1f4f9 2026-05-19 15:39:43,516 - INFO - Deleting VN ctest-vn-86676708 2026-05-19 15:39:43,604 - DEBUG - Response for deleting network () 2026-05-19 15:39:43,856 - DEBUG - No XMPP flaps were noticed during the test 2026-05-19 15:39:43,857 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-05-19 15:39:43,857 - INFO - -------------------------------------------------------------------------------- 2026-05-19 15:39:43,859 - INFO - ================================================================================ 2026-05-19 15:39:43,859 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-19 15:39:43,859 - 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-19 15:39:44,152 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.17': '0'}} with 2026-05-19 15:39:44,152 - INFO - Initial checks done. Running the testcase now 2026-05-19 15:39:44,152 - INFO - 2026-05-19 15:39:44,319 - DEBUG - Response for create_network : {'network': {'id': 'd4064d9b-f8d8-44d8-9ee5-cd11fc0a271d', 'name': 'ctest-vn1-39341101', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'project_id': '47f0522cb4584953941951992bfc45c9', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-37712984', 'ctest-vn1-39341101'], 'port_security_enabled': True, 'description': ''}} 2026-05-19 15:39:44,472 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e87b067c-ecc2-427d-89a8-c2eef44b1ff5', 'name': '', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'network_id': 'd4064d9b-f8d8-44d8-9ee5-cd11fc0a271d', 'ip_version': 4, 'cidr': '165.114.246.192/26', 'allocation_pools': [{'start': '165.114.246.194', 'end': '165.114.246.254'}], 'gateway_ip': '165.114.246.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '165.114.246.194', 'tags': [], 'project_id': '47f0522cb4584953941951992bfc45c9'}} 2026-05-19 15:39:44,608 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd6881dd6-b84b-4400-93f2-6637ff66dd85', 'name': '', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'network_id': 'd4064d9b-f8d8-44d8-9ee5-cd11fc0a271d', 'ip_version': 4, 'cidr': '13.112.97.0/26', 'allocation_pools': [{'start': '13.112.97.2', 'end': '13.112.97.62'}], 'gateway_ip': '13.112.97.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '13.112.97.2', 'tags': [], 'project_id': '47f0522cb4584953941951992bfc45c9'}} 2026-05-19 15:39:44,625 - INFO - Created VN ctest-vn1-39341101 2026-05-19 15:39:44,676 - DEBUG - VN ctest-vn1-39341101 UUID is d4064d9b-f8d8-44d8-9ee5-cd11fc0a271d 2026-05-19 15:39:44,958 - DEBUG - Response for create_port : {'port': {'name': '1831e453-70fe-4df5-834a-7a2defdabbe4', 'id': '1831e453-70fe-4df5-834a-7a2defdabbe4', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'network_id': 'd4064d9b-f8d8-44d8-9ee5-cd11fc0a271d', 'mac_address': '02:18:31:e4:53:70', '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': '165.114.246.197', 'subnet_id': 'e87b067c-ecc2-427d-89a8-c2eef44b1ff5'}], 'security_groups': ['086847bc-4af6-4a08-a15d-b001601976bf'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '47f0522cb4584953941951992bfc45c9'}} 2026-05-19 15:39:45,132 - DEBUG - Response for create_port : {'port': {'name': '724cb1d7-3451-413f-b0ac-8a705a961a1a', 'id': '724cb1d7-3451-413f-b0ac-8a705a961a1a', 'tenant_id': '47f0522cb4584953941951992bfc45c9', 'network_id': 'd4064d9b-f8d8-44d8-9ee5-cd11fc0a271d', 'mac_address': '02:72:4c:b1:d7:34', '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': '13.112.97.5', 'subnet_id': 'd6881dd6-b84b-4400-93f2-6637ff66dd85'}], 'security_groups': ['086847bc-4af6-4a08-a15d-b001601976bf'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '47f0522cb4584953941951992bfc45c9'}} 2026-05-19 15:39:45,185 - DEBUG - Services list from nova: [, , ] 2026-05-19 15:39:45,520 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5797-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5797-1) 2026-05-19 15:39:45,912 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5797-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5797-1) 2026-05-19 15:39:45,912 - INFO - Waiting for VM ctest-vn1-vm1-37180363 to be up.. 2026-05-19 15:39:45,954 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-19 15:39:51,033 - DEBUG - VM is in ACTIVE state now 2026-05-19 15:39:51,033 - INFO - VM name : ctest-vn1-vm1-37180363 2026-05-19 15:39:51,109 - DEBUG - VM ctest-vn1-vm1-37180363 ID is ddaad8d8-cc2e-4b99-800a-b68faf7c6d68 2026-05-19 15:39:51,130 - DEBUG - VM ctest-vn1-vm1-37180363 launched on Node cn-jenkins-deploy-platform-ansible-os-5797-1 2026-05-19 15:39:51,347 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/ddaad8d8-cc2e-4b99-800a-b68faf7c6d68 2026-05-19 15:39:51,356 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/1831e453-70fe-4df5-834a-7a2defdabbe4 2026-05-19 15:39:54,595 - 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 1006ms') 2026-05-19 15:39:54,595 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-37180363 failed! 2026-05-19 15:39:54,648 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-37712984:ctest-vn1-39341101 is 165.114.246.193 and allocation pool is NOT set 2026-05-19 15:39:54,648 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-37712984:ctest-vn1-39341101 is 13.112.97.1 and allocation pool is NOT set 2026-05-19 15:39:56,711 - 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=8.99 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=2.54 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 = 2.541/5.766/8.991/3.225 ms') 2026-05-19 15:39:56,712 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-37180363 passed 2026-05-19 15:39:56,860 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-19 15:39:56,860 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37180363, IP 165.114.246.197, Port 22 2026-05-19 15:39:56,926 - DEBUG - Error on ssh to cirros@169.254.0.4:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.4/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.4/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.4/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-05-19 15:39:57,006 - DEBUG - VM ctest-vn1-vm1-37180363 is NOT ready for SSH connections, VM status: ACTIVE 2026-05-19 15:40:02,007 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-19 15:40:02,007 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37180363, IP 165.114.246.197, Port 22 2026-05-19 15:40:02,168 - DEBUG - VM ctest-vn1-vm1-37180363 is ready for SSH connections 2026-05-19 15:40:02,168 - INFO - Waiting for VM ctest-vn1-vm2-67839431 to be up.. 2026-05-19 15:40:02,249 - DEBUG - VM is in ACTIVE state now 2026-05-19 15:40:02,249 - INFO - VM name : ctest-vn1-vm2-67839431 2026-05-19 15:40:02,335 - DEBUG - VM ctest-vn1-vm2-67839431 ID is db6d35bf-9e2e-4027-bdb8-f5da7b19ca26 2026-05-19 15:40:02,335 - DEBUG - VM ctest-vn1-vm2-67839431 launched on Node cn-jenkins-deploy-platform-ansible-os-5797-1 2026-05-19 15:40:02,420 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/db6d35bf-9e2e-4027-bdb8-f5da7b19ca26 2026-05-19 15:40:02,429 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/724cb1d7-3451-413f-b0ac-8a705a961a1a 2026-05-19 15:40:03,661 - 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.12 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.515 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.515/1.815/3.116/1.300 ms') 2026-05-19 15:40:03,662 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-67839431 passed 2026-05-19 15:40:03,812 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-19 15:40:03,812 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-67839431, IP 13.112.97.5, Port 22 2026-05-19 15:40:03,967 - DEBUG - VM ctest-vn1-vm2-67839431 is ready for SSH connections 2026-05-19 15:40:03,968 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-19 15:40:03,968 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-19 15:40:03,968 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-19 15:40:03,968 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 165.114.246.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.249, gateway password: c0ntrail123 2026-05-19 15:40:03,968 - DEBUG - ping -s 56 -c 3 -W 1 165.114.246.197 2026-05-19 15:40:07,690 - DEBUG - PING 165.114.246.197 (165.114.246.197): 56 data bytes 64 bytes from 165.114.246.197: seq=0 ttl=63 time=3.102 ms 64 bytes from 165.114.246.197: seq=1 ttl=63 time=0.979 ms 64 bytes from 165.114.246.197: seq=2 ttl=63 time=0.878 ms --- 165.114.246.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.878/1.653/3.102 ms 2026-05-19 15:40:07,690 - INFO - Ping to IP 165.114.246.197 from VM ctest-vn1-vm2-67839431 passed 2026-05-19 15:40:07,691 - INFO - Detaching port 724cb1d7-3451-413f-b0ac-8a705a961a1a from VM ctest-vn1-vm2-67839431 2026-05-19 15:40:07,745 - INFO - Deleting VM ctest-vn1-vm2-67839431 2026-05-19 15:40:07,829 - INFO - Detaching port 1831e453-70fe-4df5-834a-7a2defdabbe4 from VM ctest-vn1-vm1-37180363 2026-05-19 15:40:07,860 - INFO - Deleting VM ctest-vn1-vm1-37180363 2026-05-19 15:40:08,142 - DEBUG - Response for delete_port : () 2026-05-19 15:40:08,291 - DEBUG - Response for delete_port : () 2026-05-19 15:40:08,291 - INFO - Deleting VN ctest-vn1-39341101 2026-05-19 15:40:08,402 - DEBUG - Response for deleting network () 2026-05-19 15:40:08,668 - DEBUG - No XMPP flaps were noticed during the test 2026-05-19 15:40:08,668 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25] 2026-05-19 15:40:08,668 - INFO - -------------------------------------------------------------------------------- 2026-05-19 15:40:09,353 - INFO - Deleted project: ctest-TestPorts-37712984, ID : 47f0522c-b458-4953-9419-51992bfc45c9