2026-03-16 02:06:13,076 - INFO - Domain Default found not creating 2026-03-16 02:06:13,235 - INFO - Project ctest-TestPorts-83070581 not found, creating it 2026-03-16 02:06:13,684 - INFO - Created Project:ctest-TestPorts-83070581, ID : 770b51e8-1258-49c0-ab30-d9b272a3f073 2026-03-16 02:06:15,123 - INFO - ================================================================================ 2026-03-16 02:06:15,123 - INFO - STARTING TEST : test_ports_bindings 2026-03-16 02:06:15,123 - 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-03-16 02:06:15,378 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.20.0.201': '0'}} with 2026-03-16 02:06:15,378 - INFO - Initial checks done. Running the testcase now 2026-03-16 02:06:15,378 - INFO - 2026-03-16 02:06:15,975 - DEBUG - Response for create_network : {'network': {'id': '42154aca-88d2-436a-9f55-33af550313eb', 'name': 'ctest-vn-35520216', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'project_id': '770b51e8125849c0ab30d9b272a3f073', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-83070581', 'ctest-vn-35520216'], 'port_security_enabled': True, 'description': ''}} 2026-03-16 02:06:16,159 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b6c4a2b3-4bea-4899-a9fd-de9044de9b0f', 'name': '', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'network_id': '42154aca-88d2-436a-9f55-33af550313eb', 'ip_version': 4, 'cidr': '199.0.249.128/26', 'allocation_pools': [{'start': '199.0.249.130', 'end': '199.0.249.190'}], 'gateway_ip': '199.0.249.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '199.0.249.130', 'tags': [], 'project_id': '770b51e8125849c0ab30d9b272a3f073'}} 2026-03-16 02:06:16,175 - INFO - Created VN ctest-vn-35520216 2026-03-16 02:06:16,225 - DEBUG - VN ctest-vn-35520216 UUID is 42154aca-88d2-436a-9f55-33af550313eb 2026-03-16 02:06:16,326 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-83070581', 'ctest-vmi-75574005']} 2026-03-16 02:06:16,591 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-75574005', 'id': 'd6881b74-edf8-41ca-80ea-18d9082e1ad5', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'network_id': '42154aca-88d2-436a-9f55-33af550313eb', 'mac_address': '02:d6:88:1b:74:ed', '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': '199.0.249.131', 'subnet_id': 'b6c4a2b3-4bea-4899-a9fd-de9044de9b0f'}], 'security_groups': ['1106e8b8-ebfa-48d0-8630-ad9d305ac7cc'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '770b51e8125849c0ab30d9b272a3f073'}} 2026-03-16 02:06:16,591 - DEBUG - Created port d6881b74-edf8-41ca-80ea-18d9082e1ad5 2026-03-16 02:06:16,697 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/d6881b74-edf8-41ca-80ea-18d9082e1ad5 2026-03-16 02:06:16,989 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/d6881b74-edf8-41ca-80ea-18d9082e1ad5 2026-03-16 02:06:17,022 - INFO - VMI d6881b74-edf8-41ca-80ea-18d9082e1ad5 verification in API Server passed 2026-03-16 02:06:17,112 - DEBUG - Response for delete_port : () 2026-03-16 02:06:17,112 - INFO - Deleted port d6881b74-edf8-41ca-80ea-18d9082e1ad5 2026-03-16 02:06:17,112 - INFO - Deleting VN ctest-vn-35520216 2026-03-16 02:06:17,205 - DEBUG - Response for deleting network () 2026-03-16 02:06:17,458 - DEBUG - No XMPP flaps were noticed during the test
2026-03-16 02:06:17,459 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-03-16 02:06:17,459 - INFO - -------------------------------------------------------------------------------- 2026-03-16 02:06:17,461 - INFO - ================================================================================ 2026-03-16 02:06:17,461 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-03-16 02:06:17,461 - 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-03-16 02:06:17,748 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.20.0.201': '0'}} with 2026-03-16 02:06:17,748 - INFO - Initial checks done. Running the testcase now 2026-03-16 02:06:17,748 - INFO - 2026-03-16 02:06:17,921 - DEBUG - Response for create_network : {'network': {'id': 'e407d120-ee12-44ac-95e9-007837ff53be', 'name': 'ctest-vn1-29040268', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'project_id': '770b51e8125849c0ab30d9b272a3f073', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-83070581', 'ctest-vn1-29040268'], 'port_security_enabled': True, 'description': ''}} 2026-03-16 02:06:18,056 - DEBUG - Response for create_subnet : {'subnet': {'id': '89c2d2b7-5d99-4754-9e38-98786c0345d4', 'name': '', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'network_id': 'e407d120-ee12-44ac-95e9-007837ff53be', 'ip_version': 4, 'cidr': '191.180.177.64/26', 'allocation_pools': [{'start': '191.180.177.66', 'end': '191.180.177.126'}], 'gateway_ip': '191.180.177.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '191.180.177.66', 'tags': [], 'project_id': '770b51e8125849c0ab30d9b272a3f073'}} 2026-03-16 02:06:18,234 - DEBUG - Response for create_subnet : {'subnet': {'id': '281cc7c6-69ff-4944-808c-8d67ae7d7316', 'name': '', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'network_id': 'e407d120-ee12-44ac-95e9-007837ff53be', 'ip_version': 4, 'cidr': '58.169.31.128/26', 'allocation_pools': [{'start': '58.169.31.130', 'end': '58.169.31.190'}], 'gateway_ip': '58.169.31.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '58.169.31.130', 'tags': [], 'project_id': '770b51e8125849c0ab30d9b272a3f073'}} 2026-03-16 02:06:18,252 - INFO - Created VN ctest-vn1-29040268 2026-03-16 02:06:18,301 - DEBUG - VN ctest-vn1-29040268 UUID is e407d120-ee12-44ac-95e9-007837ff53be 2026-03-16 02:06:18,591 - DEBUG - Response for create_port : {'port': {'name': '697ffa66-985e-4d53-bed9-97c08ae5c447', 'id': '697ffa66-985e-4d53-bed9-97c08ae5c447', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'network_id': 'e407d120-ee12-44ac-95e9-007837ff53be', 'mac_address': '02:69:7f:fa:66:98', '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': '191.180.177.69', 'subnet_id': '89c2d2b7-5d99-4754-9e38-98786c0345d4'}], 'security_groups': ['1106e8b8-ebfa-48d0-8630-ad9d305ac7cc'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '770b51e8125849c0ab30d9b272a3f073'}} 2026-03-16 02:06:18,756 - DEBUG - Response for create_port : {'port': {'name': 'd629d7d7-e5ee-4397-a905-45255087fcc2', 'id': 'd629d7d7-e5ee-4397-a905-45255087fcc2', 'tenant_id': '770b51e8125849c0ab30d9b272a3f073', 'network_id': 'e407d120-ee12-44ac-95e9-007837ff53be', 'mac_address': '02:d6:29:d7:d7:e5', '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': '58.169.31.133', 'subnet_id': '281cc7c6-69ff-4944-808c-8d67ae7d7316'}], 'security_groups': ['1106e8b8-ebfa-48d0-8630-ad9d305ac7cc'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '770b51e8125849c0ab30d9b272a3f073'}} 2026-03-16 02:06:18,811 - DEBUG - Services list from nova: [, , ] 2026-03-16 02:06:19,144 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5473-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5473-1) 2026-03-16 02:06:19,502 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5473-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5473-1) 2026-03-16 02:06:19,502 - INFO - Waiting for VM ctest-vn1-vm1-48669674 to be up.. 2026-03-16 02:06:19,539 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-03-16 02:06:24,610 - DEBUG - VM is in ACTIVE state now 2026-03-16 02:06:24,610 - INFO - VM name : ctest-vn1-vm1-48669674 2026-03-16 02:06:24,675 - DEBUG - VM ctest-vn1-vm1-48669674 ID is 5d6df164-4b04-4504-82ee-e4d0b7f78a3d 2026-03-16 02:06:24,692 - DEBUG - VM ctest-vn1-vm1-48669674 launched on Node cn-jenkins-deploy-platform-ansible-os-5473-1 2026-03-16 02:06:24,762 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/5d6df164-4b04-4504-82ee-e4d0b7f78a3d 2026-03-16 02:06:24,771 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/697ffa66-985e-4d53-bed9-97c08ae5c447 2026-03-16 02:06:28,012 - 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 1007ms') 2026-03-16 02:06:28,012 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-48669674 failed! 2026-03-16 02:06:28,065 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-83070581:ctest-vn1-29040268 is 191.180.177.65 and allocation pool is NOT set 2026-03-16 02:06:28,065 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-83070581:ctest-vn1-29040268 is 58.169.31.129 and allocation pool is NOT set 2026-03-16 02:06:30,126 - 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=6.03 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.93 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 = 1.933/3.979/6.025/2.046 ms') 2026-03-16 02:06:30,126 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-48669674 passed 2026-03-16 02:06:30,273 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:06:30,273 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-48669674, IP 191.180.177.69, Port 22 2026-03-16 02:06:30,429 - DEBUG - VM ctest-vn1-vm1-48669674 is ready for SSH connections 2026-03-16 02:06:30,429 - INFO - Waiting for VM ctest-vn1-vm2-86349350 to be up.. 2026-03-16 02:06:30,511 - DEBUG - VM is in ACTIVE state now 2026-03-16 02:06:30,511 - INFO - VM name : ctest-vn1-vm2-86349350 2026-03-16 02:06:30,706 - DEBUG - VM ctest-vn1-vm2-86349350 ID is 9f3a024c-72d9-4f3a-8038-b763923cb108 2026-03-16 02:06:30,706 - DEBUG - VM ctest-vn1-vm2-86349350 launched on Node cn-jenkins-deploy-platform-ansible-os-5473-1 2026-03-16 02:06:30,778 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/9f3a024c-72d9-4f3a-8038-b763923cb108 2026-03-16 02:06:30,786 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/d629d7d7-e5ee-4397-a905-45255087fcc2 2026-03-16 02:06:32,023 - 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.89 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.847 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.847/2.866/4.885/2.019 ms') 2026-03-16 02:06:32,023 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-86349350 passed 2026-03-16 02:06:32,169 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:06:32,169 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-86349350, IP 58.169.31.133, Port 22 2026-03-16 02:06:32,335 - DEBUG - VM ctest-vn1-vm2-86349350 is ready for SSH connections 2026-03-16 02:06:32,335 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:06:32,335 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:06:32,335 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-16 02:06:32,335 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 191.180.177.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.65, gateway password: c0ntrail123 2026-03-16 02:06:32,335 - DEBUG - ping -s 56 -c 3 -W 1 191.180.177.69 2026-03-16 02:06:36,020 - DEBUG - PING 191.180.177.69 (191.180.177.69): 56 data bytes 64 bytes from 191.180.177.69: seq=0 ttl=63 time=3.685 ms 64 bytes from 191.180.177.69: seq=1 ttl=63 time=0.719 ms 64 bytes from 191.180.177.69: seq=2 ttl=63 time=0.968 ms --- 191.180.177.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.719/1.790/3.685 ms 2026-03-16 02:06:36,020 - INFO - Ping to IP 191.180.177.69 from VM ctest-vn1-vm2-86349350 passed 2026-03-16 02:06:36,020 - INFO - Detaching port d629d7d7-e5ee-4397-a905-45255087fcc2 from VM ctest-vn1-vm2-86349350 2026-03-16 02:06:36,065 - INFO - Deleting VM ctest-vn1-vm2-86349350 2026-03-16 02:06:36,139 - INFO - Detaching port 697ffa66-985e-4d53-bed9-97c08ae5c447 from VM ctest-vn1-vm1-48669674 2026-03-16 02:06:36,170 - INFO - Deleting VM ctest-vn1-vm1-48669674 2026-03-16 02:06:36,386 - DEBUG - Response for delete_port : () 2026-03-16 02:06:36,531 - DEBUG - Response for delete_port : () 2026-03-16 02:06:36,531 - INFO - Deleting VN ctest-vn1-29040268 2026-03-16 02:06:36,643 - DEBUG - Response for deleting network () 2026-03-16 02:06:36,903 - DEBUG - No XMPP flaps were noticed during the test
2026-03-16 02:06:36,904 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2026-03-16 02:06:36,904 - INFO - -------------------------------------------------------------------------------- 2026-03-16 02:06:37,642 - INFO - Deleted project: ctest-TestPorts-83070581, ID : 770b51e8-1258-49c0-ab30-d9b272a3f073