2026-07-29 10:42:25,444 - INFO - Domain Default found not creating 2026-07-29 10:42:25,671 - INFO - Project ctest-TestPorts-03960582 not found, creating it 2026-07-29 10:42:26,260 - INFO - Created Project:ctest-TestPorts-03960582, ID : 1a96b340-9e95-4cd9-b70f-81abb5bc2d3f 2026-07-29 10:42:28,266 - INFO - ================================================================================ 2026-07-29 10:42:28,266 - INFO - STARTING TEST : test_ports_bindings 2026-07-29 10:42:28,267 - 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-07-29 10:42:28,550 - DEBUG - Nothing to compare xmpp stats {'10.0.0.185': {'10.20.0.25': '0'}} with 2026-07-29 10:42:28,551 - INFO - Initial checks done. Running the testcase now 2026-07-29 10:42:28,551 - INFO - 2026-07-29 10:42:29,302 - DEBUG - Response for create_network : {'network': {'id': 'bc91fd08-3538-4ae5-adab-0f1bd69b6a30', 'name': 'ctest-vn-44698178', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-03960582', 'ctest-vn-44698178'], 'port_security_enabled': True, 'description': ''}} 2026-07-29 10:42:29,501 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ee469abf-bac7-4699-b9ea-2fd6df16add2', 'name': '', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'network_id': 'bc91fd08-3538-4ae5-adab-0f1bd69b6a30', 'ip_version': 4, 'cidr': '218.83.156.64/26', 'allocation_pools': [{'start': '218.83.156.66', 'end': '218.83.156.126'}], 'gateway_ip': '218.83.156.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '218.83.156.66', 'tags': [], 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f'}} 2026-07-29 10:42:29,526 - INFO - Created VN ctest-vn-44698178 2026-07-29 10:42:29,586 - DEBUG - VN ctest-vn-44698178 UUID is bc91fd08-3538-4ae5-adab-0f1bd69b6a30 2026-07-29 10:42:29,714 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-03960582', 'ctest-vmi-86385303']} 2026-07-29 10:42:30,048 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-86385303', 'id': 'e6b66b80-16f5-46b7-bd4e-344e9b3f41c7', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'network_id': 'bc91fd08-3538-4ae5-adab-0f1bd69b6a30', 'mac_address': '02:e6:b6:6b:80:16', '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': '218.83.156.67', 'subnet_id': 'ee469abf-bac7-4699-b9ea-2fd6df16add2'}], 'security_groups': ['448ceed2-4631-49c2-9633-3a32b8222641'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f'}} 2026-07-29 10:42:30,048 - DEBUG - Created port e6b66b80-16f5-46b7-bd4e-344e9b3f41c7 2026-07-29 10:42:30,166 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine-interface/e6b66b80-16f5-46b7-bd4e-344e9b3f41c7 2026-07-29 10:42:30,569 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine-interface/e6b66b80-16f5-46b7-bd4e-344e9b3f41c7 2026-07-29 10:42:30,613 - INFO - VMI e6b66b80-16f5-46b7-bd4e-344e9b3f41c7 verification in API Server passed 2026-07-29 10:42:30,744 - DEBUG - Response for delete_port : () 2026-07-29 10:42:30,744 - INFO - Deleted port e6b66b80-16f5-46b7-bd4e-344e9b3f41c7 2026-07-29 10:42:30,745 - INFO - Deleting VN ctest-vn-44698178 2026-07-29 10:42:30,896 - DEBUG - Response for deleting network () 2026-07-29 10:42:31,172 - DEBUG - No XMPP flaps were noticed during the test
2026-07-29 10:42:31,172 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-07-29 10:42:31,172 - INFO - -------------------------------------------------------------------------------- 2026-07-29 10:42:31,175 - INFO - ================================================================================ 2026-07-29 10:42:31,175 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-07-29 10:42:31,175 - 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-07-29 10:42:31,473 - DEBUG - Nothing to compare xmpp stats {'10.0.0.185': {'10.20.0.25': '0'}} with 2026-07-29 10:42:31,474 - INFO - Initial checks done. Running the testcase now 2026-07-29 10:42:31,474 - INFO - 2026-07-29 10:42:31,719 - DEBUG - Response for create_network : {'network': {'id': 'd3ead451-aa1d-4004-970e-f302be88f4fa', 'name': 'ctest-vn1-78839483', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-03960582', 'ctest-vn1-78839483'], 'port_security_enabled': True, 'description': ''}} 2026-07-29 10:42:31,904 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f64a4611-2337-44ac-a01f-62aacf222338', 'name': '', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'network_id': 'd3ead451-aa1d-4004-970e-f302be88f4fa', 'ip_version': 4, 'cidr': '88.140.23.64/26', 'allocation_pools': [{'start': '88.140.23.66', 'end': '88.140.23.126'}], 'gateway_ip': '88.140.23.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '88.140.23.66', 'tags': [], 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f'}} 2026-07-29 10:42:32,140 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c660e5c5-267f-4e1f-a8d1-13b85254b54c', 'name': '', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'network_id': 'd3ead451-aa1d-4004-970e-f302be88f4fa', 'ip_version': 4, 'cidr': '180.78.46.192/26', 'allocation_pools': [{'start': '180.78.46.194', 'end': '180.78.46.254'}], 'gateway_ip': '180.78.46.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '180.78.46.194', 'tags': [], 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f'}} 2026-07-29 10:42:32,167 - INFO - Created VN ctest-vn1-78839483 2026-07-29 10:42:32,226 - DEBUG - VN ctest-vn1-78839483 UUID is d3ead451-aa1d-4004-970e-f302be88f4fa 2026-07-29 10:42:32,641 - DEBUG - Response for create_port : {'port': {'name': '54378b05-51ff-45d7-87b3-fbe7b98145b9', 'id': '54378b05-51ff-45d7-87b3-fbe7b98145b9', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'network_id': 'd3ead451-aa1d-4004-970e-f302be88f4fa', 'mac_address': '02:54:37:8b:05:51', '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': '88.140.23.69', 'subnet_id': 'f64a4611-2337-44ac-a01f-62aacf222338'}], 'security_groups': ['448ceed2-4631-49c2-9633-3a32b8222641'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f'}} 2026-07-29 10:42:32,918 - DEBUG - Response for create_port : {'port': {'name': '5b315133-e87c-4f20-bb74-b8e3f236ec70', 'id': '5b315133-e87c-4f20-bb74-b8e3f236ec70', 'tenant_id': '1a96b3409e954cd9b70f81abb5bc2d3f', 'network_id': 'd3ead451-aa1d-4004-970e-f302be88f4fa', 'mac_address': '02:5b:31:51:33:e8', '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': '180.78.46.197', 'subnet_id': 'c660e5c5-267f-4e1f-a8d1-13b85254b54c'}], 'security_groups': ['448ceed2-4631-49c2-9633-3a32b8222641'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1a96b3409e954cd9b70f81abb5bc2d3f'}} 2026-07-29 10:42:33,001 - DEBUG - Services list from nova: [, , ] 2026-07-29 10:42:33,467 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6118-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6118-1) 2026-07-29 10:42:34,045 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6118-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6118-1) 2026-07-29 10:42:34,045 - INFO - Waiting for VM ctest-vn1-vm1-96861810 to be up.. 2026-07-29 10:42:34,096 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:42:39,190 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:42:44,278 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:42:49,381 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:42:54,489 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:42:59,592 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:43:04,698 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:43:09,798 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:43:14,894 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-29 10:43:19,991 - DEBUG - VM is in ACTIVE state now 2026-07-29 10:43:19,991 - INFO - VM name : ctest-vn1-vm1-96861810 2026-07-29 10:43:20,097 - DEBUG - VM ctest-vn1-vm1-96861810 ID is 669cf662-0c96-4b14-8bd8-0e0e073e9236 2026-07-29 10:43:20,123 - DEBUG - VM ctest-vn1-vm1-96861810 launched on Node cn-jenkins-deploy-platform-ansible-os-6118-1 2026-07-29 10:43:20,220 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine/669cf662-0c96-4b14-8bd8-0e0e073e9236 2026-07-29 10:43:20,236 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine-interface/54378b05-51ff-45d7-87b3-fbe7b98145b9 2026-07-29 10:43:23,524 - 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 1019ms') 2026-07-29 10:43:23,524 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96861810 failed! 2026-07-29 10:43:23,586 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-03960582:ctest-vn1-78839483 is 88.140.23.65 and allocation pool is NOT set 2026-07-29 10:43:23,586 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-03960582:ctest-vn1-78839483 is 180.78.46.193 and allocation pool is NOT set 2026-07-29 10:43:25,664 - 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.59 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.541 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.541/2.564/4.587/2.023 ms') 2026-07-29 10:43:25,664 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96861810 passed 2026-07-29 10:43:25,826 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-29 10:43:25,826 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-96861810, IP 88.140.23.69, Port 22 2026-07-29 10:43:26,001 - DEBUG - VM ctest-vn1-vm1-96861810 is ready for SSH connections 2026-07-29 10:43:26,001 - INFO - Waiting for VM ctest-vn1-vm2-13289003 to be up.. 2026-07-29 10:43:26,101 - DEBUG - VM is in ACTIVE state now 2026-07-29 10:43:26,101 - INFO - VM name : ctest-vn1-vm2-13289003 2026-07-29 10:43:26,204 - DEBUG - VM ctest-vn1-vm2-13289003 ID is a8ec2439-86de-4938-a719-8a87b5cbec7d 2026-07-29 10:43:26,205 - DEBUG - VM ctest-vn1-vm2-13289003 launched on Node cn-jenkins-deploy-platform-ansible-os-6118-1 2026-07-29 10:43:26,313 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine/a8ec2439-86de-4938-a719-8a87b5cbec7d 2026-07-29 10:43:26,326 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine-interface/5b315133-e87c-4f20-bb74-b8e3f236ec70 2026-07-29 10:43:27,583 - 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=4.01 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.756 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.756/2.383/4.011/1.627 ms') 2026-07-29 10:43:27,583 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-13289003 passed 2026-07-29 10:43:27,742 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-29 10:43:27,742 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-13289003, IP 180.78.46.197, Port 22 2026-07-29 10:43:27,920 - DEBUG - VM ctest-vn1-vm2-13289003 is ready for SSH connections 2026-07-29 10:43:27,920 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-29 10:43:27,921 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-29 10:43:27,921 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-29 10:43:27,921 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 88.140.23.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.185, gateway password: c0ntrail123 2026-07-29 10:43:27,921 - DEBUG - ping -s 56 -c 3 -W 1 88.140.23.69 2026-07-29 10:43:31,028 - DEBUG - PING 88.140.23.69 (88.140.23.69): 56 data bytes 64 bytes from 88.140.23.69: seq=0 ttl=63 time=5.373 ms 64 bytes from 88.140.23.69: seq=1 ttl=63 time=1.545 ms 64 bytes from 88.140.23.69: seq=2 ttl=63 time=1.281 ms --- 88.140.23.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.281/2.733/5.373 ms 2026-07-29 10:43:31,029 - INFO - Ping to IP 88.140.23.69 from VM ctest-vn1-vm2-13289003 passed 2026-07-29 10:43:31,029 - INFO - Detaching port 5b315133-e87c-4f20-bb74-b8e3f236ec70 from VM ctest-vn1-vm2-13289003 2026-07-29 10:43:31,110 - INFO - Deleting VM ctest-vn1-vm2-13289003 2026-07-29 10:43:31,210 - INFO - Detaching port 54378b05-51ff-45d7-87b3-fbe7b98145b9 from VM ctest-vn1-vm1-96861810 2026-07-29 10:43:31,256 - INFO - Deleting VM ctest-vn1-vm1-96861810 2026-07-29 10:43:31,603 - DEBUG - Response for delete_port : () 2026-07-29 10:43:31,896 - DEBUG - Response for delete_port : () 2026-07-29 10:43:31,896 - INFO - Deleting VN ctest-vn1-78839483 2026-07-29 10:43:32,075 - DEBUG - Response for deleting network () 2026-07-29 10:43:32,360 - DEBUG - No XMPP flaps were noticed during the test
2026-07-29 10:43:32,360 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:01]
2026-07-29 10:43:32,360 - INFO - -------------------------------------------------------------------------------- 2026-07-29 10:43:33,317 - INFO - Deleted project: ctest-TestPorts-03960582, ID : 1a96b340-9e95-4cd9-b70f-81abb5bc2d3f