2026-07-28 19:12:52,894 - INFO - Domain Default found not creating
2026-07-28 19:12:53,106 - INFO - Project ctest-TestPorts-27275123 not found, creating it
2026-07-28 19:12:53,633 - INFO - Created Project:ctest-TestPorts-27275123, ID : e41a0a70-e356-4d45-84fb-b956ba289bcb
2026-07-28 19:12:55,429 - INFO - ================================================================================
2026-07-28 19:12:55,429 - INFO - STARTING TEST : test_ports_bindings
2026-07-28 19:12:55,429 - 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-28 19:12:55,707 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-07-28 19:12:55,707 - INFO - Initial checks done. Running the testcase now
2026-07-28 19:12:55,707 - INFO -
2026-07-28 19:12:56,386 - DEBUG - Response for create_network : {'network': {'id': 'ece2c920-090a-4bc1-84b3-32b1f71d6412', 'name': 'ctest-vn-63074528', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-27275123', 'ctest-vn-63074528'], 'port_security_enabled': True, 'description': ''}}
2026-07-28 19:12:56,596 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ca9cadd2-2307-47ef-b77b-1d587310e6e5', 'name': '', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'network_id': 'ece2c920-090a-4bc1-84b3-32b1f71d6412', 'ip_version': 4, 'cidr': '131.101.208.192/26', 'allocation_pools': [{'start': '131.101.208.194', 'end': '131.101.208.254'}], 'gateway_ip': '131.101.208.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '131.101.208.194', 'tags': [], 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb'}}
2026-07-28 19:12:56,616 - INFO - Created VN ctest-vn-63074528
2026-07-28 19:12:56,669 - DEBUG - VN ctest-vn-63074528 UUID is ece2c920-090a-4bc1-84b3-32b1f71d6412
2026-07-28 19:12:56,798 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-27275123', 'ctest-vmi-78732902']}
2026-07-28 19:12:57,089 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-78732902', 'id': '7927ca4d-1d9c-478d-af8d-d5cf614e1d4e', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'network_id': 'ece2c920-090a-4bc1-84b3-32b1f71d6412', 'mac_address': '02:79:27:ca:4d:1d', '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': '131.101.208.195', 'subnet_id': 'ca9cadd2-2307-47ef-b77b-1d587310e6e5'}], 'security_groups': ['4203797e-fcd1-4619-867c-811310005561'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb'}}
2026-07-28 19:12:57,089 - DEBUG - Created port 7927ca4d-1d9c-478d-af8d-d5cf614e1d4e
2026-07-28 19:12:57,197 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/7927ca4d-1d9c-478d-af8d-d5cf614e1d4e
2026-07-28 19:12:57,571 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/7927ca4d-1d9c-478d-af8d-d5cf614e1d4e
2026-07-28 19:12:57,608 - INFO - VMI 7927ca4d-1d9c-478d-af8d-d5cf614e1d4e verification in API Server passed
2026-07-28 19:12:57,717 - DEBUG - Response for delete_port : ()
2026-07-28 19:12:57,718 - INFO - Deleted port 7927ca4d-1d9c-478d-af8d-d5cf614e1d4e
2026-07-28 19:12:57,718 - INFO - Deleting VN ctest-vn-63074528
2026-07-28 19:12:57,851 - DEBUG - Response for deleting network ()
2026-07-28 19:12:58,117 - DEBUG - No XMPP flaps were noticed during the test
2026-07-28 19:12:58,118 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-07-28 19:12:58,118 - INFO - --------------------------------------------------------------------------------
2026-07-28 19:12:58,121 - INFO - ================================================================================
2026-07-28 19:12:58,121 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-07-28 19:12:58,121 - 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-28 19:12:58,427 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-07-28 19:12:58,427 - INFO - Initial checks done. Running the testcase now
2026-07-28 19:12:58,427 - INFO -
2026-07-28 19:12:58,657 - DEBUG - Response for create_network : {'network': {'id': '3ae7c66b-fcc8-42ff-80a2-63ce04e156a0', 'name': 'ctest-vn1-81337760', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-27275123', 'ctest-vn1-81337760'], 'port_security_enabled': True, 'description': ''}}
2026-07-28 19:12:58,889 - DEBUG - Response for create_subnet : {'subnet': {'id': '91264705-dfd5-49a9-afab-fece33079bb9', 'name': '', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'network_id': '3ae7c66b-fcc8-42ff-80a2-63ce04e156a0', 'ip_version': 4, 'cidr': '205.14.78.192/26', 'allocation_pools': [{'start': '205.14.78.194', 'end': '205.14.78.254'}], 'gateway_ip': '205.14.78.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '205.14.78.194', 'tags': [], 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb'}}
2026-07-28 19:12:59,119 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f52c4781-4a4d-473c-9567-3cdf38523455', 'name': '', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'network_id': '3ae7c66b-fcc8-42ff-80a2-63ce04e156a0', 'ip_version': 4, 'cidr': '142.185.105.192/26', 'allocation_pools': [{'start': '142.185.105.194', 'end': '142.185.105.254'}], 'gateway_ip': '142.185.105.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '142.185.105.194', 'tags': [], 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb'}}
2026-07-28 19:12:59,142 - INFO - Created VN ctest-vn1-81337760
2026-07-28 19:12:59,197 - DEBUG - VN ctest-vn1-81337760 UUID is 3ae7c66b-fcc8-42ff-80a2-63ce04e156a0
2026-07-28 19:12:59,586 - DEBUG - Response for create_port : {'port': {'name': '10754feb-5931-46f0-9cc9-7d54d6200ca7', 'id': '10754feb-5931-46f0-9cc9-7d54d6200ca7', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'network_id': '3ae7c66b-fcc8-42ff-80a2-63ce04e156a0', 'mac_address': '02:10:75:4f:eb:59', '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': '205.14.78.197', 'subnet_id': '91264705-dfd5-49a9-afab-fece33079bb9'}], 'security_groups': ['4203797e-fcd1-4619-867c-811310005561'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb'}}
2026-07-28 19:12:59,844 - DEBUG - Response for create_port : {'port': {'name': '6edd8235-aaa4-4bc3-86d4-75dc5235b2c9', 'id': '6edd8235-aaa4-4bc3-86d4-75dc5235b2c9', 'tenant_id': 'e41a0a70e3564d4584fbb956ba289bcb', 'network_id': '3ae7c66b-fcc8-42ff-80a2-63ce04e156a0', 'mac_address': '02:6e:dd:82:35:aa', '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': '142.185.105.197', 'subnet_id': 'f52c4781-4a4d-473c-9567-3cdf38523455'}], 'security_groups': ['4203797e-fcd1-4619-867c-811310005561'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'e41a0a70e3564d4584fbb956ba289bcb'}}
2026-07-28 19:12:59,907 - DEBUG - Services list from nova: [, , ]
2026-07-28 19:13:00,325 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6117-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6117-1)
2026-07-28 19:13:00,856 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6117-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6117-1)
2026-07-28 19:13:00,856 - INFO - Waiting for VM ctest-vn1-vm1-21149308 to be up..
2026-07-28 19:13:00,909 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:05,972 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:11,058 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:16,145 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:21,239 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:26,320 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:31,409 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:36,535 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-28 19:13:41,632 - DEBUG - VM is in ACTIVE state now
2026-07-28 19:13:41,633 - INFO - VM name : ctest-vn1-vm1-21149308
2026-07-28 19:13:41,725 - DEBUG - VM ctest-vn1-vm1-21149308 ID is b45557f5-4ecc-4999-b89f-cfe8f7399e77
2026-07-28 19:13:41,746 - DEBUG - VM ctest-vn1-vm1-21149308 launched on Node cn-jenkins-deploy-platform-ansible-os-6117-1
2026-07-28 19:13:41,848 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/b45557f5-4ecc-4999-b89f-cfe8f7399e77
2026-07-28 19:13:41,861 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/10754feb-5931-46f0-9cc9-7d54d6200ca7
2026-07-28 19:13:45,173 - 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 1026ms')
2026-07-28 19:13:45,173 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-21149308 failed!
2026-07-28 19:13:45,229 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-27275123:ctest-vn1-81337760 is 205.14.78.193 and allocation pool is NOT set
2026-07-28 19:13:45,229 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-27275123:ctest-vn1-81337760 is 142.185.105.193 and allocation pool is NOT set
2026-07-28 19:13:47,293 - 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.93 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.635 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.635/2.283/3.932/1.648 ms')
2026-07-28 19:13:47,294 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-21149308 passed
2026-07-28 19:13:47,449 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-28 19:13:47,449 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-21149308, IP 205.14.78.197, Port 22
2026-07-28 19:13:47,622 - DEBUG - VM ctest-vn1-vm1-21149308 is ready for SSH connections
2026-07-28 19:13:47,623 - INFO - Waiting for VM ctest-vn1-vm2-89776647 to be up..
2026-07-28 19:13:47,730 - DEBUG - VM is in ACTIVE state now
2026-07-28 19:13:47,730 - INFO - VM name : ctest-vn1-vm2-89776647
2026-07-28 19:13:47,842 - DEBUG - VM ctest-vn1-vm2-89776647 ID is e03b350a-a049-4b30-a32f-d03c315b0561
2026-07-28 19:13:47,842 - DEBUG - VM ctest-vn1-vm2-89776647 launched on Node cn-jenkins-deploy-platform-ansible-os-6117-1
2026-07-28 19:13:47,933 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/e03b350a-a049-4b30-a32f-d03c315b0561
2026-07-28 19:13:47,942 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/6edd8235-aaa4-4bc3-86d4-75dc5235b2c9
2026-07-28 19:13:51,225 - 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 1026ms')
2026-07-28 19:13:51,226 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-89776647 failed!
2026-07-28 19:13:51,281 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-27275123:ctest-vn1-81337760 is 205.14.78.193 and allocation pool is NOT set
2026-07-28 19:13:51,281 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-27275123:ctest-vn1-81337760 is 142.185.105.193 and allocation pool is NOT set
2026-07-28 19:13:53,348 - 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=4.69 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.490 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.490/2.587/4.685/2.097 ms')
2026-07-28 19:13:53,348 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-89776647 passed
2026-07-28 19:13:53,501 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-28 19:13:53,501 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-89776647, IP 142.185.105.197, Port 22
2026-07-28 19:13:53,675 - DEBUG - VM ctest-vn1-vm2-89776647 is ready for SSH connections
2026-07-28 19:13:53,675 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-28 19:13:53,675 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-28 19:13:53,675 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-28 19:13:53,675 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 205.14.78.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-07-28 19:13:53,675 - DEBUG - ping -s 56 -c 3 -W 1 205.14.78.197
2026-07-28 19:13:56,787 - DEBUG - PING 205.14.78.197 (205.14.78.197): 56 data bytes
64 bytes from 205.14.78.197: seq=0 ttl=63 time=4.912 ms
64 bytes from 205.14.78.197: seq=1 ttl=63 time=1.073 ms
64 bytes from 205.14.78.197: seq=2 ttl=63 time=1.405 ms
--- 205.14.78.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.073/2.463/4.912 ms
2026-07-28 19:13:56,787 - INFO - Ping to IP 205.14.78.197 from VM ctest-vn1-vm2-89776647 passed
2026-07-28 19:13:56,787 - INFO - Detaching port 6edd8235-aaa4-4bc3-86d4-75dc5235b2c9 from VM ctest-vn1-vm2-89776647
2026-07-28 19:13:56,844 - INFO - Deleting VM ctest-vn1-vm2-89776647
2026-07-28 19:13:56,925 - INFO - Detaching port 10754feb-5931-46f0-9cc9-7d54d6200ca7 from VM ctest-vn1-vm1-21149308
2026-07-28 19:13:56,963 - INFO - Deleting VM ctest-vn1-vm1-21149308
2026-07-28 19:13:57,255 - DEBUG - Response for delete_port : ()
2026-07-28 19:13:57,455 - DEBUG - Response for delete_port : ()
2026-07-28 19:13:57,455 - INFO - Deleting VN ctest-vn1-81337760
2026-07-28 19:13:57,623 - DEBUG - Response for deleting network ()
2026-07-28 19:13:57,898 - DEBUG - No XMPP flaps were noticed during the test
2026-07-28 19:13:57,898 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:59]
2026-07-28 19:13:57,898 - INFO - --------------------------------------------------------------------------------
2026-07-28 19:13:58,726 - INFO - Deleted project: ctest-TestPorts-27275123, ID : e41a0a70-e356-4d45-84fb-b956ba289bcb