2026-08-25 08:16:13,288 - INFO - Domain Default found not creating
2026-08-25 08:16:13,475 - INFO - Project ctest-TestPorts-65075553 not found, creating it
2026-08-25 08:16:14,023 - INFO - Created Project:ctest-TestPorts-65075553, ID : 5806293a-c90e-4dda-93f5-d89cef5aa964
2026-08-25 08:16:15,877 - INFO - ================================================================================
2026-08-25 08:16:15,878 - INFO - STARTING TEST : test_ports_bindings
2026-08-25 08:16:15,878 - 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-08-25 08:16:16,153 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-08-25 08:16:16,153 - INFO - Initial checks done. Running the testcase now
2026-08-25 08:16:16,153 - INFO -
2026-08-25 08:16:16,848 - DEBUG - Response for create_network : {'network': {'id': '6f05b3c5-61f7-4dfa-be90-3cfef5fbd5d3', 'name': 'ctest-vn-78290766', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'project_id': '5806293ac90e4dda93f5d89cef5aa964', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65075553', 'ctest-vn-78290766'], 'port_security_enabled': True, 'description': ''}}
2026-08-25 08:16:17,095 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b01efc48-6732-4f23-8de9-035901703462', 'name': '', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'network_id': '6f05b3c5-61f7-4dfa-be90-3cfef5fbd5d3', 'ip_version': 4, 'cidr': '147.19.92.64/26', 'allocation_pools': [{'start': '147.19.92.66', 'end': '147.19.92.126'}], 'gateway_ip': '147.19.92.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '147.19.92.66', 'tags': [], 'project_id': '5806293ac90e4dda93f5d89cef5aa964'}}
2026-08-25 08:16:17,119 - INFO - Created VN ctest-vn-78290766
2026-08-25 08:16:17,174 - DEBUG - VN ctest-vn-78290766 UUID is 6f05b3c5-61f7-4dfa-be90-3cfef5fbd5d3
2026-08-25 08:16:17,293 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-65075553', 'ctest-vmi-46423346']}
2026-08-25 08:16:17,606 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-46423346', 'id': 'f8d2647d-62c4-48f8-88dd-a2f2e17f7881', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'network_id': '6f05b3c5-61f7-4dfa-be90-3cfef5fbd5d3', 'mac_address': '02:f8:d2:64:7d:62', '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': '147.19.92.67', 'subnet_id': 'b01efc48-6732-4f23-8de9-035901703462'}], 'security_groups': ['3ad350f7-26c7-4709-b78f-4419afa5d24a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '5806293ac90e4dda93f5d89cef5aa964'}}
2026-08-25 08:16:17,606 - DEBUG - Created port f8d2647d-62c4-48f8-88dd-a2f2e17f7881
2026-08-25 08:16:17,714 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f8d2647d-62c4-48f8-88dd-a2f2e17f7881
2026-08-25 08:16:18,096 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f8d2647d-62c4-48f8-88dd-a2f2e17f7881
2026-08-25 08:16:18,132 - INFO - VMI f8d2647d-62c4-48f8-88dd-a2f2e17f7881 verification in API Server passed
2026-08-25 08:16:18,254 - DEBUG - Response for delete_port : ()
2026-08-25 08:16:18,254 - INFO - Deleted port f8d2647d-62c4-48f8-88dd-a2f2e17f7881
2026-08-25 08:16:18,254 - INFO - Deleting VN ctest-vn-78290766
2026-08-25 08:16:18,389 - DEBUG - Response for deleting network ()
2026-08-25 08:16:18,666 - DEBUG - No XMPP flaps were noticed during the test
2026-08-25 08:16:18,666 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-25 08:16:18,666 - INFO - --------------------------------------------------------------------------------
2026-08-25 08:16:18,670 - INFO - ================================================================================
2026-08-25 08:16:18,670 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-25 08:16:18,670 - 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-08-25 08:16:18,964 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-08-25 08:16:18,964 - INFO - Initial checks done. Running the testcase now
2026-08-25 08:16:18,964 - INFO -
2026-08-25 08:16:19,187 - DEBUG - Response for create_network : {'network': {'id': 'f5d0565c-75cd-4c07-9e0f-774c42acb478', 'name': 'ctest-vn1-65516111', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'project_id': '5806293ac90e4dda93f5d89cef5aa964', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65075553', 'ctest-vn1-65516111'], 'port_security_enabled': True, 'description': ''}}
2026-08-25 08:16:19,377 - DEBUG - Response for create_subnet : {'subnet': {'id': '7e050276-1ef7-4082-a748-310fa43810ff', 'name': '', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'network_id': 'f5d0565c-75cd-4c07-9e0f-774c42acb478', 'ip_version': 4, 'cidr': '105.215.82.64/26', 'allocation_pools': [{'start': '105.215.82.66', 'end': '105.215.82.126'}], 'gateway_ip': '105.215.82.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '105.215.82.66', 'tags': [], 'project_id': '5806293ac90e4dda93f5d89cef5aa964'}}
2026-08-25 08:16:19,555 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ff1159fb-acad-4470-833b-e26c2375b08e', 'name': '', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'network_id': 'f5d0565c-75cd-4c07-9e0f-774c42acb478', 'ip_version': 4, 'cidr': '176.132.61.128/26', 'allocation_pools': [{'start': '176.132.61.130', 'end': '176.132.61.190'}], 'gateway_ip': '176.132.61.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '176.132.61.130', 'tags': [], 'project_id': '5806293ac90e4dda93f5d89cef5aa964'}}
2026-08-25 08:16:19,578 - INFO - Created VN ctest-vn1-65516111
2026-08-25 08:16:19,635 - DEBUG - VN ctest-vn1-65516111 UUID is f5d0565c-75cd-4c07-9e0f-774c42acb478
2026-08-25 08:16:20,019 - DEBUG - Response for create_port : {'port': {'name': '571a8aa6-4157-484a-9aff-bbcf3bf37dbe', 'id': '571a8aa6-4157-484a-9aff-bbcf3bf37dbe', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'network_id': 'f5d0565c-75cd-4c07-9e0f-774c42acb478', 'mac_address': '02:57:1a:8a:a6:41', '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': '105.215.82.69', 'subnet_id': '7e050276-1ef7-4082-a748-310fa43810ff'}], 'security_groups': ['3ad350f7-26c7-4709-b78f-4419afa5d24a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '5806293ac90e4dda93f5d89cef5aa964'}}
2026-08-25 08:16:20,245 - DEBUG - Response for create_port : {'port': {'name': 'acbec8e4-f739-4e2e-a054-186679d2659d', 'id': 'acbec8e4-f739-4e2e-a054-186679d2659d', 'tenant_id': '5806293ac90e4dda93f5d89cef5aa964', 'network_id': 'f5d0565c-75cd-4c07-9e0f-774c42acb478', 'mac_address': '02:ac:be:c8:e4:f7', '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': '176.132.61.133', 'subnet_id': 'ff1159fb-acad-4470-833b-e26c2375b08e'}], 'security_groups': ['3ad350f7-26c7-4709-b78f-4419afa5d24a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '5806293ac90e4dda93f5d89cef5aa964'}}
2026-08-25 08:16:20,320 - DEBUG - Services list from nova: [, , ]
2026-08-25 08:16:20,721 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6217-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6217-1)
2026-08-25 08:16:21,187 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6217-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6217-1)
2026-08-25 08:16:21,187 - INFO - Waiting for VM ctest-vn1-vm1-36503907 to be up..
2026-08-25 08:16:21,232 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:26,294 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:31,387 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:36,486 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:41,598 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:46,691 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:51,789 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:16:56,888 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:17:01,983 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-25 08:17:07,096 - DEBUG - VM is in ACTIVE state now
2026-08-25 08:17:07,096 - INFO - VM name : ctest-vn1-vm1-36503907
2026-08-25 08:17:07,199 - DEBUG - VM ctest-vn1-vm1-36503907 ID is fa2f308f-c49e-4c9c-b279-5efd3b3ec2dd
2026-08-25 08:17:07,223 - DEBUG - VM ctest-vn1-vm1-36503907 launched on Node cn-jenkins-deploy-platform-ansible-os-6217-1
2026-08-25 08:17:07,311 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/fa2f308f-c49e-4c9c-b279-5efd3b3ec2dd
2026-08-25 08:17:07,321 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/571a8aa6-4157-484a-9aff-bbcf3bf37dbe
2026-08-25 08:17:10,584 - 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 1008ms')
2026-08-25 08:17:10,584 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-36503907 failed!
2026-08-25 08:17:10,642 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65075553:ctest-vn1-65516111 is 105.215.82.65 and allocation pool is NOT set
2026-08-25 08:17:10,643 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65075553:ctest-vn1-65516111 is 176.132.61.129 and allocation pool is NOT set
2026-08-25 08:17:12,713 - 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=15.2 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.65 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.649/8.436/15.224/6.787 ms')
2026-08-25 08:17:12,713 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-36503907 passed
2026-08-25 08:17:12,870 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-25 08:17:12,870 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-36503907, IP 105.215.82.69, Port 22
2026-08-25 08:17:12,936 - DEBUG - Error on ssh to cirros@169.254.0.4:22, result: /bin/bash: connect: Connection refused
/bin/bash: line 1: /dev/tcp/169.254.0.4/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.4/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.4/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''}
2026-08-25 08:17:13,031 - DEBUG - VM ctest-vn1-vm1-36503907 is NOT ready for SSH connections, VM status: ACTIVE
2026-08-25 08:17:18,032 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-25 08:17:18,032 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-36503907, IP 105.215.82.69, Port 22
2026-08-25 08:17:18,208 - DEBUG - VM ctest-vn1-vm1-36503907 is ready for SSH connections
2026-08-25 08:17:18,209 - INFO - Waiting for VM ctest-vn1-vm2-27959532 to be up..
2026-08-25 08:17:18,298 - DEBUG - VM is in ACTIVE state now
2026-08-25 08:17:18,298 - INFO - VM name : ctest-vn1-vm2-27959532
2026-08-25 08:17:18,388 - DEBUG - VM ctest-vn1-vm2-27959532 ID is 098e0ae0-dd56-4fea-9cf7-8a2671dfefce
2026-08-25 08:17:18,388 - DEBUG - VM ctest-vn1-vm2-27959532 launched on Node cn-jenkins-deploy-platform-ansible-os-6217-1
2026-08-25 08:17:18,481 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/098e0ae0-dd56-4fea-9cf7-8a2671dfefce
2026-08-25 08:17:18,492 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/acbec8e4-f739-4e2e-a054-186679d2659d
2026-08-25 08:17:19,752 - 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.81 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.662 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.662/2.734/4.806/2.072 ms')
2026-08-25 08:17:19,752 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-27959532 passed
2026-08-25 08:17:19,906 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-25 08:17:19,906 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-27959532, IP 176.132.61.133, Port 22
2026-08-25 08:17:20,081 - DEBUG - VM ctest-vn1-vm2-27959532 is ready for SSH connections
2026-08-25 08:17:20,081 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-25 08:17:20,081 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-25 08:17:20,081 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-25 08:17:20,081 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 105.215.82.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-08-25 08:17:20,081 - DEBUG - ping -s 56 -c 3 -W 1 105.215.82.69
2026-08-25 08:17:24,327 - DEBUG - PING 105.215.82.69 (105.215.82.69): 56 data bytes
64 bytes from 105.215.82.69: seq=0 ttl=63 time=4.225 ms
64 bytes from 105.215.82.69: seq=1 ttl=63 time=1.493 ms
64 bytes from 105.215.82.69: seq=2 ttl=63 time=1.432 ms
--- 105.215.82.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.432/2.383/4.225 ms
2026-08-25 08:17:24,327 - INFO - Ping to IP 105.215.82.69 from VM ctest-vn1-vm2-27959532 passed
2026-08-25 08:17:24,327 - INFO - Detaching port acbec8e4-f739-4e2e-a054-186679d2659d from VM ctest-vn1-vm2-27959532
2026-08-25 08:17:24,387 - INFO - Deleting VM ctest-vn1-vm2-27959532
2026-08-25 08:17:24,475 - INFO - Detaching port 571a8aa6-4157-484a-9aff-bbcf3bf37dbe from VM ctest-vn1-vm1-36503907
2026-08-25 08:17:24,518 - INFO - Deleting VM ctest-vn1-vm1-36503907
2026-08-25 08:17:24,856 - DEBUG - Response for delete_port : ()
2026-08-25 08:17:25,096 - DEBUG - Response for delete_port : ()
2026-08-25 08:17:25,096 - INFO - Deleting VN ctest-vn1-65516111
2026-08-25 08:17:25,301 - DEBUG - Response for deleting network ()
2026-08-25 08:17:25,577 - DEBUG - No XMPP flaps were noticed during the test
2026-08-25 08:17:25,578 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:07]
2026-08-25 08:17:25,578 - INFO - --------------------------------------------------------------------------------
2026-08-25 08:17:26,404 - INFO - Deleted project: ctest-TestPorts-65075553, ID : 5806293a-c90e-4dda-93f5-d89cef5aa964