2026-06-22 02:51:17,679 - INFO - Domain Default found not creating 2026-06-22 02:51:17,824 - INFO - Project ctest-TestPorts-22808222 not found, creating it 2026-06-22 02:51:18,390 - INFO - Created Project:ctest-TestPorts-22808222, ID : b9247dce-2cdb-47a6-a885-bb505b982188 2026-06-22 02:51:20,056 - INFO - ================================================================================ 2026-06-22 02:51:20,056 - INFO - STARTING TEST : test_ports_bindings 2026-06-22 02:51:20,057 - 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-22 02:51:21,320 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.18': '0', '10.20.0.129': '0'}, '10.0.0.22': {'10.20.0.193': '0', '10.20.0.129': '0'}} with 2026-06-22 02:51:21,321 - INFO - Initial checks done. Running the testcase now 2026-06-22 02:51:21,321 - INFO - 2026-06-22 02:51:22,011 - DEBUG - Response for create_network : {'network': {'id': 'fb16a502-7a80-4967-ba93-a3759ff42052', 'name': 'ctest-vn-24947283', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'project_id': 'b9247dce2cdb47a6a885bb505b982188', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-22808222', 'ctest-vn-24947283'], 'port_security_enabled': True, 'description': ''}} 2026-06-22 02:51:22,218 - DEBUG - Response for create_subnet : {'subnet': {'id': '48273f07-2c3e-413b-98b4-b4e645ef83db', 'name': '', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'network_id': 'fb16a502-7a80-4967-ba93-a3759ff42052', 'ip_version': 4, 'cidr': '182.150.6.128/26', 'allocation_pools': [{'start': '182.150.6.130', 'end': '182.150.6.190'}], 'gateway_ip': '182.150.6.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '182.150.6.130', 'tags': [], 'project_id': 'b9247dce2cdb47a6a885bb505b982188'}} 2026-06-22 02:51:22,244 - INFO - Created VN ctest-vn-24947283 2026-06-22 02:51:22,258 - DEBUG - VN ctest-vn-24947283 UUID is fb16a502-7a80-4967-ba93-a3759ff42052 2026-06-22 02:51:22,326 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-22808222', 'ctest-vmi-56731897']} 2026-06-22 02:51:22,662 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-56731897', 'id': 'c12cc35f-0a46-4f62-9e11-7124617c8daf', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'network_id': 'fb16a502-7a80-4967-ba93-a3759ff42052', 'mac_address': '02:c1:2c:c3:5f:0a', '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': '182.150.6.131', 'subnet_id': '48273f07-2c3e-413b-98b4-b4e645ef83db'}], 'security_groups': ['0bb22334-f1f4-4632-9103-324a4e7a245a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b9247dce2cdb47a6a885bb505b982188'}} 2026-06-22 02:51:22,662 - DEBUG - Created port c12cc35f-0a46-4f62-9e11-7124617c8daf 2026-06-22 02:51:22,732 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/c12cc35f-0a46-4f62-9e11-7124617c8daf 2026-06-22 02:51:23,056 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/c12cc35f-0a46-4f62-9e11-7124617c8daf 2026-06-22 02:51:23,095 - INFO - VMI c12cc35f-0a46-4f62-9e11-7124617c8daf verification in API Server passed 2026-06-22 02:51:23,250 - DEBUG - Response for delete_port : () 2026-06-22 02:51:23,250 - INFO - Deleted port c12cc35f-0a46-4f62-9e11-7124617c8daf 2026-06-22 02:51:23,251 - INFO - Deleting VN ctest-vn-24947283 2026-06-22 02:51:23,417 - DEBUG - Response for deleting network () 2026-06-22 02:51:24,725 - DEBUG - No XMPP flaps were noticed during the test 2026-06-22 02:51:24,726 - INFO - END TEST : test_ports_bindings : PASSED[0:00:04] 2026-06-22 02:51:24,726 - INFO - -------------------------------------------------------------------------------- 2026-06-22 02:51:24,729 - INFO - ================================================================================ 2026-06-22 02:51:24,729 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-22 02:51:24,729 - 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-22 02:51:26,012 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.18': '0', '10.20.0.129': '0'}, '10.0.0.22': {'10.20.0.193': '0', '10.20.0.129': '0'}} with 2026-06-22 02:51:26,013 - INFO - Initial checks done. Running the testcase now 2026-06-22 02:51:26,013 - INFO - 2026-06-22 02:51:26,311 - DEBUG - Response for create_network : {'network': {'id': '8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9', 'name': 'ctest-vn1-00026076', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'project_id': 'b9247dce2cdb47a6a885bb505b982188', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-22808222', 'ctest-vn1-00026076'], 'port_security_enabled': True, 'description': ''}} 2026-06-22 02:51:26,581 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ec6ad9b8-ef36-4043-8bf2-8e5ee035a79d', 'name': '', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'network_id': '8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9', 'ip_version': 4, 'cidr': '109.194.100.192/26', 'allocation_pools': [{'start': '109.194.100.194', 'end': '109.194.100.254'}], 'gateway_ip': '109.194.100.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '109.194.100.194', 'tags': [], 'project_id': 'b9247dce2cdb47a6a885bb505b982188'}} 2026-06-22 02:51:26,801 - DEBUG - Response for create_subnet : {'subnet': {'id': '40d9ecf5-2553-4164-aff8-a932034aad91', 'name': '', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'network_id': '8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9', 'ip_version': 4, 'cidr': '179.150.113.192/26', 'allocation_pools': [{'start': '179.150.113.194', 'end': '179.150.113.254'}], 'gateway_ip': '179.150.113.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '179.150.113.194', 'tags': [], 'project_id': 'b9247dce2cdb47a6a885bb505b982188'}} 2026-06-22 02:51:26,832 - INFO - Created VN ctest-vn1-00026076 2026-06-22 02:51:26,842 - DEBUG - VN ctest-vn1-00026076 UUID is 8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9 2026-06-22 02:51:27,175 - DEBUG - Response for create_port : {'port': {'name': '676ffe49-7e71-4a6a-8a23-d54ce5e6034f', 'id': '676ffe49-7e71-4a6a-8a23-d54ce5e6034f', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'network_id': '8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9', 'mac_address': '02:67:6f:fe:49:7e', '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': '109.194.100.197', 'subnet_id': 'ec6ad9b8-ef36-4043-8bf2-8e5ee035a79d'}], 'security_groups': ['0bb22334-f1f4-4632-9103-324a4e7a245a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b9247dce2cdb47a6a885bb505b982188'}} 2026-06-22 02:51:27,415 - DEBUG - Response for create_port : {'port': {'name': '1b4479f2-762f-4fa1-bd2b-ac415054e6de', 'id': '1b4479f2-762f-4fa1-bd2b-ac415054e6de', 'tenant_id': 'b9247dce2cdb47a6a885bb505b982188', 'network_id': '8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9', 'mac_address': '02:1b:44:79:f2:76', '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': '179.150.113.197', 'subnet_id': '40d9ecf5-2553-4164-aff8-a932034aad91'}], 'security_groups': ['0bb22334-f1f4-4632-9103-324a4e7a245a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b9247dce2cdb47a6a885bb505b982188'}} 2026-06-22 02:51:27,470 - DEBUG - Services list from nova: [, , , ] 2026-06-22 02:51:27,855 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6014-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6014-1) 2026-06-22 02:51:28,340 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6014-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6014-2) 2026-06-22 02:51:28,340 - INFO - Waiting for VM ctest-vn1-vm1-29814608 to be up.. 2026-06-22 02:51:28,383 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-22 02:51:33,465 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-22 02:51:38,544 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-22 02:51:43,624 - DEBUG - VM is in ACTIVE state now 2026-06-22 02:51:43,624 - INFO - VM name : ctest-vn1-vm1-29814608 2026-06-22 02:51:43,706 - DEBUG - VM ctest-vn1-vm1-29814608 ID is de65f265-6e2b-483d-82c1-8a6d0b0c1b18 2026-06-22 02:51:43,735 - DEBUG - VM ctest-vn1-vm1-29814608 launched on Node an-jenkins-deploy-platform-ansible-os-6014-1 2026-06-22 02:51:43,823 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine/de65f265-6e2b-483d-82c1-8a6d0b0c1b18 2026-06-22 02:51:44,205 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine/de65f265-6e2b-483d-82c1-8a6d0b0c1b18 2026-06-22 02:51:44,233 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine-interface/676ffe49-7e71-4a6a-8a23-d54ce5e6034f 2026-06-22 02:51:45,393 - 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.11 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.516 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.516/2.814/5.112/2.298 ms') 2026-06-22 02:51:45,393 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-29814608 passed 2026-06-22 02:51:45,460 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-22 02:51:45,460 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-29814608, IP 109.194.100.197, Port 22 2026-06-22 02:51:45,621 - DEBUG - VM ctest-vn1-vm1-29814608 is ready for SSH connections 2026-06-22 02:51:45,621 - INFO - Waiting for VM ctest-vn1-vm2-77304463 to be up.. 2026-06-22 02:51:45,698 - DEBUG - VM is in ACTIVE state now 2026-06-22 02:51:45,698 - INFO - VM name : ctest-vn1-vm2-77304463 2026-06-22 02:51:45,771 - DEBUG - VM ctest-vn1-vm2-77304463 ID is 906e6b95-5971-4be5-b54e-0969a40ba8ce 2026-06-22 02:51:45,771 - DEBUG - VM ctest-vn1-vm2-77304463 launched on Node an-jenkins-deploy-platform-ansible-os-6014-2 2026-06-22 02:51:45,844 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine/906e6b95-5971-4be5-b54e-0969a40ba8ce 2026-06-22 02:51:45,854 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-machine-interface/1b4479f2-762f-4fa1-bd2b-ac415054e6de 2026-06-22 02:51:47,011 - 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.07 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.466 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.466/2.266/4.066/1.800 ms') 2026-06-22 02:51:47,011 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-77304463 passed 2026-06-22 02:51:47,088 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-22 02:51:47,088 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-77304463, IP 179.150.113.197, Port 22 2026-06-22 02:51:47,243 - DEBUG - VM ctest-vn1-vm2-77304463 is ready for SSH connections 2026-06-22 02:51:47,243 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-22 02:51:47,243 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-22 02:51:47,243 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-22 02:51:47,243 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 109.194.100.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123 2026-06-22 02:51:47,243 - DEBUG - ping -s 56 -c 3 -W 1 109.194.100.197 2026-06-22 02:51:50,100 - DEBUG - PING 109.194.100.197 (109.194.100.197): 56 data bytes 64 bytes from 109.194.100.197: seq=0 ttl=63 time=5.526 ms 64 bytes from 109.194.100.197: seq=1 ttl=63 time=1.181 ms 64 bytes from 109.194.100.197: seq=2 ttl=63 time=1.306 ms --- 109.194.100.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.181/2.671/5.526 ms 2026-06-22 02:51:50,100 - INFO - Ping to IP 109.194.100.197 from VM ctest-vn1-vm2-77304463 passed 2026-06-22 02:51:50,100 - INFO - Detaching port 1b4479f2-762f-4fa1-bd2b-ac415054e6de from VM ctest-vn1-vm2-77304463 2026-06-22 02:51:50,161 - INFO - Deleting VM ctest-vn1-vm2-77304463 2026-06-22 02:51:50,241 - INFO - Detaching port 676ffe49-7e71-4a6a-8a23-d54ce5e6034f from VM ctest-vn1-vm1-29814608 2026-06-22 02:51:50,274 - INFO - Deleting VM ctest-vn1-vm1-29814608 2026-06-22 02:51:50,669 - DEBUG - Response for delete_port : () 2026-06-22 02:51:51,002 - DEBUG - Response for delete_port : () 2026-06-22 02:51:51,002 - INFO - Deleting VN ctest-vn1-00026076 2026-06-22 02:51:51,226 - DEBUG - Response for deleting network () 2026-06-22 02:51:52,512 - DEBUG - No XMPP flaps were noticed during the test 2026-06-22 02:51:52,512 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:28] 2026-06-22 02:51:52,512 - INFO - -------------------------------------------------------------------------------- 2026-06-22 02:51:53,408 - INFO - Deleted project: ctest-TestPorts-22808222, ID : b9247dce-2cdb-47a6-a885-bb505b982188