2025-10-17 08:35:55,605 - INFO - Domain Default found not creating
2025-10-17 08:35:55,743 - INFO - Project ctest-TestPorts-34137329 not found, creating it
2025-10-17 08:35:56,175 - INFO - Created Project:ctest-TestPorts-34137329, ID : 85b348d4-8bdf-45d0-b98c-7051b3c87345 
2025-10-17 08:35:57,843 - INFO - ================================================================================
2025-10-17 08:35:57,843 - INFO - STARTING TEST    : test_ports_bindings
2025-10-17 08:35:57,843 - 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
        
2025-10-17 08:35:58,094 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2025-10-17 08:35:58,094 - INFO - Initial checks done. Running the testcase now
2025-10-17 08:35:58,094 - INFO - 
2025-10-17 08:35:58,641 - DEBUG - Response for create_network : {'network': {'id': 'e29d4a08-2f45-4756-a0f4-a4426424c68e', 'name': 'ctest-vn-95960374', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'project_id': '85b348d48bdf45d0b98c7051b3c87345', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-34137329', 'ctest-vn-95960374'], 'port_security_enabled': True, 'description': ''}}
2025-10-17 08:35:58,800 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fa018478-4ff6-4534-8bbb-4183f902c101', 'name': '', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'network_id': 'e29d4a08-2f45-4756-a0f4-a4426424c68e', 'ip_version': 4, 'cidr': '62.182.168.128/26', 'allocation_pools': [{'start': '62.182.168.130', 'end': '62.182.168.190'}], 'gateway_ip': '62.182.168.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '62.182.168.130', 'tags': [], 'project_id': '85b348d48bdf45d0b98c7051b3c87345'}}
2025-10-17 08:35:58,816 - INFO - Created VN ctest-vn-95960374
2025-10-17 08:35:58,866 - DEBUG - VN ctest-vn-95960374 UUID is e29d4a08-2f45-4756-a0f4-a4426424c68e
2025-10-17 08:35:58,970 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-34137329', 'ctest-vmi-87077631']}
2025-10-17 08:35:59,247 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-87077631', 'id': 'bf6e7450-c89f-447a-afa7-06b3c4b075b8', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'network_id': 'e29d4a08-2f45-4756-a0f4-a4426424c68e', 'mac_address': '02:bf:6e:74:50:c8', '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': '62.182.168.131', 'subnet_id': 'fa018478-4ff6-4534-8bbb-4183f902c101'}], 'security_groups': ['6bcd52ef-a157-403e-a422-8ca6dc490ad9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '85b348d48bdf45d0b98c7051b3c87345'}}
2025-10-17 08:35:59,247 - DEBUG - Created port bf6e7450-c89f-447a-afa7-06b3c4b075b8
2025-10-17 08:35:59,350 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/bf6e7450-c89f-447a-afa7-06b3c4b075b8
2025-10-17 08:35:59,651 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/bf6e7450-c89f-447a-afa7-06b3c4b075b8
2025-10-17 08:35:59,688 - INFO - VMI bf6e7450-c89f-447a-afa7-06b3c4b075b8 verification in API Server passed
2025-10-17 08:35:59,769 - DEBUG - Response for delete_port : ()
2025-10-17 08:35:59,769 - INFO - Deleted port bf6e7450-c89f-447a-afa7-06b3c4b075b8
2025-10-17 08:35:59,769 - INFO - Deleting VN ctest-vn-95960374 
2025-10-17 08:35:59,861 - DEBUG - Response for deleting network ()
2025-10-17 08:36:00,123 - DEBUG - No XMPP flaps were noticed during the test
2025-10-17 08:36:00,123 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-17 08:36:00,123 - INFO - --------------------------------------------------------------------------------
2025-10-17 08:36:00,125 - INFO - ================================================================================
2025-10-17 08:36:00,125 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-17 08:36:00,125 - 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
        
