2026-06-15 17:11:26,371 - INFO - Domain Default found not creating
2026-06-15 17:11:26,498 - INFO - Project ctest-TestPorts-70076139 not found, creating it
2026-06-15 17:11:26,988 - INFO - Created Project:ctest-TestPorts-70076139, ID : a2261e26-b1e3-4841-96e7-7e3d2877c814
2026-06-15 17:11:28,436 - INFO - ================================================================================
2026-06-15 17:11:28,436 - INFO - STARTING TEST : test_ports_bindings
2026-06-15 17:11:28,436 - 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-15 17:11:28,691 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-06-15 17:11:28,691 - INFO - Initial checks done. Running the testcase now
2026-06-15 17:11:28,691 - INFO -
2026-06-15 17:11:29,258 - DEBUG - Response for create_network : {'network': {'id': '25fec898-e806-44a9-bc74-4641f5460fa2', 'name': 'ctest-vn-84392070', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'project_id': 'a2261e26b1e3484196e77e3d2877c814', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-70076139', 'ctest-vn-84392070'], 'port_security_enabled': True, 'description': ''}}
2026-06-15 17:11:29,471 - DEBUG - Response for create_subnet : {'subnet': {'id': '375a714c-1856-4f4b-9090-360aa36de16f', 'name': '', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'network_id': '25fec898-e806-44a9-bc74-4641f5460fa2', 'ip_version': 4, 'cidr': '92.127.216.192/26', 'allocation_pools': [{'start': '92.127.216.194', 'end': '92.127.216.254'}], 'gateway_ip': '92.127.216.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '92.127.216.194', 'tags': [], 'project_id': 'a2261e26b1e3484196e77e3d2877c814'}}
2026-06-15 17:11:29,486 - INFO - Created VN ctest-vn-84392070
2026-06-15 17:11:29,538 - DEBUG - VN ctest-vn-84392070 UUID is 25fec898-e806-44a9-bc74-4641f5460fa2
2026-06-15 17:11:29,635 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-70076139', 'ctest-vmi-17454952']}
2026-06-15 17:11:29,907 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-17454952', 'id': '414132b2-abd3-44cd-a3e1-900dfaf6b2b4', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'network_id': '25fec898-e806-44a9-bc74-4641f5460fa2', 'mac_address': '02:41:41:32:b2:ab', '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': '92.127.216.195', 'subnet_id': '375a714c-1856-4f4b-9090-360aa36de16f'}], 'security_groups': ['91048501-986c-4928-a1fe-1ec935bced95'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'a2261e26b1e3484196e77e3d2877c814'}}
2026-06-15 17:11:29,907 - DEBUG - Created port 414132b2-abd3-44cd-a3e1-900dfaf6b2b4
2026-06-15 17:11:30,014 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/414132b2-abd3-44cd-a3e1-900dfaf6b2b4
2026-06-15 17:11:30,334 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/414132b2-abd3-44cd-a3e1-900dfaf6b2b4
2026-06-15 17:11:30,362 - INFO - VMI 414132b2-abd3-44cd-a3e1-900dfaf6b2b4 verification in API Server passed
2026-06-15 17:11:30,444 - DEBUG - Response for delete_port : ()
2026-06-15 17:11:30,444 - INFO - Deleted port 414132b2-abd3-44cd-a3e1-900dfaf6b2b4
2026-06-15 17:11:30,445 - INFO - Deleting VN ctest-vn-84392070
2026-06-15 17:11:30,532 - DEBUG - Response for deleting network ()
2026-06-15 17:11:30,799 - DEBUG - No XMPP flaps were noticed during the test
2026-06-15 17:11:30,799 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-06-15 17:11:30,799 - INFO - --------------------------------------------------------------------------------
2026-06-15 17:11:30,802 - INFO - ================================================================================
2026-06-15 17:11:30,802 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-15 17:11:30,802 - 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-15 17:11:31,083 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-06-15 17:11:31,083 - INFO - Initial checks done. Running the testcase now
2026-06-15 17:11:31,083 - INFO -
2026-06-15 17:11:31,262 - DEBUG - Response for create_network : {'network': {'id': 'd0917f90-8990-4bfd-b757-1aec3cba0f55', 'name': 'ctest-vn1-74431019', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'project_id': 'a2261e26b1e3484196e77e3d2877c814', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-70076139', 'ctest-vn1-74431019'], 'port_security_enabled': True, 'description': ''}}
2026-06-15 17:11:31,437 - DEBUG - Response for create_subnet : {'subnet': {'id': '04ee871b-8ebd-4453-bd15-9310e1585abb', 'name': '', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'network_id': 'd0917f90-8990-4bfd-b757-1aec3cba0f55', 'ip_version': 4, 'cidr': '144.198.28.0/26', 'allocation_pools': [{'start': '144.198.28.2', 'end': '144.198.28.62'}], 'gateway_ip': '144.198.28.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '144.198.28.2', 'tags': [], 'project_id': 'a2261e26b1e3484196e77e3d2877c814'}}
2026-06-15 17:11:31,620 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd8a9a318-d704-4b3a-b722-dbb0066f4d1f', 'name': '', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'network_id': 'd0917f90-8990-4bfd-b757-1aec3cba0f55', 'ip_version': 4, 'cidr': '161.238.37.64/26', 'allocation_pools': [{'start': '161.238.37.66', 'end': '161.238.37.126'}], 'gateway_ip': '161.238.37.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '161.238.37.66', 'tags': [], 'project_id': 'a2261e26b1e3484196e77e3d2877c814'}}
2026-06-15 17:11:31,636 - INFO - Created VN ctest-vn1-74431019
2026-06-15 17:11:31,686 - DEBUG - VN ctest-vn1-74431019 UUID is d0917f90-8990-4bfd-b757-1aec3cba0f55
2026-06-15 17:11:31,958 - DEBUG - Response for create_port : {'port': {'name': '0ea50b95-e57a-40af-9eb8-4e4df66a5793', 'id': '0ea50b95-e57a-40af-9eb8-4e4df66a5793', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'network_id': 'd0917f90-8990-4bfd-b757-1aec3cba0f55', 'mac_address': '02:0e:a5:0b:95:e5', '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': '144.198.28.5', 'subnet_id': '04ee871b-8ebd-4453-bd15-9310e1585abb'}], 'security_groups': ['91048501-986c-4928-a1fe-1ec935bced95'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'a2261e26b1e3484196e77e3d2877c814'}}
2026-06-15 17:11:32,135 - DEBUG - Response for create_port : {'port': {'name': '89da867e-3930-4488-b0c1-937bb2f3d49b', 'id': '89da867e-3930-4488-b0c1-937bb2f3d49b', 'tenant_id': 'a2261e26b1e3484196e77e3d2877c814', 'network_id': 'd0917f90-8990-4bfd-b757-1aec3cba0f55', 'mac_address': '02:89:da:86:7e:39', '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': '161.238.37.69', 'subnet_id': 'd8a9a318-d704-4b3a-b722-dbb0066f4d1f'}], 'security_groups': ['91048501-986c-4928-a1fe-1ec935bced95'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'a2261e26b1e3484196e77e3d2877c814'}}
2026-06-15 17:11:32,189 - DEBUG - Services list from nova: [, , ]
2026-06-15 17:11:32,497 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5948-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5948-1)
2026-06-15 17:11:32,884 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5948-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5948-1)
2026-06-15 17:11:32,885 - INFO - Waiting for VM ctest-vn1-vm1-14727872 to be up..
2026-06-15 17:11:32,920 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-15 17:11:37,961 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-15 17:11:43,027 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-15 17:11:48,100 - DEBUG - VM is in ACTIVE state now
2026-06-15 17:11:48,100 - INFO - VM name : ctest-vn1-vm1-14727872
2026-06-15 17:11:48,168 - DEBUG - VM ctest-vn1-vm1-14727872 ID is 82d33248-c420-4314-8c67-dca258cc7098
2026-06-15 17:11:48,189 - DEBUG - VM ctest-vn1-vm1-14727872 launched on Node cn-jenkins-deploy-platform-ansible-os-5948-1
2026-06-15 17:11:48,250 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/82d33248-c420-4314-8c67-dca258cc7098
2026-06-15 17:11:48,258 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/0ea50b95-e57a-40af-9eb8-4e4df66a5793
2026-06-15 17:11:51,533 - 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 1026ms')
2026-06-15 17:11:51,534 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-14727872 failed!
2026-06-15 17:11:51,586 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70076139:ctest-vn1-74431019 is 144.198.28.1 and allocation pool is NOT set
2026-06-15 17:11:51,586 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70076139:ctest-vn1-74431019 is 161.238.37.65 and allocation pool is NOT set
2026-06-15 17:11:53,649 - 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.46 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.370 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.370/1.913/3.456/1.543 ms')
2026-06-15 17:11:53,649 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-14727872 passed
2026-06-15 17:11:53,798 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-15 17:11:53,798 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-14727872, IP 144.198.28.5, Port 22
2026-06-15 17:11:53,958 - DEBUG - VM ctest-vn1-vm1-14727872 is ready for SSH connections
2026-06-15 17:11:53,958 - INFO - Waiting for VM ctest-vn1-vm2-63824689 to be up..
2026-06-15 17:11:54,031 - DEBUG - VM is in ACTIVE state now
2026-06-15 17:11:54,031 - INFO - VM name : ctest-vn1-vm2-63824689
2026-06-15 17:11:54,099 - DEBUG - VM ctest-vn1-vm2-63824689 ID is 62539c37-0acb-485d-a74f-80b8d95cd30e
2026-06-15 17:11:54,099 - DEBUG - VM ctest-vn1-vm2-63824689 launched on Node cn-jenkins-deploy-platform-ansible-os-5948-1
2026-06-15 17:11:54,170 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/62539c37-0acb-485d-a74f-80b8d95cd30e
2026-06-15 17:11:54,179 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/89da867e-3930-4488-b0c1-937bb2f3d49b
2026-06-15 17:11:55,411 - 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=3.01 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.364 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.364/1.687/3.010/1.323 ms')
2026-06-15 17:11:55,411 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-63824689 passed
2026-06-15 17:11:55,566 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-15 17:11:55,566 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-63824689, IP 161.238.37.69, Port 22
2026-06-15 17:11:55,722 - DEBUG - VM ctest-vn1-vm2-63824689 is ready for SSH connections
2026-06-15 17:11:55,722 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-15 17:11:55,722 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-15 17:11:55,722 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-15 17:11:55,722 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 144.198.28.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-06-15 17:11:55,722 - DEBUG - ping -s 56 -c 3 -W 1 144.198.28.5
2026-06-15 17:11:59,334 - DEBUG - PING 144.198.28.5 (144.198.28.5): 56 data bytes
64 bytes from 144.198.28.5: seq=0 ttl=63 time=4.539 ms
64 bytes from 144.198.28.5: seq=1 ttl=63 time=0.846 ms
64 bytes from 144.198.28.5: seq=2 ttl=63 time=1.071 ms
--- 144.198.28.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.846/2.152/4.539 ms
2026-06-15 17:11:59,334 - INFO - Ping to IP 144.198.28.5 from VM ctest-vn1-vm2-63824689 passed
2026-06-15 17:11:59,334 - INFO - Detaching port 89da867e-3930-4488-b0c1-937bb2f3d49b from VM ctest-vn1-vm2-63824689
2026-06-15 17:11:59,380 - INFO - Deleting VM ctest-vn1-vm2-63824689
2026-06-15 17:11:59,448 - INFO - Detaching port 0ea50b95-e57a-40af-9eb8-4e4df66a5793 from VM ctest-vn1-vm1-14727872
2026-06-15 17:11:59,477 - INFO - Deleting VM ctest-vn1-vm1-14727872
2026-06-15 17:11:59,683 - DEBUG - Response for delete_port : ()
2026-06-15 17:11:59,821 - DEBUG - Response for delete_port : ()
2026-06-15 17:11:59,821 - INFO - Deleting VN ctest-vn1-74431019
2026-06-15 17:11:59,927 - DEBUG - Response for deleting network ()
2026-06-15 17:12:00,179 - DEBUG - No XMPP flaps were noticed during the test
2026-06-15 17:12:00,180 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:30]
2026-06-15 17:12:00,180 - INFO - --------------------------------------------------------------------------------
2026-06-15 17:12:00,882 - INFO - Deleted project: ctest-TestPorts-70076139, ID : a2261e26-b1e3-4841-96e7-7e3d2877c814