2026-03-06 18:01:26,354 - INFO - Domain Default found not creating
2026-03-06 18:01:26,602 - INFO - Project ctest-TestPorts-44392198 not found, creating it
2026-03-06 18:01:27,058 - INFO - Created Project:ctest-TestPorts-44392198, ID : 98ae0618-66b7-4a22-a722-3bad1b4c7c50
2026-03-06 18:01:28,544 - INFO - ================================================================================
2026-03-06 18:01:28,545 - INFO - STARTING TEST : test_ports_bindings
2026-03-06 18:01:28,545 - 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-06 18:01:28,798 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-03-06 18:01:28,798 - INFO - Initial checks done. Running the testcase now
2026-03-06 18:01:28,798 - INFO -
2026-03-06 18:01:29,382 - DEBUG - Response for create_network : {'network': {'id': 'c2edcacc-1c3e-45de-8a28-e6786b98f9ee', 'name': 'ctest-vn-32418389', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'project_id': '98ae061866b74a22a7223bad1b4c7c50', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-44392198', 'ctest-vn-32418389'], 'port_security_enabled': True, 'description': ''}}
2026-03-06 18:01:29,573 - DEBUG - Response for create_subnet : {'subnet': {'id': '587320f7-8f97-4dd3-a3aa-371c79f378bb', 'name': '', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'network_id': 'c2edcacc-1c3e-45de-8a28-e6786b98f9ee', 'ip_version': 4, 'cidr': '95.24.54.64/26', 'allocation_pools': [{'start': '95.24.54.66', 'end': '95.24.54.126'}], 'gateway_ip': '95.24.54.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '95.24.54.66', 'tags': [], 'project_id': '98ae061866b74a22a7223bad1b4c7c50'}}
2026-03-06 18:01:29,591 - INFO - Created VN ctest-vn-32418389
2026-03-06 18:01:29,645 - DEBUG - VN ctest-vn-32418389 UUID is c2edcacc-1c3e-45de-8a28-e6786b98f9ee
2026-03-06 18:01:29,757 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-44392198', 'ctest-vmi-35654352']}
2026-03-06 18:01:29,991 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-35654352', 'id': '85ad0f1e-e191-43cb-bb19-ff38413092f5', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'network_id': 'c2edcacc-1c3e-45de-8a28-e6786b98f9ee', 'mac_address': '02:85:ad:0f:1e:e1', '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': '95.24.54.67', 'subnet_id': '587320f7-8f97-4dd3-a3aa-371c79f378bb'}], 'security_groups': ['693addcc-b532-4367-b161-64109a94ea83'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '98ae061866b74a22a7223bad1b4c7c50'}}
2026-03-06 18:01:29,991 - DEBUG - Created port 85ad0f1e-e191-43cb-bb19-ff38413092f5
2026-03-06 18:01:30,093 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/85ad0f1e-e191-43cb-bb19-ff38413092f5
2026-03-06 18:01:30,389 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/85ad0f1e-e191-43cb-bb19-ff38413092f5
2026-03-06 18:01:30,422 - INFO - VMI 85ad0f1e-e191-43cb-bb19-ff38413092f5 verification in API Server passed
2026-03-06 18:01:30,503 - DEBUG - Response for delete_port : ()
2026-03-06 18:01:30,503 - INFO - Deleted port 85ad0f1e-e191-43cb-bb19-ff38413092f5
2026-03-06 18:01:30,504 - INFO - Deleting VN ctest-vn-32418389
2026-03-06 18:01:30,605 - DEBUG - Response for deleting network ()
2026-03-06 18:01:30,859 - DEBUG - No XMPP flaps were noticed during the test
2026-03-06 18:01:30,859 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-03-06 18:01:30,859 - INFO - --------------------------------------------------------------------------------
2026-03-06 18:01:30,861 - INFO - ================================================================================
2026-03-06 18:01:30,861 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-06 18:01:30,861 - 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-06 18:01:31,147 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-03-06 18:01:31,147 - INFO - Initial checks done. Running the testcase now
2026-03-06 18:01:31,147 - INFO -
2026-03-06 18:01:31,324 - DEBUG - Response for create_network : {'network': {'id': '745b75c1-f4a1-4781-a6a9-965e1e19156c', 'name': 'ctest-vn1-68424000', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'project_id': '98ae061866b74a22a7223bad1b4c7c50', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-44392198', 'ctest-vn1-68424000'], 'port_security_enabled': True, 'description': ''}}
2026-03-06 18:01:31,495 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e7d95e2d-4eef-4d60-ac68-ca3ea41867bd', 'name': '', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'network_id': '745b75c1-f4a1-4781-a6a9-965e1e19156c', 'ip_version': 4, 'cidr': '66.184.118.128/26', 'allocation_pools': [{'start': '66.184.118.130', 'end': '66.184.118.190'}], 'gateway_ip': '66.184.118.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '66.184.118.130', 'tags': [], 'project_id': '98ae061866b74a22a7223bad1b4c7c50'}}
2026-03-06 18:01:31,650 - DEBUG - Response for create_subnet : {'subnet': {'id': '2ef17d52-e4e2-4e90-aae7-3ddf0e531a62', 'name': '', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'network_id': '745b75c1-f4a1-4781-a6a9-965e1e19156c', 'ip_version': 4, 'cidr': '109.80.179.64/26', 'allocation_pools': [{'start': '109.80.179.66', 'end': '109.80.179.126'}], 'gateway_ip': '109.80.179.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '109.80.179.66', 'tags': [], 'project_id': '98ae061866b74a22a7223bad1b4c7c50'}}
2026-03-06 18:01:31,671 - INFO - Created VN ctest-vn1-68424000
2026-03-06 18:01:31,725 - DEBUG - VN ctest-vn1-68424000 UUID is 745b75c1-f4a1-4781-a6a9-965e1e19156c
2026-03-06 18:01:32,028 - DEBUG - Response for create_port : {'port': {'name': '0f4b05e2-b312-4be5-a053-8c1f73972276', 'id': '0f4b05e2-b312-4be5-a053-8c1f73972276', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'network_id': '745b75c1-f4a1-4781-a6a9-965e1e19156c', 'mac_address': '02:0f:4b:05:e2:b3', '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': '66.184.118.133', 'subnet_id': 'e7d95e2d-4eef-4d60-ac68-ca3ea41867bd'}], 'security_groups': ['693addcc-b532-4367-b161-64109a94ea83'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '98ae061866b74a22a7223bad1b4c7c50'}}
2026-03-06 18:01:32,202 - DEBUG - Response for create_port : {'port': {'name': '823e6484-55ee-4f75-86d5-a5b555e9a4cb', 'id': '823e6484-55ee-4f75-86d5-a5b555e9a4cb', 'tenant_id': '98ae061866b74a22a7223bad1b4c7c50', 'network_id': '745b75c1-f4a1-4781-a6a9-965e1e19156c', 'mac_address': '02:82:3e:64:84:55', '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': '109.80.179.69', 'subnet_id': '2ef17d52-e4e2-4e90-aae7-3ddf0e531a62'}], 'security_groups': ['693addcc-b532-4367-b161-64109a94ea83'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '98ae061866b74a22a7223bad1b4c7c50'}}
2026-03-06 18:01:32,258 - DEBUG - Services list from nova: [, , ]
2026-03-06 18:01:32,631 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5449-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5449-1)
2026-03-06 18:01:33,056 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5449-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5449-1)
2026-03-06 18:01:33,056 - INFO - Waiting for VM ctest-vn1-vm1-56306168 to be up..
2026-03-06 18:01:33,097 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-06 18:01:38,175 - DEBUG - VM is in ACTIVE state now
2026-03-06 18:01:38,175 - INFO - VM name : ctest-vn1-vm1-56306168
2026-03-06 18:01:38,254 - DEBUG - VM ctest-vn1-vm1-56306168 ID is 861611a3-04c5-4aa8-b5b2-d612d12eb362
2026-03-06 18:01:38,272 - DEBUG - VM ctest-vn1-vm1-56306168 launched on Node cn-jenkins-deploy-platform-ansible-os-5449-1
2026-03-06 18:01:38,345 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/861611a3-04c5-4aa8-b5b2-d612d12eb362
2026-03-06 18:01:38,353 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/0f4b05e2-b312-4be5-a053-8c1f73972276
2026-03-06 18:01:41,587 - 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 1007ms')
2026-03-06 18:01:41,587 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-56306168 failed!
2026-03-06 18:01:41,645 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-44392198:ctest-vn1-68424000 is 66.184.118.129 and allocation pool is NOT set
2026-03-06 18:01:41,645 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-44392198:ctest-vn1-68424000 is 109.80.179.65 and allocation pool is NOT set
2026-03-06 18:01:45,723 - 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=6.79 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1018ms\r\nrtt min/avg/max/mdev = 6.789/6.789/6.789/0.000 ms')
2026-03-06 18:01:45,723 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-56306168 passed
2026-03-06 18:01:45,873 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-06 18:01:45,873 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-56306168, IP 66.184.118.133, Port 22
2026-03-06 18:01:46,029 - DEBUG - VM ctest-vn1-vm1-56306168 is ready for SSH connections
2026-03-06 18:01:46,029 - INFO - Waiting for VM ctest-vn1-vm2-03528288 to be up..
2026-03-06 18:01:46,106 - DEBUG - VM is in ACTIVE state now
2026-03-06 18:01:46,106 - INFO - VM name : ctest-vn1-vm2-03528288
2026-03-06 18:01:46,183 - DEBUG - VM ctest-vn1-vm2-03528288 ID is 4c42412b-9797-4454-9ca6-d4e0f40840ae
2026-03-06 18:01:46,183 - DEBUG - VM ctest-vn1-vm2-03528288 launched on Node cn-jenkins-deploy-platform-ansible-os-5449-1
2026-03-06 18:01:46,258 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/4c42412b-9797-4454-9ca6-d4e0f40840ae
2026-03-06 18:01:46,267 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/823e6484-55ee-4f75-86d5-a5b555e9a4cb
2026-03-06 18:01:47,500 - 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=2.68 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.903 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.903/1.793/2.684/0.890 ms')
2026-03-06 18:01:47,500 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-03528288 passed
2026-03-06 18:01:47,649 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-06 18:01:47,649 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-03528288, IP 109.80.179.69, Port 22
2026-03-06 18:01:47,805 - DEBUG - VM ctest-vn1-vm2-03528288 is ready for SSH connections
2026-03-06 18:01:47,805 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-06 18:01:47,805 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-06 18:01:47,805 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-06 18:01:47,806 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 66.184.118.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-03-06 18:01:47,806 - DEBUG - ping -s 56 -c 3 -W 1 66.184.118.133
2026-03-06 18:01:50,475 - DEBUG - PING 66.184.118.133 (66.184.118.133): 56 data bytes
64 bytes from 66.184.118.133: seq=0 ttl=63 time=4.262 ms
64 bytes from 66.184.118.133: seq=1 ttl=63 time=0.812 ms
64 bytes from 66.184.118.133: seq=2 ttl=63 time=0.927 ms
--- 66.184.118.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.812/2.000/4.262 ms
2026-03-06 18:01:50,476 - INFO - Ping to IP 66.184.118.133 from VM ctest-vn1-vm2-03528288 passed
2026-03-06 18:01:50,476 - INFO - Detaching port 823e6484-55ee-4f75-86d5-a5b555e9a4cb from VM ctest-vn1-vm2-03528288
2026-03-06 18:01:50,524 - INFO - Deleting VM ctest-vn1-vm2-03528288
2026-03-06 18:01:50,598 - INFO - Detaching port 0f4b05e2-b312-4be5-a053-8c1f73972276 from VM ctest-vn1-vm1-56306168
2026-03-06 18:01:50,634 - INFO - Deleting VM ctest-vn1-vm1-56306168
2026-03-06 18:01:50,899 - DEBUG - Response for delete_port : ()
2026-03-06 18:01:51,070 - DEBUG - Response for delete_port : ()
2026-03-06 18:01:51,070 - INFO - Deleting VN ctest-vn1-68424000
2026-03-06 18:01:51,245 - DEBUG - Response for deleting network ()
2026-03-06 18:01:51,514 - DEBUG - No XMPP flaps were noticed during the test
2026-03-06 18:01:51,514 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-03-06 18:01:51,514 - INFO - --------------------------------------------------------------------------------
2026-03-06 18:01:52,196 - INFO - Deleted project: ctest-TestPorts-44392198, ID : 98ae0618-66b7-4a22-a722-3bad1b4c7c50