2026-09-07 19:58:25,378 - INFO - Domain Default found not creating
2026-09-07 19:58:25,565 - INFO - Project ctest-TestPorts-21762965 not found, creating it
2026-09-07 19:58:26,040 - INFO - Created Project:ctest-TestPorts-21762965, ID : 16e5eba2-654a-4229-ad1c-75584db81d98
2026-09-07 19:58:27,560 - INFO - ================================================================================
2026-09-07 19:58:27,560 - INFO - STARTING TEST : test_ports_bindings
2026-09-07 19:58:27,560 - 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-09-07 19:58:27,818 - DEBUG - Nothing to compare xmpp stats {'10.0.0.177': {'10.20.0.25': '0'}} with
2026-09-07 19:58:27,818 - INFO - Initial checks done. Running the testcase now
2026-09-07 19:58:27,818 - INFO -
2026-09-07 19:58:28,387 - DEBUG - Response for create_network : {'network': {'id': '7059f9b9-77a5-40c4-8d79-a279889154d3', 'name': 'ctest-vn-19444881', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'project_id': '16e5eba2654a4229ad1c75584db81d98', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-21762965', 'ctest-vn-19444881'], 'port_security_enabled': True, 'description': ''}}
2026-09-07 19:58:28,566 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd2fc5975-c075-4ee6-8ba7-cf8e838243c6', 'name': '', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'network_id': '7059f9b9-77a5-40c4-8d79-a279889154d3', 'ip_version': 4, 'cidr': '39.136.145.192/26', 'allocation_pools': [{'start': '39.136.145.194', 'end': '39.136.145.254'}], 'gateway_ip': '39.136.145.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '39.136.145.194', 'tags': [], 'project_id': '16e5eba2654a4229ad1c75584db81d98'}}
2026-09-07 19:58:28,582 - INFO - Created VN ctest-vn-19444881
2026-09-07 19:58:28,636 - DEBUG - VN ctest-vn-19444881 UUID is 7059f9b9-77a5-40c4-8d79-a279889154d3
2026-09-07 19:58:28,742 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-21762965', 'ctest-vmi-03867167']}
2026-09-07 19:58:29,017 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-03867167', 'id': '05d561ba-89eb-4155-94c9-1f495db33fb7', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'network_id': '7059f9b9-77a5-40c4-8d79-a279889154d3', 'mac_address': '02:05:d5:61:ba:89', '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': '39.136.145.195', 'subnet_id': 'd2fc5975-c075-4ee6-8ba7-cf8e838243c6'}], 'security_groups': ['7a36194a-f828-447c-9ec3-eb613ed553ed'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '16e5eba2654a4229ad1c75584db81d98'}}
2026-09-07 19:58:29,017 - DEBUG - Created port 05d561ba-89eb-4155-94c9-1f495db33fb7
2026-09-07 19:58:29,119 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/05d561ba-89eb-4155-94c9-1f495db33fb7
2026-09-07 19:58:29,443 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/05d561ba-89eb-4155-94c9-1f495db33fb7
2026-09-07 19:58:29,474 - INFO - VMI 05d561ba-89eb-4155-94c9-1f495db33fb7 verification in API Server passed
2026-09-07 19:58:29,580 - DEBUG - Response for delete_port : ()
2026-09-07 19:58:29,580 - INFO - Deleted port 05d561ba-89eb-4155-94c9-1f495db33fb7
2026-09-07 19:58:29,580 - INFO - Deleting VN ctest-vn-19444881
2026-09-07 19:58:29,704 - DEBUG - Response for deleting network ()
2026-09-07 19:58:29,965 - DEBUG - No XMPP flaps were noticed during the test
2026-09-07 19:58:29,965 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-09-07 19:58:29,966 - INFO - --------------------------------------------------------------------------------
2026-09-07 19:58:29,968 - INFO - ================================================================================
2026-09-07 19:58:29,968 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-09-07 19:58:29,968 - 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-09-07 19:58:30,257 - DEBUG - Nothing to compare xmpp stats {'10.0.0.177': {'10.20.0.25': '0'}} with
2026-09-07 19:58:30,257 - INFO - Initial checks done. Running the testcase now
2026-09-07 19:58:30,257 - INFO -
2026-09-07 19:58:30,439 - DEBUG - Response for create_network : {'network': {'id': '63f40f1f-36bb-4b57-8f15-385ed6cf6220', 'name': 'ctest-vn1-23773826', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'project_id': '16e5eba2654a4229ad1c75584db81d98', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-21762965', 'ctest-vn1-23773826'], 'port_security_enabled': True, 'description': ''}}
2026-09-07 19:58:30,635 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f8f2aff6-d1ed-4b34-8f79-2ada5c297b14', 'name': '', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'network_id': '63f40f1f-36bb-4b57-8f15-385ed6cf6220', 'ip_version': 4, 'cidr': '216.33.78.0/26', 'allocation_pools': [{'start': '216.33.78.2', 'end': '216.33.78.62'}], 'gateway_ip': '216.33.78.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '216.33.78.2', 'tags': [], 'project_id': '16e5eba2654a4229ad1c75584db81d98'}}
2026-09-07 19:58:30,853 - DEBUG - Response for create_subnet : {'subnet': {'id': '7a3d6fa3-bbf9-4de8-b2a7-70ff144c3ed4', 'name': '', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'network_id': '63f40f1f-36bb-4b57-8f15-385ed6cf6220', 'ip_version': 4, 'cidr': '65.78.144.192/26', 'allocation_pools': [{'start': '65.78.144.194', 'end': '65.78.144.254'}], 'gateway_ip': '65.78.144.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '65.78.144.194', 'tags': [], 'project_id': '16e5eba2654a4229ad1c75584db81d98'}}
2026-09-07 19:58:30,873 - INFO - Created VN ctest-vn1-23773826
2026-09-07 19:58:30,928 - DEBUG - VN ctest-vn1-23773826 UUID is 63f40f1f-36bb-4b57-8f15-385ed6cf6220
2026-09-07 19:58:31,234 - DEBUG - Response for create_port : {'port': {'name': 'a9fe013a-8bc5-4c70-b28a-10db56a4d90e', 'id': 'a9fe013a-8bc5-4c70-b28a-10db56a4d90e', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'network_id': '63f40f1f-36bb-4b57-8f15-385ed6cf6220', 'mac_address': '02:a9:fe:01:3a:8b', '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': '216.33.78.5', 'subnet_id': 'f8f2aff6-d1ed-4b34-8f79-2ada5c297b14'}], 'security_groups': ['7a36194a-f828-447c-9ec3-eb613ed553ed'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '16e5eba2654a4229ad1c75584db81d98'}}
2026-09-07 19:58:31,417 - DEBUG - Response for create_port : {'port': {'name': '2acf3e51-8826-4476-908d-a4ed8e7a9ad1', 'id': '2acf3e51-8826-4476-908d-a4ed8e7a9ad1', 'tenant_id': '16e5eba2654a4229ad1c75584db81d98', 'network_id': '63f40f1f-36bb-4b57-8f15-385ed6cf6220', 'mac_address': '02:2a:cf:3e:51:88', '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': '65.78.144.197', 'subnet_id': '7a3d6fa3-bbf9-4de8-b2a7-70ff144c3ed4'}], 'security_groups': ['7a36194a-f828-447c-9ec3-eb613ed553ed'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '16e5eba2654a4229ad1c75584db81d98'}}
2026-09-07 19:58:31,475 - DEBUG - Services list from nova: [, , ]
2026-09-07 19:58:31,807 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6262-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6262-1)
2026-09-07 19:58:32,213 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6262-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6262-1)
2026-09-07 19:58:32,213 - INFO - Waiting for VM ctest-vn1-vm1-98915421 to be up..
2026-09-07 19:58:32,252 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:58:37,307 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:58:42,387 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:58:47,460 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:58:52,541 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:58:57,619 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:59:02,698 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:59:07,775 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 19:59:12,865 - DEBUG - VM is in ACTIVE state now
2026-09-07 19:59:12,865 - INFO - VM name : ctest-vn1-vm1-98915421
2026-09-07 19:59:12,946 - DEBUG - VM ctest-vn1-vm1-98915421 ID is 428f186d-6e19-4ce3-ab96-88b48da2dd28
2026-09-07 19:59:12,968 - DEBUG - VM ctest-vn1-vm1-98915421 launched on Node cn-jenkins-deploy-platform-ansible-os-6262-1
2026-09-07 19:59:13,049 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine/428f186d-6e19-4ce3-ab96-88b48da2dd28
2026-09-07 19:59:13,059 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/a9fe013a-8bc5-4c70-b28a-10db56a4d90e
2026-09-07 19:59:16,321 - 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 1019ms')
2026-09-07 19:59:16,321 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-98915421 failed!
2026-09-07 19:59:16,380 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-21762965:ctest-vn1-23773826 is 216.33.78.1 and allocation pool is NOT set
2026-09-07 19:59:16,380 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-21762965:ctest-vn1-23773826 is 65.78.144.193 and allocation pool is NOT set
2026-09-07 19:59:18,444 - 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.91 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.557 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.557/2.234/3.911/1.677 ms')
2026-09-07 19:59:18,444 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-98915421 passed
2026-09-07 19:59:18,600 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 19:59:18,600 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-98915421, IP 216.33.78.5, Port 22
2026-09-07 19:59:18,771 - DEBUG - VM ctest-vn1-vm1-98915421 is ready for SSH connections
2026-09-07 19:59:18,771 - INFO - Waiting for VM ctest-vn1-vm2-21141294 to be up..
2026-09-07 19:59:18,843 - DEBUG - VM is in ACTIVE state now
2026-09-07 19:59:18,843 - INFO - VM name : ctest-vn1-vm2-21141294
2026-09-07 19:59:18,917 - DEBUG - VM ctest-vn1-vm2-21141294 ID is e2470cb4-dea3-4a8e-88f0-e14c06f89a47
2026-09-07 19:59:18,917 - DEBUG - VM ctest-vn1-vm2-21141294 launched on Node cn-jenkins-deploy-platform-ansible-os-6262-1
2026-09-07 19:59:18,992 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine/e2470cb4-dea3-4a8e-88f0-e14c06f89a47
2026-09-07 19:59:19,000 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/2acf3e51-8826-4476-908d-a4ed8e7a9ad1
2026-09-07 19:59:20,255 - 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.64 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.435 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.435/2.035/3.635/1.600 ms')
2026-09-07 19:59:20,255 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-21141294 passed
2026-09-07 19:59:20,403 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 19:59:20,404 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-21141294, IP 65.78.144.197, Port 22
2026-09-07 19:59:20,570 - DEBUG - VM ctest-vn1-vm2-21141294 is ready for SSH connections
2026-09-07 19:59:20,570 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 19:59:20,570 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 19:59:20,570 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 19:59:20,570 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 216.33.78.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.177, gateway password: c0ntrail123
2026-09-07 19:59:20,570 - DEBUG - ping -s 56 -c 3 -W 1 216.33.78.5
2026-09-07 19:59:24,530 - DEBUG - PING 216.33.78.5 (216.33.78.5): 56 data bytes
64 bytes from 216.33.78.5: seq=0 ttl=63 time=3.884 ms
64 bytes from 216.33.78.5: seq=1 ttl=63 time=1.073 ms
64 bytes from 216.33.78.5: seq=2 ttl=63 time=0.800 ms
--- 216.33.78.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.800/1.919/3.884 ms
2026-09-07 19:59:24,531 - INFO - Ping to IP 216.33.78.5 from VM ctest-vn1-vm2-21141294 passed
2026-09-07 19:59:24,531 - INFO - Detaching port 2acf3e51-8826-4476-908d-a4ed8e7a9ad1 from VM ctest-vn1-vm2-21141294
2026-09-07 19:59:24,582 - INFO - Deleting VM ctest-vn1-vm2-21141294
2026-09-07 19:59:24,649 - INFO - Detaching port a9fe013a-8bc5-4c70-b28a-10db56a4d90e from VM ctest-vn1-vm1-98915421
2026-09-07 19:59:24,685 - INFO - Deleting VM ctest-vn1-vm1-98915421
2026-09-07 19:59:24,931 - DEBUG - Response for delete_port : ()
2026-09-07 19:59:25,087 - DEBUG - Response for delete_port : ()
2026-09-07 19:59:25,087 - INFO - Deleting VN ctest-vn1-23773826
2026-09-07 19:59:25,208 - DEBUG - Response for deleting network ()
2026-09-07 19:59:25,474 - DEBUG - No XMPP flaps were noticed during the test
2026-09-07 19:59:25,474 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:56]
2026-09-07 19:59:25,474 - INFO - --------------------------------------------------------------------------------
2026-09-07 19:59:26,187 - INFO - Deleted project: ctest-TestPorts-21762965, ID : 16e5eba2-654a-4229-ad1c-75584db81d98