2025-12-09 18:47:59,401 - INFO - Domain Default found not creating
2025-12-09 18:47:59,580 - INFO - Project ctest-TestPorts-32506901 not found, creating it
2025-12-09 18:48:00,047 - INFO - Created Project:ctest-TestPorts-32506901, ID : 7f9cfd6d-876b-42e8-91f7-c3ff90d75b38
2025-12-09 18:48:01,633 - INFO - ================================================================================
2025-12-09 18:48:01,634 - INFO - STARTING TEST : test_ports_bindings
2025-12-09 18:48:01,634 - 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
2025-12-09 18:48:01,894 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.14': '0'}} with
2025-12-09 18:48:01,894 - INFO - Initial checks done. Running the testcase now
2025-12-09 18:48:01,894 - INFO -
2025-12-09 18:48:02,448 - DEBUG - Response for create_network : {'network': {'id': '114a98ea-7aca-4ec3-a5d0-ccdd3d85cade', 'name': 'ctest-vn-48944556', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-32506901', 'ctest-vn-48944556'], 'port_security_enabled': True, 'description': ''}}
2025-12-09 18:48:02,643 - DEBUG - Response for create_subnet : {'subnet': {'id': '5e594602-877f-4611-afc2-ad45e6639377', 'name': '', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'network_id': '114a98ea-7aca-4ec3-a5d0-ccdd3d85cade', 'ip_version': 4, 'cidr': '188.32.62.0/26', 'allocation_pools': [{'start': '188.32.62.2', 'end': '188.32.62.62'}], 'gateway_ip': '188.32.62.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '188.32.62.2', 'tags': [], 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38'}}
2025-12-09 18:48:02,659 - INFO - Created VN ctest-vn-48944556
2025-12-09 18:48:02,708 - DEBUG - VN ctest-vn-48944556 UUID is 114a98ea-7aca-4ec3-a5d0-ccdd3d85cade
2025-12-09 18:48:02,808 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-32506901', 'ctest-vmi-28016322']}
2025-12-09 18:48:03,073 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-28016322', 'id': '7a6a3260-b638-4f46-afef-516fd47058f4', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'network_id': '114a98ea-7aca-4ec3-a5d0-ccdd3d85cade', 'mac_address': '02:7a:6a:32:60:b6', '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': '188.32.62.3', 'subnet_id': '5e594602-877f-4611-afc2-ad45e6639377'}], 'security_groups': ['833009a8-985a-44e4-bd71-def60d4a2d59'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38'}}
2025-12-09 18:48:03,073 - DEBUG - Created port 7a6a3260-b638-4f46-afef-516fd47058f4
2025-12-09 18:48:03,176 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/7a6a3260-b638-4f46-afef-516fd47058f4
2025-12-09 18:48:03,472 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/7a6a3260-b638-4f46-afef-516fd47058f4
2025-12-09 18:48:03,503 - INFO - VMI 7a6a3260-b638-4f46-afef-516fd47058f4 verification in API Server passed
2025-12-09 18:48:03,597 - DEBUG - Response for delete_port : ()
2025-12-09 18:48:03,597 - INFO - Deleted port 7a6a3260-b638-4f46-afef-516fd47058f4
2025-12-09 18:48:03,597 - INFO - Deleting VN ctest-vn-48944556
2025-12-09 18:48:03,689 - DEBUG - Response for deleting network ()
2025-12-09 18:48:03,946 - DEBUG - No XMPP flaps were noticed during the test
2025-12-09 18:48:03,946 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2025-12-09 18:48:03,946 - INFO - --------------------------------------------------------------------------------
2025-12-09 18:48:03,949 - INFO - ================================================================================
2025-12-09 18:48:03,949 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-12-09 18:48:03,949 - 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
2025-12-09 18:48:04,233 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.14': '0'}} with
2025-12-09 18:48:04,233 - INFO - Initial checks done. Running the testcase now
2025-12-09 18:48:04,233 - INFO -
2025-12-09 18:48:04,414 - DEBUG - Response for create_network : {'network': {'id': '9a1052c0-e100-4115-bac6-ad9514a36c0c', 'name': 'ctest-vn1-12369555', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-32506901', 'ctest-vn1-12369555'], 'port_security_enabled': True, 'description': ''}}
2025-12-09 18:48:04,637 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ba82a8f1-f4a5-4c13-91e3-8bc533f4955a', 'name': '', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'network_id': '9a1052c0-e100-4115-bac6-ad9514a36c0c', 'ip_version': 4, 'cidr': '79.149.118.0/26', 'allocation_pools': [{'start': '79.149.118.2', 'end': '79.149.118.62'}], 'gateway_ip': '79.149.118.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '79.149.118.2', 'tags': [], 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38'}}
2025-12-09 18:48:04,826 - DEBUG - Response for create_subnet : {'subnet': {'id': '47207cd3-7d87-400d-8bab-0648bb35b112', 'name': '', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'network_id': '9a1052c0-e100-4115-bac6-ad9514a36c0c', 'ip_version': 4, 'cidr': '175.233.72.64/26', 'allocation_pools': [{'start': '175.233.72.66', 'end': '175.233.72.126'}], 'gateway_ip': '175.233.72.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '175.233.72.66', 'tags': [], 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38'}}
2025-12-09 18:48:04,844 - INFO - Created VN ctest-vn1-12369555
2025-12-09 18:48:04,896 - DEBUG - VN ctest-vn1-12369555 UUID is 9a1052c0-e100-4115-bac6-ad9514a36c0c
2025-12-09 18:48:05,190 - DEBUG - Response for create_port : {'port': {'name': '01109c15-fe77-439d-99a4-fef250724cdd', 'id': '01109c15-fe77-439d-99a4-fef250724cdd', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'network_id': '9a1052c0-e100-4115-bac6-ad9514a36c0c', 'mac_address': '02:01:10:9c:15:fe', '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': '79.149.118.5', 'subnet_id': 'ba82a8f1-f4a5-4c13-91e3-8bc533f4955a'}], 'security_groups': ['833009a8-985a-44e4-bd71-def60d4a2d59'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38'}}
2025-12-09 18:48:05,355 - DEBUG - Response for create_port : {'port': {'name': 'f51110f4-2611-40ec-b213-989b10ad20bb', 'id': 'f51110f4-2611-40ec-b213-989b10ad20bb', 'tenant_id': '7f9cfd6d876b42e891f7c3ff90d75b38', 'network_id': '9a1052c0-e100-4115-bac6-ad9514a36c0c', 'mac_address': '02:f5:11:10:f4:26', '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': '175.233.72.69', 'subnet_id': '47207cd3-7d87-400d-8bab-0648bb35b112'}], 'security_groups': ['833009a8-985a-44e4-bd71-def60d4a2d59'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7f9cfd6d876b42e891f7c3ff90d75b38'}}
2025-12-09 18:48:05,411 - DEBUG - Services list from nova: [, , ]
2025-12-09 18:48:05,751 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4872-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4872-1)
2025-12-09 18:48:06,142 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4872-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4872-1)
2025-12-09 18:48:06,142 - INFO - Waiting for VM ctest-vn1-vm1-05722151 to be up..
2025-12-09 18:48:06,189 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2025-12-09 18:48:11,259 - DEBUG - VM is in ACTIVE state now
2025-12-09 18:48:11,259 - INFO - VM name : ctest-vn1-vm1-05722151
2025-12-09 18:48:11,330 - DEBUG - VM ctest-vn1-vm1-05722151 ID is 88ea34f3-da37-47e2-8910-80a3f688a1e3
2025-12-09 18:48:11,348 - DEBUG - VM ctest-vn1-vm1-05722151 launched on Node cn-jenkins-deploy-platform-ansible-os-4872-1
2025-12-09 18:48:11,418 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine/88ea34f3-da37-47e2-8910-80a3f688a1e3
2025-12-09 18:48:11,425 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/01109c15-fe77-439d-99a4-fef250724cdd
2025-12-09 18:48:14,690 - 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 1031ms')
2025-12-09 18:48:14,690 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-05722151 failed!
2025-12-09 18:48:14,744 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-32506901:ctest-vn1-12369555 is 79.149.118.1 and allocation pool is NOT set
2025-12-09 18:48:14,744 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-32506901:ctest-vn1-12369555 is 175.233.72.65 and allocation pool is NOT set
2025-12-09 18:48:16,814 - 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=5.09 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.44 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 = 2.438/3.763/5.089/1.325 ms')
2025-12-09 18:48:16,814 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-05722151 passed
2025-12-09 18:48:16,972 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-09 18:48:16,973 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-05722151, IP 79.149.118.5, Port 22
2025-12-09 18:48:17,138 - DEBUG - VM ctest-vn1-vm1-05722151 is ready for SSH connections
2025-12-09 18:48:17,138 - INFO - Waiting for VM ctest-vn1-vm2-62856881 to be up..
2025-12-09 18:48:17,229 - DEBUG - VM is in ACTIVE state now
2025-12-09 18:48:17,229 - INFO - VM name : ctest-vn1-vm2-62856881
2025-12-09 18:48:17,306 - DEBUG - VM ctest-vn1-vm2-62856881 ID is 766fab94-0402-40ac-a661-74abc24c355a
2025-12-09 18:48:17,306 - DEBUG - VM ctest-vn1-vm2-62856881 launched on Node cn-jenkins-deploy-platform-ansible-os-4872-1
2025-12-09 18:48:17,377 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine/766fab94-0402-40ac-a661-74abc24c355a
2025-12-09 18:48:17,384 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/f51110f4-2611-40ec-b213-989b10ad20bb
2025-12-09 18:48:18,627 - 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.14 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.484 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.484/1.814/3.144/1.330 ms')
2025-12-09 18:48:18,627 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-62856881 passed
2025-12-09 18:48:18,808 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-09 18:48:18,808 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-62856881, IP 175.233.72.69, Port 22
2025-12-09 18:48:18,978 - DEBUG - VM ctest-vn1-vm2-62856881 is ready for SSH connections
2025-12-09 18:48:18,978 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-09 18:48:18,978 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-09 18:48:18,978 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-09 18:48:18,978 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 79.149.118.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.19, gateway password: c0ntrail123
2025-12-09 18:48:18,978 - DEBUG - ping -s 56 -c 3 -W 1 79.149.118.5
2025-12-09 18:48:21,632 - DEBUG - PING 79.149.118.5 (79.149.118.5): 56 data bytes
64 bytes from 79.149.118.5: seq=0 ttl=63 time=3.411 ms
64 bytes from 79.149.118.5: seq=1 ttl=63 time=1.029 ms
64 bytes from 79.149.118.5: seq=2 ttl=63 time=0.941 ms
--- 79.149.118.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.941/1.793/3.411 ms
2025-12-09 18:48:21,632 - INFO - Ping to IP 79.149.118.5 from VM ctest-vn1-vm2-62856881 passed
2025-12-09 18:48:21,632 - INFO - Detaching port f51110f4-2611-40ec-b213-989b10ad20bb from VM ctest-vn1-vm2-62856881
2025-12-09 18:48:21,679 - INFO - Deleting VM ctest-vn1-vm2-62856881
2025-12-09 18:48:21,748 - INFO - Detaching port 01109c15-fe77-439d-99a4-fef250724cdd from VM ctest-vn1-vm1-05722151
2025-12-09 18:48:21,781 - INFO - Deleting VM ctest-vn1-vm1-05722151
2025-12-09 18:48:22,022 - DEBUG - Response for delete_port : ()
2025-12-09 18:48:22,184 - DEBUG - Response for delete_port : ()
2025-12-09 18:48:22,184 - INFO - Deleting VN ctest-vn1-12369555
2025-12-09 18:48:22,330 - DEBUG - Response for deleting network ()
2025-12-09 18:48:22,585 - DEBUG - No XMPP flaps were noticed during the test
2025-12-09 18:48:22,585 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2025-12-09 18:48:22,585 - INFO - --------------------------------------------------------------------------------
2025-12-09 18:48:23,286 - INFO - Deleted project: ctest-TestPorts-32506901, ID : 7f9cfd6d-876b-42e8-91f7-c3ff90d75b38