2026-06-04 06:33:12,804 - INFO - Domain Default found not creating 2026-06-04 06:33:13,008 - INFO - Project ctest-TestPorts-81203968 not found, creating it 2026-06-04 06:33:13,594 - INFO - Created Project:ctest-TestPorts-81203968, ID : d312619e-a302-4dd0-a903-5e86c6d080bd 2026-06-04 06:33:15,307 - INFO - ================================================================================ 2026-06-04 06:33:15,307 - INFO - STARTING TEST : test_ports_bindings 2026-06-04 06:33:15,307 - 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-06-04 06:33:16,623 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.14': '0', '10.20.0.17': '0'}, '10.0.0.22': {'10.20.0.14': '0', '10.20.0.17': '0'}} with 2026-06-04 06:33:16,624 - INFO - Initial checks done. Running the testcase now 2026-06-04 06:33:16,624 - INFO - 2026-06-04 06:33:17,493 - DEBUG - Response for create_network : {'network': {'id': 'e1c87132-bce4-4f7a-962a-43772a1dd6bd', 'name': 'ctest-vn-04243237', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'project_id': 'd312619ea3024dd0a9035e86c6d080bd', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-81203968', 'ctest-vn-04243237'], 'port_security_enabled': True, 'description': ''}} 2026-06-04 06:33:17,864 - DEBUG - Response for create_subnet : {'subnet': {'id': '36b9f5f3-9fc5-4fb1-b466-20ca96b20d75', 'name': '', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'network_id': 'e1c87132-bce4-4f7a-962a-43772a1dd6bd', 'ip_version': 4, 'cidr': '153.179.177.64/26', 'allocation_pools': [{'start': '153.179.177.66', 'end': '153.179.177.126'}], 'gateway_ip': '153.179.177.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '153.179.177.66', 'tags': [], 'project_id': 'd312619ea3024dd0a9035e86c6d080bd'}} 2026-06-04 06:33:17,899 - INFO - Created VN ctest-vn-04243237 2026-06-04 06:33:17,914 - DEBUG - VN ctest-vn-04243237 UUID is e1c87132-bce4-4f7a-962a-43772a1dd6bd 2026-06-04 06:33:18,004 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-81203968', 'ctest-vmi-69458274']} 2026-06-04 06:33:18,407 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-69458274', 'id': 'c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'network_id': 'e1c87132-bce4-4f7a-962a-43772a1dd6bd', 'mac_address': '02:c5:cf:91:d3:e4', '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': '153.179.177.67', 'subnet_id': '36b9f5f3-9fc5-4fb1-b466-20ca96b20d75'}], 'security_groups': ['c6e9590b-987e-47a4-ad60-22236d7e5333'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd312619ea3024dd0a9035e86c6d080bd'}} 2026-06-04 06:33:18,407 - DEBUG - Created port c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e 2026-06-04 06:33:18,485 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e 2026-06-04 06:33:18,785 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e 2026-06-04 06:33:18,823 - INFO - VMI c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e verification in API Server passed 2026-06-04 06:33:19,042 - DEBUG - Response for delete_port : () 2026-06-04 06:33:19,042 - INFO - Deleted port c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e 2026-06-04 06:33:19,042 - INFO - Deleting VN ctest-vn-04243237 2026-06-04 06:33:19,254 - DEBUG - Response for deleting network () 2026-06-04 06:33:20,559 - DEBUG - No XMPP flaps were noticed during the test 2026-06-04 06:33:20,559 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05] 2026-06-04 06:33:20,559 - INFO - -------------------------------------------------------------------------------- 2026-06-04 06:33:20,562 - INFO - ================================================================================ 2026-06-04 06:33:20,562 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-04 06:33:20,562 - 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-06-04 06:33:21,882 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.14': '0', '10.20.0.17': '0'}, '10.0.0.22': {'10.20.0.14': '0', '10.20.0.17': '0'}} with 2026-06-04 06:33:21,882 - INFO - Initial checks done. Running the testcase now 2026-06-04 06:33:21,882 - INFO - 2026-06-04 06:33:22,271 - DEBUG - Response for create_network : {'network': {'id': 'c618bb7b-c4e0-4108-be28-041a9ba8d867', 'name': 'ctest-vn1-35764583', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'project_id': 'd312619ea3024dd0a9035e86c6d080bd', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-81203968', 'ctest-vn1-35764583'], 'port_security_enabled': True, 'description': ''}} 2026-06-04 06:33:22,577 - DEBUG - Response for create_subnet : {'subnet': {'id': '4f4b1fdd-aab6-4dc5-ace9-86cc75b5ad16', 'name': '', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'network_id': 'c618bb7b-c4e0-4108-be28-041a9ba8d867', 'ip_version': 4, 'cidr': '126.12.168.0/26', 'allocation_pools': [{'start': '126.12.168.2', 'end': '126.12.168.62'}], 'gateway_ip': '126.12.168.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '126.12.168.2', 'tags': [], 'project_id': 'd312619ea3024dd0a9035e86c6d080bd'}} 2026-06-04 06:33:22,914 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c1172fc0-5ed0-4098-aa0f-654f86885aa0', 'name': '', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'network_id': 'c618bb7b-c4e0-4108-be28-041a9ba8d867', 'ip_version': 4, 'cidr': '180.114.245.0/26', 'allocation_pools': [{'start': '180.114.245.2', 'end': '180.114.245.62'}], 'gateway_ip': '180.114.245.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '180.114.245.2', 'tags': [], 'project_id': 'd312619ea3024dd0a9035e86c6d080bd'}} 2026-06-04 06:33:22,949 - INFO - Created VN ctest-vn1-35764583 2026-06-04 06:33:22,966 - DEBUG - VN ctest-vn1-35764583 UUID is c618bb7b-c4e0-4108-be28-041a9ba8d867 2026-06-04 06:33:23,558 - DEBUG - Response for create_port : {'port': {'name': '9eb48069-2232-4daf-97cb-68f33253a087', 'id': '9eb48069-2232-4daf-97cb-68f33253a087', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'network_id': 'c618bb7b-c4e0-4108-be28-041a9ba8d867', 'mac_address': '02:9e:b4:80:69:22', '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': '126.12.168.5', 'subnet_id': '4f4b1fdd-aab6-4dc5-ace9-86cc75b5ad16'}], 'security_groups': ['c6e9590b-987e-47a4-ad60-22236d7e5333'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd312619ea3024dd0a9035e86c6d080bd'}} 2026-06-04 06:33:23,972 - DEBUG - Response for create_port : {'port': {'name': '3f9be1a9-2cd4-46aa-b42e-0b452ba6d203', 'id': '3f9be1a9-2cd4-46aa-b42e-0b452ba6d203', 'tenant_id': 'd312619ea3024dd0a9035e86c6d080bd', 'network_id': 'c618bb7b-c4e0-4108-be28-041a9ba8d867', 'mac_address': '02:3f:9b:e1:a9:2c', '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': '180.114.245.5', 'subnet_id': 'c1172fc0-5ed0-4098-aa0f-654f86885aa0'}], 'security_groups': ['c6e9590b-987e-47a4-ad60-22236d7e5333'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd312619ea3024dd0a9035e86c6d080bd'}} 2026-06-04 06:33:24,048 - DEBUG - Services list from nova: [, , , ] 2026-06-04 06:33:24,588 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5888-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5888-2) 2026-06-04 06:33:25,335 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5888-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5888-1) 2026-06-04 06:33:25,336 - INFO - Waiting for VM ctest-vn1-vm1-15704688 to be up.. 2026-06-04 06:33:25,416 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-04 06:33:30,523 - DEBUG - VM is in ACTIVE state now 2026-06-04 06:33:30,523 - INFO - VM name : ctest-vn1-vm1-15704688 2026-06-04 06:33:30,618 - DEBUG - VM ctest-vn1-vm1-15704688 ID is fa59939c-16a0-4fc9-9726-e1b873a80fc9 2026-06-04 06:33:30,645 - DEBUG - VM ctest-vn1-vm1-15704688 launched on Node an-jenkins-deploy-platform-ansible-os-5888-2 2026-06-04 06:33:30,740 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/fa59939c-16a0-4fc9-9726-e1b873a80fc9 2026-06-04 06:33:31,039 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/fa59939c-16a0-4fc9-9726-e1b873a80fc9 2026-06-04 06:33:31,086 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/9eb48069-2232-4daf-97cb-68f33253a087 2026-06-04 06:33:34,269 - 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 1017ms') 2026-06-04 06:33:34,269 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-15704688 failed! 2026-06-04 06:33:34,287 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-81203968:ctest-vn1-35764583 is 126.12.168.1 and allocation pool is NOT set 2026-06-04 06:33:34,287 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-81203968:ctest-vn1-35764583 is 180.114.245.1 and allocation pool is NOT set 2026-06-04 06:33:38,365 - 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=2 ttl=63 time=4.56 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1016ms\r\nrtt min/avg/max/mdev = 4.558/4.558/4.558/0.000 ms') 2026-06-04 06:33:38,365 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-15704688 passed 2026-06-04 06:33:38,445 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 06:33:38,445 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-15704688, IP 126.12.168.5, Port 22 2026-06-04 06:33:38,616 - DEBUG - VM ctest-vn1-vm1-15704688 is ready for SSH connections 2026-06-04 06:33:38,617 - INFO - Waiting for VM ctest-vn1-vm2-95167263 to be up.. 2026-06-04 06:33:38,736 - DEBUG - VM is in ACTIVE state now 2026-06-04 06:33:38,736 - INFO - VM name : ctest-vn1-vm2-95167263 2026-06-04 06:33:38,854 - DEBUG - VM ctest-vn1-vm2-95167263 ID is 749fe765-3523-4b83-9cf2-4640413bd9dd 2026-06-04 06:33:38,854 - DEBUG - VM ctest-vn1-vm2-95167263 launched on Node an-jenkins-deploy-platform-ansible-os-5888-1 2026-06-04 06:33:38,956 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/749fe765-3523-4b83-9cf2-4640413bd9dd 2026-06-04 06:33:38,972 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/3f9be1a9-2cd4-46aa-b42e-0b452ba6d203 2026-06-04 06:33:40,160 - 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.59 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.556 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.556/2.071/3.586/1.515 ms') 2026-06-04 06:33:40,161 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-95167263 passed 2026-06-04 06:33:40,241 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 06:33:40,241 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-95167263, IP 180.114.245.5, Port 22 2026-06-04 06:33:40,402 - DEBUG - VM ctest-vn1-vm2-95167263 is ready for SSH connections 2026-06-04 06:33:40,402 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 06:33:40,402 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 06:33:40,402 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 06:33:40,403 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 126.12.168.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.249, gateway password: c0ntrail123 2026-06-04 06:33:40,403 - DEBUG - ping -s 56 -c 3 -W 1 126.12.168.5 2026-06-04 06:33:43,484 - DEBUG - PING 126.12.168.5 (126.12.168.5): 56 data bytes 64 bytes from 126.12.168.5: seq=0 ttl=63 time=5.261 ms 64 bytes from 126.12.168.5: seq=1 ttl=63 time=1.542 ms 64 bytes from 126.12.168.5: seq=2 ttl=63 time=1.270 ms --- 126.12.168.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.270/2.691/5.261 ms 2026-06-04 06:33:43,485 - INFO - Ping to IP 126.12.168.5 from VM ctest-vn1-vm2-95167263 passed 2026-06-04 06:33:43,485 - INFO - Detaching port 3f9be1a9-2cd4-46aa-b42e-0b452ba6d203 from VM ctest-vn1-vm2-95167263 2026-06-04 06:33:43,545 - INFO - Deleting VM ctest-vn1-vm2-95167263 2026-06-04 06:33:43,624 - INFO - Detaching port 9eb48069-2232-4daf-97cb-68f33253a087 from VM ctest-vn1-vm1-15704688 2026-06-04 06:33:43,658 - INFO - Deleting VM ctest-vn1-vm1-15704688 2026-06-04 06:33:44,088 - DEBUG - Response for delete_port : () 2026-06-04 06:33:44,386 - DEBUG - Response for delete_port : () 2026-06-04 06:33:44,386 - INFO - Deleting VN ctest-vn1-35764583 2026-06-04 06:33:44,641 - DEBUG - Response for deleting network () 2026-06-04 06:33:45,934 - DEBUG - No XMPP flaps were noticed during the test 2026-06-04 06:33:45,934 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25] 2026-06-04 06:33:45,934 - INFO - -------------------------------------------------------------------------------- 2026-06-04 06:33:46,766 - INFO - Deleted project: ctest-TestPorts-81203968, ID : d312619e-a302-4dd0-a903-5e86c6d080bd