2026-04-24 17:06:27,036 - INFO - Domain Default found not creating
2026-04-24 17:06:27,222 - INFO - Project ctest-TestPorts-79245432 not found, creating it
2026-04-24 17:06:27,697 - INFO - Created Project:ctest-TestPorts-79245432, ID : 269b6452-432f-4c54-bc8a-506fa6569999
2026-04-24 17:06:29,305 - INFO - ================================================================================
2026-04-24 17:06:29,305 - INFO - STARTING TEST : test_ports_bindings
2026-04-24 17:06:29,306 - 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-04-24 17:06:29,593 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-04-24 17:06:29,593 - INFO - Initial checks done. Running the testcase now
2026-04-24 17:06:29,593 - INFO -
2026-04-24 17:06:30,176 - DEBUG - Response for create_network : {'network': {'id': '17be3bce-fb92-4609-88ac-ce297d7a07d1', 'name': 'ctest-vn-16358768', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'project_id': '269b6452432f4c54bc8a506fa6569999', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-79245432', 'ctest-vn-16358768'], 'port_security_enabled': True, 'description': ''}}
2026-04-24 17:06:30,384 - DEBUG - Response for create_subnet : {'subnet': {'id': '400d9b9d-a01d-4d49-af91-fe3797fd3272', 'name': '', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'network_id': '17be3bce-fb92-4609-88ac-ce297d7a07d1', 'ip_version': 4, 'cidr': '190.139.255.0/26', 'allocation_pools': [{'start': '190.139.255.2', 'end': '190.139.255.62'}], 'gateway_ip': '190.139.255.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '190.139.255.2', 'tags': [], 'project_id': '269b6452432f4c54bc8a506fa6569999'}}
2026-04-24 17:06:30,404 - INFO - Created VN ctest-vn-16358768
2026-04-24 17:06:30,456 - DEBUG - VN ctest-vn-16358768 UUID is 17be3bce-fb92-4609-88ac-ce297d7a07d1
2026-04-24 17:06:30,572 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-79245432', 'ctest-vmi-81210571']}
2026-04-24 17:06:30,817 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-81210571', 'id': 'b0292e90-dc83-4e36-9022-766fc03acfd0', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'network_id': '17be3bce-fb92-4609-88ac-ce297d7a07d1', 'mac_address': '02:b0:29:2e:90:dc', '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': '190.139.255.3', 'subnet_id': '400d9b9d-a01d-4d49-af91-fe3797fd3272'}], 'security_groups': ['3187bca9-f880-47da-b58b-d9b90f4f57d8'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '269b6452432f4c54bc8a506fa6569999'}}
2026-04-24 17:06:30,817 - DEBUG - Created port b0292e90-dc83-4e36-9022-766fc03acfd0
2026-04-24 17:06:30,924 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/b0292e90-dc83-4e36-9022-766fc03acfd0
2026-04-24 17:06:31,220 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/b0292e90-dc83-4e36-9022-766fc03acfd0
2026-04-24 17:06:31,259 - INFO - VMI b0292e90-dc83-4e36-9022-766fc03acfd0 verification in API Server passed
2026-04-24 17:06:31,377 - DEBUG - Response for delete_port : ()
2026-04-24 17:06:31,377 - INFO - Deleted port b0292e90-dc83-4e36-9022-766fc03acfd0
2026-04-24 17:06:31,377 - INFO - Deleting VN ctest-vn-16358768
2026-04-24 17:06:31,493 - DEBUG - Response for deleting network ()
2026-04-24 17:06:31,750 - DEBUG - No XMPP flaps were noticed during the test
2026-04-24 17:06:31,750 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-04-24 17:06:31,750 - INFO - --------------------------------------------------------------------------------
2026-04-24 17:06:31,753 - INFO - ================================================================================
2026-04-24 17:06:31,753 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-04-24 17:06:31,754 - 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-04-24 17:06:32,038 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-04-24 17:06:32,038 - INFO - Initial checks done. Running the testcase now
2026-04-24 17:06:32,038 - INFO -
2026-04-24 17:06:32,214 - DEBUG - Response for create_network : {'network': {'id': '0eef4cd1-82ae-4f40-9325-b99455181558', 'name': 'ctest-vn1-35759256', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'project_id': '269b6452432f4c54bc8a506fa6569999', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-79245432', 'ctest-vn1-35759256'], 'port_security_enabled': True, 'description': ''}}
2026-04-24 17:06:32,426 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cefa782a-2484-417b-9ab4-80b59471b766', 'name': '', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'network_id': '0eef4cd1-82ae-4f40-9325-b99455181558', 'ip_version': 4, 'cidr': '2.18.64.192/26', 'allocation_pools': [{'start': '2.18.64.194', 'end': '2.18.64.254'}], 'gateway_ip': '2.18.64.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '2.18.64.194', 'tags': [], 'project_id': '269b6452432f4c54bc8a506fa6569999'}}
2026-04-24 17:06:32,651 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ce6ed0fb-80f0-4e5f-8e2a-a99573a50fb6', 'name': '', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'network_id': '0eef4cd1-82ae-4f40-9325-b99455181558', 'ip_version': 4, 'cidr': '214.61.115.128/26', 'allocation_pools': [{'start': '214.61.115.130', 'end': '214.61.115.190'}], 'gateway_ip': '214.61.115.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '214.61.115.130', 'tags': [], 'project_id': '269b6452432f4c54bc8a506fa6569999'}}
2026-04-24 17:06:32,673 - INFO - Created VN ctest-vn1-35759256
2026-04-24 17:06:32,728 - DEBUG - VN ctest-vn1-35759256 UUID is 0eef4cd1-82ae-4f40-9325-b99455181558
2026-04-24 17:06:33,054 - DEBUG - Response for create_port : {'port': {'name': '7580951b-d667-4c48-b84b-1bbfef39e722', 'id': '7580951b-d667-4c48-b84b-1bbfef39e722', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'network_id': '0eef4cd1-82ae-4f40-9325-b99455181558', 'mac_address': '02:75:80:95:1b: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': '2.18.64.197', 'subnet_id': 'cefa782a-2484-417b-9ab4-80b59471b766'}], 'security_groups': ['3187bca9-f880-47da-b58b-d9b90f4f57d8'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '269b6452432f4c54bc8a506fa6569999'}}
2026-04-24 17:06:33,239 - DEBUG - Response for create_port : {'port': {'name': '8e463a22-0cb8-4327-9a25-f9a62f935204', 'id': '8e463a22-0cb8-4327-9a25-f9a62f935204', 'tenant_id': '269b6452432f4c54bc8a506fa6569999', 'network_id': '0eef4cd1-82ae-4f40-9325-b99455181558', 'mac_address': '02:8e:46:3a:22: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': '214.61.115.133', 'subnet_id': 'ce6ed0fb-80f0-4e5f-8e2a-a99573a50fb6'}], 'security_groups': ['3187bca9-f880-47da-b58b-d9b90f4f57d8'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '269b6452432f4c54bc8a506fa6569999'}}
2026-04-24 17:06:33,302 - DEBUG - Services list from nova: [, , ]
2026-04-24 17:06:33,705 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5683-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5683-1)
2026-04-24 17:06:34,152 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5683-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5683-1)
2026-04-24 17:06:34,152 - INFO - Waiting for VM ctest-vn1-vm1-73529722 to be up..
2026-04-24 17:06:34,196 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-04-24 17:06:39,281 - DEBUG - VM is in ACTIVE state now
2026-04-24 17:06:39,282 - INFO - VM name : ctest-vn1-vm1-73529722
2026-04-24 17:06:39,368 - DEBUG - VM ctest-vn1-vm1-73529722 ID is e3510d18-8fc4-48e4-b4eb-b446b6098136
2026-04-24 17:06:39,389 - DEBUG - VM ctest-vn1-vm1-73529722 launched on Node cn-jenkins-deploy-platform-ansible-os-5683-1
2026-04-24 17:06:39,478 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/e3510d18-8fc4-48e4-b4eb-b446b6098136
2026-04-24 17:06:39,488 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/7580951b-d667-4c48-b84b-1bbfef39e722
2026-04-24 17:06:42,748 - 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 1018ms')
2026-04-24 17:06:42,748 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-73529722 failed!
2026-04-24 17:06:42,808 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-79245432:ctest-vn1-35759256 is 2.18.64.193 and allocation pool is NOT set
2026-04-24 17:06:42,808 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-79245432:ctest-vn1-35759256 is 214.61.115.129 and allocation pool is NOT set
2026-04-24 17:06:46,871 - 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=8.90 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1006ms\r\nrtt min/avg/max/mdev = 8.897/8.897/8.897/0.000 ms')
2026-04-24 17:06:46,871 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-73529722 passed
2026-04-24 17:06:47,032 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-24 17:06:47,033 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-73529722, IP 2.18.64.197, Port 22
2026-04-24 17:06:47,202 - DEBUG - VM ctest-vn1-vm1-73529722 is ready for SSH connections
2026-04-24 17:06:47,202 - INFO - Waiting for VM ctest-vn1-vm2-04479621 to be up..
2026-04-24 17:06:47,291 - DEBUG - VM is in ACTIVE state now
2026-04-24 17:06:47,292 - INFO - VM name : ctest-vn1-vm2-04479621
2026-04-24 17:06:47,374 - DEBUG - VM ctest-vn1-vm2-04479621 ID is 2d7cc5f4-43f5-41c8-bf8a-ff1f5dda8a3d
2026-04-24 17:06:47,374 - DEBUG - VM ctest-vn1-vm2-04479621 launched on Node cn-jenkins-deploy-platform-ansible-os-5683-1
2026-04-24 17:06:47,465 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/2d7cc5f4-43f5-41c8-bf8a-ff1f5dda8a3d
2026-04-24 17:06:47,476 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/8e463a22-0cb8-4327-9a25-f9a62f935204
2026-04-24 17:06:48,727 - 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.34 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.483 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.483/1.910/3.337/1.427 ms')
2026-04-24 17:06:48,727 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-04479621 passed
2026-04-24 17:06:48,888 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-24 17:06:48,888 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-04479621, IP 214.61.115.133, Port 22
2026-04-24 17:06:49,052 - DEBUG - VM ctest-vn1-vm2-04479621 is ready for SSH connections
2026-04-24 17:06:49,052 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-24 17:06:49,052 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-24 17:06:49,053 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-24 17:06:49,053 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 2.18.64.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-04-24 17:06:49,053 - DEBUG - ping -s 56 -c 3 -W 1 2.18.64.197
2026-04-24 17:06:51,799 - DEBUG - PING 2.18.64.197 (2.18.64.197): 56 data bytes
64 bytes from 2.18.64.197: seq=0 ttl=63 time=5.513 ms
64 bytes from 2.18.64.197: seq=1 ttl=63 time=0.893 ms
64 bytes from 2.18.64.197: seq=2 ttl=63 time=1.146 ms
--- 2.18.64.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.893/2.517/5.513 ms
2026-04-24 17:06:51,799 - INFO - Ping to IP 2.18.64.197 from VM ctest-vn1-vm2-04479621 passed
2026-04-24 17:06:51,799 - INFO - Detaching port 8e463a22-0cb8-4327-9a25-f9a62f935204 from VM ctest-vn1-vm2-04479621
2026-04-24 17:06:51,856 - INFO - Deleting VM ctest-vn1-vm2-04479621
2026-04-24 17:06:51,935 - INFO - Detaching port 7580951b-d667-4c48-b84b-1bbfef39e722 from VM ctest-vn1-vm1-73529722
2026-04-24 17:06:51,973 - INFO - Deleting VM ctest-vn1-vm1-73529722
2026-04-24 17:06:52,266 - DEBUG - Response for delete_port : ()
2026-04-24 17:06:52,434 - DEBUG - Response for delete_port : ()
2026-04-24 17:06:52,434 - INFO - Deleting VN ctest-vn1-35759256
2026-04-24 17:06:52,564 - DEBUG - Response for deleting network ()
2026-04-24 17:06:52,822 - DEBUG - No XMPP flaps were noticed during the test
2026-04-24 17:06:52,822 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-04-24 17:06:52,822 - INFO - --------------------------------------------------------------------------------
2026-04-24 17:06:53,570 - INFO - Deleted project: ctest-TestPorts-79245432, ID : 269b6452-432f-4c54-bc8a-506fa6569999