2026-07-04 07:52:09,848 - INFO - Domain Default found not creating
2026-07-04 07:52:09,999 - INFO - Project ctest-TestPorts-19006521 not found, creating it
2026-07-04 07:52:10,428 - INFO - Created Project:ctest-TestPorts-19006521, ID : f8c28025-8e9a-436e-af41-28e5196c6d68
2026-07-04 07:52:11,870 - INFO - ================================================================================
2026-07-04 07:52:11,870 - INFO - STARTING TEST : test_ports_bindings
2026-07-04 07:52:11,870 - 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-04 07:52:12,129 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-07-04 07:52:12,129 - INFO - Initial checks done. Running the testcase now
2026-07-04 07:52:12,130 - INFO -
2026-07-04 07:52:12,676 - DEBUG - Response for create_network : {'network': {'id': '7ded263c-8b88-4aa4-b2cc-52fa7cb5f189', 'name': 'ctest-vn-48802925', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'project_id': 'f8c280258e9a436eaf4128e5196c6d68', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-19006521', 'ctest-vn-48802925'], 'port_security_enabled': True, 'description': ''}}
2026-07-04 07:52:12,871 - DEBUG - Response for create_subnet : {'subnet': {'id': '3908ca67-cf28-4fc1-9e1f-e1e0c8f9c493', 'name': '', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'network_id': '7ded263c-8b88-4aa4-b2cc-52fa7cb5f189', 'ip_version': 4, 'cidr': '194.155.124.64/26', 'allocation_pools': [{'start': '194.155.124.66', 'end': '194.155.124.126'}], 'gateway_ip': '194.155.124.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '194.155.124.66', 'tags': [], 'project_id': 'f8c280258e9a436eaf4128e5196c6d68'}}
2026-07-04 07:52:12,886 - INFO - Created VN ctest-vn-48802925
2026-07-04 07:52:12,937 - DEBUG - VN ctest-vn-48802925 UUID is 7ded263c-8b88-4aa4-b2cc-52fa7cb5f189
2026-07-04 07:52:13,043 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-19006521', 'ctest-vmi-06135570']}
2026-07-04 07:52:13,328 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-06135570', 'id': 'fd0f6641-15e6-4d69-a897-38d8ecc5732c', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'network_id': '7ded263c-8b88-4aa4-b2cc-52fa7cb5f189', 'mac_address': '02:fd:0f:66:41:15', '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': '194.155.124.67', 'subnet_id': '3908ca67-cf28-4fc1-9e1f-e1e0c8f9c493'}], 'security_groups': ['3438ef66-1df1-4613-b39f-c29e18bbf955'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f8c280258e9a436eaf4128e5196c6d68'}}
2026-07-04 07:52:13,328 - DEBUG - Created port fd0f6641-15e6-4d69-a897-38d8ecc5732c
2026-07-04 07:52:13,433 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/fd0f6641-15e6-4d69-a897-38d8ecc5732c
2026-07-04 07:52:13,756 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/fd0f6641-15e6-4d69-a897-38d8ecc5732c
2026-07-04 07:52:13,789 - INFO - VMI fd0f6641-15e6-4d69-a897-38d8ecc5732c verification in API Server passed
2026-07-04 07:52:13,871 - DEBUG - Response for delete_port : ()
2026-07-04 07:52:13,872 - INFO - Deleted port fd0f6641-15e6-4d69-a897-38d8ecc5732c
2026-07-04 07:52:13,872 - INFO - Deleting VN ctest-vn-48802925
2026-07-04 07:52:13,973 - DEBUG - Response for deleting network ()
2026-07-04 07:52:14,228 - DEBUG - No XMPP flaps were noticed during the test
2026-07-04 07:52:14,228 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-07-04 07:52:14,228 - INFO - --------------------------------------------------------------------------------
2026-07-04 07:52:14,230 - INFO - ================================================================================
2026-07-04 07:52:14,230 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-07-04 07:52:14,230 - 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-04 07:52:14,522 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-07-04 07:52:14,522 - INFO - Initial checks done. Running the testcase now
2026-07-04 07:52:14,522 - INFO -
2026-07-04 07:52:14,681 - DEBUG - Response for create_network : {'network': {'id': '304f8280-218a-484b-9419-7a9cd88a2bd3', 'name': 'ctest-vn1-68786257', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'project_id': 'f8c280258e9a436eaf4128e5196c6d68', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-19006521', 'ctest-vn1-68786257'], 'port_security_enabled': True, 'description': ''}}
2026-07-04 07:52:14,849 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e980fa66-1434-41b6-bc3e-404eb65c5dd0', 'name': '', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'network_id': '304f8280-218a-484b-9419-7a9cd88a2bd3', 'ip_version': 4, 'cidr': '25.46.216.0/26', 'allocation_pools': [{'start': '25.46.216.2', 'end': '25.46.216.62'}], 'gateway_ip': '25.46.216.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '25.46.216.2', 'tags': [], 'project_id': 'f8c280258e9a436eaf4128e5196c6d68'}}
2026-07-04 07:52:14,997 - DEBUG - Response for create_subnet : {'subnet': {'id': '67580fa7-184e-40f0-bc50-3d5513eb184c', 'name': '', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'network_id': '304f8280-218a-484b-9419-7a9cd88a2bd3', 'ip_version': 4, 'cidr': '107.119.218.0/26', 'allocation_pools': [{'start': '107.119.218.2', 'end': '107.119.218.62'}], 'gateway_ip': '107.119.218.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '107.119.218.2', 'tags': [], 'project_id': 'f8c280258e9a436eaf4128e5196c6d68'}}
2026-07-04 07:52:15,014 - INFO - Created VN ctest-vn1-68786257
2026-07-04 07:52:15,065 - DEBUG - VN ctest-vn1-68786257 UUID is 304f8280-218a-484b-9419-7a9cd88a2bd3
2026-07-04 07:52:15,340 - DEBUG - Response for create_port : {'port': {'name': '6101119e-8b3c-4924-8294-896b43599fc0', 'id': '6101119e-8b3c-4924-8294-896b43599fc0', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'network_id': '304f8280-218a-484b-9419-7a9cd88a2bd3', 'mac_address': '02:61:01:11:9e: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': '25.46.216.5', 'subnet_id': 'e980fa66-1434-41b6-bc3e-404eb65c5dd0'}], 'security_groups': ['3438ef66-1df1-4613-b39f-c29e18bbf955'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f8c280258e9a436eaf4128e5196c6d68'}}
2026-07-04 07:52:15,494 - DEBUG - Response for create_port : {'port': {'name': '5d9813bf-ba1f-4cd9-878d-d520fb48ec07', 'id': '5d9813bf-ba1f-4cd9-878d-d520fb48ec07', 'tenant_id': 'f8c280258e9a436eaf4128e5196c6d68', 'network_id': '304f8280-218a-484b-9419-7a9cd88a2bd3', 'mac_address': '02:5d:98:13:bf:ba', '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': '107.119.218.5', 'subnet_id': '67580fa7-184e-40f0-bc50-3d5513eb184c'}], 'security_groups': ['3438ef66-1df1-4613-b39f-c29e18bbf955'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f8c280258e9a436eaf4128e5196c6d68'}}
2026-07-04 07:52:15,546 - DEBUG - Services list from nova: [, , ]
2026-07-04 07:52:15,838 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6078-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6078-1)
2026-07-04 07:52:16,186 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6078-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6078-1)
2026-07-04 07:52:16,186 - INFO - Waiting for VM ctest-vn1-vm1-05802845 to be up..
2026-07-04 07:52:16,218 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:21,262 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:26,335 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:31,406 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:36,477 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:41,544 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:46,624 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:51,697 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-04 07:52:56,769 - DEBUG - VM is in ACTIVE state now
2026-07-04 07:52:56,769 - INFO - VM name : ctest-vn1-vm1-05802845
2026-07-04 07:52:56,844 - DEBUG - VM ctest-vn1-vm1-05802845 ID is f6359b19-bbfd-4fa2-8d63-499f84bc5357
2026-07-04 07:52:56,862 - DEBUG - VM ctest-vn1-vm1-05802845 launched on Node cn-jenkins-deploy-platform-ansible-os-6078-1
2026-07-04 07:52:56,929 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/f6359b19-bbfd-4fa2-8d63-499f84bc5357
2026-07-04 07:52:56,937 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6101119e-8b3c-4924-8294-896b43599fc0
2026-07-04 07:53:00,168 - 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 1002ms')
2026-07-04 07:53:00,168 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-05802845 failed!
2026-07-04 07:53:00,221 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-19006521:ctest-vn1-68786257 is 25.46.216.1 and allocation pool is NOT set
2026-07-04 07:53:00,221 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-19006521:ctest-vn1-68786257 is 107.119.218.1 and allocation pool is NOT set
2026-07-04 07:53:02,284 - 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.93 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.358 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.358/2.143/3.929/1.785 ms')
2026-07-04 07:53:02,284 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-05802845 passed
2026-07-04 07:53:02,437 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-04 07:53:02,437 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-05802845, IP 25.46.216.5, Port 22
2026-07-04 07:53:02,593 - DEBUG - VM ctest-vn1-vm1-05802845 is ready for SSH connections
2026-07-04 07:53:02,593 - INFO - Waiting for VM ctest-vn1-vm2-19755813 to be up..
2026-07-04 07:53:02,659 - DEBUG - VM is in ACTIVE state now
2026-07-04 07:53:02,659 - INFO - VM name : ctest-vn1-vm2-19755813
2026-07-04 07:53:02,721 - DEBUG - VM ctest-vn1-vm2-19755813 ID is fd601d5a-7f0e-49e6-a6c3-81d6c76679c3
2026-07-04 07:53:02,721 - DEBUG - VM ctest-vn1-vm2-19755813 launched on Node cn-jenkins-deploy-platform-ansible-os-6078-1
2026-07-04 07:53:02,786 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/fd601d5a-7f0e-49e6-a6c3-81d6c76679c3
2026-07-04 07:53:02,792 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/5d9813bf-ba1f-4cd9-878d-d520fb48ec07
2026-07-04 07:53:04,024 - 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.27 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.431 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.431/2.352/4.273/1.921 ms')
2026-07-04 07:53:04,024 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-19755813 passed
2026-07-04 07:53:04,173 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-04 07:53:04,173 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-19755813, IP 107.119.218.5, Port 22
2026-07-04 07:53:04,333 - DEBUG - VM ctest-vn1-vm2-19755813 is ready for SSH connections
2026-07-04 07:53:04,333 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-04 07:53:04,333 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-04 07:53:04,333 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-04 07:53:04,333 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 25.46.216.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-07-04 07:53:04,333 - DEBUG - ping -s 56 -c 3 -W 1 25.46.216.5
2026-07-04 07:53:08,227 - DEBUG - PING 25.46.216.5 (25.46.216.5): 56 data bytes
64 bytes from 25.46.216.5: seq=0 ttl=63 time=3.393 ms
64 bytes from 25.46.216.5: seq=1 ttl=63 time=0.947 ms
64 bytes from 25.46.216.5: seq=2 ttl=63 time=0.849 ms
--- 25.46.216.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.849/1.729/3.393 ms
2026-07-04 07:53:08,227 - INFO - Ping to IP 25.46.216.5 from VM ctest-vn1-vm2-19755813 passed
2026-07-04 07:53:08,227 - INFO - Detaching port 5d9813bf-ba1f-4cd9-878d-d520fb48ec07 from VM ctest-vn1-vm2-19755813
2026-07-04 07:53:08,277 - INFO - Deleting VM ctest-vn1-vm2-19755813
2026-07-04 07:53:08,342 - INFO - Detaching port 6101119e-8b3c-4924-8294-896b43599fc0 from VM ctest-vn1-vm1-05802845
2026-07-04 07:53:08,373 - INFO - Deleting VM ctest-vn1-vm1-05802845
2026-07-04 07:53:08,601 - DEBUG - Response for delete_port : ()
2026-07-04 07:53:08,738 - DEBUG - Response for delete_port : ()
2026-07-04 07:53:08,738 - INFO - Deleting VN ctest-vn1-68786257
2026-07-04 07:53:08,847 - DEBUG - Response for deleting network ()
2026-07-04 07:53:09,106 - DEBUG - No XMPP flaps were noticed during the test
2026-07-04 07:53:09,106 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:55]
2026-07-04 07:53:09,106 - INFO - --------------------------------------------------------------------------------
2026-07-04 07:53:09,804 - INFO - Deleted project: ctest-TestPorts-19006521, ID : f8c28025-8e9a-436e-af41-28e5196c6d68