2026-04-30 02:47:36,069 - INFO - Domain Default found not creating 2026-04-30 02:47:36,272 - INFO - Project ctest-TestPorts-45205564 not found, creating it 2026-04-30 02:47:36,860 - INFO - Created Project:ctest-TestPorts-45205564, ID : bc81c9f4-cdbb-428f-a498-bd82ff3d74eb 2026-04-30 02:47:38,343 - INFO - ================================================================================ 2026-04-30 02:47:38,343 - INFO - STARTING TEST : test_ports_bindings 2026-04-30 02:47:38,343 - 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-04-30 02:47:39,631 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.193': '0', '10.20.0.18': '0'}, '10.0.0.241': {'10.20.0.193': '0', '10.20.0.18': '0'}} with 2026-04-30 02:47:39,631 - INFO - Initial checks done. Running the testcase now 2026-04-30 02:47:39,631 - INFO - 2026-04-30 02:47:40,357 - DEBUG - Response for create_network : {'network': {'id': 'b3c45db3-7e42-4529-beb7-c7f948f5da39', 'name': 'ctest-vn-19530446', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-45205564', 'ctest-vn-19530446'], 'port_security_enabled': True, 'description': ''}} 2026-04-30 02:47:40,645 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ee541da0-f1cf-43b1-a7cf-a4b9fe226d6d', 'name': '', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'network_id': 'b3c45db3-7e42-4529-beb7-c7f948f5da39', 'ip_version': 4, 'cidr': '206.56.22.128/26', 'allocation_pools': [{'start': '206.56.22.130', 'end': '206.56.22.190'}], 'gateway_ip': '206.56.22.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '206.56.22.130', 'tags': [], 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb'}} 2026-04-30 02:47:40,667 - INFO - Created VN ctest-vn-19530446 2026-04-30 02:47:40,681 - DEBUG - VN ctest-vn-19530446 UUID is b3c45db3-7e42-4529-beb7-c7f948f5da39 2026-04-30 02:47:40,754 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-45205564', 'ctest-vmi-62932991']} 2026-04-30 02:47:41,046 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-62932991', 'id': '8ba2f310-ab1a-4452-9a6f-9718221898f9', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'network_id': 'b3c45db3-7e42-4529-beb7-c7f948f5da39', 'mac_address': '02:8b:a2:f3:10:ab', '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': '206.56.22.131', 'subnet_id': 'ee541da0-f1cf-43b1-a7cf-a4b9fe226d6d'}], 'security_groups': ['387e9c93-696e-4ffe-b54a-65c49e802ed5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb'}} 2026-04-30 02:47:41,046 - DEBUG - Created port 8ba2f310-ab1a-4452-9a6f-9718221898f9 2026-04-30 02:47:41,114 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-machine-interface/8ba2f310-ab1a-4452-9a6f-9718221898f9 2026-04-30 02:47:41,415 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-machine-interface/8ba2f310-ab1a-4452-9a6f-9718221898f9 2026-04-30 02:47:41,456 - INFO - VMI 8ba2f310-ab1a-4452-9a6f-9718221898f9 verification in API Server passed 2026-04-30 02:47:41,629 - DEBUG - Response for delete_port : () 2026-04-30 02:47:41,629 - INFO - Deleted port 8ba2f310-ab1a-4452-9a6f-9718221898f9 2026-04-30 02:47:41,630 - INFO - Deleting VN ctest-vn-19530446 2026-04-30 02:47:41,789 - DEBUG - Response for deleting network () 2026-04-30 02:47:43,090 - DEBUG - No XMPP flaps were noticed during the test
2026-04-30 02:47:43,090 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-04-30 02:47:43,090 - INFO - -------------------------------------------------------------------------------- 2026-04-30 02:47:43,093 - INFO - ================================================================================ 2026-04-30 02:47:43,093 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-04-30 02:47:43,093 - 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-04-30 02:47:44,380 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.193': '0', '10.20.0.18': '0'}, '10.0.0.241': {'10.20.0.193': '0', '10.20.0.18': '0'}} with 2026-04-30 02:47:44,381 - INFO - Initial checks done. Running the testcase now 2026-04-30 02:47:44,381 - INFO - 2026-04-30 02:47:44,709 - DEBUG - Response for create_network : {'network': {'id': '24e49721-d51d-44a8-a604-993aa3ced4be', 'name': 'ctest-vn1-96508593', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-45205564', 'ctest-vn1-96508593'], 'port_security_enabled': True, 'description': ''}} 2026-04-30 02:47:44,961 - DEBUG - Response for create_subnet : {'subnet': {'id': '6b43e8c3-871e-489b-8b02-4f99e0650416', 'name': '', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'network_id': '24e49721-d51d-44a8-a604-993aa3ced4be', 'ip_version': 4, 'cidr': '8.243.152.128/26', 'allocation_pools': [{'start': '8.243.152.130', 'end': '8.243.152.190'}], 'gateway_ip': '8.243.152.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '8.243.152.130', 'tags': [], 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb'}} 2026-04-30 02:47:45,207 - DEBUG - Response for create_subnet : {'subnet': {'id': '097c812c-ba14-43a7-9d8f-924e275d7b20', 'name': '', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'network_id': '24e49721-d51d-44a8-a604-993aa3ced4be', 'ip_version': 4, 'cidr': '104.90.111.192/26', 'allocation_pools': [{'start': '104.90.111.194', 'end': '104.90.111.254'}], 'gateway_ip': '104.90.111.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '104.90.111.194', 'tags': [], 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb'}} 2026-04-30 02:47:45,230 - INFO - Created VN ctest-vn1-96508593 2026-04-30 02:47:45,242 - DEBUG - VN ctest-vn1-96508593 UUID is 24e49721-d51d-44a8-a604-993aa3ced4be 2026-04-30 02:47:45,612 - DEBUG - Response for create_port : {'port': {'name': '3c5c5f84-4fa4-4892-bd45-8b3591bead32', 'id': '3c5c5f84-4fa4-4892-bd45-8b3591bead32', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'network_id': '24e49721-d51d-44a8-a604-993aa3ced4be', 'mac_address': '02:3c:5c:5f:84:4f', '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': '8.243.152.133', 'subnet_id': '6b43e8c3-871e-489b-8b02-4f99e0650416'}], 'security_groups': ['387e9c93-696e-4ffe-b54a-65c49e802ed5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb'}} 2026-04-30 02:47:45,893 - DEBUG - Response for create_port : {'port': {'name': 'b0ca98a0-0377-432f-bf4b-4677e9df13ef', 'id': 'b0ca98a0-0377-432f-bf4b-4677e9df13ef', 'tenant_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb', 'network_id': '24e49721-d51d-44a8-a604-993aa3ced4be', 'mac_address': '02:b0:ca:98:a0:03', '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': '104.90.111.197', 'subnet_id': '097c812c-ba14-43a7-9d8f-924e275d7b20'}], 'security_groups': ['387e9c93-696e-4ffe-b54a-65c49e802ed5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bc81c9f4cdbb428fa498bd82ff3d74eb'}} 2026-04-30 02:47:45,949 - DEBUG - Services list from nova: [, , , ] 2026-04-30 02:47:46,358 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5725-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5725-2) 2026-04-30 02:47:46,844 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5725-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5725-1) 2026-04-30 02:47:46,844 - INFO - Waiting for VM ctest-vn1-vm1-15174078 to be up.. 2026-04-30 02:47:46,893 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-04-30 02:47:51,983 - DEBUG - VM is in ACTIVE state now 2026-04-30 02:47:51,983 - INFO - VM name : ctest-vn1-vm1-15174078 2026-04-30 02:47:52,081 - DEBUG - VM ctest-vn1-vm1-15174078 ID is 46ba1b42-3d60-42c8-88ca-b5ec14d58489 2026-04-30 02:47:52,108 - DEBUG - VM ctest-vn1-vm1-15174078 launched on Node an-jenkins-deploy-platform-ansible-os-5725-2 2026-04-30 02:47:52,198 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/46ba1b42-3d60-42c8-88ca-b5ec14d58489 2026-04-30 02:47:52,499 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/46ba1b42-3d60-42c8-88ca-b5ec14d58489 2026-04-30 02:47:52,538 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/3c5c5f84-4fa4-4892-bd45-8b3591bead32 2026-04-30 02:47:55,717 - 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 1023ms') 2026-04-30 02:47:55,717 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-15174078 failed! 2026-04-30 02:47:55,747 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-45205564:ctest-vn1-96508593 is 8.243.152.129 and allocation pool is NOT set 2026-04-30 02:47:55,747 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-45205564:ctest-vn1-96508593 is 104.90.111.193 and allocation pool is NOT set 2026-04-30 02:47:57,810 - 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=12.9 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.645 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 0.645/6.775/12.906/6.130 ms') 2026-04-30 02:47:57,810 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-15174078 passed 2026-04-30 02:47:57,880 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-30 02:47:57,880 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-15174078, IP 8.243.152.133, Port 22 2026-04-30 02:47:58,038 - DEBUG - VM ctest-vn1-vm1-15174078 is ready for SSH connections 2026-04-30 02:47:58,038 - INFO - Waiting for VM ctest-vn1-vm2-81981944 to be up.. 2026-04-30 02:47:58,137 - DEBUG - VM is in ACTIVE state now 2026-04-30 02:47:58,137 - INFO - VM name : ctest-vn1-vm2-81981944 2026-04-30 02:47:58,237 - DEBUG - VM ctest-vn1-vm2-81981944 ID is 396f5744-e5d8-4964-90f3-aea2af0b7a64 2026-04-30 02:47:58,237 - DEBUG - VM ctest-vn1-vm2-81981944 launched on Node an-jenkins-deploy-platform-ansible-os-5725-1 2026-04-30 02:47:58,326 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/396f5744-e5d8-4964-90f3-aea2af0b7a64 2026-04-30 02:47:58,337 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/b0ca98a0-0377-432f-bf4b-4677e9df13ef 2026-04-30 02:47:59,506 - 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.75 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 1002ms\r\nrtt min/avg/max/mdev = 0.979/2.864/4.750/1.885 ms') 2026-04-30 02:47:59,506 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-81981944 passed 2026-04-30 02:47:59,579 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-30 02:47:59,579 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-81981944, IP 104.90.111.197, Port 22 2026-04-30 02:47:59,649 - 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-04-30 02:47:59,733 - DEBUG - VM ctest-vn1-vm2-81981944 is NOT ready for SSH connections, VM status: ACTIVE 2026-04-30 02:48:04,733 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-30 02:48:04,734 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-81981944, IP 104.90.111.197, Port 22 2026-04-30 02:48:04,901 - DEBUG - VM ctest-vn1-vm2-81981944 is ready for SSH connections 2026-04-30 02:48:04,901 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-30 02:48:04,901 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-30 02:48:04,901 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-04-30 02:48:04,901 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 8.243.152.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.19, gateway password: c0ntrail123 2026-04-30 02:48:04,901 - DEBUG - ping -s 56 -c 3 -W 1 8.243.152.133 2026-04-30 02:48:07,907 - DEBUG - PING 8.243.152.133 (8.243.152.133): 56 data bytes 64 bytes from 8.243.152.133: seq=0 ttl=63 time=6.848 ms 64 bytes from 8.243.152.133: seq=1 ttl=63 time=1.997 ms 64 bytes from 8.243.152.133: seq=2 ttl=63 time=1.802 ms --- 8.243.152.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.802/3.549/6.848 ms 2026-04-30 02:48:07,907 - INFO - Ping to IP 8.243.152.133 from VM ctest-vn1-vm2-81981944 passed 2026-04-30 02:48:07,907 - INFO - Detaching port b0ca98a0-0377-432f-bf4b-4677e9df13ef from VM ctest-vn1-vm2-81981944 2026-04-30 02:48:08,084 - INFO - Deleting VM ctest-vn1-vm2-81981944 2026-04-30 02:48:08,151 - INFO - Detaching port 3c5c5f84-4fa4-4892-bd45-8b3591bead32 from VM ctest-vn1-vm1-15174078 2026-04-30 02:48:08,179 - INFO - Deleting VM ctest-vn1-vm1-15174078 2026-04-30 02:48:08,564 - DEBUG - Response for delete_port : () 2026-04-30 02:48:08,838 - DEBUG - Response for delete_port : () 2026-04-30 02:48:08,838 - INFO - Deleting VN ctest-vn1-96508593 2026-04-30 02:48:09,053 - DEBUG - Response for deleting network () 2026-04-30 02:48:10,375 - DEBUG - No XMPP flaps were noticed during the test
2026-04-30 02:48:10,375 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27]
2026-04-30 02:48:10,375 - INFO - -------------------------------------------------------------------------------- 2026-04-30 02:48:11,125 - INFO - Deleted project: ctest-TestPorts-45205564, ID : bc81c9f4-cdbb-428f-a498-bd82ff3d74eb