2026-06-01 02:19:43,112 - INFO - Domain Default found not creating 2026-06-01 02:19:43,310 - INFO - Project ctest-TestPorts-09961805 not found, creating it 2026-06-01 02:19:43,914 - INFO - Created Project:ctest-TestPorts-09961805, ID : 9ac29440-8b9b-4f5c-b915-7088dd2627e6 2026-06-01 02:19:45,731 - INFO - ================================================================================ 2026-06-01 02:19:45,731 - INFO - STARTING TEST : test_ports_bindings 2026-06-01 02:19:45,731 - 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-06-01 02:19:47,016 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.193': '0', '10.20.0.129': '0'}, '10.0.0.73': {'10.20.0.193': '0', '10.20.0.129': '0'}} with 2026-06-01 02:19:47,016 - INFO - Initial checks done. Running the testcase now 2026-06-01 02:19:47,016 - INFO - 2026-06-01 02:19:47,674 - DEBUG - Response for create_network : {'network': {'id': 'bcbce816-391c-43bb-8f73-ca307a6cc29d', 'name': 'ctest-vn-10375225', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'project_id': '9ac294408b9b4f5cb9157088dd2627e6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-09961805', 'ctest-vn-10375225'], 'port_security_enabled': True, 'description': ''}} 2026-06-01 02:19:47,957 - DEBUG - Response for create_subnet : {'subnet': {'id': '2805c5e9-38a7-4f03-bea4-4729f21ba636', 'name': '', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'network_id': 'bcbce816-391c-43bb-8f73-ca307a6cc29d', 'ip_version': 4, 'cidr': '133.248.246.192/26', 'allocation_pools': [{'start': '133.248.246.194', 'end': '133.248.246.254'}], 'gateway_ip': '133.248.246.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '133.248.246.194', 'tags': [], 'project_id': '9ac294408b9b4f5cb9157088dd2627e6'}} 2026-06-01 02:19:47,979 - INFO - Created VN ctest-vn-10375225 2026-06-01 02:19:47,990 - DEBUG - VN ctest-vn-10375225 UUID is bcbce816-391c-43bb-8f73-ca307a6cc29d 2026-06-01 02:19:48,063 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-09961805', 'ctest-vmi-72382505']} 2026-06-01 02:19:48,406 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-72382505', 'id': '142f684e-add3-4d8a-a7b7-b7194f9233ae', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'network_id': 'bcbce816-391c-43bb-8f73-ca307a6cc29d', 'mac_address': '02:14:2f:68:4e:ad', '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': '133.248.246.195', 'subnet_id': '2805c5e9-38a7-4f03-bea4-4729f21ba636'}], 'security_groups': ['559677e8-c8b0-4645-b26d-74e891e0eabb'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9ac294408b9b4f5cb9157088dd2627e6'}} 2026-06-01 02:19:48,406 - DEBUG - Created port 142f684e-add3-4d8a-a7b7-b7194f9233ae 2026-06-01 02:19:48,486 - DEBUG - Requesting: http://10.0.0.240:8082/virtual-machine-interface/142f684e-add3-4d8a-a7b7-b7194f9233ae 2026-06-01 02:19:48,793 - DEBUG - Requesting: http://10.0.0.240:8082/virtual-machine-interface/142f684e-add3-4d8a-a7b7-b7194f9233ae 2026-06-01 02:19:48,833 - INFO - VMI 142f684e-add3-4d8a-a7b7-b7194f9233ae verification in API Server passed 2026-06-01 02:19:48,983 - DEBUG - Response for delete_port : () 2026-06-01 02:19:48,983 - INFO - Deleted port 142f684e-add3-4d8a-a7b7-b7194f9233ae 2026-06-01 02:19:48,983 - INFO - Deleting VN ctest-vn-10375225 2026-06-01 02:19:49,167 - DEBUG - Response for deleting network () 2026-06-01 02:19:50,469 - DEBUG - No XMPP flaps were noticed during the test 2026-06-01 02:19:50,469 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05] 2026-06-01 02:19:50,469 - INFO - -------------------------------------------------------------------------------- 2026-06-01 02:19:50,471 - INFO - ================================================================================ 2026-06-01 02:19:50,471 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-01 02:19:50,471 - 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-06-01 02:19:51,750 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.193': '0', '10.20.0.129': '0'}, '10.0.0.73': {'10.20.0.193': '0', '10.20.0.129': '0'}} with 2026-06-01 02:19:51,751 - INFO - Initial checks done. Running the testcase now 2026-06-01 02:19:51,751 - INFO - 2026-06-01 02:19:52,067 - DEBUG - Response for create_network : {'network': {'id': 'e6bef26a-e153-406b-b1eb-98afc97c18df', 'name': 'ctest-vn1-13764664', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'project_id': '9ac294408b9b4f5cb9157088dd2627e6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-09961805', 'ctest-vn1-13764664'], 'port_security_enabled': True, 'description': ''}} 2026-06-01 02:19:52,288 - DEBUG - Response for create_subnet : {'subnet': {'id': '87a43860-abab-4ab5-af3c-f9f71fc86f19', 'name': '', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'network_id': 'e6bef26a-e153-406b-b1eb-98afc97c18df', 'ip_version': 4, 'cidr': '5.205.91.128/26', 'allocation_pools': [{'start': '5.205.91.130', 'end': '5.205.91.190'}], 'gateway_ip': '5.205.91.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '5.205.91.130', 'tags': [], 'project_id': '9ac294408b9b4f5cb9157088dd2627e6'}} 2026-06-01 02:19:52,529 - DEBUG - Response for create_subnet : {'subnet': {'id': 'dda92ec0-70cf-4ee8-8f57-7b913013a63a', 'name': '', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'network_id': 'e6bef26a-e153-406b-b1eb-98afc97c18df', 'ip_version': 4, 'cidr': '188.32.85.128/26', 'allocation_pools': [{'start': '188.32.85.130', 'end': '188.32.85.190'}], 'gateway_ip': '188.32.85.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '188.32.85.130', 'tags': [], 'project_id': '9ac294408b9b4f5cb9157088dd2627e6'}} 2026-06-01 02:19:52,556 - INFO - Created VN ctest-vn1-13764664 2026-06-01 02:19:52,570 - DEBUG - VN ctest-vn1-13764664 UUID is e6bef26a-e153-406b-b1eb-98afc97c18df 2026-06-01 02:19:52,944 - DEBUG - Response for create_port : {'port': {'name': 'bca40e4f-36d6-4888-a558-16afd7fb2103', 'id': 'bca40e4f-36d6-4888-a558-16afd7fb2103', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'network_id': 'e6bef26a-e153-406b-b1eb-98afc97c18df', 'mac_address': '02:bc:a4:0e:4f:36', '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': '5.205.91.133', 'subnet_id': '87a43860-abab-4ab5-af3c-f9f71fc86f19'}], 'security_groups': ['559677e8-c8b0-4645-b26d-74e891e0eabb'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9ac294408b9b4f5cb9157088dd2627e6'}} 2026-06-01 02:19:53,240 - DEBUG - Response for create_port : {'port': {'name': '4abcc1c3-f664-442c-b45b-7ce8a1c14753', 'id': '4abcc1c3-f664-442c-b45b-7ce8a1c14753', 'tenant_id': '9ac294408b9b4f5cb9157088dd2627e6', 'network_id': 'e6bef26a-e153-406b-b1eb-98afc97c18df', 'mac_address': '02:4a:bc:c1:c3:f6', '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': '188.32.85.133', 'subnet_id': 'dda92ec0-70cf-4ee8-8f57-7b913013a63a'}], 'security_groups': ['559677e8-c8b0-4645-b26d-74e891e0eabb'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9ac294408b9b4f5cb9157088dd2627e6'}} 2026-06-01 02:19:53,304 - DEBUG - Services list from nova: [, , , ] 2026-06-01 02:19:53,788 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5860-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5860-2) 2026-06-01 02:19:54,315 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5860-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5860-1) 2026-06-01 02:19:54,315 - INFO - Waiting for VM ctest-vn1-vm1-37983689 to be up.. 2026-06-01 02:19:54,362 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-01 02:19:59,445 - DEBUG - VM is in ACTIVE state now 2026-06-01 02:19:59,445 - INFO - VM name : ctest-vn1-vm1-37983689 2026-06-01 02:19:59,531 - DEBUG - VM ctest-vn1-vm1-37983689 ID is 9d91cb41-706e-49fd-b8f2-95c1a8049a3b 2026-06-01 02:19:59,555 - DEBUG - VM ctest-vn1-vm1-37983689 launched on Node an-jenkins-deploy-platform-ansible-os-5860-2 2026-06-01 02:19:59,636 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/9d91cb41-706e-49fd-b8f2-95c1a8049a3b 2026-06-01 02:19:59,930 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/9d91cb41-706e-49fd-b8f2-95c1a8049a3b 2026-06-01 02:19:59,966 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/bca40e4f-36d6-4888-a558-16afd7fb2103 2026-06-01 02:20:03,139 - 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 1015ms') 2026-06-01 02:20:03,139 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37983689 failed! 2026-06-01 02:20:03,154 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-09961805:ctest-vn1-13764664 is 5.205.91.129 and allocation pool is NOT set 2026-06-01 02:20:03,154 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-09961805:ctest-vn1-13764664 is 188.32.85.129 and allocation pool is NOT set 2026-06-01 02:20:05,224 - 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=10.5 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.969 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.969/5.747/10.525/4.778 ms') 2026-06-01 02:20:05,224 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37983689 passed 2026-06-01 02:20:05,301 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-01 02:20:05,301 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37983689, IP 5.205.91.133, Port 22 2026-06-01 02:20:05,369 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-06-01 02:20:05,455 - DEBUG - VM ctest-vn1-vm1-37983689 is NOT ready for SSH connections, VM status: ACTIVE 2026-06-01 02:20:10,455 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-01 02:20:10,455 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37983689, IP 5.205.91.133, Port 22 2026-06-01 02:20:10,615 - DEBUG - VM ctest-vn1-vm1-37983689 is ready for SSH connections 2026-06-01 02:20:10,615 - INFO - Waiting for VM ctest-vn1-vm2-78409948 to be up.. 2026-06-01 02:20:10,702 - DEBUG - VM is in ACTIVE state now 2026-06-01 02:20:10,702 - INFO - VM name : ctest-vn1-vm2-78409948 2026-06-01 02:20:10,793 - DEBUG - VM ctest-vn1-vm2-78409948 ID is 523c64ee-f446-4a26-8c93-d35f41f42fab 2026-06-01 02:20:10,793 - DEBUG - VM ctest-vn1-vm2-78409948 launched on Node an-jenkins-deploy-platform-ansible-os-5860-1 2026-06-01 02:20:10,992 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/523c64ee-f446-4a26-8c93-d35f41f42fab 2026-06-01 02:20:11,003 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/4abcc1c3-f664-442c-b45b-7ce8a1c14753 2026-06-01 02:20:12,163 - 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.00 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.378 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.378/1.691/3.004/1.313 ms') 2026-06-01 02:20:12,163 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-78409948 passed 2026-06-01 02:20:12,236 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-01 02:20:12,236 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-78409948, IP 188.32.85.133, Port 22 2026-06-01 02:20:12,407 - DEBUG - VM ctest-vn1-vm2-78409948 is ready for SSH connections 2026-06-01 02:20:12,407 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-01 02:20:12,407 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-01 02:20:12,407 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-01 02:20:12,408 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 5.205.91.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.130, gateway password: c0ntrail123 2026-06-01 02:20:12,408 - DEBUG - ping -s 56 -c 3 -W 1 5.205.91.133 2026-06-01 02:20:15,341 - DEBUG - PING 5.205.91.133 (5.205.91.133): 56 data bytes 64 bytes from 5.205.91.133: seq=0 ttl=63 time=6.387 ms 64 bytes from 5.205.91.133: seq=1 ttl=63 time=1.295 ms 64 bytes from 5.205.91.133: seq=2 ttl=63 time=1.309 ms --- 5.205.91.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.295/2.997/6.387 ms 2026-06-01 02:20:15,342 - INFO - Ping to IP 5.205.91.133 from VM ctest-vn1-vm2-78409948 passed 2026-06-01 02:20:15,342 - INFO - Detaching port 4abcc1c3-f664-442c-b45b-7ce8a1c14753 from VM ctest-vn1-vm2-78409948 2026-06-01 02:20:15,551 - INFO - Deleting VM ctest-vn1-vm2-78409948 2026-06-01 02:20:15,620 - INFO - Detaching port bca40e4f-36d6-4888-a558-16afd7fb2103 from VM ctest-vn1-vm1-37983689 2026-06-01 02:20:15,649 - INFO - Deleting VM ctest-vn1-vm1-37983689 2026-06-01 02:20:16,011 - DEBUG - Response for delete_port : () 2026-06-01 02:20:16,361 - DEBUG - Response for delete_port : () 2026-06-01 02:20:16,361 - INFO - Deleting VN ctest-vn1-13764664 2026-06-01 02:20:16,536 - DEBUG - Response for deleting network () 2026-06-01 02:20:17,834 - DEBUG - No XMPP flaps were noticed during the test 2026-06-01 02:20:17,834 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27] 2026-06-01 02:20:17,834 - INFO - -------------------------------------------------------------------------------- 2026-06-01 02:20:18,582 - INFO - Deleted project: ctest-TestPorts-09961805, ID : 9ac29440-8b9b-4f5c-b915-7088dd2627e6