2026-03-04 17:37:53,735 - INFO - Domain Default found not creating
2026-03-04 17:37:53,878 - INFO - Project ctest-TestPorts-87060032 not found, creating it
2026-03-04 17:37:54,323 - INFO - Created Project:ctest-TestPorts-87060032, ID : 7adc3170-ac07-41d0-96cd-4e006000f54e
2026-03-04 17:37:55,822 - INFO - ================================================================================
2026-03-04 17:37:55,822 - INFO - STARTING TEST : test_ports_bindings
2026-03-04 17:37:55,822 - 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-04 17:37:56,082 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.14': '0'}} with
2026-03-04 17:37:56,082 - INFO - Initial checks done. Running the testcase now
2026-03-04 17:37:56,082 - INFO -
2026-03-04 17:37:56,618 - DEBUG - Response for create_network : {'network': {'id': '683c6fc3-b220-4a8a-bbad-af8dd2695193', 'name': 'ctest-vn-72099691', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'project_id': '7adc3170ac0741d096cd4e006000f54e', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-87060032', 'ctest-vn-72099691'], 'port_security_enabled': True, 'description': ''}}
2026-03-04 17:37:56,767 - DEBUG - Response for create_subnet : {'subnet': {'id': '299f81a9-5d95-4efa-a02e-31a49a4c4d02', 'name': '', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'network_id': '683c6fc3-b220-4a8a-bbad-af8dd2695193', 'ip_version': 4, 'cidr': '118.30.63.128/26', 'allocation_pools': [{'start': '118.30.63.130', 'end': '118.30.63.190'}], 'gateway_ip': '118.30.63.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '118.30.63.130', 'tags': [], 'project_id': '7adc3170ac0741d096cd4e006000f54e'}}
2026-03-04 17:37:56,782 - INFO - Created VN ctest-vn-72099691
2026-03-04 17:37:56,832 - DEBUG - VN ctest-vn-72099691 UUID is 683c6fc3-b220-4a8a-bbad-af8dd2695193
2026-03-04 17:37:56,929 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-87060032', 'ctest-vmi-78197437']}
2026-03-04 17:37:57,206 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-78197437', 'id': 'b3743b55-6b29-4427-b016-ded00c99d9bd', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'network_id': '683c6fc3-b220-4a8a-bbad-af8dd2695193', 'mac_address': '02:b3:74:3b:55:6b', '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': '118.30.63.131', 'subnet_id': '299f81a9-5d95-4efa-a02e-31a49a4c4d02'}], 'security_groups': ['2c7748ef-a5d8-4881-a384-3667352937a1'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7adc3170ac0741d096cd4e006000f54e'}}
2026-03-04 17:37:57,207 - DEBUG - Created port b3743b55-6b29-4427-b016-ded00c99d9bd
2026-03-04 17:37:57,308 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/b3743b55-6b29-4427-b016-ded00c99d9bd
2026-03-04 17:37:57,603 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/b3743b55-6b29-4427-b016-ded00c99d9bd
2026-03-04 17:37:57,633 - INFO - VMI b3743b55-6b29-4427-b016-ded00c99d9bd verification in API Server passed
2026-03-04 17:37:57,713 - DEBUG - Response for delete_port : ()
2026-03-04 17:37:57,713 - INFO - Deleted port b3743b55-6b29-4427-b016-ded00c99d9bd
2026-03-04 17:37:57,713 - INFO - Deleting VN ctest-vn-72099691
2026-03-04 17:37:57,800 - DEBUG - Response for deleting network ()
2026-03-04 17:37:58,053 - DEBUG - No XMPP flaps were noticed during the test
2026-03-04 17:37:58,053 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-03-04 17:37:58,053 - INFO - --------------------------------------------------------------------------------
2026-03-04 17:37:58,055 - INFO - ================================================================================
2026-03-04 17:37:58,055 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-04 17:37:58,055 - 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-04 17:37:58,340 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.14': '0'}} with
2026-03-04 17:37:58,340 - INFO - Initial checks done. Running the testcase now
2026-03-04 17:37:58,341 - INFO -
2026-03-04 17:37:58,504 - DEBUG - Response for create_network : {'network': {'id': '10abb95a-8986-4e40-9e31-238b09a52829', 'name': 'ctest-vn1-15389918', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'project_id': '7adc3170ac0741d096cd4e006000f54e', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-87060032', 'ctest-vn1-15389918'], 'port_security_enabled': True, 'description': ''}}
2026-03-04 17:37:58,707 - DEBUG - Response for create_subnet : {'subnet': {'id': '5ff22652-6543-45f9-afc7-1544e9539b61', 'name': '', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'network_id': '10abb95a-8986-4e40-9e31-238b09a52829', 'ip_version': 4, 'cidr': '189.119.64.128/26', 'allocation_pools': [{'start': '189.119.64.130', 'end': '189.119.64.190'}], 'gateway_ip': '189.119.64.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '189.119.64.130', 'tags': [], 'project_id': '7adc3170ac0741d096cd4e006000f54e'}}
2026-03-04 17:37:58,911 - DEBUG - Response for create_subnet : {'subnet': {'id': '4028a867-1aec-42cd-8467-c739407b6216', 'name': '', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'network_id': '10abb95a-8986-4e40-9e31-238b09a52829', 'ip_version': 4, 'cidr': '74.73.199.128/26', 'allocation_pools': [{'start': '74.73.199.130', 'end': '74.73.199.190'}], 'gateway_ip': '74.73.199.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '74.73.199.130', 'tags': [], 'project_id': '7adc3170ac0741d096cd4e006000f54e'}}
2026-03-04 17:37:58,927 - INFO - Created VN ctest-vn1-15389918
2026-03-04 17:37:58,980 - DEBUG - VN ctest-vn1-15389918 UUID is 10abb95a-8986-4e40-9e31-238b09a52829
2026-03-04 17:37:59,254 - DEBUG - Response for create_port : {'port': {'name': '197bac52-ab55-4fd8-9905-58f3fc7d4efd', 'id': '197bac52-ab55-4fd8-9905-58f3fc7d4efd', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'network_id': '10abb95a-8986-4e40-9e31-238b09a52829', 'mac_address': '02:19:7b:ac:52:ab', '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': '189.119.64.133', 'subnet_id': '5ff22652-6543-45f9-afc7-1544e9539b61'}], 'security_groups': ['2c7748ef-a5d8-4881-a384-3667352937a1'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7adc3170ac0741d096cd4e006000f54e'}}
2026-03-04 17:37:59,406 - DEBUG - Response for create_port : {'port': {'name': 'a28dd77b-d618-40db-a6e2-805ce7b17102', 'id': 'a28dd77b-d618-40db-a6e2-805ce7b17102', 'tenant_id': '7adc3170ac0741d096cd4e006000f54e', 'network_id': '10abb95a-8986-4e40-9e31-238b09a52829', 'mac_address': '02:a2:8d:d7:7b:d6', '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': '74.73.199.133', 'subnet_id': '4028a867-1aec-42cd-8467-c739407b6216'}], 'security_groups': ['2c7748ef-a5d8-4881-a384-3667352937a1'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7adc3170ac0741d096cd4e006000f54e'}}
2026-03-04 17:37:59,455 - DEBUG - Services list from nova: [, , ]
2026-03-04 17:37:59,756 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5430-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5430-1)
2026-03-04 17:38:00,139 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5430-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5430-1)
2026-03-04 17:38:00,139 - INFO - Waiting for VM ctest-vn1-vm1-04309640 to be up..
2026-03-04 17:38:00,174 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-04 17:38:05,245 - DEBUG - VM is in ACTIVE state now
2026-03-04 17:38:05,246 - INFO - VM name : ctest-vn1-vm1-04309640
2026-03-04 17:38:05,315 - DEBUG - VM ctest-vn1-vm1-04309640 ID is bd96b65e-c57d-4230-a15d-b815a93ae45f
2026-03-04 17:38:05,336 - DEBUG - VM ctest-vn1-vm1-04309640 launched on Node cn-jenkins-deploy-platform-ansible-os-5430-1
2026-03-04 17:38:05,405 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/bd96b65e-c57d-4230-a15d-b815a93ae45f
2026-03-04 17:38:05,413 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/197bac52-ab55-4fd8-9905-58f3fc7d4efd
2026-03-04 17:38:08,659 - 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 1011ms')
2026-03-04 17:38:08,659 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-04309640 failed!
2026-03-04 17:38:08,712 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-87060032:ctest-vn1-15389918 is 189.119.64.129 and allocation pool is NOT set
2026-03-04 17:38:08,712 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-87060032:ctest-vn1-15389918 is 74.73.199.129 and allocation pool is NOT set
2026-03-04 17:38:10,777 - 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.38 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.37 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 = 1.367/2.872/4.377/1.505 ms')
2026-03-04 17:38:10,777 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-04309640 passed
2026-03-04 17:38:10,932 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 17:38:10,932 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-04309640, IP 189.119.64.133, Port 22
2026-03-04 17:38:10,988 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused
/bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''}
2026-03-04 17:38:11,061 - DEBUG - VM ctest-vn1-vm1-04309640 is NOT ready for SSH connections, VM status: ACTIVE
2026-03-04 17:38:16,062 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 17:38:16,062 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-04309640, IP 189.119.64.133, Port 22
2026-03-04 17:38:16,224 - DEBUG - VM ctest-vn1-vm1-04309640 is ready for SSH connections
2026-03-04 17:38:16,224 - INFO - Waiting for VM ctest-vn1-vm2-19624551 to be up..
2026-03-04 17:38:16,294 - DEBUG - VM is in ACTIVE state now
2026-03-04 17:38:16,294 - INFO - VM name : ctest-vn1-vm2-19624551
2026-03-04 17:38:16,362 - DEBUG - VM ctest-vn1-vm2-19624551 ID is a1a6de6c-f85b-4ee2-8612-987c87c6fbf3
2026-03-04 17:38:16,362 - DEBUG - VM ctest-vn1-vm2-19624551 launched on Node cn-jenkins-deploy-platform-ansible-os-5430-1
2026-03-04 17:38:16,428 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/a1a6de6c-f85b-4ee2-8612-987c87c6fbf3
2026-03-04 17:38:16,435 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/a28dd77b-d618-40db-a6e2-805ce7b17102
2026-03-04 17:38:17,669 - 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=3.33 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.500 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.500/1.916/3.332/1.416 ms')
2026-03-04 17:38:17,669 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-19624551 passed
2026-03-04 17:38:17,816 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 17:38:17,817 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-19624551, IP 74.73.199.133, Port 22
2026-03-04 17:38:17,971 - DEBUG - VM ctest-vn1-vm2-19624551 is ready for SSH connections
2026-03-04 17:38:17,972 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 17:38:17,972 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 17:38:17,972 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 17:38:17,972 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 189.119.64.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123
2026-03-04 17:38:17,972 - DEBUG - ping -s 56 -c 3 -W 1 189.119.64.133
2026-03-04 17:38:20,681 - DEBUG - PING 189.119.64.133 (189.119.64.133): 56 data bytes
64 bytes from 189.119.64.133: seq=0 ttl=63 time=3.982 ms
64 bytes from 189.119.64.133: seq=1 ttl=63 time=0.861 ms
64 bytes from 189.119.64.133: seq=2 ttl=63 time=0.910 ms
--- 189.119.64.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.861/1.917/3.982 ms
2026-03-04 17:38:20,681 - INFO - Ping to IP 189.119.64.133 from VM ctest-vn1-vm2-19624551 passed
2026-03-04 17:38:20,681 - INFO - Detaching port a28dd77b-d618-40db-a6e2-805ce7b17102 from VM ctest-vn1-vm2-19624551
2026-03-04 17:38:20,727 - INFO - Deleting VM ctest-vn1-vm2-19624551
2026-03-04 17:38:20,796 - INFO - Detaching port 197bac52-ab55-4fd8-9905-58f3fc7d4efd from VM ctest-vn1-vm1-04309640
2026-03-04 17:38:20,838 - INFO - Deleting VM ctest-vn1-vm1-04309640
2026-03-04 17:38:21,077 - DEBUG - Response for delete_port : ()
2026-03-04 17:38:21,237 - DEBUG - Response for delete_port : ()
2026-03-04 17:38:21,237 - INFO - Deleting VN ctest-vn1-15389918
2026-03-04 17:38:21,379 - DEBUG - Response for deleting network ()
2026-03-04 17:38:21,641 - DEBUG - No XMPP flaps were noticed during the test
2026-03-04 17:38:21,641 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:23]
2026-03-04 17:38:21,641 - INFO - --------------------------------------------------------------------------------
2026-03-04 17:38:22,321 - INFO - Deleted project: ctest-TestPorts-87060032, ID : 7adc3170-ac07-41d0-96cd-4e006000f54e