2025-10-17 08:36:00,411 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2025-10-17 08:36:00,411 - INFO - Initial checks done. Running the testcase now
2025-10-17 08:36:00,411 - INFO - 
2025-10-17 08:36:00,575 - DEBUG - Response for create_network : {'network': {'id': 'c56ecc76-26ea-4126-86e0-9822767f10c4', 'name': 'ctest-vn1-54568169', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'project_id': '85b348d48bdf45d0b98c7051b3c87345', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-34137329', 'ctest-vn1-54568169'], 'port_security_enabled': True, 'description': ''}}
2025-10-17 08:36:00,722 - DEBUG - Response for create_subnet : {'subnet': {'id': '06f2050a-3ff6-4159-8134-b9f83b203b54', 'name': '', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'network_id': 'c56ecc76-26ea-4126-86e0-9822767f10c4', 'ip_version': 4, 'cidr': '107.189.18.64/26', 'allocation_pools': [{'start': '107.189.18.66', 'end': '107.189.18.126'}], 'gateway_ip': '107.189.18.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '107.189.18.66', 'tags': [], 'project_id': '85b348d48bdf45d0b98c7051b3c87345'}}
2025-10-17 08:36:00,907 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd4e670e3-3af8-443c-9579-90c81d48f8a3', 'name': '', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'network_id': 'c56ecc76-26ea-4126-86e0-9822767f10c4', 'ip_version': 4, 'cidr': '185.103.61.64/26', 'allocation_pools': [{'start': '185.103.61.66', 'end': '185.103.61.126'}], 'gateway_ip': '185.103.61.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '185.103.61.66', 'tags': [], 'project_id': '85b348d48bdf45d0b98c7051b3c87345'}}
2025-10-17 08:36:00,925 - INFO - Created VN ctest-vn1-54568169
2025-10-17 08:36:00,973 - DEBUG - VN ctest-vn1-54568169 UUID is c56ecc76-26ea-4126-86e0-9822767f10c4
2025-10-17 08:36:01,253 - DEBUG - Response for create_port : {'port': {'name': '0b5c6b25-7c9b-4e96-b6ac-296a11be99f6', 'id': '0b5c6b25-7c9b-4e96-b6ac-296a11be99f6', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'network_id': 'c56ecc76-26ea-4126-86e0-9822767f10c4', 'mac_address': '02:0b:5c:6b:25:7c', '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.189.18.69', 'subnet_id': '06f2050a-3ff6-4159-8134-b9f83b203b54'}], 'security_groups': ['6bcd52ef-a157-403e-a422-8ca6dc490ad9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '85b348d48bdf45d0b98c7051b3c87345'}}
2025-10-17 08:36:01,410 - DEBUG - Response for create_port : {'port': {'name': '03afc723-5fd4-4e9c-9049-c66a4d413b51', 'id': '03afc723-5fd4-4e9c-9049-c66a4d413b51', 'tenant_id': '85b348d48bdf45d0b98c7051b3c87345', 'network_id': 'c56ecc76-26ea-4126-86e0-9822767f10c4', 'mac_address': '02:03:af:c7:23:5f', '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': '185.103.61.69', 'subnet_id': 'd4e670e3-3af8-443c-9579-90c81d48f8a3'}], 'security_groups': ['6bcd52ef-a157-403e-a422-8ca6dc490ad9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '85b348d48bdf45d0b98c7051b3c87345'}}
2025-10-17 08:36:01,460 - DEBUG - Services list from nova: [, , ]
2025-10-17 08:36:01,787 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4353-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4353-1)
2025-10-17 08:36:02,294 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4353-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4353-1)
2025-10-17 08:36:02,294 - INFO - Waiting for VM ctest-vn1-vm1-27614830 to be up..
2025-10-17 08:36:02,332 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-17 08:36:07,404 - DEBUG - VM  is in ACTIVE state now
2025-10-17 08:36:07,404 - INFO - VM name : ctest-vn1-vm1-27614830
2025-10-17 08:36:07,475 - DEBUG - VM ctest-vn1-vm1-27614830 ID is 5776eb8a-5c22-4f71-ad49-7787c40cd37f
2025-10-17 08:36:07,493 - DEBUG - VM ctest-vn1-vm1-27614830 launched on Node cn-jenkins-deploy-platform-ansible-os-4353-1
2025-10-17 08:36:07,566 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/5776eb8a-5c22-4f71-ad49-7787c40cd37f
2025-10-17 08:36:07,575 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/0b5c6b25-7c9b-4e96-b6ac-296a11be99f6
2025-10-17 08:36:10,826 - 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 1013ms')
2025-10-17 08:36:10,826 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-27614830 failed!
2025-10-17 08:36:10,882 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-34137329:ctest-vn1-54568169 is 107.189.18.65 and allocation pool is NOT set
2025-10-17 08:36:10,882 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-34137329:ctest-vn1-54568169 is 185.103.61.65 and allocation pool is NOT set
2025-10-17 08:36:12,946 - 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.38 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.979 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.979/2.681/4.383/1.702 ms')
2025-10-17 08:36:12,946 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-27614830 passed
2025-10-17 08:36:13,094 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-17 08:36:13,094 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-27614830, IP 107.189.18.69, Port 22
2025-10-17 08:36:13,250 - DEBUG - VM ctest-vn1-vm1-27614830 is ready for SSH connections
2025-10-17 08:36:13,250 - INFO - Waiting for VM ctest-vn1-vm2-58982309 to be up..
2025-10-17 08:36:13,329 - DEBUG - VM  is in ACTIVE state now
2025-10-17 08:36:13,329 - INFO - VM name : ctest-vn1-vm2-58982309
2025-10-17 08:36:13,400 - DEBUG - VM ctest-vn1-vm2-58982309 ID is 8cb4becb-e6e0-49f4-9a4f-d99bb95f1fcd
2025-10-17 08:36:13,400 - DEBUG - VM ctest-vn1-vm2-58982309 launched on Node cn-jenkins-deploy-platform-ansible-os-4353-1
2025-10-17 08:36:13,469 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/8cb4becb-e6e0-49f4-9a4f-d99bb95f1fcd
2025-10-17 08:36:13,477 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/03afc723-5fd4-4e9c-9049-c66a4d413b51
2025-10-17 08:36:14,711 - 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.14 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.808 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.808/1.976/3.144/1.168 ms')
2025-10-17 08:36:14,711 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-58982309 passed
2025-10-17 08:36:14,862 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-17 08:36:14,862 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-58982309, IP 185.103.61.69, Port 22
2025-10-17 08:36:15,013 - DEBUG - VM ctest-vn1-vm2-58982309 is ready for SSH connections
2025-10-17 08:36:15,013 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-17 08:36:15,013 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-17 08:36:15,013 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-17 08:36:15,013 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  107.189.18.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-17 08:36:15,013 - DEBUG - ping -s 56 -c 3 -W 1  107.189.18.69
2025-10-17 08:36:17,667 - DEBUG - PING 107.189.18.69 (107.189.18.69): 56 data bytes
64 bytes from 107.189.18.69: seq=0 ttl=63 time=4.201 ms
64 bytes from 107.189.18.69: seq=1 ttl=63 time=0.945 ms
64 bytes from 107.189.18.69: seq=2 ttl=63 time=0.702 ms
--- 107.189.18.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.702/1.949/4.201 ms
2025-10-17 08:36:17,668 - INFO - Ping to IP 107.189.18.69 from VM ctest-vn1-vm2-58982309 passed
2025-10-17 08:36:17,668 - INFO - Detaching port 03afc723-5fd4-4e9c-9049-c66a4d413b51 from VM ctest-vn1-vm2-58982309
2025-10-17 08:36:17,720 - INFO - Deleting VM ctest-vn1-vm2-58982309
2025-10-17 08:36:17,793 - INFO - Detaching port 0b5c6b25-7c9b-4e96-b6ac-296a11be99f6 from VM ctest-vn1-vm1-27614830
2025-10-17 08:36:17,825 - INFO - Deleting VM ctest-vn1-vm1-27614830
2025-10-17 08:36:18,049 - DEBUG - Response for delete_port : ()
2025-10-17 08:36:18,192 - DEBUG - Response for delete_port : ()
2025-10-17 08:36:18,192 - INFO - Deleting VN ctest-vn1-54568169 
2025-10-17 08:36:18,324 - DEBUG - Response for deleting network ()
2025-10-17 08:36:18,578 - DEBUG - No XMPP flaps were noticed during the test
2025-10-17 08:36:18,578 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:18]
2025-10-17 08:36:18,578 - INFO - --------------------------------------------------------------------------------
2025-10-17 08:36:19,229 - INFO - Deleted project: ctest-TestPorts-34137329, ID : 85b348d4-8bdf-45d0-b98c-7051b3c87345