2026-04-03 17:11:10,484 - INFO - Domain Default found not creating
2026-04-03 17:11:10,652 - INFO - Project ctest-TestPorts-56462069 not found, creating it
2026-04-03 17:11:11,140 - INFO - Created Project:ctest-TestPorts-56462069, ID : efff893f-f0c3-4e94-a099-f333089c9fdb
2026-04-03 17:11:12,653 - INFO - ================================================================================
2026-04-03 17:11:12,653 - INFO - STARTING TEST : test_ports_bindings
2026-04-03 17:11:12,654 - 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-03 17:11:12,915 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.18': '0'}} with
2026-04-03 17:11:12,915 - INFO - Initial checks done. Running the testcase now
2026-04-03 17:11:12,915 - INFO -
2026-04-03 17:11:13,464 - DEBUG - Response for create_network : {'network': {'id': '57172f8a-d9fe-4728-b127-6954b29ae2e7', 'name': 'ctest-vn-92958843', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'project_id': 'efff893ff0c34e94a099f333089c9fdb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-56462069', 'ctest-vn-92958843'], 'port_security_enabled': True, 'description': ''}}
2026-04-03 17:11:13,680 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e1ecc829-2863-4bdb-98c1-054ebb9493f1', 'name': '', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'network_id': '57172f8a-d9fe-4728-b127-6954b29ae2e7', 'ip_version': 4, 'cidr': '12.163.4.128/26', 'allocation_pools': [{'start': '12.163.4.130', 'end': '12.163.4.190'}], 'gateway_ip': '12.163.4.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '12.163.4.130', 'tags': [], 'project_id': 'efff893ff0c34e94a099f333089c9fdb'}}
2026-04-03 17:11:13,698 - INFO - Created VN ctest-vn-92958843
2026-04-03 17:11:13,748 - DEBUG - VN ctest-vn-92958843 UUID is 57172f8a-d9fe-4728-b127-6954b29ae2e7
2026-04-03 17:11:13,852 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-56462069', 'ctest-vmi-41955401']}
2026-04-03 17:11:14,142 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-41955401', 'id': '8bd40466-e3ed-4511-b698-be0dec54e1e3', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'network_id': '57172f8a-d9fe-4728-b127-6954b29ae2e7', 'mac_address': '02:8b:d4:04:66:e3', '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': '12.163.4.131', 'subnet_id': 'e1ecc829-2863-4bdb-98c1-054ebb9493f1'}], 'security_groups': ['74ec98d2-0533-4dbb-9252-904280d75c35'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'efff893ff0c34e94a099f333089c9fdb'}}
2026-04-03 17:11:14,142 - DEBUG - Created port 8bd40466-e3ed-4511-b698-be0dec54e1e3
2026-04-03 17:11:14,248 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/8bd40466-e3ed-4511-b698-be0dec54e1e3
2026-04-03 17:11:14,547 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/8bd40466-e3ed-4511-b698-be0dec54e1e3
2026-04-03 17:11:14,583 - INFO - VMI 8bd40466-e3ed-4511-b698-be0dec54e1e3 verification in API Server passed
2026-04-03 17:11:14,683 - DEBUG - Response for delete_port : ()
2026-04-03 17:11:14,683 - INFO - Deleted port 8bd40466-e3ed-4511-b698-be0dec54e1e3
2026-04-03 17:11:14,684 - INFO - Deleting VN ctest-vn-92958843
2026-04-03 17:11:14,787 - DEBUG - Response for deleting network ()
2026-04-03 17:11:15,042 - DEBUG - No XMPP flaps were noticed during the test
2026-04-03 17:11:15,042 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-04-03 17:11:15,042 - INFO - --------------------------------------------------------------------------------
2026-04-03 17:11:15,045 - INFO - ================================================================================
2026-04-03 17:11:15,045 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-04-03 17:11:15,045 - 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-03 17:11:15,334 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.18': '0'}} with
2026-04-03 17:11:15,334 - INFO - Initial checks done. Running the testcase now
2026-04-03 17:11:15,334 - INFO -
2026-04-03 17:11:15,514 - DEBUG - Response for create_network : {'network': {'id': '3c16a1be-758f-45f7-8cd5-637d69dd1d86', 'name': 'ctest-vn1-00428571', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'project_id': 'efff893ff0c34e94a099f333089c9fdb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-56462069', 'ctest-vn1-00428571'], 'port_security_enabled': True, 'description': ''}}
2026-04-03 17:11:15,700 - DEBUG - Response for create_subnet : {'subnet': {'id': '9b1e0dbb-2ce4-4756-916f-904106c95e26', 'name': '', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'network_id': '3c16a1be-758f-45f7-8cd5-637d69dd1d86', 'ip_version': 4, 'cidr': '204.76.34.128/26', 'allocation_pools': [{'start': '204.76.34.130', 'end': '204.76.34.190'}], 'gateway_ip': '204.76.34.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '204.76.34.130', 'tags': [], 'project_id': 'efff893ff0c34e94a099f333089c9fdb'}}
2026-04-03 17:11:15,916 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f6f30e7b-8f14-46f7-9192-436cc080d673', 'name': '', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'network_id': '3c16a1be-758f-45f7-8cd5-637d69dd1d86', 'ip_version': 4, 'cidr': '37.241.22.128/26', 'allocation_pools': [{'start': '37.241.22.130', 'end': '37.241.22.190'}], 'gateway_ip': '37.241.22.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '37.241.22.130', 'tags': [], 'project_id': 'efff893ff0c34e94a099f333089c9fdb'}}
2026-04-03 17:11:15,939 - INFO - Created VN ctest-vn1-00428571
2026-04-03 17:11:15,992 - DEBUG - VN ctest-vn1-00428571 UUID is 3c16a1be-758f-45f7-8cd5-637d69dd1d86
2026-04-03 17:11:16,283 - DEBUG - Response for create_port : {'port': {'name': '6a3d2987-3d65-4ac6-8bc6-5414ef252366', 'id': '6a3d2987-3d65-4ac6-8bc6-5414ef252366', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'network_id': '3c16a1be-758f-45f7-8cd5-637d69dd1d86', 'mac_address': '02:6a:3d:29:87:3d', '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.76.34.133', 'subnet_id': '9b1e0dbb-2ce4-4756-916f-904106c95e26'}], 'security_groups': ['74ec98d2-0533-4dbb-9252-904280d75c35'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'efff893ff0c34e94a099f333089c9fdb'}}
2026-04-03 17:11:16,455 - DEBUG - Response for create_port : {'port': {'name': 'ef4bca05-75cb-4895-b619-779ea55d580f', 'id': 'ef4bca05-75cb-4895-b619-779ea55d580f', 'tenant_id': 'efff893ff0c34e94a099f333089c9fdb', 'network_id': '3c16a1be-758f-45f7-8cd5-637d69dd1d86', 'mac_address': '02:ef:4b:ca:05:75', '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': '37.241.22.133', 'subnet_id': 'f6f30e7b-8f14-46f7-9192-436cc080d673'}], 'security_groups': ['74ec98d2-0533-4dbb-9252-904280d75c35'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'efff893ff0c34e94a099f333089c9fdb'}}
2026-04-03 17:11:16,511 - DEBUG - Services list from nova: [, , ]
2026-04-03 17:11:16,861 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5590-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5590-1)
2026-04-03 17:11:17,289 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5590-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5590-1)
2026-04-03 17:11:17,290 - INFO - Waiting for VM ctest-vn1-vm1-12413610 to be up..
2026-04-03 17:11:17,334 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-04-03 17:11:22,407 - DEBUG - VM is in ACTIVE state now
2026-04-03 17:11:22,407 - INFO - VM name : ctest-vn1-vm1-12413610
2026-04-03 17:11:22,489 - DEBUG - VM ctest-vn1-vm1-12413610 ID is 707179b9-ba8b-42e5-8103-75babc8d3e2f
2026-04-03 17:11:22,507 - DEBUG - VM ctest-vn1-vm1-12413610 launched on Node cn-jenkins-deploy-platform-ansible-os-5590-1
2026-04-03 17:11:22,575 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/707179b9-ba8b-42e5-8103-75babc8d3e2f
2026-04-03 17:11:22,584 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6a3d2987-3d65-4ac6-8bc6-5414ef252366
2026-04-03 17:11:25,834 - 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 1019ms')
2026-04-03 17:11:25,834 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-12413610 failed!
2026-04-03 17:11:25,888 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-56462069:ctest-vn1-00428571 is 204.76.34.129 and allocation pool is NOT set
2026-04-03 17:11:25,888 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-56462069:ctest-vn1-00428571 is 37.241.22.129 and allocation pool is NOT set
2026-04-03 17:11:27,952 - 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=11.9 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.38 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.375/6.650/11.925/5.275 ms')
2026-04-03 17:11:27,952 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-12413610 passed
2026-04-03 17:11:28,100 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 17:11:28,100 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-12413610, IP 204.76.34.133, Port 22
2026-04-03 17:11:28,266 - DEBUG - VM ctest-vn1-vm1-12413610 is ready for SSH connections
2026-04-03 17:11:28,267 - INFO - Waiting for VM ctest-vn1-vm2-86491254 to be up..
2026-04-03 17:11:28,349 - DEBUG - VM is in ACTIVE state now
2026-04-03 17:11:28,349 - INFO - VM name : ctest-vn1-vm2-86491254
2026-04-03 17:11:28,436 - DEBUG - VM ctest-vn1-vm2-86491254 ID is 813d5fe2-0cf7-435d-9931-0476e04751f3
2026-04-03 17:11:28,436 - DEBUG - VM ctest-vn1-vm2-86491254 launched on Node cn-jenkins-deploy-platform-ansible-os-5590-1
2026-04-03 17:11:28,518 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/813d5fe2-0cf7-435d-9931-0476e04751f3
2026-04-03 17:11:28,527 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/ef4bca05-75cb-4895-b619-779ea55d580f
2026-04-03 17:11:29,760 - 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.71 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.411 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.411/2.059/3.708/1.648 ms')
2026-04-03 17:11:29,760 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-86491254 passed
2026-04-03 17:11:29,908 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 17:11:29,908 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-86491254, IP 37.241.22.133, Port 22
2026-04-03 17:11:30,064 - DEBUG - VM ctest-vn1-vm2-86491254 is ready for SSH connections
2026-04-03 17:11:30,064 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 17:11:30,064 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 17:11:30,064 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 17:11:30,064 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 204.76.34.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-04-03 17:11:30,065 - DEBUG - ping -s 56 -c 3 -W 1 204.76.34.133
2026-04-03 17:11:32,737 - DEBUG - PING 204.76.34.133 (204.76.34.133): 56 data bytes
64 bytes from 204.76.34.133: seq=0 ttl=63 time=3.665 ms
64 bytes from 204.76.34.133: seq=1 ttl=63 time=0.993 ms
64 bytes from 204.76.34.133: seq=2 ttl=63 time=0.765 ms
--- 204.76.34.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.765/1.807/3.665 ms
2026-04-03 17:11:32,737 - INFO - Ping to IP 204.76.34.133 from VM ctest-vn1-vm2-86491254 passed
2026-04-03 17:11:32,737 - INFO - Detaching port ef4bca05-75cb-4895-b619-779ea55d580f from VM ctest-vn1-vm2-86491254
2026-04-03 17:11:32,791 - INFO - Deleting VM ctest-vn1-vm2-86491254
2026-04-03 17:11:32,861 - INFO - Detaching port 6a3d2987-3d65-4ac6-8bc6-5414ef252366 from VM ctest-vn1-vm1-12413610
2026-04-03 17:11:32,895 - INFO - Deleting VM ctest-vn1-vm1-12413610
2026-04-03 17:11:33,122 - DEBUG - Response for delete_port : ()
2026-04-03 17:11:33,298 - DEBUG - Response for delete_port : ()
2026-04-03 17:11:33,298 - INFO - Deleting VN ctest-vn1-00428571
2026-04-03 17:11:33,422 - DEBUG - Response for deleting network ()
2026-04-03 17:11:33,689 - DEBUG - No XMPP flaps were noticed during the test
2026-04-03 17:11:33,689 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:18]
2026-04-03 17:11:33,689 - INFO - --------------------------------------------------------------------------------
2026-04-03 17:11:34,368 - INFO - Deleted project: ctest-TestPorts-56462069, ID : efff893f-f0c3-4e94-a099-f333089c9fdb