2026-04-28 13:05:00,653 - INFO - Domain Default found not creating
2026-04-28 13:05:00,828 - INFO - Project ctest-TestPorts-96536114 not found, creating it
2026-04-28 13:05:01,342 - INFO - Created Project:ctest-TestPorts-96536114, ID : f7b5ad7c-67b0-46c0-9ee1-8e9aa12cfe79
2026-04-28 13:05:04,175 - INFO - ================================================================================
2026-04-28 13:05:04,175 - INFO - STARTING TEST : test_ports_bindings
2026-04-28 13:05:04,176 - 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-04-28 13:05:04,432 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.20.0.14': '0'}} with
2026-04-28 13:05:04,432 - INFO - Initial checks done. Running the testcase now
2026-04-28 13:05:04,433 - INFO -
2026-04-28 13:05:05,014 - DEBUG - Response for create_network : {'network': {'id': '232c2cc9-6d1b-467c-956c-907cd3f62850', 'name': 'ctest-vn-12828786', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-96536114', 'ctest-vn-12828786'], 'port_security_enabled': True, 'description': ''}}
2026-04-28 13:05:05,208 - DEBUG - Response for create_subnet : {'subnet': {'id': '095f22b7-8f5e-4612-afe6-63c668f6cffa', 'name': '', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'network_id': '232c2cc9-6d1b-467c-956c-907cd3f62850', 'ip_version': 4, 'cidr': '13.55.54.192/26', 'allocation_pools': [{'start': '13.55.54.194', 'end': '13.55.54.254'}], 'gateway_ip': '13.55.54.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '13.55.54.194', 'tags': [], 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79'}}
2026-04-28 13:05:05,226 - INFO - Created VN ctest-vn-12828786
2026-04-28 13:05:05,278 - DEBUG - VN ctest-vn-12828786 UUID is 232c2cc9-6d1b-467c-956c-907cd3f62850
2026-04-28 13:05:05,388 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-96536114', 'ctest-vmi-82327942']}
2026-04-28 13:05:05,680 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-82327942', 'id': '5466409e-f12d-4173-8193-4d4311f5af32', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'network_id': '232c2cc9-6d1b-467c-956c-907cd3f62850', 'mac_address': '02:54:66:40:9e:f1', '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': '13.55.54.195', 'subnet_id': '095f22b7-8f5e-4612-afe6-63c668f6cffa'}], 'security_groups': ['2d9772fa-1d0d-4b82-ab22-9a02aba64568'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79'}}
2026-04-28 13:05:05,681 - DEBUG - Created port 5466409e-f12d-4173-8193-4d4311f5af32
2026-04-28 13:05:05,787 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-machine-interface/5466409e-f12d-4173-8193-4d4311f5af32
2026-04-28 13:05:06,080 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-machine-interface/5466409e-f12d-4173-8193-4d4311f5af32
2026-04-28 13:05:06,121 - INFO - VMI 5466409e-f12d-4173-8193-4d4311f5af32 verification in API Server passed
2026-04-28 13:05:06,239 - DEBUG - Response for delete_port : ()
2026-04-28 13:05:06,239 - INFO - Deleted port 5466409e-f12d-4173-8193-4d4311f5af32
2026-04-28 13:05:06,239 - INFO - Deleting VN ctest-vn-12828786
2026-04-28 13:05:06,343 - DEBUG - Response for deleting network ()
2026-04-28 13:05:06,596 - DEBUG - No XMPP flaps were noticed during the test
2026-04-28 13:05:06,596 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-04-28 13:05:06,596 - INFO - --------------------------------------------------------------------------------
2026-04-28 13:05:06,598 - INFO - ================================================================================
2026-04-28 13:05:06,599 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-04-28 13:05:06,599 - 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-04-28 13:05:06,883 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.20.0.14': '0'}} with
2026-04-28 13:05:06,883 - INFO - Initial checks done. Running the testcase now
2026-04-28 13:05:06,883 - INFO -
2026-04-28 13:05:07,050 - DEBUG - Response for create_network : {'network': {'id': '06eaef1f-ad4d-4909-b14c-7b0ce772057d', 'name': 'ctest-vn1-68151578', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-96536114', 'ctest-vn1-68151578'], 'port_security_enabled': True, 'description': ''}}
2026-04-28 13:05:07,251 - DEBUG - Response for create_subnet : {'subnet': {'id': '5413174d-cff8-405a-bac3-65b2eb09c17c', 'name': '', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'network_id': '06eaef1f-ad4d-4909-b14c-7b0ce772057d', 'ip_version': 4, 'cidr': '114.229.247.0/26', 'allocation_pools': [{'start': '114.229.247.2', 'end': '114.229.247.62'}], 'gateway_ip': '114.229.247.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '114.229.247.2', 'tags': [], 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79'}}
2026-04-28 13:05:07,408 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a726fdac-4a69-4b33-9656-75dc1b45bdac', 'name': '', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'network_id': '06eaef1f-ad4d-4909-b14c-7b0ce772057d', 'ip_version': 4, 'cidr': '191.121.176.192/26', 'allocation_pools': [{'start': '191.121.176.194', 'end': '191.121.176.254'}], 'gateway_ip': '191.121.176.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '191.121.176.194', 'tags': [], 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79'}}
2026-04-28 13:05:07,427 - INFO - Created VN ctest-vn1-68151578
2026-04-28 13:05:07,479 - DEBUG - VN ctest-vn1-68151578 UUID is 06eaef1f-ad4d-4909-b14c-7b0ce772057d
2026-04-28 13:05:07,778 - DEBUG - Response for create_port : {'port': {'name': 'fa6f4120-5c10-435b-b587-77a0c7e2f981', 'id': 'fa6f4120-5c10-435b-b587-77a0c7e2f981', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'network_id': '06eaef1f-ad4d-4909-b14c-7b0ce772057d', 'mac_address': '02:fa:6f:41:20:5c', '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': '114.229.247.5', 'subnet_id': '5413174d-cff8-405a-bac3-65b2eb09c17c'}], 'security_groups': ['2d9772fa-1d0d-4b82-ab22-9a02aba64568'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79'}}
2026-04-28 13:05:07,959 - DEBUG - Response for create_port : {'port': {'name': 'b77391e4-7c30-47c4-ae9e-a626fe02acd2', 'id': 'b77391e4-7c30-47c4-ae9e-a626fe02acd2', 'tenant_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79', 'network_id': '06eaef1f-ad4d-4909-b14c-7b0ce772057d', 'mac_address': '02:b7:73:91:e4:7c', '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': '191.121.176.197', 'subnet_id': 'a726fdac-4a69-4b33-9656-75dc1b45bdac'}], 'security_groups': ['2d9772fa-1d0d-4b82-ab22-9a02aba64568'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f7b5ad7c67b046c09ee18e9aa12cfe79'}}
2026-04-28 13:05:08,017 - DEBUG - Services list from nova: [, , ]
2026-04-28 13:05:08,370 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5702-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5702-1)
2026-04-28 13:05:08,783 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5702-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5702-1)
2026-04-28 13:05:08,784 - INFO - Waiting for VM ctest-vn1-vm1-39795462 to be up..
2026-04-28 13:05:08,828 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-04-28 13:05:13,913 - DEBUG - VM is in ACTIVE state now
2026-04-28 13:05:13,913 - INFO - VM name : ctest-vn1-vm1-39795462
2026-04-28 13:05:14,007 - DEBUG - VM ctest-vn1-vm1-39795462 ID is 3a55394b-2c29-40dd-ae66-ecb0a1a9b819
2026-04-28 13:05:14,028 - DEBUG - VM ctest-vn1-vm1-39795462 launched on Node cn-jenkins-deploy-platform-ansible-os-5702-1
2026-04-28 13:05:14,121 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-machine/3a55394b-2c29-40dd-ae66-ecb0a1a9b819
2026-04-28 13:05:14,132 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-machine-interface/fa6f4120-5c10-435b-b587-77a0c7e2f981
2026-04-28 13:05:17,425 - 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 1034ms')
2026-04-28 13:05:17,425 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-39795462 failed!
2026-04-28 13:05:17,479 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-96536114:ctest-vn1-68151578 is 114.229.247.1 and allocation pool is NOT set
2026-04-28 13:05:17,479 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-96536114:ctest-vn1-68151578 is 191.121.176.193 and allocation pool is NOT set
2026-04-28 13:05:21,545 - 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=2 ttl=63 time=12.7 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1007ms\r\nrtt min/avg/max/mdev = 12.717/12.717/12.717/0.000 ms')
2026-04-28 13:05:21,545 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-39795462 passed
2026-04-28 13:05:21,699 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-28 13:05:21,699 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-39795462, IP 114.229.247.5, Port 22
2026-04-28 13:05:21,858 - DEBUG - VM ctest-vn1-vm1-39795462 is ready for SSH connections
2026-04-28 13:05:21,858 - INFO - Waiting for VM ctest-vn1-vm2-57100018 to be up..
2026-04-28 13:05:21,942 - DEBUG - VM is in ACTIVE state now
2026-04-28 13:05:21,942 - INFO - VM name : ctest-vn1-vm2-57100018
2026-04-28 13:05:22,024 - DEBUG - VM ctest-vn1-vm2-57100018 ID is 340a4274-8639-459d-a303-d6527a7e2d1a
2026-04-28 13:05:22,024 - DEBUG - VM ctest-vn1-vm2-57100018 launched on Node cn-jenkins-deploy-platform-ansible-os-5702-1
2026-04-28 13:05:22,105 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-machine/340a4274-8639-459d-a303-d6527a7e2d1a
2026-04-28 13:05:22,114 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-machine-interface/b77391e4-7c30-47c4-ae9e-a626fe02acd2
2026-04-28 13:05:23,350 - 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.37 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.486 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.486/1.926/3.367/1.440 ms')
2026-04-28 13:05:23,350 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-57100018 passed
2026-04-28 13:05:23,499 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-28 13:05:23,499 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-57100018, IP 191.121.176.197, Port 22
2026-04-28 13:05:23,654 - DEBUG - VM ctest-vn1-vm2-57100018 is ready for SSH connections
2026-04-28 13:05:23,654 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-28 13:05:23,655 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-28 13:05:23,655 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-28 13:05:23,655 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 114.229.247.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.56, gateway password: c0ntrail123
2026-04-28 13:05:23,655 - DEBUG - ping -s 56 -c 3 -W 1 114.229.247.5
2026-04-28 13:05:26,336 - DEBUG - PING 114.229.247.5 (114.229.247.5): 56 data bytes
64 bytes from 114.229.247.5: seq=0 ttl=63 time=4.067 ms
64 bytes from 114.229.247.5: seq=1 ttl=63 time=0.871 ms
64 bytes from 114.229.247.5: seq=2 ttl=63 time=0.846 ms
--- 114.229.247.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.846/1.928/4.067 ms
2026-04-28 13:05:26,336 - INFO - Ping to IP 114.229.247.5 from VM ctest-vn1-vm2-57100018 passed
2026-04-28 13:05:26,336 - INFO - Detaching port b77391e4-7c30-47c4-ae9e-a626fe02acd2 from VM ctest-vn1-vm2-57100018
2026-04-28 13:05:26,388 - INFO - Deleting VM ctest-vn1-vm2-57100018
2026-04-28 13:05:26,459 - INFO - Detaching port fa6f4120-5c10-435b-b587-77a0c7e2f981 from VM ctest-vn1-vm1-39795462
2026-04-28 13:05:26,497 - INFO - Deleting VM ctest-vn1-vm1-39795462
2026-04-28 13:05:26,731 - DEBUG - Response for delete_port : ()
2026-04-28 13:05:26,876 - DEBUG - Response for delete_port : ()
2026-04-28 13:05:26,876 - INFO - Deleting VN ctest-vn1-68151578
2026-04-28 13:05:27,000 - DEBUG - Response for deleting network ()
2026-04-28 13:05:27,252 - DEBUG - No XMPP flaps were noticed during the test
2026-04-28 13:05:27,252 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-04-28 13:05:27,252 - INFO - --------------------------------------------------------------------------------
2026-04-28 13:05:27,954 - INFO - Deleted project: ctest-TestPorts-96536114, ID : f7b5ad7c-67b0-46c0-9ee1-8e9aa12cfe79