2026-03-24 13:44:08,437 - INFO - Domain Default found not creating
2026-03-24 13:44:08,647 - INFO - Project ctest-TestPorts-48127362 not found, creating it
2026-03-24 13:44:09,137 - INFO - Created Project:ctest-TestPorts-48127362, ID : c06d2664-b0b9-4e3e-9429-a290b798308a
2026-03-24 13:44:11,075 - INFO - ================================================================================
2026-03-24 13:44:11,076 - INFO - STARTING TEST : test_ports_bindings
2026-03-24 13:44:11,076 - 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-03-24 13:44:11,347 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with
2026-03-24 13:44:11,347 - INFO - Initial checks done. Running the testcase now
2026-03-24 13:44:11,347 - INFO -
2026-03-24 13:44:11,993 - DEBUG - Response for create_network : {'network': {'id': '7645d304-2afb-4112-803e-d693cb8b1354', 'name': 'ctest-vn-71250130', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'project_id': 'c06d2664b0b94e3e9429a290b798308a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-48127362', 'ctest-vn-71250130'], 'port_security_enabled': True, 'description': ''}}
2026-03-24 13:44:12,226 - DEBUG - Response for create_subnet : {'subnet': {'id': '93035597-a115-4f52-9c2d-72c6739d8990', 'name': '', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'network_id': '7645d304-2afb-4112-803e-d693cb8b1354', 'ip_version': 4, 'cidr': '48.155.11.128/26', 'allocation_pools': [{'start': '48.155.11.130', 'end': '48.155.11.190'}], 'gateway_ip': '48.155.11.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '48.155.11.130', 'tags': [], 'project_id': 'c06d2664b0b94e3e9429a290b798308a'}}
2026-03-24 13:44:12,246 - INFO - Created VN ctest-vn-71250130
2026-03-24 13:44:12,300 - DEBUG - VN ctest-vn-71250130 UUID is 7645d304-2afb-4112-803e-d693cb8b1354
2026-03-24 13:44:12,422 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-48127362', 'ctest-vmi-02831049']}
2026-03-24 13:44:12,701 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-02831049', 'id': 'c16d421d-7173-40aa-b04b-e9dc9fff7291', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'network_id': '7645d304-2afb-4112-803e-d693cb8b1354', 'mac_address': '02:c1:6d:42:1d:71', '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': '48.155.11.131', 'subnet_id': '93035597-a115-4f52-9c2d-72c6739d8990'}], 'security_groups': ['c58ede8b-faf5-468f-9272-668f4975ee57'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c06d2664b0b94e3e9429a290b798308a'}}
2026-03-24 13:44:12,701 - DEBUG - Created port c16d421d-7173-40aa-b04b-e9dc9fff7291
2026-03-24 13:44:12,808 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/c16d421d-7173-40aa-b04b-e9dc9fff7291
2026-03-24 13:44:13,109 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/c16d421d-7173-40aa-b04b-e9dc9fff7291
2026-03-24 13:44:13,155 - INFO - VMI c16d421d-7173-40aa-b04b-e9dc9fff7291 verification in API Server passed
2026-03-24 13:44:13,262 - DEBUG - Response for delete_port : ()
2026-03-24 13:44:13,263 - INFO - Deleted port c16d421d-7173-40aa-b04b-e9dc9fff7291
2026-03-24 13:44:13,263 - INFO - Deleting VN ctest-vn-71250130
2026-03-24 13:44:13,391 - DEBUG - Response for deleting network ()
2026-03-24 13:44:13,664 - DEBUG - No XMPP flaps were noticed during the test
2026-03-24 13:44:13,664 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-03-24 13:44:13,664 - INFO - --------------------------------------------------------------------------------
2026-03-24 13:44:13,667 - INFO - ================================================================================
2026-03-24 13:44:13,667 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-24 13:44:13,668 - 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-03-24 13:44:13,962 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with
2026-03-24 13:44:13,962 - INFO - Initial checks done. Running the testcase now
2026-03-24 13:44:13,962 - INFO -
2026-03-24 13:44:14,191 - DEBUG - Response for create_network : {'network': {'id': '928435c8-14db-4a38-9332-265da1a00ef7', 'name': 'ctest-vn1-32729986', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'project_id': 'c06d2664b0b94e3e9429a290b798308a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-48127362', 'ctest-vn1-32729986'], 'port_security_enabled': True, 'description': ''}}
2026-03-24 13:44:14,425 - DEBUG - Response for create_subnet : {'subnet': {'id': '7fe8e5c4-32a0-427a-bf8f-755f5dcd3560', 'name': '', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'network_id': '928435c8-14db-4a38-9332-265da1a00ef7', 'ip_version': 4, 'cidr': '204.48.29.0/26', 'allocation_pools': [{'start': '204.48.29.2', 'end': '204.48.29.62'}], 'gateway_ip': '204.48.29.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '204.48.29.2', 'tags': [], 'project_id': 'c06d2664b0b94e3e9429a290b798308a'}}
2026-03-24 13:44:14,596 - DEBUG - Response for create_subnet : {'subnet': {'id': '3ee238f7-40ba-4c41-a632-01d6e3dc70d2', 'name': '', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'network_id': '928435c8-14db-4a38-9332-265da1a00ef7', 'ip_version': 4, 'cidr': '129.56.240.64/26', 'allocation_pools': [{'start': '129.56.240.66', 'end': '129.56.240.126'}], 'gateway_ip': '129.56.240.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '129.56.240.66', 'tags': [], 'project_id': 'c06d2664b0b94e3e9429a290b798308a'}}
2026-03-24 13:44:14,621 - INFO - Created VN ctest-vn1-32729986
2026-03-24 13:44:14,675 - DEBUG - VN ctest-vn1-32729986 UUID is 928435c8-14db-4a38-9332-265da1a00ef7
2026-03-24 13:44:15,033 - DEBUG - Response for create_port : {'port': {'name': 'd33ef4a1-60c8-4d46-9bf4-ca905ee0d89a', 'id': 'd33ef4a1-60c8-4d46-9bf4-ca905ee0d89a', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'network_id': '928435c8-14db-4a38-9332-265da1a00ef7', 'mac_address': '02:d3:3e:f4:a1:60', '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': '204.48.29.5', 'subnet_id': '7fe8e5c4-32a0-427a-bf8f-755f5dcd3560'}], 'security_groups': ['c58ede8b-faf5-468f-9272-668f4975ee57'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c06d2664b0b94e3e9429a290b798308a'}}
2026-03-24 13:44:15,230 - DEBUG - Response for create_port : {'port': {'name': '1f37e03b-0ef9-4a7f-b8f2-88532bd954c8', 'id': '1f37e03b-0ef9-4a7f-b8f2-88532bd954c8', 'tenant_id': 'c06d2664b0b94e3e9429a290b798308a', 'network_id': '928435c8-14db-4a38-9332-265da1a00ef7', 'mac_address': '02:1f:37:e0:3b:0e', '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': '129.56.240.69', 'subnet_id': '3ee238f7-40ba-4c41-a632-01d6e3dc70d2'}], 'security_groups': ['c58ede8b-faf5-468f-9272-668f4975ee57'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c06d2664b0b94e3e9429a290b798308a'}}
2026-03-24 13:44:15,293 - DEBUG - Services list from nova: [, , ]
2026-03-24 13:44:15,708 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5530-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5530-1)
2026-03-24 13:44:16,197 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5530-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5530-1)
2026-03-24 13:44:16,198 - INFO - Waiting for VM ctest-vn1-vm1-21446944 to be up..
2026-03-24 13:44:16,258 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-24 13:44:21,361 - DEBUG - VM is in ACTIVE state now
2026-03-24 13:44:21,361 - INFO - VM name : ctest-vn1-vm1-21446944
2026-03-24 13:44:21,475 - DEBUG - VM ctest-vn1-vm1-21446944 ID is 841dafc9-32db-432c-b6fc-782fd252113c
2026-03-24 13:44:21,504 - DEBUG - VM ctest-vn1-vm1-21446944 launched on Node cn-jenkins-deploy-platform-ansible-os-5530-1
2026-03-24 13:44:21,604 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/841dafc9-32db-432c-b6fc-782fd252113c
2026-03-24 13:44:21,614 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d33ef4a1-60c8-4d46-9bf4-ca905ee0d89a
2026-03-24 13:44:24,875 - 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 1009ms')
2026-03-24 13:44:24,875 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-21446944 failed!
2026-03-24 13:44:24,936 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-48127362:ctest-vn1-32729986 is 204.48.29.1 and allocation pool is NOT set
2026-03-24 13:44:24,936 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-48127362:ctest-vn1-32729986 is 129.56.240.65 and allocation pool is NOT set
2026-03-24 13:44:29,013 - 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 1004ms')
2026-03-24 13:44:29,013 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-21446944 failed!
2026-03-24 13:44:29,076 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-48127362:ctest-vn1-32729986 is 204.48.29.1 and allocation pool is NOT set
2026-03-24 13:44:29,076 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-48127362:ctest-vn1-32729986 is 129.56.240.65 and allocation pool is NOT set
2026-03-24 13:44:31,144 - 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=1.07 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 = 1.070/2.330/3.591/1.260 ms')
2026-03-24 13:44:31,144 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-21446944 passed
2026-03-24 13:44:31,264 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 13:44:31,264 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-21446944, IP 204.48.29.5, Port 22
2026-03-24 13:44:31,429 - DEBUG - VM ctest-vn1-vm1-21446944 is ready for SSH connections
2026-03-24 13:44:31,430 - INFO - Waiting for VM ctest-vn1-vm2-38425173 to be up..
2026-03-24 13:44:31,541 - DEBUG - VM is in ACTIVE state now
2026-03-24 13:44:31,541 - INFO - VM name : ctest-vn1-vm2-38425173
2026-03-24 13:44:31,640 - DEBUG - VM ctest-vn1-vm2-38425173 ID is 6c896668-2098-4ad4-8630-4682b1f57ca8
2026-03-24 13:44:31,640 - DEBUG - VM ctest-vn1-vm2-38425173 launched on Node cn-jenkins-deploy-platform-ansible-os-5530-1
2026-03-24 13:44:31,737 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/6c896668-2098-4ad4-8630-4682b1f57ca8
2026-03-24 13:44:31,749 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/1f37e03b-0ef9-4a7f-b8f2-88532bd954c8
2026-03-24 13:44:33,002 - 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.734 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.734/2.711/4.689/1.977 ms')
2026-03-24 13:44:33,003 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-38425173 passed
2026-03-24 13:44:33,160 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 13:44:33,160 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-38425173, IP 129.56.240.69, Port 22
2026-03-24 13:44:33,337 - DEBUG - VM ctest-vn1-vm2-38425173 is ready for SSH connections
2026-03-24 13:44:33,338 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 13:44:33,338 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 13:44:33,338 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 13:44:33,338 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 204.48.29.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-03-24 13:44:33,338 - DEBUG - ping -s 56 -c 3 -W 1 204.48.29.5
2026-03-24 13:44:36,074 - DEBUG - PING 204.48.29.5 (204.48.29.5): 56 data bytes
64 bytes from 204.48.29.5: seq=0 ttl=63 time=3.876 ms
64 bytes from 204.48.29.5: seq=1 ttl=63 time=1.158 ms
64 bytes from 204.48.29.5: seq=2 ttl=63 time=1.030 ms
--- 204.48.29.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.030/2.021/3.876 ms
2026-03-24 13:44:36,074 - INFO - Ping to IP 204.48.29.5 from VM ctest-vn1-vm2-38425173 passed
2026-03-24 13:44:36,074 - INFO - Detaching port 1f37e03b-0ef9-4a7f-b8f2-88532bd954c8 from VM ctest-vn1-vm2-38425173
2026-03-24 13:44:36,135 - INFO - Deleting VM ctest-vn1-vm2-38425173
2026-03-24 13:44:36,218 - INFO - Detaching port d33ef4a1-60c8-4d46-9bf4-ca905ee0d89a from VM ctest-vn1-vm1-21446944
2026-03-24 13:44:36,257 - INFO - Deleting VM ctest-vn1-vm1-21446944
2026-03-24 13:44:36,527 - DEBUG - Response for delete_port : ()
2026-03-24 13:44:36,745 - DEBUG - Response for delete_port : ()
2026-03-24 13:44:36,745 - INFO - Deleting VN ctest-vn1-32729986
2026-03-24 13:44:36,926 - DEBUG - Response for deleting network ()
2026-03-24 13:44:37,198 - DEBUG - No XMPP flaps were noticed during the test
2026-03-24 13:44:37,198 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24]
2026-03-24 13:44:37,198 - INFO - --------------------------------------------------------------------------------
2026-03-24 13:44:37,992 - INFO - Deleted project: ctest-TestPorts-48127362, ID : c06d2664-b0b9-4e3e-9429-a290b798308a