2026-07-18 19:10:08,188 - INFO - Domain Default found not creating
2026-07-18 19:10:08,376 - INFO - Project ctest-TestPorts-36822262 not found, creating it
2026-07-18 19:10:08,869 - INFO - Created Project:ctest-TestPorts-36822262, ID : bdecf74b-bc3e-44af-b104-fdbaef8c160f
2026-07-18 19:10:10,673 - INFO - ================================================================================
2026-07-18 19:10:10,673 - INFO - STARTING TEST : test_ports_bindings
2026-07-18 19:10:10,673 - 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-18 19:10:10,943 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-07-18 19:10:10,943 - INFO - Initial checks done. Running the testcase now
2026-07-18 19:10:10,943 - INFO -
2026-07-18 19:10:11,624 - DEBUG - Response for create_network : {'network': {'id': 'e788bb12-43b6-4ddd-8606-13c11cd59563', 'name': 'ctest-vn-48833298', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-36822262', 'ctest-vn-48833298'], 'port_security_enabled': True, 'description': ''}}
2026-07-18 19:10:11,840 - DEBUG - Response for create_subnet : {'subnet': {'id': '94546e80-b8b0-414c-be4c-115a642dd697', 'name': '', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'network_id': 'e788bb12-43b6-4ddd-8606-13c11cd59563', 'ip_version': 4, 'cidr': '110.248.163.64/26', 'allocation_pools': [{'start': '110.248.163.66', 'end': '110.248.163.126'}], 'gateway_ip': '110.248.163.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '110.248.163.66', 'tags': [], 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f'}}
2026-07-18 19:10:11,859 - INFO - Created VN ctest-vn-48833298
2026-07-18 19:10:11,913 - DEBUG - VN ctest-vn-48833298 UUID is e788bb12-43b6-4ddd-8606-13c11cd59563
2026-07-18 19:10:12,026 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-36822262', 'ctest-vmi-80954143']}
2026-07-18 19:10:12,315 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-80954143', 'id': 'e38b2046-2056-4620-b0a5-721c77bc8719', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'network_id': 'e788bb12-43b6-4ddd-8606-13c11cd59563', 'mac_address': '02:e3:8b:20:46:20', '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': '110.248.163.67', 'subnet_id': '94546e80-b8b0-414c-be4c-115a642dd697'}], 'security_groups': ['d8ebcc6f-d7fb-4ba5-b3be-d5a12020b6ec'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f'}}
2026-07-18 19:10:12,315 - DEBUG - Created port e38b2046-2056-4620-b0a5-721c77bc8719
2026-07-18 19:10:12,429 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/e38b2046-2056-4620-b0a5-721c77bc8719
2026-07-18 19:10:12,806 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/e38b2046-2056-4620-b0a5-721c77bc8719
2026-07-18 19:10:12,853 - INFO - VMI e38b2046-2056-4620-b0a5-721c77bc8719 verification in API Server passed
2026-07-18 19:10:12,967 - DEBUG - Response for delete_port : ()
2026-07-18 19:10:12,967 - INFO - Deleted port e38b2046-2056-4620-b0a5-721c77bc8719
2026-07-18 19:10:12,967 - INFO - Deleting VN ctest-vn-48833298
2026-07-18 19:10:13,094 - DEBUG - Response for deleting network ()
2026-07-18 19:10:13,374 - DEBUG - No XMPP flaps were noticed during the test
2026-07-18 19:10:13,374 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-07-18 19:10:13,374 - INFO - --------------------------------------------------------------------------------
2026-07-18 19:10:13,377 - INFO - ================================================================================
2026-07-18 19:10:13,377 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-07-18 19:10:13,377 - 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-18 19:10:13,674 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-07-18 19:10:13,674 - INFO - Initial checks done. Running the testcase now
2026-07-18 19:10:13,674 - INFO -
2026-07-18 19:10:13,883 - DEBUG - Response for create_network : {'network': {'id': 'e9fae84e-92d2-4fc9-9bd7-bc258ea63d00', 'name': 'ctest-vn1-75401957', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-36822262', 'ctest-vn1-75401957'], 'port_security_enabled': True, 'description': ''}}
2026-07-18 19:10:14,087 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e148cba0-46f3-403f-ad61-fee85764280c', 'name': '', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'network_id': 'e9fae84e-92d2-4fc9-9bd7-bc258ea63d00', 'ip_version': 4, 'cidr': '25.185.211.128/26', 'allocation_pools': [{'start': '25.185.211.130', 'end': '25.185.211.190'}], 'gateway_ip': '25.185.211.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '25.185.211.130', 'tags': [], 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f'}}
2026-07-18 19:10:14,285 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b33ed3fe-dbee-4cfc-91b4-9b1fafd80e7b', 'name': '', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'network_id': 'e9fae84e-92d2-4fc9-9bd7-bc258ea63d00', 'ip_version': 4, 'cidr': '118.133.205.128/26', 'allocation_pools': [{'start': '118.133.205.130', 'end': '118.133.205.190'}], 'gateway_ip': '118.133.205.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '118.133.205.130', 'tags': [], 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f'}}
2026-07-18 19:10:14,304 - INFO - Created VN ctest-vn1-75401957
2026-07-18 19:10:14,357 - DEBUG - VN ctest-vn1-75401957 UUID is e9fae84e-92d2-4fc9-9bd7-bc258ea63d00
2026-07-18 19:10:14,701 - DEBUG - Response for create_port : {'port': {'name': 'fde1aa6e-52d6-40f8-a7e3-0e65a65f3463', 'id': 'fde1aa6e-52d6-40f8-a7e3-0e65a65f3463', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'network_id': 'e9fae84e-92d2-4fc9-9bd7-bc258ea63d00', 'mac_address': '02:fd:e1:aa:6e:52', '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': '25.185.211.133', 'subnet_id': 'e148cba0-46f3-403f-ad61-fee85764280c'}], 'security_groups': ['d8ebcc6f-d7fb-4ba5-b3be-d5a12020b6ec'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f'}}
2026-07-18 19:10:14,900 - DEBUG - Response for create_port : {'port': {'name': '2710e83c-2bc1-475e-8ca2-516d3b44c8bb', 'id': '2710e83c-2bc1-475e-8ca2-516d3b44c8bb', 'tenant_id': 'bdecf74bbc3e44afb104fdbaef8c160f', 'network_id': 'e9fae84e-92d2-4fc9-9bd7-bc258ea63d00', 'mac_address': '02:27:10:e8:3c:2b', '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': '118.133.205.133', 'subnet_id': 'b33ed3fe-dbee-4cfc-91b4-9b1fafd80e7b'}], 'security_groups': ['d8ebcc6f-d7fb-4ba5-b3be-d5a12020b6ec'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bdecf74bbc3e44afb104fdbaef8c160f'}}
2026-07-18 19:10:14,969 - DEBUG - Services list from nova: [, , ]
2026-07-18 19:10:15,362 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6108-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6108-1)
2026-07-18 19:10:15,817 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6108-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6108-1)
2026-07-18 19:10:15,817 - INFO - Waiting for VM ctest-vn1-vm1-84907966 to be up..
2026-07-18 19:10:15,869 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:20,928 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:26,012 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:31,117 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:36,204 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:41,292 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:46,383 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:51,468 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:10:56,581 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-18 19:11:01,677 - DEBUG - VM is in ACTIVE state now
2026-07-18 19:11:01,677 - INFO - VM name : ctest-vn1-vm1-84907966
2026-07-18 19:11:01,781 - DEBUG - VM ctest-vn1-vm1-84907966 ID is dfaf1a4a-fa22-4e8c-a215-f7dc7d1a82c8
2026-07-18 19:11:01,809 - DEBUG - VM ctest-vn1-vm1-84907966 launched on Node cn-jenkins-deploy-platform-ansible-os-6108-1
2026-07-18 19:11:01,916 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/dfaf1a4a-fa22-4e8c-a215-f7dc7d1a82c8
2026-07-18 19:11:01,931 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/fde1aa6e-52d6-40f8-a7e3-0e65a65f3463
2026-07-18 19:11:05,222 - 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 1029ms')
2026-07-18 19:11:05,222 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-84907966 failed!
2026-07-18 19:11:05,277 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-36822262:ctest-vn1-75401957 is 25.185.211.129 and allocation pool is NOT set
2026-07-18 19:11:05,277 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-36822262:ctest-vn1-75401957 is 118.133.205.129 and allocation pool is NOT set
2026-07-18 19:11:07,337 - 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=5.89 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.14 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 = 1.139/3.515/5.892/2.376 ms')
2026-07-18 19:11:07,337 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-84907966 passed
2026-07-18 19:11:07,493 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-18 19:11:07,493 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-84907966, IP 25.185.211.133, Port 22
2026-07-18 19:11:07,662 - DEBUG - VM ctest-vn1-vm1-84907966 is ready for SSH connections
2026-07-18 19:11:07,662 - INFO - Waiting for VM ctest-vn1-vm2-64440209 to be up..
2026-07-18 19:11:07,742 - DEBUG - VM is in ACTIVE state now
2026-07-18 19:11:07,742 - INFO - VM name : ctest-vn1-vm2-64440209
2026-07-18 19:11:07,819 - DEBUG - VM ctest-vn1-vm2-64440209 ID is da75b4da-5653-4fc2-b415-8e6a9a74b325
2026-07-18 19:11:07,819 - DEBUG - VM ctest-vn1-vm2-64440209 launched on Node cn-jenkins-deploy-platform-ansible-os-6108-1
2026-07-18 19:11:07,899 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/da75b4da-5653-4fc2-b415-8e6a9a74b325
2026-07-18 19:11:07,908 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/2710e83c-2bc1-475e-8ca2-516d3b44c8bb
2026-07-18 19:11:09,159 - 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=4.14 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.588 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.588/2.362/4.136/1.774 ms')
2026-07-18 19:11:09,159 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-64440209 passed
2026-07-18 19:11:09,309 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-18 19:11:09,309 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-64440209, IP 118.133.205.133, Port 22
2026-07-18 19:11:09,468 - DEBUG - VM ctest-vn1-vm2-64440209 is ready for SSH connections
2026-07-18 19:11:09,468 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-18 19:11:09,468 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-18 19:11:09,468 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-18 19:11:09,468 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 25.185.211.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-07-18 19:11:09,468 - DEBUG - ping -s 56 -c 3 -W 1 25.185.211.133
2026-07-18 19:11:13,547 - DEBUG - PING 25.185.211.133 (25.185.211.133): 56 data bytes
64 bytes from 25.185.211.133: seq=0 ttl=63 time=5.866 ms
64 bytes from 25.185.211.133: seq=1 ttl=63 time=1.166 ms
64 bytes from 25.185.211.133: seq=2 ttl=63 time=1.312 ms
--- 25.185.211.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.166/2.781/5.866 ms
2026-07-18 19:11:13,547 - INFO - Ping to IP 25.185.211.133 from VM ctest-vn1-vm2-64440209 passed
2026-07-18 19:11:13,548 - INFO - Detaching port 2710e83c-2bc1-475e-8ca2-516d3b44c8bb from VM ctest-vn1-vm2-64440209
2026-07-18 19:11:13,607 - INFO - Deleting VM ctest-vn1-vm2-64440209
2026-07-18 19:11:13,817 - INFO - Detaching port fde1aa6e-52d6-40f8-a7e3-0e65a65f3463 from VM ctest-vn1-vm1-84907966
2026-07-18 19:11:13,852 - INFO - Deleting VM ctest-vn1-vm1-84907966
2026-07-18 19:11:14,111 - DEBUG - Response for delete_port : ()
2026-07-18 19:11:14,297 - DEBUG - Response for delete_port : ()
2026-07-18 19:11:14,297 - INFO - Deleting VN ctest-vn1-75401957
2026-07-18 19:11:14,432 - DEBUG - Response for deleting network ()
2026-07-18 19:11:14,691 - DEBUG - No XMPP flaps were noticed during the test
2026-07-18 19:11:14,691 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:01]
2026-07-18 19:11:14,691 - INFO - --------------------------------------------------------------------------------
2026-07-18 19:11:15,502 - INFO - Deleted project: ctest-TestPorts-36822262, ID : bdecf74b-bc3e-44af-b104-fdbaef8c160f