2026-08-03 02:31:25,300 - INFO - Domain Default found not creating 2026-08-03 02:31:25,451 - INFO - Project ctest-TestPorts-26302162 not found, creating it 2026-08-03 02:31:25,934 - INFO - Created Project:ctest-TestPorts-26302162, ID : 93eed15b-3e34-4e58-8147-85d8e60aa680 2026-08-03 02:31:27,580 - INFO - ================================================================================ 2026-08-03 02:31:27,580 - INFO - STARTING TEST : test_ports_bindings 2026-08-03 02:31:27,581 - 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-08-03 02:31:27,837 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-08-03 02:31:27,837 - INFO - Initial checks done. Running the testcase now 2026-08-03 02:31:27,837 - INFO - 2026-08-03 02:31:28,443 - DEBUG - Response for create_network : {'network': {'id': 'fc558f3f-23cd-4eb6-9b4d-19bbc3864aa5', 'name': 'ctest-vn-43331034', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'project_id': '93eed15b3e344e58814785d8e60aa680', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-26302162', 'ctest-vn-43331034'], 'port_security_enabled': True, 'description': ''}} 2026-08-03 02:31:28,608 - DEBUG - Response for create_subnet : {'subnet': {'id': '77f7e634-acec-4166-82db-4a06c1e27627', 'name': '', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'network_id': 'fc558f3f-23cd-4eb6-9b4d-19bbc3864aa5', 'ip_version': 4, 'cidr': '35.205.190.64/26', 'allocation_pools': [{'start': '35.205.190.66', 'end': '35.205.190.126'}], 'gateway_ip': '35.205.190.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '35.205.190.66', 'tags': [], 'project_id': '93eed15b3e344e58814785d8e60aa680'}} 2026-08-03 02:31:28,627 - INFO - Created VN ctest-vn-43331034 2026-08-03 02:31:28,683 - DEBUG - VN ctest-vn-43331034 UUID is fc558f3f-23cd-4eb6-9b4d-19bbc3864aa5 2026-08-03 02:31:28,787 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-26302162', 'ctest-vmi-89877762']} 2026-08-03 02:31:29,120 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-89877762', 'id': '5aa5303f-b79b-4e0a-820f-1b200b23b2f3', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'network_id': 'fc558f3f-23cd-4eb6-9b4d-19bbc3864aa5', 'mac_address': '02:5a:a5:30:3f:b7', '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': '35.205.190.67', 'subnet_id': '77f7e634-acec-4166-82db-4a06c1e27627'}], 'security_groups': ['22739cc3-22e3-4d6c-aa8e-71f1575d5a9b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '93eed15b3e344e58814785d8e60aa680'}} 2026-08-03 02:31:29,120 - DEBUG - Created port 5aa5303f-b79b-4e0a-820f-1b200b23b2f3 2026-08-03 02:31:29,227 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/5aa5303f-b79b-4e0a-820f-1b200b23b2f3 2026-08-03 02:31:29,556 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/5aa5303f-b79b-4e0a-820f-1b200b23b2f3 2026-08-03 02:31:29,588 - INFO - VMI 5aa5303f-b79b-4e0a-820f-1b200b23b2f3 verification in API Server passed 2026-08-03 02:31:29,694 - DEBUG - Response for delete_port : () 2026-08-03 02:31:29,694 - INFO - Deleted port 5aa5303f-b79b-4e0a-820f-1b200b23b2f3 2026-08-03 02:31:29,694 - INFO - Deleting VN ctest-vn-43331034 2026-08-03 02:31:29,815 - DEBUG - Response for deleting network () 2026-08-03 02:31:30,087 - DEBUG - No XMPP flaps were noticed during the test
2026-08-03 02:31:30,088 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-03 02:31:30,088 - INFO - -------------------------------------------------------------------------------- 2026-08-03 02:31:30,090 - INFO - ================================================================================ 2026-08-03 02:31:30,091 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-08-03 02:31:30,091 - 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-08-03 02:31:30,383 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-08-03 02:31:30,383 - INFO - Initial checks done. Running the testcase now 2026-08-03 02:31:30,383 - INFO - 2026-08-03 02:31:30,591 - DEBUG - Response for create_network : {'network': {'id': 'f827991e-5425-4ec8-af52-596116cff2d5', 'name': 'ctest-vn1-53547772', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'project_id': '93eed15b3e344e58814785d8e60aa680', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-26302162', 'ctest-vn1-53547772'], 'port_security_enabled': True, 'description': ''}} 2026-08-03 02:31:30,780 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c6e05d7a-204e-4183-8b2c-453896fef08a', 'name': '', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'network_id': 'f827991e-5425-4ec8-af52-596116cff2d5', 'ip_version': 4, 'cidr': '96.132.71.192/26', 'allocation_pools': [{'start': '96.132.71.194', 'end': '96.132.71.254'}], 'gateway_ip': '96.132.71.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '96.132.71.194', 'tags': [], 'project_id': '93eed15b3e344e58814785d8e60aa680'}} 2026-08-03 02:31:31,004 - DEBUG - Response for create_subnet : {'subnet': {'id': '0c02b613-749d-44db-985a-771ee830c4ca', 'name': '', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'network_id': 'f827991e-5425-4ec8-af52-596116cff2d5', 'ip_version': 4, 'cidr': '5.173.101.64/26', 'allocation_pools': [{'start': '5.173.101.66', 'end': '5.173.101.126'}], 'gateway_ip': '5.173.101.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '5.173.101.66', 'tags': [], 'project_id': '93eed15b3e344e58814785d8e60aa680'}} 2026-08-03 02:31:31,023 - INFO - Created VN ctest-vn1-53547772 2026-08-03 02:31:31,079 - DEBUG - VN ctest-vn1-53547772 UUID is f827991e-5425-4ec8-af52-596116cff2d5 2026-08-03 02:31:31,413 - DEBUG - Response for create_port : {'port': {'name': '6338bc11-a656-4f5d-b817-a3737bd9eea2', 'id': '6338bc11-a656-4f5d-b817-a3737bd9eea2', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'network_id': 'f827991e-5425-4ec8-af52-596116cff2d5', 'mac_address': '02:63:38:bc:11:a6', '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': '96.132.71.197', 'subnet_id': 'c6e05d7a-204e-4183-8b2c-453896fef08a'}], 'security_groups': ['22739cc3-22e3-4d6c-aa8e-71f1575d5a9b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '93eed15b3e344e58814785d8e60aa680'}} 2026-08-03 02:31:31,611 - DEBUG - Response for create_port : {'port': {'name': 'c3194cd2-ee0f-45ae-82fa-cd6649a23120', 'id': 'c3194cd2-ee0f-45ae-82fa-cd6649a23120', 'tenant_id': '93eed15b3e344e58814785d8e60aa680', 'network_id': 'f827991e-5425-4ec8-af52-596116cff2d5', 'mac_address': '02:c3:19:4c:d2:ee', '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': '5.173.101.69', 'subnet_id': '0c02b613-749d-44db-985a-771ee830c4ca'}], 'security_groups': ['22739cc3-22e3-4d6c-aa8e-71f1575d5a9b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '93eed15b3e344e58814785d8e60aa680'}} 2026-08-03 02:31:31,675 - DEBUG - Services list from nova: [, , ] 2026-08-03 02:31:32,033 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6128-30), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6128-30) 2026-08-03 02:31:32,445 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6128-30), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6128-30) 2026-08-03 02:31:32,445 - INFO - Waiting for VM ctest-vn1-vm1-57167878 to be up.. 2026-08-03 02:31:32,485 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:31:37,539 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:31:42,623 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:31:47,706 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:31:52,797 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:31:57,875 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:32:02,953 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:32:08,035 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-03 02:32:13,128 - DEBUG - VM is in ACTIVE state now 2026-08-03 02:32:13,128 - INFO - VM name : ctest-vn1-vm1-57167878 2026-08-03 02:32:13,204 - DEBUG - VM ctest-vn1-vm1-57167878 ID is 805867c6-70a3-4ceb-8cbe-0fa518e13018 2026-08-03 02:32:13,228 - DEBUG - VM ctest-vn1-vm1-57167878 launched on Node cn-jenkins-deploy-platform-ansible-os-6128-30 2026-08-03 02:32:13,313 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/805867c6-70a3-4ceb-8cbe-0fa518e13018 2026-08-03 02:32:13,323 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/6338bc11-a656-4f5d-b817-a3737bd9eea2 2026-08-03 02:32:16,583 - 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 1004ms') 2026-08-03 02:32:16,583 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-57167878 failed! 2026-08-03 02:32:16,643 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-26302162:ctest-vn1-53547772 is 96.132.71.193 and allocation pool is NOT set 2026-08-03 02:32:16,643 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-26302162:ctest-vn1-53547772 is 5.173.101.65 and allocation pool is NOT set 2026-08-03 02:32:20,711 - 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=2 ttl=63 time=8.00 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1005ms\r\nrtt min/avg/max/mdev = 8.003/8.003/8.003/0.000 ms') 2026-08-03 02:32:20,711 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-57167878 passed 2026-08-03 02:32:20,863 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-03 02:32:20,863 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-57167878, IP 96.132.71.197, Port 22 2026-08-03 02:32:21,023 - DEBUG - VM ctest-vn1-vm1-57167878 is ready for SSH connections 2026-08-03 02:32:21,023 - INFO - Waiting for VM ctest-vn1-vm2-52677400 to be up.. 2026-08-03 02:32:21,106 - DEBUG - VM is in ACTIVE state now 2026-08-03 02:32:21,106 - INFO - VM name : ctest-vn1-vm2-52677400 2026-08-03 02:32:21,194 - DEBUG - VM ctest-vn1-vm2-52677400 ID is 8f4bae7b-c114-4517-876a-3710de29cdc3 2026-08-03 02:32:21,194 - DEBUG - VM ctest-vn1-vm2-52677400 launched on Node cn-jenkins-deploy-platform-ansible-os-6128-30 2026-08-03 02:32:21,271 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/8f4bae7b-c114-4517-876a-3710de29cdc3 2026-08-03 02:32:21,281 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/c3194cd2-ee0f-45ae-82fa-cd6649a23120 2026-08-03 02:32:22,534 - 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.83 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.474 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.474/2.153/3.833/1.679 ms') 2026-08-03 02:32:22,534 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-52677400 passed 2026-08-03 02:32:22,687 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-03 02:32:22,687 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-52677400, IP 5.173.101.69, Port 22 2026-08-03 02:32:22,852 - DEBUG - VM ctest-vn1-vm2-52677400 is ready for SSH connections 2026-08-03 02:32:22,852 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-03 02:32:22,853 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-03 02:32:22,853 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-03 02:32:22,853 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 96.132.71.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123 2026-08-03 02:32:22,853 - DEBUG - ping -s 56 -c 3 -W 1 96.132.71.197 2026-08-03 02:32:26,873 - DEBUG - PING 96.132.71.197 (96.132.71.197): 56 data bytes 64 bytes from 96.132.71.197: seq=0 ttl=63 time=5.287 ms 64 bytes from 96.132.71.197: seq=1 ttl=63 time=1.287 ms 64 bytes from 96.132.71.197: seq=2 ttl=63 time=1.145 ms --- 96.132.71.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.145/2.573/5.287 ms 2026-08-03 02:32:26,873 - INFO - Ping to IP 96.132.71.197 from VM ctest-vn1-vm2-52677400 passed 2026-08-03 02:32:26,874 - INFO - Detaching port c3194cd2-ee0f-45ae-82fa-cd6649a23120 from VM ctest-vn1-vm2-52677400 2026-08-03 02:32:26,929 - INFO - Deleting VM ctest-vn1-vm2-52677400 2026-08-03 02:32:27,004 - INFO - Detaching port 6338bc11-a656-4f5d-b817-a3737bd9eea2 from VM ctest-vn1-vm1-57167878 2026-08-03 02:32:27,040 - INFO - Deleting VM ctest-vn1-vm1-57167878 2026-08-03 02:32:27,287 - DEBUG - Response for delete_port : () 2026-08-03 02:32:27,466 - DEBUG - Response for delete_port : () 2026-08-03 02:32:27,466 - INFO - Deleting VN ctest-vn1-53547772 2026-08-03 02:32:27,617 - DEBUG - Response for deleting network () 2026-08-03 02:32:27,904 - DEBUG - No XMPP flaps were noticed during the test
2026-08-03 02:32:27,904 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:57]
2026-08-03 02:32:27,904 - INFO - -------------------------------------------------------------------------------- 2026-08-03 02:32:28,628 - INFO - Deleted project: ctest-TestPorts-26302162, ID : 93eed15b-3e34-4e58-8147-85d8e60aa680