2026-06-22 11:29:07,647 - INFO - Domain Default found not creating
2026-06-22 11:29:07,804 - INFO - Project ctest-TestPorts-21044825 not found, creating it
2026-06-22 11:29:08,269 - INFO - Created Project:ctest-TestPorts-21044825, ID : aab3329a-705a-48f2-8cfd-bf6153e445e2
2026-06-22 11:29:09,763 - INFO - ================================================================================
2026-06-22 11:29:09,763 - INFO - STARTING TEST : test_ports_bindings
2026-06-22 11:29:09,763 - 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-22 11:29:10,017 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with
2026-06-22 11:29:10,017 - INFO - Initial checks done. Running the testcase now
2026-06-22 11:29:10,017 - INFO -
2026-06-22 11:29:10,581 - DEBUG - Response for create_network : {'network': {'id': 'c49fcbf7-300d-4a16-af74-55b223d0771c', 'name': 'ctest-vn-05323322', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'project_id': 'aab3329a705a48f28cfdbf6153e445e2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-21044825', 'ctest-vn-05323322'], 'port_security_enabled': True, 'description': ''}}
2026-06-22 11:29:10,813 - DEBUG - Response for create_subnet : {'subnet': {'id': '40714848-9563-436d-b77d-86aed0b8f15b', 'name': '', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'network_id': 'c49fcbf7-300d-4a16-af74-55b223d0771c', 'ip_version': 4, 'cidr': '119.9.47.128/26', 'allocation_pools': [{'start': '119.9.47.130', 'end': '119.9.47.190'}], 'gateway_ip': '119.9.47.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '119.9.47.130', 'tags': [], 'project_id': 'aab3329a705a48f28cfdbf6153e445e2'}}
2026-06-22 11:29:10,831 - INFO - Created VN ctest-vn-05323322
2026-06-22 11:29:10,887 - DEBUG - VN ctest-vn-05323322 UUID is c49fcbf7-300d-4a16-af74-55b223d0771c
2026-06-22 11:29:10,994 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-21044825', 'ctest-vmi-28220812']}
2026-06-22 11:29:11,287 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-28220812', 'id': 'dbc04e66-fe2c-4416-9875-bd8911504d16', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'network_id': 'c49fcbf7-300d-4a16-af74-55b223d0771c', 'mac_address': '02:db:c0:4e:66:fe', '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': '119.9.47.131', 'subnet_id': '40714848-9563-436d-b77d-86aed0b8f15b'}], 'security_groups': ['27510708-f5e5-41f1-b3e4-2eafb05d9a3b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'aab3329a705a48f28cfdbf6153e445e2'}}
2026-06-22 11:29:11,287 - DEBUG - Created port dbc04e66-fe2c-4416-9875-bd8911504d16
2026-06-22 11:29:11,395 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/dbc04e66-fe2c-4416-9875-bd8911504d16
2026-06-22 11:29:11,720 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/dbc04e66-fe2c-4416-9875-bd8911504d16
2026-06-22 11:29:11,752 - INFO - VMI dbc04e66-fe2c-4416-9875-bd8911504d16 verification in API Server passed
2026-06-22 11:29:11,854 - DEBUG - Response for delete_port : ()
2026-06-22 11:29:11,854 - INFO - Deleted port dbc04e66-fe2c-4416-9875-bd8911504d16
2026-06-22 11:29:11,854 - INFO - Deleting VN ctest-vn-05323322
2026-06-22 11:29:11,962 - DEBUG - Response for deleting network ()
2026-06-22 11:29:12,216 - DEBUG - No XMPP flaps were noticed during the test
2026-06-22 11:29:12,216 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-06-22 11:29:12,216 - INFO - --------------------------------------------------------------------------------
2026-06-22 11:29:12,219 - INFO - ================================================================================
2026-06-22 11:29:12,219 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-22 11:29:12,219 - 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-22 11:29:12,517 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with
2026-06-22 11:29:12,517 - INFO - Initial checks done. Running the testcase now
2026-06-22 11:29:12,517 - INFO -
2026-06-22 11:29:12,702 - DEBUG - Response for create_network : {'network': {'id': 'c096b058-d609-47cb-b89a-b5627a635cd1', 'name': 'ctest-vn1-64813289', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'project_id': 'aab3329a705a48f28cfdbf6153e445e2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-21044825', 'ctest-vn1-64813289'], 'port_security_enabled': True, 'description': ''}}
2026-06-22 11:29:12,897 - DEBUG - Response for create_subnet : {'subnet': {'id': 'baa5dc28-e1ad-45d9-8823-689a87964f12', 'name': '', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'network_id': 'c096b058-d609-47cb-b89a-b5627a635cd1', 'ip_version': 4, 'cidr': '27.191.97.128/26', 'allocation_pools': [{'start': '27.191.97.130', 'end': '27.191.97.190'}], 'gateway_ip': '27.191.97.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '27.191.97.130', 'tags': [], 'project_id': 'aab3329a705a48f28cfdbf6153e445e2'}}
2026-06-22 11:29:13,034 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a4f37763-e4a1-4ab2-82ef-a83bb3919cf9', 'name': '', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'network_id': 'c096b058-d609-47cb-b89a-b5627a635cd1', 'ip_version': 4, 'cidr': '67.144.53.64/26', 'allocation_pools': [{'start': '67.144.53.66', 'end': '67.144.53.126'}], 'gateway_ip': '67.144.53.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '67.144.53.66', 'tags': [], 'project_id': 'aab3329a705a48f28cfdbf6153e445e2'}}
2026-06-22 11:29:13,051 - INFO - Created VN ctest-vn1-64813289
2026-06-22 11:29:13,103 - DEBUG - VN ctest-vn1-64813289 UUID is c096b058-d609-47cb-b89a-b5627a635cd1
2026-06-22 11:29:13,395 - DEBUG - Response for create_port : {'port': {'name': 'b1e001dd-9751-461c-b7f5-abed365e7527', 'id': 'b1e001dd-9751-461c-b7f5-abed365e7527', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'network_id': 'c096b058-d609-47cb-b89a-b5627a635cd1', 'mac_address': '02:b1:e0:01:dd:97', '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': '27.191.97.133', 'subnet_id': 'baa5dc28-e1ad-45d9-8823-689a87964f12'}], 'security_groups': ['27510708-f5e5-41f1-b3e4-2eafb05d9a3b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'aab3329a705a48f28cfdbf6153e445e2'}}
2026-06-22 11:29:13,559 - DEBUG - Response for create_port : {'port': {'name': 'bd5484dc-53e7-4568-84d5-6d5b4c7cad8e', 'id': 'bd5484dc-53e7-4568-84d5-6d5b4c7cad8e', 'tenant_id': 'aab3329a705a48f28cfdbf6153e445e2', 'network_id': 'c096b058-d609-47cb-b89a-b5627a635cd1', 'mac_address': '02:bd:54:84:dc:53', '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': '67.144.53.69', 'subnet_id': 'a4f37763-e4a1-4ab2-82ef-a83bb3919cf9'}], 'security_groups': ['27510708-f5e5-41f1-b3e4-2eafb05d9a3b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'aab3329a705a48f28cfdbf6153e445e2'}}
2026-06-22 11:29:13,615 - DEBUG - Services list from nova: [, , ]
2026-06-22 11:29:13,963 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6020-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6020-1)
2026-06-22 11:29:14,346 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6020-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6020-1)
2026-06-22 11:29:14,346 - INFO - Waiting for VM ctest-vn1-vm1-10339631 to be up..
2026-06-22 11:29:14,385 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-22 11:29:19,433 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-22 11:29:24,510 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-22 11:29:29,588 - DEBUG - VM is in ACTIVE state now
2026-06-22 11:29:29,588 - INFO - VM name : ctest-vn1-vm1-10339631
2026-06-22 11:29:29,664 - DEBUG - VM ctest-vn1-vm1-10339631 ID is 0a506ae0-cb80-4555-882a-06384d35e0c8
2026-06-22 11:29:29,684 - DEBUG - VM ctest-vn1-vm1-10339631 launched on Node cn-jenkins-deploy-platform-ansible-os-6020-1
2026-06-22 11:29:29,757 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/0a506ae0-cb80-4555-882a-06384d35e0c8
2026-06-22 11:29:29,766 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/b1e001dd-9751-461c-b7f5-abed365e7527
2026-06-22 11:29:33,030 - 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 1023ms')
2026-06-22 11:29:33,030 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-10339631 failed!
2026-06-22 11:29:33,083 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-21044825:ctest-vn1-64813289 is 27.191.97.129 and allocation pool is NOT set
2026-06-22 11:29:33,083 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-21044825:ctest-vn1-64813289 is 67.144.53.65 and allocation pool is NOT set
2026-06-22 11:29:35,149 - 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.29 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.672 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.672/1.980/3.288/1.308 ms')
2026-06-22 11:29:35,149 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-10339631 passed
2026-06-22 11:29:35,303 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 11:29:35,303 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-10339631, IP 27.191.97.133, Port 22
2026-06-22 11:29:35,458 - DEBUG - VM ctest-vn1-vm1-10339631 is ready for SSH connections
2026-06-22 11:29:35,458 - INFO - Waiting for VM ctest-vn1-vm2-86474549 to be up..
2026-06-22 11:29:35,539 - DEBUG - VM is in ACTIVE state now
2026-06-22 11:29:35,539 - INFO - VM name : ctest-vn1-vm2-86474549
2026-06-22 11:29:35,613 - DEBUG - VM ctest-vn1-vm2-86474549 ID is 3fd18da4-87fd-45dc-8571-d3155f26e165
2026-06-22 11:29:35,613 - DEBUG - VM ctest-vn1-vm2-86474549 launched on Node cn-jenkins-deploy-platform-ansible-os-6020-1
2026-06-22 11:29:35,688 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/3fd18da4-87fd-45dc-8571-d3155f26e165
2026-06-22 11:29:35,697 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/bd5484dc-53e7-4568-84d5-6d5b4c7cad8e
2026-06-22 11:29:36,937 - 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.12 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.455 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.455/1.789/3.124/1.334 ms')
2026-06-22 11:29:36,938 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-86474549 passed
2026-06-22 11:29:37,095 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 11:29:37,095 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-86474549, IP 67.144.53.69, Port 22
2026-06-22 11:29:37,251 - DEBUG - VM ctest-vn1-vm2-86474549 is ready for SSH connections
2026-06-22 11:29:37,251 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 11:29:37,251 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 11:29:37,251 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 11:29:37,251 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 27.191.97.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123
2026-06-22 11:29:37,252 - DEBUG - ping -s 56 -c 3 -W 1 27.191.97.133
2026-06-22 11:29:40,918 - DEBUG - PING 27.191.97.133 (27.191.97.133): 56 data bytes
64 bytes from 27.191.97.133: seq=0 ttl=63 time=3.597 ms
64 bytes from 27.191.97.133: seq=1 ttl=63 time=0.950 ms
64 bytes from 27.191.97.133: seq=2 ttl=63 time=1.103 ms
--- 27.191.97.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.950/1.883/3.597 ms
2026-06-22 11:29:40,919 - INFO - Ping to IP 27.191.97.133 from VM ctest-vn1-vm2-86474549 passed
2026-06-22 11:29:40,919 - INFO - Detaching port bd5484dc-53e7-4568-84d5-6d5b4c7cad8e from VM ctest-vn1-vm2-86474549
2026-06-22 11:29:40,972 - INFO - Deleting VM ctest-vn1-vm2-86474549
2026-06-22 11:29:41,051 - INFO - Detaching port b1e001dd-9751-461c-b7f5-abed365e7527 from VM ctest-vn1-vm1-10339631
2026-06-22 11:29:41,087 - INFO - Deleting VM ctest-vn1-vm1-10339631
2026-06-22 11:29:41,339 - DEBUG - Response for delete_port : ()
2026-06-22 11:29:41,510 - DEBUG - Response for delete_port : ()
2026-06-22 11:29:41,511 - INFO - Deleting VN ctest-vn1-64813289
2026-06-22 11:29:41,642 - DEBUG - Response for deleting network ()
2026-06-22 11:29:41,904 - DEBUG - No XMPP flaps were noticed during the test
2026-06-22 11:29:41,904 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29]
2026-06-22 11:29:41,904 - INFO - --------------------------------------------------------------------------------
2026-06-22 11:29:42,650 - INFO - Deleted project: ctest-TestPorts-21044825, ID : aab3329a-705a-48f2-8cfd-bf6153e445e2