2026-05-11 02:19:04,624 - INFO - Domain Default found not creating 2026-05-11 02:19:04,839 - INFO - Project ctest-TestPorts-43905096 not found, creating it 2026-05-11 02:19:05,327 - INFO - Created Project:ctest-TestPorts-43905096, ID : f215e73a-22e7-434b-ba4f-322c1b081baa 2026-05-11 02:19:06,973 - INFO - ================================================================================ 2026-05-11 02:19:06,973 - INFO - STARTING TEST : test_ports_bindings 2026-05-11 02:19:06,973 - 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-05-11 02:19:07,236 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.14': '0'}} with 2026-05-11 02:19:07,236 - INFO - Initial checks done. Running the testcase now 2026-05-11 02:19:07,236 - INFO - 2026-05-11 02:19:07,829 - DEBUG - Response for create_network : {'network': {'id': '413f412d-7147-40f7-8165-2f76af8aa050', 'name': 'ctest-vn-15340211', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'project_id': 'f215e73a22e7434bba4f322c1b081baa', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-43905096', 'ctest-vn-15340211'], 'port_security_enabled': True, 'description': ''}} 2026-05-11 02:19:08,055 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b8df3dec-2b09-42b6-bfd7-611de8874430', 'name': '', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'network_id': '413f412d-7147-40f7-8165-2f76af8aa050', 'ip_version': 4, 'cidr': '170.146.9.64/26', 'allocation_pools': [{'start': '170.146.9.66', 'end': '170.146.9.126'}], 'gateway_ip': '170.146.9.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '170.146.9.66', 'tags': [], 'project_id': 'f215e73a22e7434bba4f322c1b081baa'}} 2026-05-11 02:19:08,075 - INFO - Created VN ctest-vn-15340211 2026-05-11 02:19:08,128 - DEBUG - VN ctest-vn-15340211 UUID is 413f412d-7147-40f7-8165-2f76af8aa050 2026-05-11 02:19:08,245 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-43905096', 'ctest-vmi-82351645']} 2026-05-11 02:19:08,949 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-82351645', 'id': 'bb1e337f-d7b8-4155-a786-db4ee1e7ddcc', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'network_id': '413f412d-7147-40f7-8165-2f76af8aa050', 'mac_address': '02:bb:1e:33:7f:d7', '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': '170.146.9.67', 'subnet_id': 'b8df3dec-2b09-42b6-bfd7-611de8874430'}], 'security_groups': ['77439a01-937b-4cbe-9ad3-f4a63457e0d1'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f215e73a22e7434bba4f322c1b081baa'}} 2026-05-11 02:19:08,949 - DEBUG - Created port bb1e337f-d7b8-4155-a786-db4ee1e7ddcc 2026-05-11 02:19:09,080 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/bb1e337f-d7b8-4155-a786-db4ee1e7ddcc 2026-05-11 02:19:09,388 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/bb1e337f-d7b8-4155-a786-db4ee1e7ddcc 2026-05-11 02:19:09,427 - INFO - VMI bb1e337f-d7b8-4155-a786-db4ee1e7ddcc verification in API Server passed 2026-05-11 02:19:09,529 - DEBUG - Response for delete_port : () 2026-05-11 02:19:09,529 - INFO - Deleted port bb1e337f-d7b8-4155-a786-db4ee1e7ddcc 2026-05-11 02:19:09,530 - INFO - Deleting VN ctest-vn-15340211 2026-05-11 02:19:09,670 - DEBUG - Response for deleting network () 2026-05-11 02:19:09,940 - DEBUG - No XMPP flaps were noticed during the test
2026-05-11 02:19:09,940 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-05-11 02:19:09,940 - INFO - -------------------------------------------------------------------------------- 2026-05-11 02:19:09,944 - INFO - ================================================================================ 2026-05-11 02:19:09,944 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-11 02:19:09,945 - 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-05-11 02:19:10,229 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.14': '0'}} with 2026-05-11 02:19:10,229 - INFO - Initial checks done. Running the testcase now 2026-05-11 02:19:10,230 - INFO - 2026-05-11 02:19:10,448 - DEBUG - Response for create_network : {'network': {'id': '80a14b53-41ed-430c-a096-8dadcbed6608', 'name': 'ctest-vn1-71107684', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'project_id': 'f215e73a22e7434bba4f322c1b081baa', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-43905096', 'ctest-vn1-71107684'], 'port_security_enabled': True, 'description': ''}} 2026-05-11 02:19:10,630 - DEBUG - Response for create_subnet : {'subnet': {'id': '9d89e147-011e-4ae5-a01d-389398f26b2c', 'name': '', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'network_id': '80a14b53-41ed-430c-a096-8dadcbed6608', 'ip_version': 4, 'cidr': '134.122.98.192/26', 'allocation_pools': [{'start': '134.122.98.194', 'end': '134.122.98.254'}], 'gateway_ip': '134.122.98.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '134.122.98.194', 'tags': [], 'project_id': 'f215e73a22e7434bba4f322c1b081baa'}} 2026-05-11 02:19:10,814 - DEBUG - Response for create_subnet : {'subnet': {'id': 'bfb9ff2f-a24b-402b-ac7b-3fad363a81a7', 'name': '', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'network_id': '80a14b53-41ed-430c-a096-8dadcbed6608', 'ip_version': 4, 'cidr': '108.180.33.128/26', 'allocation_pools': [{'start': '108.180.33.130', 'end': '108.180.33.190'}], 'gateway_ip': '108.180.33.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '108.180.33.130', 'tags': [], 'project_id': 'f215e73a22e7434bba4f322c1b081baa'}} 2026-05-11 02:19:10,834 - INFO - Created VN ctest-vn1-71107684 2026-05-11 02:19:10,888 - DEBUG - VN ctest-vn1-71107684 UUID is 80a14b53-41ed-430c-a096-8dadcbed6608 2026-05-11 02:19:11,212 - DEBUG - Response for create_port : {'port': {'name': 'ad8e8bc6-6f20-4c7e-b7da-08da2bfbeefe', 'id': 'ad8e8bc6-6f20-4c7e-b7da-08da2bfbeefe', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'network_id': '80a14b53-41ed-430c-a096-8dadcbed6608', 'mac_address': '02:ad:8e:8b:c6:6f', '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': '134.122.98.197', 'subnet_id': '9d89e147-011e-4ae5-a01d-389398f26b2c'}], 'security_groups': ['77439a01-937b-4cbe-9ad3-f4a63457e0d1'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f215e73a22e7434bba4f322c1b081baa'}} 2026-05-11 02:19:11,392 - DEBUG - Response for create_port : {'port': {'name': '432b7bc1-1942-4ae7-ae80-4116538cc47d', 'id': '432b7bc1-1942-4ae7-ae80-4116538cc47d', 'tenant_id': 'f215e73a22e7434bba4f322c1b081baa', 'network_id': '80a14b53-41ed-430c-a096-8dadcbed6608', 'mac_address': '02:43:2b:7b:c1:19', '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': '108.180.33.133', 'subnet_id': 'bfb9ff2f-a24b-402b-ac7b-3fad363a81a7'}], 'security_groups': ['77439a01-937b-4cbe-9ad3-f4a63457e0d1'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f215e73a22e7434bba4f322c1b081baa'}} 2026-05-11 02:19:11,453 - DEBUG - Services list from nova: [, , ] 2026-05-11 02:19:11,824 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5764-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5764-1) 2026-05-11 02:19:12,290 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5764-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5764-1) 2026-05-11 02:19:12,290 - INFO - Waiting for VM ctest-vn1-vm1-85209639 to be up.. 2026-05-11 02:19:12,336 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-11 02:19:17,427 - DEBUG - VM is in ACTIVE state now 2026-05-11 02:19:17,427 - INFO - VM name : ctest-vn1-vm1-85209639 2026-05-11 02:19:17,523 - DEBUG - VM ctest-vn1-vm1-85209639 ID is aa03b4cc-acd3-479a-bf71-a2e5b45e98ba 2026-05-11 02:19:17,553 - DEBUG - VM ctest-vn1-vm1-85209639 launched on Node cn-jenkins-deploy-platform-ansible-os-5764-1 2026-05-11 02:19:17,649 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/aa03b4cc-acd3-479a-bf71-a2e5b45e98ba 2026-05-11 02:19:17,657 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/ad8e8bc6-6f20-4c7e-b7da-08da2bfbeefe 2026-05-11 02:19:20,919 - 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 1022ms') 2026-05-11 02:19:20,919 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-85209639 failed! 2026-05-11 02:19:20,976 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-43905096:ctest-vn1-71107684 is 134.122.98.193 and allocation pool is NOT set 2026-05-11 02:19:20,976 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-43905096:ctest-vn1-71107684 is 108.180.33.129 and allocation pool is NOT set 2026-05-11 02:19:25,050 - 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=2 ttl=63 time=8.65 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1009ms\r\nrtt min/avg/max/mdev = 8.650/8.650/8.650/0.000 ms') 2026-05-11 02:19:25,051 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-85209639 passed 2026-05-11 02:19:25,204 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:19:25,204 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-85209639, IP 134.122.98.197, Port 22 2026-05-11 02:19:25,378 - DEBUG - VM ctest-vn1-vm1-85209639 is ready for SSH connections 2026-05-11 02:19:25,378 - INFO - Waiting for VM ctest-vn1-vm2-79951542 to be up.. 2026-05-11 02:19:25,471 - DEBUG - VM is in ACTIVE state now 2026-05-11 02:19:25,471 - INFO - VM name : ctest-vn1-vm2-79951542 2026-05-11 02:19:25,559 - DEBUG - VM ctest-vn1-vm2-79951542 ID is 91a00ebc-c344-44fd-a19e-aeea1c1f143a 2026-05-11 02:19:25,559 - DEBUG - VM ctest-vn1-vm2-79951542 launched on Node cn-jenkins-deploy-platform-ansible-os-5764-1 2026-05-11 02:19:25,648 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/91a00ebc-c344-44fd-a19e-aeea1c1f143a 2026-05-11 02:19:25,658 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/432b7bc1-1942-4ae7-ae80-4116538cc47d 2026-05-11 02:19:26,908 - 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=2.98 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.504 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.504/1.741/2.978/1.237 ms') 2026-05-11 02:19:26,909 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-79951542 passed 2026-05-11 02:19:27,064 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:19:27,064 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-79951542, IP 108.180.33.133, Port 22 2026-05-11 02:19:27,224 - DEBUG - VM ctest-vn1-vm2-79951542 is ready for SSH connections 2026-05-11 02:19:27,224 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:19:27,224 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:19:27,224 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-11 02:19:27,224 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 134.122.98.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123 2026-05-11 02:19:27,224 - DEBUG - ping -s 56 -c 3 -W 1 134.122.98.197 2026-05-11 02:19:29,975 - DEBUG - PING 134.122.98.197 (134.122.98.197): 56 data bytes 64 bytes from 134.122.98.197: seq=0 ttl=63 time=3.792 ms 64 bytes from 134.122.98.197: seq=1 ttl=63 time=1.471 ms 64 bytes from 134.122.98.197: seq=2 ttl=63 time=1.715 ms --- 134.122.98.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.471/2.326/3.792 ms 2026-05-11 02:19:29,975 - INFO - Ping to IP 134.122.98.197 from VM ctest-vn1-vm2-79951542 passed 2026-05-11 02:19:29,975 - INFO - Detaching port 432b7bc1-1942-4ae7-ae80-4116538cc47d from VM ctest-vn1-vm2-79951542 2026-05-11 02:19:30,044 - INFO - Deleting VM ctest-vn1-vm2-79951542 2026-05-11 02:19:30,124 - INFO - Detaching port ad8e8bc6-6f20-4c7e-b7da-08da2bfbeefe from VM ctest-vn1-vm1-85209639 2026-05-11 02:19:30,167 - INFO - Deleting VM ctest-vn1-vm1-85209639 2026-05-11 02:19:30,483 - DEBUG - Response for delete_port : () 2026-05-11 02:19:30,709 - DEBUG - Response for delete_port : () 2026-05-11 02:19:30,709 - INFO - Deleting VN ctest-vn1-71107684 2026-05-11 02:19:30,866 - DEBUG - Response for deleting network () 2026-05-11 02:19:31,137 - DEBUG - No XMPP flaps were noticed during the test
2026-05-11 02:19:31,137 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:22]
2026-05-11 02:19:31,137 - INFO - -------------------------------------------------------------------------------- 2026-05-11 02:19:31,849 - INFO - Deleted project: ctest-TestPorts-43905096, ID : f215e73a-22e7-434b-ba4f-322c1b081baa