2026-06-19 23:02:46,098 - INFO - Domain Default found not creating 2026-06-19 23:02:46,235 - INFO - Project ctest-TestPorts-51871846 not found, creating it 2026-06-19 23:02:46,701 - INFO - Created Project:ctest-TestPorts-51871846, ID : cc9e0195-274c-429e-bb42-8d4ad8978ec2 2026-06-19 23:02:48,288 - INFO - ================================================================================ 2026-06-19 23:02:48,288 - INFO - STARTING TEST : test_ports_bindings 2026-06-19 23:02:48,289 - 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-19 23:02:48,545 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-06-19 23:02:48,545 - INFO - Initial checks done. Running the testcase now 2026-06-19 23:02:48,545 - INFO - 2026-06-19 23:02:49,128 - DEBUG - Response for create_network : {'network': {'id': '090fc3b1-dd46-4f2f-a501-55268d700a3f', 'name': 'ctest-vn-64894868', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-51871846', 'ctest-vn-64894868'], 'port_security_enabled': True, 'description': ''}} 2026-06-19 23:02:49,318 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b7293883-73e1-4086-af27-e2dc22abf2ba', 'name': '', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'network_id': '090fc3b1-dd46-4f2f-a501-55268d700a3f', 'ip_version': 4, 'cidr': '3.231.193.64/26', 'allocation_pools': [{'start': '3.231.193.66', 'end': '3.231.193.126'}], 'gateway_ip': '3.231.193.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '3.231.193.66', 'tags': [], 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2'}} 2026-06-19 23:02:49,333 - INFO - Created VN ctest-vn-64894868 2026-06-19 23:02:49,384 - DEBUG - VN ctest-vn-64894868 UUID is 090fc3b1-dd46-4f2f-a501-55268d700a3f 2026-06-19 23:02:49,474 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-51871846', 'ctest-vmi-60956221']} 2026-06-19 23:02:49,743 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-60956221', 'id': 'bd787940-5789-4ee3-b294-0f30c1ba3b4e', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'network_id': '090fc3b1-dd46-4f2f-a501-55268d700a3f', 'mac_address': '02:bd:78:79:40:57', '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': '3.231.193.67', 'subnet_id': 'b7293883-73e1-4086-af27-e2dc22abf2ba'}], 'security_groups': ['d60e9e12-d42b-4d63-8c0c-7103957130ed'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2'}} 2026-06-19 23:02:49,743 - DEBUG - Created port bd787940-5789-4ee3-b294-0f30c1ba3b4e 2026-06-19 23:02:49,844 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/bd787940-5789-4ee3-b294-0f30c1ba3b4e 2026-06-19 23:02:50,210 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/bd787940-5789-4ee3-b294-0f30c1ba3b4e 2026-06-19 23:02:50,238 - INFO - VMI bd787940-5789-4ee3-b294-0f30c1ba3b4e verification in API Server passed 2026-06-19 23:02:50,320 - DEBUG - Response for delete_port : () 2026-06-19 23:02:50,320 - INFO - Deleted port bd787940-5789-4ee3-b294-0f30c1ba3b4e 2026-06-19 23:02:50,321 - INFO - Deleting VN ctest-vn-64894868 2026-06-19 23:02:50,407 - DEBUG - Response for deleting network () 2026-06-19 23:02:50,665 - DEBUG - No XMPP flaps were noticed during the test
2026-06-19 23:02:50,665 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-06-19 23:02:50,665 - INFO - -------------------------------------------------------------------------------- 2026-06-19 23:02:50,668 - INFO - ================================================================================ 2026-06-19 23:02:50,668 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-19 23:02:50,668 - 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-19 23:02:50,959 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-06-19 23:02:50,960 - INFO - Initial checks done. Running the testcase now 2026-06-19 23:02:50,960 - INFO - 2026-06-19 23:02:51,126 - DEBUG - Response for create_network : {'network': {'id': '234f0e5c-9d2b-40de-aaa9-f782f8ab7e8a', 'name': 'ctest-vn1-66267721', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-51871846', 'ctest-vn1-66267721'], 'port_security_enabled': True, 'description': ''}} 2026-06-19 23:02:51,295 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e6bbb0fc-fca1-4dc4-ac09-1a78409ccea9', 'name': '', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'network_id': '234f0e5c-9d2b-40de-aaa9-f782f8ab7e8a', 'ip_version': 4, 'cidr': '123.90.41.128/26', 'allocation_pools': [{'start': '123.90.41.130', 'end': '123.90.41.190'}], 'gateway_ip': '123.90.41.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '123.90.41.130', 'tags': [], 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2'}} 2026-06-19 23:02:51,512 - DEBUG - Response for create_subnet : {'subnet': {'id': '76db9277-ff0c-45ab-bc5e-d5fc5cf18b77', 'name': '', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'network_id': '234f0e5c-9d2b-40de-aaa9-f782f8ab7e8a', 'ip_version': 4, 'cidr': '17.46.234.0/26', 'allocation_pools': [{'start': '17.46.234.2', 'end': '17.46.234.62'}], 'gateway_ip': '17.46.234.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '17.46.234.2', 'tags': [], 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2'}} 2026-06-19 23:02:51,530 - INFO - Created VN ctest-vn1-66267721 2026-06-19 23:02:51,580 - DEBUG - VN ctest-vn1-66267721 UUID is 234f0e5c-9d2b-40de-aaa9-f782f8ab7e8a 2026-06-19 23:02:51,905 - DEBUG - Response for create_port : {'port': {'name': '628d8215-a65a-40d7-bb41-e0a4dba2ba5d', 'id': '628d8215-a65a-40d7-bb41-e0a4dba2ba5d', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'network_id': '234f0e5c-9d2b-40de-aaa9-f782f8ab7e8a', 'mac_address': '02:62:8d:82:15:a6', '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': '123.90.41.133', 'subnet_id': 'e6bbb0fc-fca1-4dc4-ac09-1a78409ccea9'}], 'security_groups': ['d60e9e12-d42b-4d63-8c0c-7103957130ed'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2'}} 2026-06-19 23:02:52,078 - DEBUG - Response for create_port : {'port': {'name': 'be922bf1-ae79-4acb-8e15-d095b7536989', 'id': 'be922bf1-ae79-4acb-8e15-d095b7536989', 'tenant_id': 'cc9e0195274c429ebb428d4ad8978ec2', 'network_id': '234f0e5c-9d2b-40de-aaa9-f782f8ab7e8a', 'mac_address': '02:be:92:2b:f1:ae', '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': '17.46.234.5', 'subnet_id': '76db9277-ff0c-45ab-bc5e-d5fc5cf18b77'}], 'security_groups': ['d60e9e12-d42b-4d63-8c0c-7103957130ed'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'cc9e0195274c429ebb428d4ad8978ec2'}} 2026-06-19 23:02:52,128 - DEBUG - Services list from nova: [, , ] 2026-06-19 23:02:52,459 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6008-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6008-1) 2026-06-19 23:02:52,835 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6008-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6008-1) 2026-06-19 23:02:52,835 - INFO - Waiting for VM ctest-vn1-vm1-16399881 to be up.. 2026-06-19 23:02:52,872 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-19 23:02:57,917 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-19 23:03:02,985 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-19 23:03:08,058 - DEBUG - VM is in ACTIVE state now 2026-06-19 23:03:08,058 - INFO - VM name : ctest-vn1-vm1-16399881 2026-06-19 23:03:08,129 - DEBUG - VM ctest-vn1-vm1-16399881 ID is 9002bcba-5be8-4a59-8465-b1924afa59a1 2026-06-19 23:03:08,147 - DEBUG - VM ctest-vn1-vm1-16399881 launched on Node cn-jenkins-deploy-platform-ansible-os-6008-1 2026-06-19 23:03:08,220 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/9002bcba-5be8-4a59-8465-b1924afa59a1 2026-06-19 23:03:08,227 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/628d8215-a65a-40d7-bb41-e0a4dba2ba5d 2026-06-19 23:03:11,472 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1011ms') 2026-06-19 23:03:11,472 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-16399881 failed! 2026-06-19 23:03:11,528 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-51871846:ctest-vn1-66267721 is 123.90.41.129 and allocation pool is NOT set 2026-06-19 23:03:11,528 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-51871846:ctest-vn1-66267721 is 17.46.234.1 and allocation pool is NOT set 2026-06-19 23:03:13,585 - 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.07 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.561 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.561/2.314/4.068/1.753 ms') 2026-06-19 23:03:13,585 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-16399881 passed 2026-06-19 23:03:13,736 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-19 23:03:13,736 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-16399881, IP 123.90.41.133, Port 22 2026-06-19 23:03:13,903 - DEBUG - VM ctest-vn1-vm1-16399881 is ready for SSH connections 2026-06-19 23:03:13,903 - INFO - Waiting for VM ctest-vn1-vm2-27242613 to be up.. 2026-06-19 23:03:13,972 - DEBUG - VM is in ACTIVE state now 2026-06-19 23:03:13,972 - INFO - VM name : ctest-vn1-vm2-27242613 2026-06-19 23:03:14,031 - DEBUG - VM ctest-vn1-vm2-27242613 ID is 146b3bca-2228-4de4-82d3-42aa976fefac 2026-06-19 23:03:14,031 - DEBUG - VM ctest-vn1-vm2-27242613 launched on Node cn-jenkins-deploy-platform-ansible-os-6008-1 2026-06-19 23:03:14,093 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/146b3bca-2228-4de4-82d3-42aa976fefac 2026-06-19 23:03:14,099 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/be922bf1-ae79-4acb-8e15-d095b7536989 2026-06-19 23:03:15,336 - 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=3.29 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.456 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.456/1.871/3.287/1.415 ms') 2026-06-19 23:03:15,336 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-27242613 passed 2026-06-19 23:03:15,484 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-19 23:03:15,484 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-27242613, IP 17.46.234.5, Port 22 2026-06-19 23:03:15,657 - DEBUG - VM ctest-vn1-vm2-27242613 is ready for SSH connections 2026-06-19 23:03:15,657 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-19 23:03:15,657 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-19 23:03:15,657 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-19 23:03:15,657 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 123.90.41.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123 2026-06-19 23:03:15,657 - DEBUG - ping -s 56 -c 3 -W 1 123.90.41.133 2026-06-19 23:03:19,289 - DEBUG - PING 123.90.41.133 (123.90.41.133): 56 data bytes 64 bytes from 123.90.41.133: seq=0 ttl=63 time=4.137 ms 64 bytes from 123.90.41.133: seq=1 ttl=63 time=0.904 ms 64 bytes from 123.90.41.133: seq=2 ttl=63 time=1.071 ms --- 123.90.41.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.904/2.037/4.137 ms 2026-06-19 23:03:19,289 - INFO - Ping to IP 123.90.41.133 from VM ctest-vn1-vm2-27242613 passed 2026-06-19 23:03:19,289 - INFO - Detaching port be922bf1-ae79-4acb-8e15-d095b7536989 from VM ctest-vn1-vm2-27242613 2026-06-19 23:03:19,338 - INFO - Deleting VM ctest-vn1-vm2-27242613 2026-06-19 23:03:19,402 - INFO - Detaching port 628d8215-a65a-40d7-bb41-e0a4dba2ba5d from VM ctest-vn1-vm1-16399881 2026-06-19 23:03:19,437 - INFO - Deleting VM ctest-vn1-vm1-16399881 2026-06-19 23:03:19,655 - DEBUG - Response for delete_port : () 2026-06-19 23:03:19,806 - DEBUG - Response for delete_port : () 2026-06-19 23:03:19,806 - INFO - Deleting VN ctest-vn1-66267721 2026-06-19 23:03:19,906 - DEBUG - Response for deleting network () 2026-06-19 23:03:20,166 - DEBUG - No XMPP flaps were noticed during the test
2026-06-19 23:03:20,168 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:30]
2026-06-19 23:03:20,168 - INFO - -------------------------------------------------------------------------------- 2026-06-19 23:03:20,921 - INFO - Deleted project: ctest-TestPorts-51871846, ID : cc9e0195-274c-429e-bb42-8d4ad8978ec2