2026-06-02 15:32:25,958 - INFO - Domain Default found not creating 2026-06-02 15:32:26,191 - INFO - Project ctest-TestPorts-67814078 not found, creating it 2026-06-02 15:32:26,802 - INFO - Created Project:ctest-TestPorts-67814078, ID : 11cad4d8-14a6-4509-8c00-0f7a8dafadee 2026-06-02 15:32:28,531 - INFO - ================================================================================ 2026-06-02 15:32:28,531 - INFO - STARTING TEST : test_ports_bindings 2026-06-02 15:32:28,532 - 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-02 15:32:29,827 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.192': '0', '10.20.0.18': '0'}, '10.0.0.129': {'10.20.0.201': '0', '10.20.0.192': '0'}} with 2026-06-02 15:32:29,827 - INFO - Initial checks done. Running the testcase now 2026-06-02 15:32:29,827 - INFO - 2026-06-02 15:32:30,569 - DEBUG - Response for create_network : {'network': {'id': 'eaa7b163-592a-47db-8084-31d82b3ba843', 'name': 'ctest-vn-11054419', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'project_id': '11cad4d814a645098c000f7a8dafadee', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-67814078', 'ctest-vn-11054419'], 'port_security_enabled': True, 'description': ''}} 2026-06-02 15:32:30,936 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b1274437-a22d-4056-b14e-0e171f0f31a6', 'name': '', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'network_id': 'eaa7b163-592a-47db-8084-31d82b3ba843', 'ip_version': 4, 'cidr': '46.56.37.0/26', 'allocation_pools': [{'start': '46.56.37.2', 'end': '46.56.37.62'}], 'gateway_ip': '46.56.37.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '46.56.37.2', 'tags': [], 'project_id': '11cad4d814a645098c000f7a8dafadee'}} 2026-06-02 15:32:30,962 - INFO - Created VN ctest-vn-11054419 2026-06-02 15:32:30,977 - DEBUG - VN ctest-vn-11054419 UUID is eaa7b163-592a-47db-8084-31d82b3ba843 2026-06-02 15:32:31,075 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-67814078', 'ctest-vmi-92160325']} 2026-06-02 15:32:31,436 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-92160325', 'id': '4a3dafda-a345-475b-9fa7-4c7aa3df16ec', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'network_id': 'eaa7b163-592a-47db-8084-31d82b3ba843', 'mac_address': '02:4a:3d:af:da:a3', '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': '46.56.37.3', 'subnet_id': 'b1274437-a22d-4056-b14e-0e171f0f31a6'}], 'security_groups': ['c6522240-ca0a-4ddb-8091-fd02f72d92b4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '11cad4d814a645098c000f7a8dafadee'}} 2026-06-02 15:32:31,436 - DEBUG - Created port 4a3dafda-a345-475b-9fa7-4c7aa3df16ec 2026-06-02 15:32:31,634 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/4a3dafda-a345-475b-9fa7-4c7aa3df16ec 2026-06-02 15:32:33,039 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/4a3dafda-a345-475b-9fa7-4c7aa3df16ec 2026-06-02 15:32:33,407 - INFO - VMI 4a3dafda-a345-475b-9fa7-4c7aa3df16ec verification in API Server passed 2026-06-02 15:32:33,593 - DEBUG - Response for delete_port : () 2026-06-02 15:32:33,593 - INFO - Deleted port 4a3dafda-a345-475b-9fa7-4c7aa3df16ec 2026-06-02 15:32:33,593 - INFO - Deleting VN ctest-vn-11054419 2026-06-02 15:32:33,764 - DEBUG - Response for deleting network () 2026-06-02 15:32:35,068 - DEBUG - No XMPP flaps were noticed during the test 2026-06-02 15:32:35,068 - INFO - END TEST : test_ports_bindings : PASSED[0:00:07] 2026-06-02 15:32:35,068 - INFO - -------------------------------------------------------------------------------- 2026-06-02 15:32:35,071 - INFO - ================================================================================ 2026-06-02 15:32:35,071 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-02 15:32:35,072 - 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-02 15:32:36,370 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.192': '0', '10.20.0.18': '0'}, '10.0.0.129': {'10.20.0.201': '0', '10.20.0.192': '0'}} with 2026-06-02 15:32:36,370 - INFO - Initial checks done. Running the testcase now 2026-06-02 15:32:36,370 - INFO - 2026-06-02 15:32:36,708 - DEBUG - Response for create_network : {'network': {'id': '1db4c252-f54a-44c8-98b1-f97150c69ab8', 'name': 'ctest-vn1-63617086', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'project_id': '11cad4d814a645098c000f7a8dafadee', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-67814078', 'ctest-vn1-63617086'], 'port_security_enabled': True, 'description': ''}} 2026-06-02 15:32:36,960 - DEBUG - Response for create_subnet : {'subnet': {'id': '870c0115-7006-471e-8847-ac27bd98e2bf', 'name': '', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'network_id': '1db4c252-f54a-44c8-98b1-f97150c69ab8', 'ip_version': 4, 'cidr': '84.147.48.0/26', 'allocation_pools': [{'start': '84.147.48.2', 'end': '84.147.48.62'}], 'gateway_ip': '84.147.48.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '84.147.48.2', 'tags': [], 'project_id': '11cad4d814a645098c000f7a8dafadee'}} 2026-06-02 15:32:37,239 - DEBUG - Response for create_subnet : {'subnet': {'id': '39b27a5e-6ffd-4698-9040-442faa76e5c9', 'name': '', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'network_id': '1db4c252-f54a-44c8-98b1-f97150c69ab8', 'ip_version': 4, 'cidr': '5.168.137.0/26', 'allocation_pools': [{'start': '5.168.137.2', 'end': '5.168.137.62'}], 'gateway_ip': '5.168.137.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '5.168.137.2', 'tags': [], 'project_id': '11cad4d814a645098c000f7a8dafadee'}} 2026-06-02 15:32:37,265 - INFO - Created VN ctest-vn1-63617086 2026-06-02 15:32:37,277 - DEBUG - VN ctest-vn1-63617086 UUID is 1db4c252-f54a-44c8-98b1-f97150c69ab8 2026-06-02 15:32:37,728 - DEBUG - Response for create_port : {'port': {'name': 'b81c6ea2-cc9f-4d36-bf9e-d0c92308ce0f', 'id': 'b81c6ea2-cc9f-4d36-bf9e-d0c92308ce0f', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'network_id': '1db4c252-f54a-44c8-98b1-f97150c69ab8', 'mac_address': '02:b8:1c:6e:a2:cc', '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': '84.147.48.5', 'subnet_id': '870c0115-7006-471e-8847-ac27bd98e2bf'}], 'security_groups': ['c6522240-ca0a-4ddb-8091-fd02f72d92b4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '11cad4d814a645098c000f7a8dafadee'}} 2026-06-02 15:32:38,112 - DEBUG - Response for create_port : {'port': {'name': 'e909c9c1-b9b9-4734-812d-cc0bca743adf', 'id': 'e909c9c1-b9b9-4734-812d-cc0bca743adf', 'tenant_id': '11cad4d814a645098c000f7a8dafadee', 'network_id': '1db4c252-f54a-44c8-98b1-f97150c69ab8', 'mac_address': '02:e9:09:c9:c1:b9', '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.168.137.5', 'subnet_id': '39b27a5e-6ffd-4698-9040-442faa76e5c9'}], 'security_groups': ['c6522240-ca0a-4ddb-8091-fd02f72d92b4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '11cad4d814a645098c000f7a8dafadee'}} 2026-06-02 15:32:38,197 - DEBUG - Services list from nova: [, , , ] 2026-06-02 15:32:38,835 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5877-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5877-2) 2026-06-02 15:32:39,522 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5877-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5877-1) 2026-06-02 15:32:39,522 - INFO - Waiting for VM ctest-vn1-vm1-81878153 to be up.. 2026-06-02 15:32:39,607 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-02 15:32:44,706 - DEBUG - VM is in ACTIVE state now 2026-06-02 15:32:44,706 - INFO - VM name : ctest-vn1-vm1-81878153 2026-06-02 15:32:44,811 - DEBUG - VM ctest-vn1-vm1-81878153 ID is 7aaff0f9-bdec-498e-94c9-60662d8fcfde 2026-06-02 15:32:44,843 - DEBUG - VM ctest-vn1-vm1-81878153 launched on Node an-jenkins-deploy-platform-ansible-os-5877-2 2026-06-02 15:32:44,968 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/7aaff0f9-bdec-498e-94c9-60662d8fcfde 2026-06-02 15:32:45,285 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/7aaff0f9-bdec-498e-94c9-60662d8fcfde 2026-06-02 15:32:45,328 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/b81c6ea2-cc9f-4d36-bf9e-d0c92308ce0f 2026-06-02 15:32:48,532 - 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 1026ms') 2026-06-02 15:32:48,532 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-81878153 failed! 2026-06-02 15:32:48,548 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-67814078:ctest-vn1-63617086 is 84.147.48.1 and allocation pool is NOT set 2026-06-02 15:32:48,549 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-67814078:ctest-vn1-63617086 is 5.168.137.1 and allocation pool is NOT set 2026-06-02 15:32:50,617 - 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=5.36 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.79 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 2.787/4.071/5.356/1.284 ms') 2026-06-02 15:32:50,617 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-81878153 passed 2026-06-02 15:32:50,692 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-02 15:32:50,692 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-81878153, IP 84.147.48.5, Port 22 2026-06-02 15:32:50,760 - 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-02 15:32:50,859 - DEBUG - VM ctest-vn1-vm1-81878153 is NOT ready for SSH connections, VM status: ACTIVE 2026-06-02 15:32:55,860 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-02 15:32:55,860 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-81878153, IP 84.147.48.5, Port 22 2026-06-02 15:32:56,020 - DEBUG - VM ctest-vn1-vm1-81878153 is ready for SSH connections 2026-06-02 15:32:56,020 - INFO - Waiting for VM ctest-vn1-vm2-65063446 to be up.. 2026-06-02 15:32:56,108 - DEBUG - VM is in ACTIVE state now 2026-06-02 15:32:56,108 - INFO - VM name : ctest-vn1-vm2-65063446 2026-06-02 15:32:56,198 - DEBUG - VM ctest-vn1-vm2-65063446 ID is a9f4f9a6-f802-4012-9227-d08aaf18caea 2026-06-02 15:32:56,199 - DEBUG - VM ctest-vn1-vm2-65063446 launched on Node an-jenkins-deploy-platform-ansible-os-5877-1 2026-06-02 15:32:56,293 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/a9f4f9a6-f802-4012-9227-d08aaf18caea 2026-06-02 15:32:56,306 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/e909c9c1-b9b9-4734-812d-cc0bca743adf 2026-06-02 15:32:57,492 - 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.61 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.368 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.368/2.489/4.610/2.121 ms') 2026-06-02 15:32:57,492 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-65063446 passed 2026-06-02 15:32:57,563 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-02 15:32:57,563 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-65063446, IP 5.168.137.5, Port 22 2026-06-02 15:32:57,731 - DEBUG - VM ctest-vn1-vm2-65063446 is ready for SSH connections 2026-06-02 15:32:57,731 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-02 15:32:57,731 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-02 15:32:57,731 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-02 15:32:57,731 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 84.147.48.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.249, gateway password: c0ntrail123 2026-06-02 15:32:57,731 - DEBUG - ping -s 56 -c 3 -W 1 84.147.48.5 2026-06-02 15:33:00,671 - DEBUG - PING 84.147.48.5 (84.147.48.5): 56 data bytes 64 bytes from 84.147.48.5: seq=0 ttl=63 time=5.785 ms 64 bytes from 84.147.48.5: seq=1 ttl=63 time=1.441 ms 64 bytes from 84.147.48.5: seq=2 ttl=63 time=1.754 ms --- 84.147.48.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.441/2.993/5.785 ms 2026-06-02 15:33:00,671 - INFO - Ping to IP 84.147.48.5 from VM ctest-vn1-vm2-65063446 passed 2026-06-02 15:33:00,671 - INFO - Detaching port e909c9c1-b9b9-4734-812d-cc0bca743adf from VM ctest-vn1-vm2-65063446 2026-06-02 15:33:00,844 - INFO - Deleting VM ctest-vn1-vm2-65063446 2026-06-02 15:33:00,931 - INFO - Detaching port b81c6ea2-cc9f-4d36-bf9e-d0c92308ce0f from VM ctest-vn1-vm1-81878153 2026-06-02 15:33:00,970 - INFO - Deleting VM ctest-vn1-vm1-81878153 2026-06-02 15:33:01,348 - DEBUG - Response for delete_port : () 2026-06-02 15:33:01,678 - DEBUG - Response for delete_port : () 2026-06-02 15:33:01,678 - INFO - Deleting VN ctest-vn1-63617086 2026-06-02 15:33:01,882 - DEBUG - Response for deleting network () 2026-06-02 15:33:03,168 - DEBUG - No XMPP flaps were noticed during the test 2026-06-02 15:33:03,168 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:28] 2026-06-02 15:33:03,168 - INFO - -------------------------------------------------------------------------------- 2026-06-02 15:33:03,930 - INFO - Deleted project: ctest-TestPorts-67814078, ID : 11cad4d8-14a6-4509-8c00-0f7a8dafadee