2026-06-19 10:59:17,024 - INFO - Domain Default found not creating
2026-06-19 10:59:17,166 - INFO - Project ctest-TestPorts-65262447 not found, creating it
2026-06-19 10:59:17,597 - INFO - Created Project:ctest-TestPorts-65262447, ID : c4192654-5e62-4526-bef3-e6821d802ae3
2026-06-19 10:59:19,025 - INFO - ================================================================================
2026-06-19 10:59:19,025 - INFO - STARTING TEST : test_ports_bindings
2026-06-19 10:59:19,025 - 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-19 10:59:19,287 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-06-19 10:59:19,287 - INFO - Initial checks done. Running the testcase now
2026-06-19 10:59:19,288 - INFO -
2026-06-19 10:59:19,814 - DEBUG - Response for create_network : {'network': {'id': 'da877e2f-9fd6-4dfc-8bd9-9ad5a931755c', 'name': 'ctest-vn-38113455', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'project_id': 'c41926545e624526bef3e6821d802ae3', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65262447', 'ctest-vn-38113455'], 'port_security_enabled': True, 'description': ''}}
2026-06-19 10:59:20,027 - DEBUG - Response for create_subnet : {'subnet': {'id': '2ec5db0d-b875-4219-a6fc-e8217ef00879', 'name': '', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'network_id': 'da877e2f-9fd6-4dfc-8bd9-9ad5a931755c', 'ip_version': 4, 'cidr': '6.41.3.64/26', 'allocation_pools': [{'start': '6.41.3.66', 'end': '6.41.3.126'}], 'gateway_ip': '6.41.3.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '6.41.3.66', 'tags': [], 'project_id': 'c41926545e624526bef3e6821d802ae3'}}
2026-06-19 10:59:20,041 - INFO - Created VN ctest-vn-38113455
2026-06-19 10:59:20,091 - DEBUG - VN ctest-vn-38113455 UUID is da877e2f-9fd6-4dfc-8bd9-9ad5a931755c
2026-06-19 10:59:20,184 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-65262447', 'ctest-vmi-08956948']}
2026-06-19 10:59:20,483 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-08956948', 'id': '2a183078-7306-4187-bcd0-7d38c37b9ed8', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'network_id': 'da877e2f-9fd6-4dfc-8bd9-9ad5a931755c', 'mac_address': '02:2a:18:30:78:73', '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': '6.41.3.67', 'subnet_id': '2ec5db0d-b875-4219-a6fc-e8217ef00879'}], 'security_groups': ['60f297a8-1874-4dd1-9b47-9f452176c2d3'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c41926545e624526bef3e6821d802ae3'}}
2026-06-19 10:59:20,483 - DEBUG - Created port 2a183078-7306-4187-bcd0-7d38c37b9ed8
2026-06-19 10:59:20,587 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/2a183078-7306-4187-bcd0-7d38c37b9ed8
2026-06-19 10:59:20,904 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/2a183078-7306-4187-bcd0-7d38c37b9ed8
2026-06-19 10:59:20,929 - INFO - VMI 2a183078-7306-4187-bcd0-7d38c37b9ed8 verification in API Server passed
2026-06-19 10:59:21,020 - DEBUG - Response for delete_port : ()
2026-06-19 10:59:21,020 - INFO - Deleted port 2a183078-7306-4187-bcd0-7d38c37b9ed8
2026-06-19 10:59:21,020 - INFO - Deleting VN ctest-vn-38113455
2026-06-19 10:59:21,119 - DEBUG - Response for deleting network ()
2026-06-19 10:59:21,379 - DEBUG - No XMPP flaps were noticed during the test
2026-06-19 10:59:21,379 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-06-19 10:59:21,379 - INFO - --------------------------------------------------------------------------------
2026-06-19 10:59:21,382 - INFO - ================================================================================
2026-06-19 10:59:21,382 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-19 10:59:21,382 - 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-19 10:59:21,667 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-06-19 10:59:21,667 - INFO - Initial checks done. Running the testcase now
2026-06-19 10:59:21,667 - INFO -
2026-06-19 10:59:21,838 - DEBUG - Response for create_network : {'network': {'id': '8e8c6c1f-e81b-4c41-b854-b3b454010950', 'name': 'ctest-vn1-09557125', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'project_id': 'c41926545e624526bef3e6821d802ae3', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65262447', 'ctest-vn1-09557125'], 'port_security_enabled': True, 'description': ''}}
2026-06-19 10:59:22,066 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b9793269-10f8-42d3-9a1e-66ea986c7150', 'name': '', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'network_id': '8e8c6c1f-e81b-4c41-b854-b3b454010950', 'ip_version': 4, 'cidr': '64.188.251.64/26', 'allocation_pools': [{'start': '64.188.251.66', 'end': '64.188.251.126'}], 'gateway_ip': '64.188.251.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '64.188.251.66', 'tags': [], 'project_id': 'c41926545e624526bef3e6821d802ae3'}}
2026-06-19 10:59:22,271 - DEBUG - Response for create_subnet : {'subnet': {'id': '4b8d6969-75cd-4311-b366-3f1aafa8095c', 'name': '', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'network_id': '8e8c6c1f-e81b-4c41-b854-b3b454010950', 'ip_version': 4, 'cidr': '71.24.37.64/26', 'allocation_pools': [{'start': '71.24.37.66', 'end': '71.24.37.126'}], 'gateway_ip': '71.24.37.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '71.24.37.66', 'tags': [], 'project_id': 'c41926545e624526bef3e6821d802ae3'}}
2026-06-19 10:59:22,287 - INFO - Created VN ctest-vn1-09557125
2026-06-19 10:59:22,343 - DEBUG - VN ctest-vn1-09557125 UUID is 8e8c6c1f-e81b-4c41-b854-b3b454010950
2026-06-19 10:59:22,650 - DEBUG - Response for create_port : {'port': {'name': 'a72bd54e-0a9a-4dc3-9d36-2e5f7dcf95dc', 'id': 'a72bd54e-0a9a-4dc3-9d36-2e5f7dcf95dc', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'network_id': '8e8c6c1f-e81b-4c41-b854-b3b454010950', 'mac_address': '02:a7:2b:d5:4e:0a', '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': '64.188.251.69', 'subnet_id': 'b9793269-10f8-42d3-9a1e-66ea986c7150'}], 'security_groups': ['60f297a8-1874-4dd1-9b47-9f452176c2d3'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c41926545e624526bef3e6821d802ae3'}}
2026-06-19 10:59:22,828 - DEBUG - Response for create_port : {'port': {'name': '0b8ec7a0-0947-4831-85b3-205797003f8c', 'id': '0b8ec7a0-0947-4831-85b3-205797003f8c', 'tenant_id': 'c41926545e624526bef3e6821d802ae3', 'network_id': '8e8c6c1f-e81b-4c41-b854-b3b454010950', 'mac_address': '02:0b:8e:c7:a0:09', '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': '71.24.37.69', 'subnet_id': '4b8d6969-75cd-4311-b366-3f1aafa8095c'}], 'security_groups': ['60f297a8-1874-4dd1-9b47-9f452176c2d3'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c41926545e624526bef3e6821d802ae3'}}
2026-06-19 10:59:22,881 - DEBUG - Services list from nova: [, , ]
2026-06-19 10:59:23,212 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5992-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5992-1)
2026-06-19 10:59:23,594 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5992-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5992-1)
2026-06-19 10:59:23,594 - INFO - Waiting for VM ctest-vn1-vm1-63187442 to be up..
2026-06-19 10:59:23,628 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-19 10:59:28,674 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-19 10:59:33,743 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-19 10:59:38,805 - DEBUG - VM is in ACTIVE state now
2026-06-19 10:59:38,805 - INFO - VM name : ctest-vn1-vm1-63187442
2026-06-19 10:59:38,888 - DEBUG - VM ctest-vn1-vm1-63187442 ID is 5cf0a04f-07d9-417e-a426-a7e4ead3a654
2026-06-19 10:59:38,906 - DEBUG - VM ctest-vn1-vm1-63187442 launched on Node cn-jenkins-deploy-platform-ansible-os-5992-1
2026-06-19 10:59:38,972 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/5cf0a04f-07d9-417e-a426-a7e4ead3a654
2026-06-19 10:59:38,979 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/a72bd54e-0a9a-4dc3-9d36-2e5f7dcf95dc
2026-06-19 10:59:42,222 - 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 1014ms')
2026-06-19 10:59:42,223 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-63187442 failed!
2026-06-19 10:59:42,275 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65262447:ctest-vn1-09557125 is 64.188.251.65 and allocation pool is NOT set
2026-06-19 10:59:42,275 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65262447:ctest-vn1-09557125 is 71.24.37.65 and allocation pool is NOT set
2026-06-19 10:59:44,343 - 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.08 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.371 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.371/1.723/3.075/1.352 ms')
2026-06-19 10:59:44,343 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-63187442 passed
2026-06-19 10:59:44,491 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 10:59:44,491 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-63187442, IP 64.188.251.69, Port 22
2026-06-19 10:59:44,647 - DEBUG - VM ctest-vn1-vm1-63187442 is ready for SSH connections
2026-06-19 10:59:44,647 - INFO - Waiting for VM ctest-vn1-vm2-91246704 to be up..
2026-06-19 10:59:44,709 - DEBUG - VM is in ACTIVE state now
2026-06-19 10:59:44,710 - INFO - VM name : ctest-vn1-vm2-91246704
2026-06-19 10:59:44,771 - DEBUG - VM ctest-vn1-vm2-91246704 ID is 9800a943-e297-4426-b345-43ce89b65ec5
2026-06-19 10:59:44,771 - DEBUG - VM ctest-vn1-vm2-91246704 launched on Node cn-jenkins-deploy-platform-ansible-os-5992-1
2026-06-19 10:59:44,833 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/9800a943-e297-4426-b345-43ce89b65ec5
2026-06-19 10:59:44,842 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/0b8ec7a0-0947-4831-85b3-205797003f8c
2026-06-19 10:59:46,076 - 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=2.94 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.340 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.340/1.640/2.941/1.300 ms')
2026-06-19 10:59:46,076 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-91246704 passed
2026-06-19 10:59:46,223 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 10:59:46,223 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-91246704, IP 71.24.37.69, Port 22
2026-06-19 10:59:46,379 - DEBUG - VM ctest-vn1-vm2-91246704 is ready for SSH connections
2026-06-19 10:59:46,379 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 10:59:46,379 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 10:59:46,379 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 10:59:46,379 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 64.188.251.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-06-19 10:59:46,379 - DEBUG - ping -s 56 -c 3 -W 1 64.188.251.69
2026-06-19 10:59:50,001 - DEBUG - PING 64.188.251.69 (64.188.251.69): 56 data bytes
64 bytes from 64.188.251.69: seq=0 ttl=63 time=3.701 ms
64 bytes from 64.188.251.69: seq=1 ttl=63 time=0.789 ms
64 bytes from 64.188.251.69: seq=2 ttl=63 time=0.959 ms
--- 64.188.251.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.789/1.816/3.701 ms
2026-06-19 10:59:50,001 - INFO - Ping to IP 64.188.251.69 from VM ctest-vn1-vm2-91246704 passed
2026-06-19 10:59:50,001 - INFO - Detaching port 0b8ec7a0-0947-4831-85b3-205797003f8c from VM ctest-vn1-vm2-91246704
2026-06-19 10:59:50,055 - INFO - Deleting VM ctest-vn1-vm2-91246704
2026-06-19 10:59:50,122 - INFO - Detaching port a72bd54e-0a9a-4dc3-9d36-2e5f7dcf95dc from VM ctest-vn1-vm1-63187442
2026-06-19 10:59:50,154 - INFO - Deleting VM ctest-vn1-vm1-63187442
2026-06-19 10:59:50,369 - DEBUG - Response for delete_port : ()
2026-06-19 10:59:50,503 - DEBUG - Response for delete_port : ()
2026-06-19 10:59:50,503 - INFO - Deleting VN ctest-vn1-09557125
2026-06-19 10:59:50,610 - DEBUG - Response for deleting network ()
2026-06-19 10:59:50,880 - DEBUG - No XMPP flaps were noticed during the test
2026-06-19 10:59:50,881 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29]
2026-06-19 10:59:50,881 - INFO - --------------------------------------------------------------------------------
2026-06-19 10:59:51,599 - INFO - Deleted project: ctest-TestPorts-65262447, ID : c4192654-5e62-4526-bef3-e6821d802ae3