2026-06-01 02:04:38,516 - INFO - Domain Default found not creating
2026-06-01 02:04:38,706 - INFO - Project ctest-TestPorts-71168434 not found, creating it
2026-06-01 02:04:39,189 - INFO - Created Project:ctest-TestPorts-71168434, ID : 9d1ed5c2-cf7a-4d35-998f-e69bb2d65d6a
2026-06-01 02:04:40,843 - INFO - ================================================================================
2026-06-01 02:04:40,843 - INFO - STARTING TEST : test_ports_bindings
2026-06-01 02:04:40,843 - 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-01 02:04:41,103 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.254': '0'}} with
2026-06-01 02:04:41,103 - INFO - Initial checks done. Running the testcase now
2026-06-01 02:04:41,103 - INFO -
2026-06-01 02:04:41,687 - DEBUG - Response for create_network : {'network': {'id': '034f7989-cf9f-4d70-9410-01ef291a7692', 'name': 'ctest-vn-94896415', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-71168434', 'ctest-vn-94896415'], 'port_security_enabled': True, 'description': ''}}
2026-06-01 02:04:41,834 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b8c5e3b2-a75f-4a91-bd24-9e796433f1ef', 'name': '', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'network_id': '034f7989-cf9f-4d70-9410-01ef291a7692', 'ip_version': 4, 'cidr': '49.149.31.192/26', 'allocation_pools': [{'start': '49.149.31.194', 'end': '49.149.31.254'}], 'gateway_ip': '49.149.31.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '49.149.31.194', 'tags': [], 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a'}}
2026-06-01 02:04:41,854 - INFO - Created VN ctest-vn-94896415
2026-06-01 02:04:41,909 - DEBUG - VN ctest-vn-94896415 UUID is 034f7989-cf9f-4d70-9410-01ef291a7692
2026-06-01 02:04:42,030 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-71168434', 'ctest-vmi-80056161']}
2026-06-01 02:04:42,274 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-80056161', 'id': 'da0fbff8-306e-4459-b20e-d6341cde7382', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'network_id': '034f7989-cf9f-4d70-9410-01ef291a7692', 'mac_address': '02:da:0f:bf:f8:30', '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': '49.149.31.195', 'subnet_id': 'b8c5e3b2-a75f-4a91-bd24-9e796433f1ef'}], 'security_groups': ['e44114cd-5891-4a7d-9b66-75717cc9a23d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a'}}
2026-06-01 02:04:42,274 - DEBUG - Created port da0fbff8-306e-4459-b20e-d6341cde7382
2026-06-01 02:04:42,385 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/da0fbff8-306e-4459-b20e-d6341cde7382
2026-06-01 02:04:42,687 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/da0fbff8-306e-4459-b20e-d6341cde7382
2026-06-01 02:04:42,727 - INFO - VMI da0fbff8-306e-4459-b20e-d6341cde7382 verification in API Server passed
2026-06-01 02:04:42,845 - DEBUG - Response for delete_port : ()
2026-06-01 02:04:42,845 - INFO - Deleted port da0fbff8-306e-4459-b20e-d6341cde7382
2026-06-01 02:04:42,845 - INFO - Deleting VN ctest-vn-94896415
2026-06-01 02:04:42,962 - DEBUG - Response for deleting network ()
2026-06-01 02:04:43,219 - DEBUG - No XMPP flaps were noticed during the test
2026-06-01 02:04:43,219 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-06-01 02:04:43,219 - INFO - --------------------------------------------------------------------------------
2026-06-01 02:04:43,221 - INFO - ================================================================================
2026-06-01 02:04:43,221 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-01 02:04:43,221 - 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-01 02:04:43,516 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.254': '0'}} with
2026-06-01 02:04:43,516 - INFO - Initial checks done. Running the testcase now
2026-06-01 02:04:43,516 - INFO -
2026-06-01 02:04:43,713 - DEBUG - Response for create_network : {'network': {'id': '44f2c937-e32d-4e68-b8a0-ad578754966b', 'name': 'ctest-vn1-98791344', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-71168434', 'ctest-vn1-98791344'], 'port_security_enabled': True, 'description': ''}}
2026-06-01 02:04:43,929 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fc568d4a-ee17-44e4-aec6-9154c90c0ce2', 'name': '', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'network_id': '44f2c937-e32d-4e68-b8a0-ad578754966b', 'ip_version': 4, 'cidr': '221.202.27.192/26', 'allocation_pools': [{'start': '221.202.27.194', 'end': '221.202.27.254'}], 'gateway_ip': '221.202.27.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '221.202.27.194', 'tags': [], 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a'}}
2026-06-01 02:04:44,121 - DEBUG - Response for create_subnet : {'subnet': {'id': '9a79f6fe-3c16-48bb-8621-bc34e1c8899a', 'name': '', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'network_id': '44f2c937-e32d-4e68-b8a0-ad578754966b', 'ip_version': 4, 'cidr': '123.16.123.128/26', 'allocation_pools': [{'start': '123.16.123.130', 'end': '123.16.123.190'}], 'gateway_ip': '123.16.123.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '123.16.123.130', 'tags': [], 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a'}}
2026-06-01 02:04:44,141 - INFO - Created VN ctest-vn1-98791344
2026-06-01 02:04:44,193 - DEBUG - VN ctest-vn1-98791344 UUID is 44f2c937-e32d-4e68-b8a0-ad578754966b
2026-06-01 02:04:44,518 - DEBUG - Response for create_port : {'port': {'name': '9a6e0e28-9db3-4268-8326-0a4946132c73', 'id': '9a6e0e28-9db3-4268-8326-0a4946132c73', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'network_id': '44f2c937-e32d-4e68-b8a0-ad578754966b', 'mac_address': '02:9a:6e:0e:28:9d', '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': '221.202.27.197', 'subnet_id': 'fc568d4a-ee17-44e4-aec6-9154c90c0ce2'}], 'security_groups': ['e44114cd-5891-4a7d-9b66-75717cc9a23d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a'}}
2026-06-01 02:04:44,695 - DEBUG - Response for create_port : {'port': {'name': '56ad9ba4-952f-40dc-8a97-0f268056fb56', 'id': '56ad9ba4-952f-40dc-8a97-0f268056fb56', 'tenant_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a', 'network_id': '44f2c937-e32d-4e68-b8a0-ad578754966b', 'mac_address': '02:56:ad:9b:a4:95', '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': '123.16.123.133', 'subnet_id': '9a79f6fe-3c16-48bb-8621-bc34e1c8899a'}], 'security_groups': ['e44114cd-5891-4a7d-9b66-75717cc9a23d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9d1ed5c2cf7a4d35998fe69bb2d65d6a'}}
2026-06-01 02:04:44,757 - DEBUG - Services list from nova: [, , ]
2026-06-01 02:04:45,121 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5859-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5859-1)
2026-06-01 02:04:45,542 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5859-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5859-1)
2026-06-01 02:04:45,543 - INFO - Waiting for VM ctest-vn1-vm1-29298866 to be up..
2026-06-01 02:04:45,585 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-01 02:04:50,672 - DEBUG - VM is in ACTIVE state now
2026-06-01 02:04:50,672 - INFO - VM name : ctest-vn1-vm1-29298866
2026-06-01 02:04:50,757 - DEBUG - VM ctest-vn1-vm1-29298866 ID is 74f418de-06e4-4987-908d-7316bda7f7a0
2026-06-01 02:04:50,786 - DEBUG - VM ctest-vn1-vm1-29298866 launched on Node cn-jenkins-deploy-platform-ansible-os-5859-1
2026-06-01 02:04:50,891 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/74f418de-06e4-4987-908d-7316bda7f7a0
2026-06-01 02:04:50,901 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/9a6e0e28-9db3-4268-8326-0a4946132c73
2026-06-01 02:04:54,154 - 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 1014ms')
2026-06-01 02:04:54,154 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-29298866 failed!
2026-06-01 02:04:54,209 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-71168434:ctest-vn1-98791344 is 221.202.27.193 and allocation pool is NOT set
2026-06-01 02:04:54,209 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-71168434:ctest-vn1-98791344 is 123.16.123.129 and allocation pool is NOT set
2026-06-01 02:04:58,283 - 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=10.8 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1012ms\r\nrtt min/avg/max/mdev = 10.823/10.823/10.823/0.000 ms')
2026-06-01 02:04:58,284 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-29298866 passed
2026-06-01 02:04:58,433 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 02:04:58,434 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-29298866, IP 221.202.27.197, Port 22
2026-06-01 02:04:58,604 - DEBUG - VM ctest-vn1-vm1-29298866 is ready for SSH connections
2026-06-01 02:04:58,604 - INFO - Waiting for VM ctest-vn1-vm2-31817057 to be up..
2026-06-01 02:04:58,689 - DEBUG - VM is in ACTIVE state now
2026-06-01 02:04:58,689 - INFO - VM name : ctest-vn1-vm2-31817057
2026-06-01 02:04:58,777 - DEBUG - VM ctest-vn1-vm2-31817057 ID is 880910ce-d1fe-43c1-8296-bca26e6a8a55
2026-06-01 02:04:58,778 - DEBUG - VM ctest-vn1-vm2-31817057 launched on Node cn-jenkins-deploy-platform-ansible-os-5859-1
2026-06-01 02:04:58,865 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/880910ce-d1fe-43c1-8296-bca26e6a8a55
2026-06-01 02:04:58,874 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/56ad9ba4-952f-40dc-8a97-0f268056fb56
2026-06-01 02:05:00,123 - 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.11 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.456 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.456/1.783/3.111/1.327 ms')
2026-06-01 02:05:00,123 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-31817057 passed
2026-06-01 02:05:00,274 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 02:05:00,274 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-31817057, IP 123.16.123.133, Port 22
2026-06-01 02:05:00,447 - DEBUG - VM ctest-vn1-vm2-31817057 is ready for SSH connections
2026-06-01 02:05:00,447 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 02:05:00,447 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 02:05:00,447 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-01 02:05:00,448 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 221.202.27.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.27, gateway password: c0ntrail123
2026-06-01 02:05:00,448 - DEBUG - ping -s 56 -c 3 -W 1 221.202.27.197
2026-06-01 02:05:03,159 - DEBUG - PING 221.202.27.197 (221.202.27.197): 56 data bytes
64 bytes from 221.202.27.197: seq=0 ttl=63 time=3.968 ms
64 bytes from 221.202.27.197: seq=1 ttl=63 time=0.988 ms
64 bytes from 221.202.27.197: seq=2 ttl=63 time=1.130 ms
--- 221.202.27.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.988/2.028/3.968 ms
2026-06-01 02:05:03,159 - INFO - Ping to IP 221.202.27.197 from VM ctest-vn1-vm2-31817057 passed
2026-06-01 02:05:03,159 - INFO - Detaching port 56ad9ba4-952f-40dc-8a97-0f268056fb56 from VM ctest-vn1-vm2-31817057
2026-06-01 02:05:03,224 - INFO - Deleting VM ctest-vn1-vm2-31817057
2026-06-01 02:05:03,309 - INFO - Detaching port 9a6e0e28-9db3-4268-8326-0a4946132c73 from VM ctest-vn1-vm1-29298866
2026-06-01 02:05:03,353 - INFO - Deleting VM ctest-vn1-vm1-29298866
2026-06-01 02:05:03,641 - DEBUG - Response for delete_port : ()
2026-06-01 02:05:03,853 - DEBUG - Response for delete_port : ()
2026-06-01 02:05:03,853 - INFO - Deleting VN ctest-vn1-98791344
2026-06-01 02:05:03,983 - DEBUG - Response for deleting network ()
2026-06-01 02:05:04,257 - DEBUG - No XMPP flaps were noticed during the test
2026-06-01 02:05:04,257 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-06-01 02:05:04,257 - INFO - --------------------------------------------------------------------------------
2026-06-01 02:05:04,997 - INFO - Deleted project: ctest-TestPorts-71168434, ID : 9d1ed5c2-cf7a-4d35-998f-e69bb2d65d6a