2026-07-10 20:10:08,615 - INFO - Domain Default found not creating 2026-07-10 20:10:08,739 - INFO - Project ctest-TestPorts-15842548 not found, creating it 2026-07-10 20:10:09,185 - INFO - Created Project:ctest-TestPorts-15842548, ID : fb25e8f0-d692-481e-adad-97beed14ed88 2026-07-10 20:10:10,598 - INFO - ================================================================================ 2026-07-10 20:10:10,598 - INFO - STARTING TEST : test_ports_bindings 2026-07-10 20:10:10,598 - 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-07-10 20:10:10,859 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with 2026-07-10 20:10:10,859 - INFO - Initial checks done. Running the testcase now 2026-07-10 20:10:10,859 - INFO - 2026-07-10 20:10:11,431 - DEBUG - Response for create_network : {'network': {'id': '35ced6d8-2969-4f9f-91ca-d98695d8aac0', 'name': 'ctest-vn-89550902', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'project_id': 'fb25e8f0d692481eadad97beed14ed88', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-15842548', 'ctest-vn-89550902'], 'port_security_enabled': True, 'description': ''}} 2026-07-10 20:10:11,637 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e51a742c-be74-430d-a9b8-b68611e58704', 'name': '', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'network_id': '35ced6d8-2969-4f9f-91ca-d98695d8aac0', 'ip_version': 4, 'cidr': '201.37.158.0/26', 'allocation_pools': [{'start': '201.37.158.2', 'end': '201.37.158.62'}], 'gateway_ip': '201.37.158.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '201.37.158.2', 'tags': [], 'project_id': 'fb25e8f0d692481eadad97beed14ed88'}} 2026-07-10 20:10:11,651 - INFO - Created VN ctest-vn-89550902 2026-07-10 20:10:11,703 - DEBUG - VN ctest-vn-89550902 UUID is 35ced6d8-2969-4f9f-91ca-d98695d8aac0 2026-07-10 20:10:11,800 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-15842548', 'ctest-vmi-79628042']} 2026-07-10 20:10:12,092 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-79628042', 'id': 'f03fc8fd-e6c2-4cb1-b4ec-5249a3087e0c', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'network_id': '35ced6d8-2969-4f9f-91ca-d98695d8aac0', 'mac_address': '02:f0:3f:c8:fd:e6', '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': '201.37.158.3', 'subnet_id': 'e51a742c-be74-430d-a9b8-b68611e58704'}], 'security_groups': ['3dd28122-1db5-4c52-9160-a3bd57842bf5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'fb25e8f0d692481eadad97beed14ed88'}} 2026-07-10 20:10:12,092 - DEBUG - Created port f03fc8fd-e6c2-4cb1-b4ec-5249a3087e0c 2026-07-10 20:10:12,195 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f03fc8fd-e6c2-4cb1-b4ec-5249a3087e0c 2026-07-10 20:10:12,509 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f03fc8fd-e6c2-4cb1-b4ec-5249a3087e0c 2026-07-10 20:10:12,540 - INFO - VMI f03fc8fd-e6c2-4cb1-b4ec-5249a3087e0c verification in API Server passed 2026-07-10 20:10:12,623 - DEBUG - Response for delete_port : () 2026-07-10 20:10:12,623 - INFO - Deleted port f03fc8fd-e6c2-4cb1-b4ec-5249a3087e0c 2026-07-10 20:10:12,623 - INFO - Deleting VN ctest-vn-89550902 2026-07-10 20:10:12,721 - DEBUG - Response for deleting network () 2026-07-10 20:10:12,979 - DEBUG - No XMPP flaps were noticed during the test
2026-07-10 20:10:12,980 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-07-10 20:10:12,980 - INFO - -------------------------------------------------------------------------------- 2026-07-10 20:10:12,982 - INFO - ================================================================================ 2026-07-10 20:10:12,982 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-07-10 20:10:12,982 - 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-07-10 20:10:13,267 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with 2026-07-10 20:10:13,267 - INFO - Initial checks done. Running the testcase now 2026-07-10 20:10:13,267 - INFO - 2026-07-10 20:10:13,431 - DEBUG - Response for create_network : {'network': {'id': 'b87364b6-9bdc-480e-a197-9651c7d56ef1', 'name': 'ctest-vn1-96278832', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'project_id': 'fb25e8f0d692481eadad97beed14ed88', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-15842548', 'ctest-vn1-96278832'], 'port_security_enabled': True, 'description': ''}} 2026-07-10 20:10:13,627 - DEBUG - Response for create_subnet : {'subnet': {'id': '322765c2-fe74-4058-bcc4-61ee01475461', 'name': '', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'network_id': 'b87364b6-9bdc-480e-a197-9651c7d56ef1', 'ip_version': 4, 'cidr': '133.115.24.128/26', 'allocation_pools': [{'start': '133.115.24.130', 'end': '133.115.24.190'}], 'gateway_ip': '133.115.24.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '133.115.24.130', 'tags': [], 'project_id': 'fb25e8f0d692481eadad97beed14ed88'}} 2026-07-10 20:10:13,776 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd58fb1f9-0f1b-4ccb-a769-6cdd14f8f175', 'name': '', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'network_id': 'b87364b6-9bdc-480e-a197-9651c7d56ef1', 'ip_version': 4, 'cidr': '109.213.214.64/26', 'allocation_pools': [{'start': '109.213.214.66', 'end': '109.213.214.126'}], 'gateway_ip': '109.213.214.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '109.213.214.66', 'tags': [], 'project_id': 'fb25e8f0d692481eadad97beed14ed88'}} 2026-07-10 20:10:13,793 - INFO - Created VN ctest-vn1-96278832 2026-07-10 20:10:13,847 - DEBUG - VN ctest-vn1-96278832 UUID is b87364b6-9bdc-480e-a197-9651c7d56ef1 2026-07-10 20:10:14,111 - DEBUG - Response for create_port : {'port': {'name': 'c2eabf9b-2a3e-4e31-82ef-ab2dfcd35458', 'id': 'c2eabf9b-2a3e-4e31-82ef-ab2dfcd35458', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'network_id': 'b87364b6-9bdc-480e-a197-9651c7d56ef1', 'mac_address': '02:c2:ea:bf:9b:2a', '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': '133.115.24.133', 'subnet_id': '322765c2-fe74-4058-bcc4-61ee01475461'}], 'security_groups': ['3dd28122-1db5-4c52-9160-a3bd57842bf5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'fb25e8f0d692481eadad97beed14ed88'}} 2026-07-10 20:10:14,271 - DEBUG - Response for create_port : {'port': {'name': '7cbd0948-39ae-4dda-a270-c0f33186336f', 'id': '7cbd0948-39ae-4dda-a270-c0f33186336f', 'tenant_id': 'fb25e8f0d692481eadad97beed14ed88', 'network_id': 'b87364b6-9bdc-480e-a197-9651c7d56ef1', 'mac_address': '02:7c:bd:09:48:39', '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': '109.213.214.69', 'subnet_id': 'd58fb1f9-0f1b-4ccb-a769-6cdd14f8f175'}], 'security_groups': ['3dd28122-1db5-4c52-9160-a3bd57842bf5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'fb25e8f0d692481eadad97beed14ed88'}} 2026-07-10 20:10:14,323 - DEBUG - Services list from nova: [, , ] 2026-07-10 20:10:14,617 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6093-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6093-1) 2026-07-10 20:10:14,950 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6093-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6093-1) 2026-07-10 20:10:14,950 - INFO - Waiting for VM ctest-vn1-vm1-69975262 to be up.. 2026-07-10 20:10:14,983 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-10 20:10:20,028 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-10 20:10:25,097 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-10 20:10:30,166 - DEBUG - VM is in ACTIVE state now 2026-07-10 20:10:30,166 - INFO - VM name : ctest-vn1-vm1-69975262 2026-07-10 20:10:30,237 - DEBUG - VM ctest-vn1-vm1-69975262 ID is cbc8090e-691a-4cca-ab59-79bb4734a520 2026-07-10 20:10:30,254 - DEBUG - VM ctest-vn1-vm1-69975262 launched on Node cn-jenkins-deploy-platform-ansible-os-6093-1 2026-07-10 20:10:30,319 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/cbc8090e-691a-4cca-ab59-79bb4734a520 2026-07-10 20:10:30,327 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c2eabf9b-2a3e-4e31-82ef-ab2dfcd35458 2026-07-10 20:10:33,583 - 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 1024ms') 2026-07-10 20:10:33,583 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-69975262 failed! 2026-07-10 20:10:33,639 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-15842548:ctest-vn1-96278832 is 133.115.24.129 and allocation pool is NOT set 2026-07-10 20:10:33,639 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-15842548:ctest-vn1-96278832 is 109.213.214.65 and allocation pool is NOT set 2026-07-10 20:10:35,701 - 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=3.45 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.393 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.393/1.919/3.445/1.526 ms') 2026-07-10 20:10:35,701 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-69975262 passed 2026-07-10 20:10:35,851 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-10 20:10:35,851 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-69975262, IP 133.115.24.133, Port 22 2026-07-10 20:10:36,010 - DEBUG - VM ctest-vn1-vm1-69975262 is ready for SSH connections 2026-07-10 20:10:36,011 - INFO - Waiting for VM ctest-vn1-vm2-15553293 to be up.. 2026-07-10 20:10:36,073 - DEBUG - VM is in ACTIVE state now 2026-07-10 20:10:36,073 - INFO - VM name : ctest-vn1-vm2-15553293 2026-07-10 20:10:36,135 - DEBUG - VM ctest-vn1-vm2-15553293 ID is c443ca3c-3813-4226-ac7f-93b6348e93c5 2026-07-10 20:10:36,135 - DEBUG - VM ctest-vn1-vm2-15553293 launched on Node cn-jenkins-deploy-platform-ansible-os-6093-1 2026-07-10 20:10:36,194 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/c443ca3c-3813-4226-ac7f-93b6348e93c5 2026-07-10 20:10:36,201 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/7cbd0948-39ae-4dda-a270-c0f33186336f 2026-07-10 20:10:37,431 - 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=2.90 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.381 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.381/1.640/2.900/1.259 ms') 2026-07-10 20:10:37,431 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-15553293 passed 2026-07-10 20:10:37,579 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-10 20:10:37,579 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-15553293, IP 109.213.214.69, Port 22 2026-07-10 20:10:37,738 - DEBUG - VM ctest-vn1-vm2-15553293 is ready for SSH connections 2026-07-10 20:10:37,738 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-10 20:10:37,738 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-10 20:10:37,738 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-10 20:10:37,739 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 133.115.24.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123 2026-07-10 20:10:37,739 - DEBUG - ping -s 56 -c 3 -W 1 133.115.24.133 2026-07-10 20:10:41,360 - DEBUG - PING 133.115.24.133 (133.115.24.133): 56 data bytes 64 bytes from 133.115.24.133: seq=0 ttl=63 time=3.511 ms 64 bytes from 133.115.24.133: seq=1 ttl=63 time=0.923 ms 64 bytes from 133.115.24.133: seq=2 ttl=63 time=0.758 ms --- 133.115.24.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.758/1.730/3.511 ms 2026-07-10 20:10:41,360 - INFO - Ping to IP 133.115.24.133 from VM ctest-vn1-vm2-15553293 passed 2026-07-10 20:10:41,360 - INFO - Detaching port 7cbd0948-39ae-4dda-a270-c0f33186336f from VM ctest-vn1-vm2-15553293 2026-07-10 20:10:41,408 - INFO - Deleting VM ctest-vn1-vm2-15553293 2026-07-10 20:10:41,467 - INFO - Detaching port c2eabf9b-2a3e-4e31-82ef-ab2dfcd35458 from VM ctest-vn1-vm1-69975262 2026-07-10 20:10:41,496 - INFO - Deleting VM ctest-vn1-vm1-69975262 2026-07-10 20:10:41,681 - DEBUG - Response for delete_port : () 2026-07-10 20:10:41,813 - DEBUG - Response for delete_port : () 2026-07-10 20:10:41,813 - INFO - Deleting VN ctest-vn1-96278832 2026-07-10 20:10:41,906 - DEBUG - Response for deleting network () 2026-07-10 20:10:42,173 - DEBUG - No XMPP flaps were noticed during the test
2026-07-10 20:10:42,173 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:30]
2026-07-10 20:10:42,173 - INFO - -------------------------------------------------------------------------------- 2026-07-10 20:10:42,839 - INFO - Deleted project: ctest-TestPorts-15842548, ID : fb25e8f0-d692-481e-adad-97beed14ed88