2026-06-01 15:47:00,961 - INFO - Domain Default found not creating
2026-06-01 15:47:01,147 - INFO - Project ctest-TestPorts-76693343 not found, creating it
2026-06-01 15:47:01,606 - INFO - Created Project:ctest-TestPorts-76693343, ID : 01399934-061e-44cf-b06b-786c23a14f45
2026-06-01 15:47:03,127 - INFO - ================================================================================
2026-06-01 15:47:03,127 - INFO - STARTING TEST : test_ports_bindings
2026-06-01 15:47:03,127 - 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-06-01 15:47:03,384 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.18': '0'}} with
2026-06-01 15:47:03,384 - INFO - Initial checks done. Running the testcase now
2026-06-01 15:47:03,384 - INFO -
2026-06-01 15:47:03,942 - DEBUG - Response for create_network : {'network': {'id': '9354f032-9a2a-497c-ab39-81a3ea92ed80', 'name': 'ctest-vn-06511483', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'project_id': '01399934061e44cfb06b786c23a14f45', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-76693343', 'ctest-vn-06511483'], 'port_security_enabled': True, 'description': ''}}
2026-06-01 15:47:04,102 - DEBUG - Response for create_subnet : {'subnet': {'id': '358a7c50-2ead-4ba2-8b95-a8e16eea104f', 'name': '', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'network_id': '9354f032-9a2a-497c-ab39-81a3ea92ed80', 'ip_version': 4, 'cidr': '120.157.73.192/26', 'allocation_pools': [{'start': '120.157.73.194', 'end': '120.157.73.254'}], 'gateway_ip': '120.157.73.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '120.157.73.194', 'tags': [], 'project_id': '01399934061e44cfb06b786c23a14f45'}}
2026-06-01 15:47:04,121 - INFO - Created VN ctest-vn-06511483
2026-06-01 15:47:04,173 - DEBUG - VN ctest-vn-06511483 UUID is 9354f032-9a2a-497c-ab39-81a3ea92ed80
2026-06-01 15:47:04,279 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-76693343', 'ctest-vmi-86173790']}
2026-06-01 15:47:04,556 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-86173790', 'id': 'c8b42fd0-f19d-4593-aaa1-f095f57741b5', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'network_id': '9354f032-9a2a-497c-ab39-81a3ea92ed80', 'mac_address': '02:c8:b4:2f:d0:f1', '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': '120.157.73.195', 'subnet_id': '358a7c50-2ead-4ba2-8b95-a8e16eea104f'}], 'security_groups': ['acd1a9c6-5745-4684-a86d-a74c3aacd76a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '01399934061e44cfb06b786c23a14f45'}}
2026-06-01 15:47:04,556 - DEBUG - Created port c8b42fd0-f19d-4593-aaa1-f095f57741b5
2026-06-01 15:47:04,661 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c8b42fd0-f19d-4593-aaa1-f095f57741b5
2026-06-01 15:47:04,957 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c8b42fd0-f19d-4593-aaa1-f095f57741b5
2026-06-01 15:47:04,992 - INFO - VMI c8b42fd0-f19d-4593-aaa1-f095f57741b5 verification in API Server passed
2026-06-01 15:47:05,076 - DEBUG - Response for delete_port : ()
2026-06-01 15:47:05,077 - INFO - Deleted port c8b42fd0-f19d-4593-aaa1-f095f57741b5
2026-06-01 15:47:05,077 - INFO - Deleting VN ctest-vn-06511483
2026-06-01 15:47:05,200 - DEBUG - Response for deleting network ()
2026-06-01 15:47:05,455 - DEBUG - No XMPP flaps were noticed during the test
2026-06-01 15:47:05,455 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-06-01 15:47:05,455 - INFO - --------------------------------------------------------------------------------
2026-06-01 15:47:05,457 - INFO - ================================================================================
2026-06-01 15:47:05,457 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-01 15:47:05,458 - 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-06-01 15:47:05,745 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.18': '0'}} with
2026-06-01 15:47:05,745 - INFO - Initial checks done. Running the testcase now
2026-06-01 15:47:05,746 - INFO -
2026-06-01 15:47:05,913 - DEBUG - Response for create_network : {'network': {'id': '83ac6d29-0997-485a-bc56-6a26de08d693', 'name': 'ctest-vn1-82112155', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'project_id': '01399934061e44cfb06b786c23a14f45', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-76693343', 'ctest-vn1-82112155'], 'port_security_enabled': True, 'description': ''}}
2026-06-01 15:47:06,124 - DEBUG - Response for create_subnet : {'subnet': {'id': '6ec8176c-d90d-4458-aa7e-b9daa92bda8f', 'name': '', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'network_id': '83ac6d29-0997-485a-bc56-6a26de08d693', 'ip_version': 4, 'cidr': '94.16.69.192/26', 'allocation_pools': [{'start': '94.16.69.194', 'end': '94.16.69.254'}], 'gateway_ip': '94.16.69.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '94.16.69.194', 'tags': [], 'project_id': '01399934061e44cfb06b786c23a14f45'}}
2026-06-01 15:47:06,324 - DEBUG - Response for create_subnet : {'subnet': {'id': '49c67aaa-6ef0-4f61-86d8-778857ab5a92', 'name': '', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'network_id': '83ac6d29-0997-485a-bc56-6a26de08d693', 'ip_version': 4, 'cidr': '43.108.97.0/26', 'allocation_pools': [{'start': '43.108.97.2', 'end': '43.108.97.62'}], 'gateway_ip': '43.108.97.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '43.108.97.2', 'tags': [], 'project_id': '01399934061e44cfb06b786c23a14f45'}}
2026-06-01 15:47:06,343 - INFO - Created VN ctest-vn1-82112155
2026-06-01 15:47:06,397 - DEBUG - VN ctest-vn1-82112155 UUID is 83ac6d29-0997-485a-bc56-6a26de08d693
2026-06-01 15:47:06,682 - DEBUG - Response for create_port : {'port': {'name': '2c0c0d30-0cf5-4656-b074-e8c3c5c7929d', 'id': '2c0c0d30-0cf5-4656-b074-e8c3c5c7929d', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'network_id': '83ac6d29-0997-485a-bc56-6a26de08d693', 'mac_address': '02:2c:0c:0d:30:0c', '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': '94.16.69.197', 'subnet_id': '6ec8176c-d90d-4458-aa7e-b9daa92bda8f'}], 'security_groups': ['acd1a9c6-5745-4684-a86d-a74c3aacd76a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '01399934061e44cfb06b786c23a14f45'}}
2026-06-01 15:47:06,839 - DEBUG - Response for create_port : {'port': {'name': 'a9282969-1d27-4ac0-b182-4a547eeb9fff', 'id': 'a9282969-1d27-4ac0-b182-4a547eeb9fff', 'tenant_id': '01399934061e44cfb06b786c23a14f45', 'network_id': '83ac6d29-0997-485a-bc56-6a26de08d693', 'mac_address': '02:a9:28:29:69:1d', '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': '43.108.97.5', 'subnet_id': '49c67aaa-6ef0-4f61-86d8-778857ab5a92'}], 'security_groups': ['acd1a9c6-5745-4684-a86d-a74c3aacd76a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '01399934061e44cfb06b786c23a14f45'}}
2026-06-01 15:47:06,892 - DEBUG - Services list from nova: [, , ]
2026-06-01 15:47:07,221 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5872-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5872-1)
2026-06-01 15:47:07,606 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5872-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5872-1)
2026-06-01 15:47:07,606 - INFO - Waiting for VM ctest-vn1-vm1-33676141 to be up..
2026-06-01 15:47:07,644 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-01 15:47:12,734 - DEBUG - VM is in ACTIVE state now
2026-06-01 15:47:12,734 - INFO - VM name : ctest-vn1-vm1-33676141
2026-06-01 15:47:12,816 - DEBUG - VM ctest-vn1-vm1-33676141 ID is 87bf27ab-2a7c-4215-9ef3-c580d81af92c
2026-06-01 15:47:12,839 - DEBUG - VM ctest-vn1-vm1-33676141 launched on Node cn-jenkins-deploy-platform-ansible-os-5872-1
2026-06-01 15:47:12,932 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/87bf27ab-2a7c-4215-9ef3-c580d81af92c
2026-06-01 15:47:12,941 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/2c0c0d30-0cf5-4656-b074-e8c3c5c7929d
2026-06-01 15:47:16,194 - 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 1011ms')
2026-06-01 15:47:16,194 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-33676141 failed!
2026-06-01 15:47:16,249 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-76693343:ctest-vn1-82112155 is 94.16.69.193 and allocation pool is NOT set
2026-06-01 15:47:16,249 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-76693343:ctest-vn1-82112155 is 43.108.97.1 and allocation pool is NOT set
2026-06-01 15:47:18,306 - 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=9.04 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.12 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.116/5.078/9.041/3.962 ms')
2026-06-01 15:47:18,307 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-33676141 passed
2026-06-01 15:47:18,457 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 15:47:18,457 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-33676141, IP 94.16.69.197, Port 22
2026-06-01 15:47:18,627 - DEBUG - VM ctest-vn1-vm1-33676141 is ready for SSH connections
2026-06-01 15:47:18,627 - INFO - Waiting for VM ctest-vn1-vm2-60015738 to be up..
2026-06-01 15:47:18,703 - DEBUG - VM is in ACTIVE state now
2026-06-01 15:47:18,703 - INFO - VM name : ctest-vn1-vm2-60015738
2026-06-01 15:47:18,777 - DEBUG - VM ctest-vn1-vm2-60015738 ID is 836b99d8-e32a-4b6c-bd5e-bf2b1637d76c
2026-06-01 15:47:18,777 - DEBUG - VM ctest-vn1-vm2-60015738 launched on Node cn-jenkins-deploy-platform-ansible-os-5872-1
2026-06-01 15:47:18,864 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/836b99d8-e32a-4b6c-bd5e-bf2b1637d76c
2026-06-01 15:47:18,874 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/a9282969-1d27-4ac0-b182-4a547eeb9fff
2026-06-01 15:47:20,127 - 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.60 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.857 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 = 0.857/2.730/4.604/1.873 ms')
2026-06-01 15:47:20,127 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-60015738 passed
2026-06-01 15:47:20,277 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 15:47:20,277 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-60015738, IP 43.108.97.5, Port 22
2026-06-01 15:47:20,437 - DEBUG - VM ctest-vn1-vm2-60015738 is ready for SSH connections
2026-06-01 15:47:20,437 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 15:47:20,437 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 15:47:20,437 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 15:47:20,437 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 94.16.69.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-06-01 15:47:20,438 - DEBUG - ping -s 56 -c 3 -W 1 94.16.69.197
2026-06-01 15:47:24,134 - DEBUG - PING 94.16.69.197 (94.16.69.197): 56 data bytes
64 bytes from 94.16.69.197: seq=0 ttl=63 time=3.489 ms
64 bytes from 94.16.69.197: seq=1 ttl=63 time=0.969 ms
64 bytes from 94.16.69.197: seq=2 ttl=63 time=0.880 ms
--- 94.16.69.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.880/1.779/3.489 ms
2026-06-01 15:47:24,134 - INFO - Ping to IP 94.16.69.197 from VM ctest-vn1-vm2-60015738 passed
2026-06-01 15:47:24,134 - INFO - Detaching port a9282969-1d27-4ac0-b182-4a547eeb9fff from VM ctest-vn1-vm2-60015738
2026-06-01 15:47:24,182 - INFO - Deleting VM ctest-vn1-vm2-60015738
2026-06-01 15:47:24,250 - INFO - Detaching port 2c0c0d30-0cf5-4656-b074-e8c3c5c7929d from VM ctest-vn1-vm1-33676141
2026-06-01 15:47:24,290 - INFO - Deleting VM ctest-vn1-vm1-33676141
2026-06-01 15:47:24,520 - DEBUG - Response for delete_port : ()
2026-06-01 15:47:24,688 - DEBUG - Response for delete_port : ()
2026-06-01 15:47:24,688 - INFO - Deleting VN ctest-vn1-82112155
2026-06-01 15:47:24,817 - DEBUG - Response for deleting network ()
2026-06-01 15:47:25,083 - DEBUG - No XMPP flaps were noticed during the test
2026-06-01 15:47:25,083 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:20]
2026-06-01 15:47:25,083 - INFO - --------------------------------------------------------------------------------
2026-06-01 15:47:25,761 - INFO - Deleted project: ctest-TestPorts-76693343, ID : 01399934-061e-44cf-b06b-786c23a14f45