2026-05-04 02:20:54,030 - INFO - Domain Default found not creating 2026-05-04 02:20:54,219 - INFO - Project ctest-TestPorts-18423136 not found, creating it 2026-05-04 02:20:54,706 - INFO - Created Project:ctest-TestPorts-18423136, ID : 6d22e042-0d0c-4d12-b908-dfcc0106c87a 2026-05-04 02:20:56,338 - INFO - ================================================================================ 2026-05-04 02:20:56,338 - INFO - STARTING TEST : test_ports_bindings 2026-05-04 02:20:56,338 - 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-05-04 02:20:56,603 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.25': '0'}} with 2026-05-04 02:20:56,603 - INFO - Initial checks done. Running the testcase now 2026-05-04 02:20:56,603 - INFO - 2026-05-04 02:20:57,187 - DEBUG - Response for create_network : {'network': {'id': 'fd7c8a80-fae4-4e7e-aaeb-0e4f7904b95e', 'name': 'ctest-vn-58640610', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-18423136', 'ctest-vn-58640610'], 'port_security_enabled': True, 'description': ''}} 2026-05-04 02:20:57,337 - DEBUG - Response for create_subnet : {'subnet': {'id': '0884e18d-cadc-4f7f-890a-5de257e245d5', 'name': '', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'network_id': 'fd7c8a80-fae4-4e7e-aaeb-0e4f7904b95e', 'ip_version': 4, 'cidr': '132.171.90.64/26', 'allocation_pools': [{'start': '132.171.90.66', 'end': '132.171.90.126'}], 'gateway_ip': '132.171.90.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '132.171.90.66', 'tags': [], 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a'}} 2026-05-04 02:20:57,354 - INFO - Created VN ctest-vn-58640610 2026-05-04 02:20:57,405 - DEBUG - VN ctest-vn-58640610 UUID is fd7c8a80-fae4-4e7e-aaeb-0e4f7904b95e 2026-05-04 02:20:57,511 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-18423136', 'ctest-vmi-10898145']} 2026-05-04 02:20:57,749 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-10898145', 'id': 'e00daf8d-23f2-4b7c-9a0d-080b2334f94a', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'network_id': 'fd7c8a80-fae4-4e7e-aaeb-0e4f7904b95e', 'mac_address': '02:e0:0d:af:8d:23', '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': '132.171.90.67', 'subnet_id': '0884e18d-cadc-4f7f-890a-5de257e245d5'}], 'security_groups': ['0cdb70b6-0273-4af4-bcf6-12600ea9863c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a'}} 2026-05-04 02:20:57,749 - DEBUG - Created port e00daf8d-23f2-4b7c-9a0d-080b2334f94a 2026-05-04 02:20:57,853 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine-interface/e00daf8d-23f2-4b7c-9a0d-080b2334f94a 2026-05-04 02:20:58,167 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine-interface/e00daf8d-23f2-4b7c-9a0d-080b2334f94a 2026-05-04 02:20:58,199 - INFO - VMI e00daf8d-23f2-4b7c-9a0d-080b2334f94a verification in API Server passed 2026-05-04 02:20:58,289 - DEBUG - Response for delete_port : () 2026-05-04 02:20:58,290 - INFO - Deleted port e00daf8d-23f2-4b7c-9a0d-080b2334f94a 2026-05-04 02:20:58,290 - INFO - Deleting VN ctest-vn-58640610 2026-05-04 02:20:58,388 - DEBUG - Response for deleting network () 2026-05-04 02:20:58,647 - DEBUG - No XMPP flaps were noticed during the test 2026-05-04 02:20:58,647 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-05-04 02:20:58,647 - INFO - -------------------------------------------------------------------------------- 2026-05-04 02:20:58,650 - INFO - ================================================================================ 2026-05-04 02:20:58,650 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-04 02:20:58,650 - 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-05-04 02:20:58,954 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.25': '0'}} with 2026-05-04 02:20:58,954 - INFO - Initial checks done. Running the testcase now 2026-05-04 02:20:58,954 - INFO - 2026-05-04 02:20:59,131 - DEBUG - Response for create_network : {'network': {'id': '5029bd9c-8f78-4a54-8eb2-ff9a31faf2c0', 'name': 'ctest-vn1-94023416', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-18423136', 'ctest-vn1-94023416'], 'port_security_enabled': True, 'description': ''}} 2026-05-04 02:20:59,294 - DEBUG - Response for create_subnet : {'subnet': {'id': '35162d5e-6c82-429c-863d-ae0c5cf382dd', 'name': '', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'network_id': '5029bd9c-8f78-4a54-8eb2-ff9a31faf2c0', 'ip_version': 4, 'cidr': '145.176.156.128/26', 'allocation_pools': [{'start': '145.176.156.130', 'end': '145.176.156.190'}], 'gateway_ip': '145.176.156.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '145.176.156.130', 'tags': [], 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a'}} 2026-05-04 02:20:59,468 - DEBUG - Response for create_subnet : {'subnet': {'id': '0e8d22a6-40e4-48e2-93ee-2491a4799089', 'name': '', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'network_id': '5029bd9c-8f78-4a54-8eb2-ff9a31faf2c0', 'ip_version': 4, 'cidr': '211.48.123.0/26', 'allocation_pools': [{'start': '211.48.123.2', 'end': '211.48.123.62'}], 'gateway_ip': '211.48.123.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '211.48.123.2', 'tags': [], 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a'}} 2026-05-04 02:20:59,487 - INFO - Created VN ctest-vn1-94023416 2026-05-04 02:20:59,537 - DEBUG - VN ctest-vn1-94023416 UUID is 5029bd9c-8f78-4a54-8eb2-ff9a31faf2c0 2026-05-04 02:20:59,842 - DEBUG - Response for create_port : {'port': {'name': 'c493954d-b547-4cd3-9189-b36be9627f4f', 'id': 'c493954d-b547-4cd3-9189-b36be9627f4f', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'network_id': '5029bd9c-8f78-4a54-8eb2-ff9a31faf2c0', 'mac_address': '02:c4:93:95:4d:b5', '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': '145.176.156.133', 'subnet_id': '35162d5e-6c82-429c-863d-ae0c5cf382dd'}], 'security_groups': ['0cdb70b6-0273-4af4-bcf6-12600ea9863c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a'}} 2026-05-04 02:21:00,022 - DEBUG - Response for create_port : {'port': {'name': '7a06144f-174f-4bdc-bb2c-06098857c772', 'id': '7a06144f-174f-4bdc-bb2c-06098857c772', 'tenant_id': '6d22e0420d0c4d12b908dfcc0106c87a', 'network_id': '5029bd9c-8f78-4a54-8eb2-ff9a31faf2c0', 'mac_address': '02:7a:06:14:4f:17', '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': '211.48.123.5', 'subnet_id': '0e8d22a6-40e4-48e2-93ee-2491a4799089'}], 'security_groups': ['0cdb70b6-0273-4af4-bcf6-12600ea9863c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6d22e0420d0c4d12b908dfcc0106c87a'}} 2026-05-04 02:21:00,080 - DEBUG - Services list from nova: [, , ] 2026-05-04 02:21:00,452 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5741-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5741-1) 2026-05-04 02:21:00,948 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5741-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5741-1) 2026-05-04 02:21:00,948 - INFO - Waiting for VM ctest-vn1-vm1-37667325 to be up.. 2026-05-04 02:21:00,999 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-04 02:21:06,081 - DEBUG - VM is in ACTIVE state now 2026-05-04 02:21:06,081 - INFO - VM name : ctest-vn1-vm1-37667325 2026-05-04 02:21:06,157 - DEBUG - VM ctest-vn1-vm1-37667325 ID is 8e6b7adb-522f-46e3-b5e4-5c9c37a7db45 2026-05-04 02:21:06,178 - DEBUG - VM ctest-vn1-vm1-37667325 launched on Node cn-jenkins-deploy-platform-ansible-os-5741-1 2026-05-04 02:21:06,251 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine/8e6b7adb-522f-46e3-b5e4-5c9c37a7db45 2026-05-04 02:21:06,259 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine-interface/c493954d-b547-4cd3-9189-b36be9627f4f 2026-05-04 02:21:09,511 - 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-05-04 02:21:09,512 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37667325 failed! 2026-05-04 02:21:09,565 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-18423136:ctest-vn1-94023416 is 145.176.156.129 and allocation pool is NOT set 2026-05-04 02:21:09,565 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-18423136:ctest-vn1-94023416 is 211.48.123.1 and allocation pool is NOT set 2026-05-04 02:21:13,641 - 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=7.28 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1014ms\r\nrtt min/avg/max/mdev = 7.278/7.278/7.278/0.000 ms') 2026-05-04 02:21:13,641 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37667325 passed 2026-05-04 02:21:13,793 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-04 02:21:13,793 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37667325, IP 145.176.156.133, Port 22 2026-05-04 02:21:13,952 - DEBUG - VM ctest-vn1-vm1-37667325 is ready for SSH connections 2026-05-04 02:21:13,952 - INFO - Waiting for VM ctest-vn1-vm2-89761842 to be up.. 2026-05-04 02:21:14,037 - DEBUG - VM is in ACTIVE state now 2026-05-04 02:21:14,038 - INFO - VM name : ctest-vn1-vm2-89761842 2026-05-04 02:21:14,117 - DEBUG - VM ctest-vn1-vm2-89761842 ID is 8941337d-b13b-4f8e-84a0-0f6fdd574ace 2026-05-04 02:21:14,117 - DEBUG - VM ctest-vn1-vm2-89761842 launched on Node cn-jenkins-deploy-platform-ansible-os-5741-1 2026-05-04 02:21:14,191 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine/8941337d-b13b-4f8e-84a0-0f6fdd574ace 2026-05-04 02:21:14,199 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine-interface/7a06144f-174f-4bdc-bb2c-06098857c772 2026-05-04 02:21:15,443 - 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.34 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.471 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.471/1.906/3.342/1.435 ms') 2026-05-04 02:21:15,443 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-89761842 passed 2026-05-04 02:21:15,597 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-04 02:21:15,598 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-89761842, IP 211.48.123.5, Port 22 2026-05-04 02:21:15,752 - DEBUG - VM ctest-vn1-vm2-89761842 is ready for SSH connections 2026-05-04 02:21:15,752 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-04 02:21:15,753 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-04 02:21:15,753 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-04 02:21:15,753 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 145.176.156.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.241, gateway password: c0ntrail123 2026-05-04 02:21:15,753 - DEBUG - ping -s 56 -c 3 -W 1 145.176.156.133 2026-05-04 02:21:18,447 - DEBUG - PING 145.176.156.133 (145.176.156.133): 56 data bytes 64 bytes from 145.176.156.133: seq=0 ttl=63 time=4.798 ms 64 bytes from 145.176.156.133: seq=1 ttl=63 time=1.352 ms 64 bytes from 145.176.156.133: seq=2 ttl=63 time=1.125 ms --- 145.176.156.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.125/2.425/4.798 ms 2026-05-04 02:21:18,447 - INFO - Ping to IP 145.176.156.133 from VM ctest-vn1-vm2-89761842 passed 2026-05-04 02:21:18,447 - INFO - Detaching port 7a06144f-174f-4bdc-bb2c-06098857c772 from VM ctest-vn1-vm2-89761842 2026-05-04 02:21:18,499 - INFO - Deleting VM ctest-vn1-vm2-89761842 2026-05-04 02:21:18,574 - INFO - Detaching port c493954d-b547-4cd3-9189-b36be9627f4f from VM ctest-vn1-vm1-37667325 2026-05-04 02:21:18,611 - INFO - Deleting VM ctest-vn1-vm1-37667325 2026-05-04 02:21:18,872 - DEBUG - Response for delete_port : () 2026-05-04 02:21:19,021 - DEBUG - Response for delete_port : () 2026-05-04 02:21:19,021 - INFO - Deleting VN ctest-vn1-94023416 2026-05-04 02:21:19,154 - DEBUG - Response for deleting network () 2026-05-04 02:21:19,414 - DEBUG - No XMPP flaps were noticed during the test 2026-05-04 02:21:19,414 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21] 2026-05-04 02:21:19,414 - INFO - -------------------------------------------------------------------------------- 2026-05-04 02:21:20,373 - INFO - Deleted project: ctest-TestPorts-18423136, ID : 6d22e042-0d0c-4d12-b908-dfcc0106c87a