2026-03-19 02:23:16,578 - INFO - Domain Default found not creating
2026-03-19 02:23:17,137 - INFO - Project ctest-TestPorts-84239105 not found, creating it
2026-03-19 02:23:18,020 - INFO - Created Project:ctest-TestPorts-84239105, ID : 720cae50-3d9e-4752-8ef0-89ebba1f58a8
2026-03-19 02:23:19,792 - INFO - ================================================================================
2026-03-19 02:23:19,792 - INFO - STARTING TEST : test_ports_bindings
2026-03-19 02:23:19,792 - 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-19 02:23:20,054 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-03-19 02:23:20,054 - INFO - Initial checks done. Running the testcase now
2026-03-19 02:23:20,054 - INFO -
2026-03-19 02:23:20,698 - DEBUG - Response for create_network : {'network': {'id': '32cb5787-8f2a-4cf8-aae8-11de85d2536b', 'name': 'ctest-vn-65884186', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'project_id': '720cae503d9e47528ef089ebba1f58a8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-84239105', 'ctest-vn-65884186'], 'port_security_enabled': True, 'description': ''}}
2026-03-19 02:23:20,903 - DEBUG - Response for create_subnet : {'subnet': {'id': '48a294b3-40bc-4e61-a3cc-76691fe2d93f', 'name': '', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'network_id': '32cb5787-8f2a-4cf8-aae8-11de85d2536b', 'ip_version': 4, 'cidr': '138.5.52.64/26', 'allocation_pools': [{'start': '138.5.52.66', 'end': '138.5.52.126'}], 'gateway_ip': '138.5.52.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '138.5.52.66', 'tags': [], 'project_id': '720cae503d9e47528ef089ebba1f58a8'}}
2026-03-19 02:23:20,924 - INFO - Created VN ctest-vn-65884186
2026-03-19 02:23:20,979 - DEBUG - VN ctest-vn-65884186 UUID is 32cb5787-8f2a-4cf8-aae8-11de85d2536b
2026-03-19 02:23:21,091 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-84239105', 'ctest-vmi-62935653']}
2026-03-19 02:23:21,346 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-62935653', 'id': '35eecb12-a3a5-445a-a3c3-8b6d32e2e784', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'network_id': '32cb5787-8f2a-4cf8-aae8-11de85d2536b', 'mac_address': '02:35:ee:cb:12:a3', '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': '138.5.52.67', 'subnet_id': '48a294b3-40bc-4e61-a3cc-76691fe2d93f'}], 'security_groups': ['148a5f85-93a9-4ed8-80d3-e5fc7744811c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '720cae503d9e47528ef089ebba1f58a8'}}
2026-03-19 02:23:21,346 - DEBUG - Created port 35eecb12-a3a5-445a-a3c3-8b6d32e2e784
2026-03-19 02:23:21,451 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/35eecb12-a3a5-445a-a3c3-8b6d32e2e784
2026-03-19 02:23:21,764 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/35eecb12-a3a5-445a-a3c3-8b6d32e2e784
2026-03-19 02:23:21,808 - INFO - VMI 35eecb12-a3a5-445a-a3c3-8b6d32e2e784 verification in API Server passed
2026-03-19 02:23:21,916 - DEBUG - Response for delete_port : ()
2026-03-19 02:23:21,916 - INFO - Deleted port 35eecb12-a3a5-445a-a3c3-8b6d32e2e784
2026-03-19 02:23:21,916 - INFO - Deleting VN ctest-vn-65884186
2026-03-19 02:23:22,035 - DEBUG - Response for deleting network ()
2026-03-19 02:23:22,296 - DEBUG - No XMPP flaps were noticed during the test
2026-03-19 02:23:22,296 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-03-19 02:23:22,296 - INFO - --------------------------------------------------------------------------------
2026-03-19 02:23:22,299 - INFO - ================================================================================
2026-03-19 02:23:22,299 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-19 02:23:22,299 - 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-19 02:23:22,603 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-03-19 02:23:22,603 - INFO - Initial checks done. Running the testcase now
2026-03-19 02:23:22,604 - INFO -
2026-03-19 02:23:22,802 - DEBUG - Response for create_network : {'network': {'id': 'c12374e0-644f-4171-813a-05fa88414b5e', 'name': 'ctest-vn1-43447801', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'project_id': '720cae503d9e47528ef089ebba1f58a8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-84239105', 'ctest-vn1-43447801'], 'port_security_enabled': True, 'description': ''}}
2026-03-19 02:23:22,968 - DEBUG - Response for create_subnet : {'subnet': {'id': '00fb5efd-e589-4c07-a819-22069393040f', 'name': '', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'network_id': 'c12374e0-644f-4171-813a-05fa88414b5e', 'ip_version': 4, 'cidr': '98.105.194.64/26', 'allocation_pools': [{'start': '98.105.194.66', 'end': '98.105.194.126'}], 'gateway_ip': '98.105.194.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '98.105.194.66', 'tags': [], 'project_id': '720cae503d9e47528ef089ebba1f58a8'}}
2026-03-19 02:23:23,136 - DEBUG - Response for create_subnet : {'subnet': {'id': '3ecc2ea9-a454-490d-adff-1a2bcbc49af9', 'name': '', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'network_id': 'c12374e0-644f-4171-813a-05fa88414b5e', 'ip_version': 4, 'cidr': '169.234.173.192/26', 'allocation_pools': [{'start': '169.234.173.194', 'end': '169.234.173.254'}], 'gateway_ip': '169.234.173.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '169.234.173.194', 'tags': [], 'project_id': '720cae503d9e47528ef089ebba1f58a8'}}
2026-03-19 02:23:23,163 - INFO - Created VN ctest-vn1-43447801
2026-03-19 02:23:23,219 - DEBUG - VN ctest-vn1-43447801 UUID is c12374e0-644f-4171-813a-05fa88414b5e
2026-03-19 02:23:23,551 - DEBUG - Response for create_port : {'port': {'name': '59c7f4c7-6c23-471a-af3e-8dd09efb7a35', 'id': '59c7f4c7-6c23-471a-af3e-8dd09efb7a35', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'network_id': 'c12374e0-644f-4171-813a-05fa88414b5e', 'mac_address': '02:59:c7:f4:c7:6c', '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': '98.105.194.69', 'subnet_id': '00fb5efd-e589-4c07-a819-22069393040f'}], 'security_groups': ['148a5f85-93a9-4ed8-80d3-e5fc7744811c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '720cae503d9e47528ef089ebba1f58a8'}}
2026-03-19 02:23:23,739 - DEBUG - Response for create_port : {'port': {'name': '87778a8c-d864-4b45-98a1-72feac1d818e', 'id': '87778a8c-d864-4b45-98a1-72feac1d818e', 'tenant_id': '720cae503d9e47528ef089ebba1f58a8', 'network_id': 'c12374e0-644f-4171-813a-05fa88414b5e', 'mac_address': '02:87:77:8a:8c:d8', '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': '169.234.173.197', 'subnet_id': '3ecc2ea9-a454-490d-adff-1a2bcbc49af9'}], 'security_groups': ['148a5f85-93a9-4ed8-80d3-e5fc7744811c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '720cae503d9e47528ef089ebba1f58a8'}}
2026-03-19 02:23:23,808 - DEBUG - Services list from nova: [, , ]
2026-03-19 02:23:24,202 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5492-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5492-1)
2026-03-19 02:23:24,649 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5492-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5492-1)
2026-03-19 02:23:24,649 - INFO - Waiting for VM ctest-vn1-vm1-51656123 to be up..
2026-03-19 02:23:24,700 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-19 02:23:29,787 - DEBUG - VM is in ACTIVE state now
2026-03-19 02:23:29,787 - INFO - VM name : ctest-vn1-vm1-51656123
2026-03-19 02:23:29,868 - DEBUG - VM ctest-vn1-vm1-51656123 ID is bebc48d4-dd49-44ad-b143-617820beb233
2026-03-19 02:23:29,892 - DEBUG - VM ctest-vn1-vm1-51656123 launched on Node cn-jenkins-deploy-platform-ansible-os-5492-1
2026-03-19 02:23:29,972 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/bebc48d4-dd49-44ad-b143-617820beb233
2026-03-19 02:23:29,980 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/59c7f4c7-6c23-471a-af3e-8dd09efb7a35
2026-03-19 02:23:33,245 - 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 1027ms')
2026-03-19 02:23:33,245 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-51656123 failed!
2026-03-19 02:23:33,299 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-84239105:ctest-vn1-43447801 is 98.105.194.65 and allocation pool is NOT set
2026-03-19 02:23:33,299 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-84239105:ctest-vn1-43447801 is 169.234.173.193 and allocation pool is NOT set
2026-03-19 02:23:37,382 - 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=7.85 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1017ms\r\nrtt min/avg/max/mdev = 7.851/7.851/7.851/0.000 ms')
2026-03-19 02:23:37,382 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-51656123 passed
2026-03-19 02:23:37,535 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 02:23:37,535 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-51656123, IP 98.105.194.69, Port 22
2026-03-19 02:23:37,705 - DEBUG - VM ctest-vn1-vm1-51656123 is ready for SSH connections
2026-03-19 02:23:37,705 - INFO - Waiting for VM ctest-vn1-vm2-75453426 to be up..
2026-03-19 02:23:37,802 - DEBUG - VM is in ACTIVE state now
2026-03-19 02:23:37,803 - INFO - VM name : ctest-vn1-vm2-75453426
2026-03-19 02:23:37,891 - DEBUG - VM ctest-vn1-vm2-75453426 ID is ad394d53-5374-40ad-b8dd-c80ca2559299
2026-03-19 02:23:37,891 - DEBUG - VM ctest-vn1-vm2-75453426 launched on Node cn-jenkins-deploy-platform-ansible-os-5492-1
2026-03-19 02:23:37,983 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/ad394d53-5374-40ad-b8dd-c80ca2559299
2026-03-19 02:23:37,991 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/87778a8c-d864-4b45-98a1-72feac1d818e
2026-03-19 02:23:39,227 - 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=5.65 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.497 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.497/3.074/5.652/2.577 ms')
2026-03-19 02:23:39,228 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-75453426 passed
2026-03-19 02:23:39,387 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 02:23:39,387 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-75453426, IP 169.234.173.197, Port 22
2026-03-19 02:23:39,557 - DEBUG - VM ctest-vn1-vm2-75453426 is ready for SSH connections
2026-03-19 02:23:39,557 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 02:23:39,557 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 02:23:39,557 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 02:23:39,557 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 98.105.194.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-03-19 02:23:39,557 - DEBUG - ping -s 56 -c 3 -W 1 98.105.194.69
2026-03-19 02:23:42,243 - DEBUG - PING 98.105.194.69 (98.105.194.69): 56 data bytes
64 bytes from 98.105.194.69: seq=0 ttl=63 time=3.913 ms
64 bytes from 98.105.194.69: seq=1 ttl=63 time=1.365 ms
64 bytes from 98.105.194.69: seq=2 ttl=63 time=0.867 ms
--- 98.105.194.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.867/2.048/3.913 ms
2026-03-19 02:23:42,243 - INFO - Ping to IP 98.105.194.69 from VM ctest-vn1-vm2-75453426 passed
2026-03-19 02:23:42,244 - INFO - Detaching port 87778a8c-d864-4b45-98a1-72feac1d818e from VM ctest-vn1-vm2-75453426
2026-03-19 02:23:42,306 - INFO - Deleting VM ctest-vn1-vm2-75453426
2026-03-19 02:23:42,400 - INFO - Detaching port 59c7f4c7-6c23-471a-af3e-8dd09efb7a35 from VM ctest-vn1-vm1-51656123
2026-03-19 02:23:42,444 - INFO - Deleting VM ctest-vn1-vm1-51656123
2026-03-19 02:23:42,747 - DEBUG - Response for delete_port : ()
2026-03-19 02:23:42,961 - DEBUG - Response for delete_port : ()
2026-03-19 02:23:42,961 - INFO - Deleting VN ctest-vn1-43447801
2026-03-19 02:23:43,133 - DEBUG - Response for deleting network ()
2026-03-19 02:23:43,403 - DEBUG - No XMPP flaps were noticed during the test
2026-03-19 02:23:43,404 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-03-19 02:23:43,404 - INFO - --------------------------------------------------------------------------------
2026-03-19 02:23:44,148 - INFO - Deleted project: ctest-TestPorts-84239105, ID : 720cae50-3d9e-4752-8ef0-89ebba1f58a8