2026-05-26 13:40:30,672 - INFO - Domain Default found not creating
2026-05-26 13:40:30,846 - INFO - Project ctest-TestPorts-65433586 not found, creating it
2026-05-26 13:40:31,334 - INFO - Created Project:ctest-TestPorts-65433586, ID : 578c38d5-28ef-4190-a836-dd88aac6e758
2026-05-26 13:40:32,839 - INFO - ================================================================================
2026-05-26 13:40:32,839 - INFO - STARTING TEST : test_ports_bindings
2026-05-26 13:40:32,839 - 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-05-26 13:40:33,102 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-05-26 13:40:33,102 - INFO - Initial checks done. Running the testcase now
2026-05-26 13:40:33,102 - INFO -
2026-05-26 13:40:33,650 - DEBUG - Response for create_network : {'network': {'id': 'dd57d802-ba12-4f2f-b836-c2e2c35c52c2', 'name': 'ctest-vn-84643011', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'project_id': '578c38d528ef4190a836dd88aac6e758', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65433586', 'ctest-vn-84643011'], 'port_security_enabled': True, 'description': ''}}
2026-05-26 13:40:33,883 - DEBUG - Response for create_subnet : {'subnet': {'id': '7cb03e97-6cb0-4837-b668-2ed8240c57ea', 'name': '', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'network_id': 'dd57d802-ba12-4f2f-b836-c2e2c35c52c2', 'ip_version': 4, 'cidr': '167.17.220.0/26', 'allocation_pools': [{'start': '167.17.220.2', 'end': '167.17.220.62'}], 'gateway_ip': '167.17.220.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '167.17.220.2', 'tags': [], 'project_id': '578c38d528ef4190a836dd88aac6e758'}}
2026-05-26 13:40:33,900 - INFO - Created VN ctest-vn-84643011
2026-05-26 13:40:33,953 - DEBUG - VN ctest-vn-84643011 UUID is dd57d802-ba12-4f2f-b836-c2e2c35c52c2
2026-05-26 13:40:34,065 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-65433586', 'ctest-vmi-90269959']}
2026-05-26 13:40:34,318 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-90269959', 'id': '1a8a6511-3526-4c15-8811-2f871b35de9e', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'network_id': 'dd57d802-ba12-4f2f-b836-c2e2c35c52c2', 'mac_address': '02:1a:8a:65:11:35', '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': '167.17.220.3', 'subnet_id': '7cb03e97-6cb0-4837-b668-2ed8240c57ea'}], 'security_groups': ['1fe83899-256d-4cb3-b230-ff25d2e81799'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '578c38d528ef4190a836dd88aac6e758'}}
2026-05-26 13:40:34,319 - DEBUG - Created port 1a8a6511-3526-4c15-8811-2f871b35de9e
2026-05-26 13:40:34,425 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/1a8a6511-3526-4c15-8811-2f871b35de9e
2026-05-26 13:40:34,717 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/1a8a6511-3526-4c15-8811-2f871b35de9e
2026-05-26 13:40:34,752 - INFO - VMI 1a8a6511-3526-4c15-8811-2f871b35de9e verification in API Server passed
2026-05-26 13:40:34,837 - DEBUG - Response for delete_port : ()
2026-05-26 13:40:34,837 - INFO - Deleted port 1a8a6511-3526-4c15-8811-2f871b35de9e
2026-05-26 13:40:34,837 - INFO - Deleting VN ctest-vn-84643011
2026-05-26 13:40:34,935 - DEBUG - Response for deleting network ()
2026-05-26 13:40:35,194 - DEBUG - No XMPP flaps were noticed during the test
2026-05-26 13:40:35,195 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-05-26 13:40:35,195 - INFO - --------------------------------------------------------------------------------
2026-05-26 13:40:35,197 - INFO - ================================================================================
2026-05-26 13:40:35,197 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-05-26 13:40:35,197 - 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-05-26 13:40:35,482 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-05-26 13:40:35,482 - INFO - Initial checks done. Running the testcase now
2026-05-26 13:40:35,482 - INFO -
2026-05-26 13:40:35,656 - DEBUG - Response for create_network : {'network': {'id': 'ce0a9189-9064-4ca1-b1f6-21e508bbd731', 'name': 'ctest-vn1-41650173', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'project_id': '578c38d528ef4190a836dd88aac6e758', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-65433586', 'ctest-vn1-41650173'], 'port_security_enabled': True, 'description': ''}}
2026-05-26 13:40:35,834 - DEBUG - Response for create_subnet : {'subnet': {'id': '01a5af99-adae-42c9-bbc4-1a3b46454740', 'name': '', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'network_id': 'ce0a9189-9064-4ca1-b1f6-21e508bbd731', 'ip_version': 4, 'cidr': '75.173.76.192/26', 'allocation_pools': [{'start': '75.173.76.194', 'end': '75.173.76.254'}], 'gateway_ip': '75.173.76.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '75.173.76.194', 'tags': [], 'project_id': '578c38d528ef4190a836dd88aac6e758'}}
2026-05-26 13:40:35,971 - DEBUG - Response for create_subnet : {'subnet': {'id': '706c0138-1eee-4389-b6d7-fdfbd53ed524', 'name': '', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'network_id': 'ce0a9189-9064-4ca1-b1f6-21e508bbd731', 'ip_version': 4, 'cidr': '93.177.42.64/26', 'allocation_pools': [{'start': '93.177.42.66', 'end': '93.177.42.126'}], 'gateway_ip': '93.177.42.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '93.177.42.66', 'tags': [], 'project_id': '578c38d528ef4190a836dd88aac6e758'}}
2026-05-26 13:40:35,989 - INFO - Created VN ctest-vn1-41650173
2026-05-26 13:40:36,040 - DEBUG - VN ctest-vn1-41650173 UUID is ce0a9189-9064-4ca1-b1f6-21e508bbd731
2026-05-26 13:40:36,355 - DEBUG - Response for create_port : {'port': {'name': '47d28a70-b69d-48d8-9c48-9d364f96b2b1', 'id': '47d28a70-b69d-48d8-9c48-9d364f96b2b1', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'network_id': 'ce0a9189-9064-4ca1-b1f6-21e508bbd731', 'mac_address': '02:47:d2:8a:70:b6', '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': '75.173.76.197', 'subnet_id': '01a5af99-adae-42c9-bbc4-1a3b46454740'}], 'security_groups': ['1fe83899-256d-4cb3-b230-ff25d2e81799'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '578c38d528ef4190a836dd88aac6e758'}}
2026-05-26 13:40:36,532 - DEBUG - Response for create_port : {'port': {'name': 'a993b7d9-2b91-4265-a685-02c2dd9ad7f5', 'id': 'a993b7d9-2b91-4265-a685-02c2dd9ad7f5', 'tenant_id': '578c38d528ef4190a836dd88aac6e758', 'network_id': 'ce0a9189-9064-4ca1-b1f6-21e508bbd731', 'mac_address': '02:a9:93:b7:d9:2b', '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': '93.177.42.69', 'subnet_id': '706c0138-1eee-4389-b6d7-fdfbd53ed524'}], 'security_groups': ['1fe83899-256d-4cb3-b230-ff25d2e81799'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '578c38d528ef4190a836dd88aac6e758'}}
2026-05-26 13:40:36,589 - DEBUG - Services list from nova: [, , ]
2026-05-26 13:40:36,929 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5826-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5826-1)
2026-05-26 13:40:37,310 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5826-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5826-1)
2026-05-26 13:40:37,310 - INFO - Waiting for VM ctest-vn1-vm1-38877021 to be up..
2026-05-26 13:40:37,351 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-05-26 13:40:42,434 - DEBUG - VM is in ACTIVE state now
2026-05-26 13:40:42,435 - INFO - VM name : ctest-vn1-vm1-38877021
2026-05-26 13:40:42,514 - DEBUG - VM ctest-vn1-vm1-38877021 ID is 30cb8a3a-0d3a-4bdf-bc95-afa58726f27b
2026-05-26 13:40:42,536 - DEBUG - VM ctest-vn1-vm1-38877021 launched on Node cn-jenkins-deploy-platform-ansible-os-5826-1
2026-05-26 13:40:42,621 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/30cb8a3a-0d3a-4bdf-bc95-afa58726f27b
2026-05-26 13:40:42,630 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/47d28a70-b69d-48d8-9c48-9d364f96b2b1
2026-05-26 13:40:45,872 - 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 1015ms')
2026-05-26 13:40:45,872 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-38877021 failed!
2026-05-26 13:40:45,951 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65433586:ctest-vn1-41650173 is 75.173.76.193 and allocation pool is NOT set
2026-05-26 13:40:45,951 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-65433586:ctest-vn1-41650173 is 93.177.42.65 and allocation pool is NOT set
2026-05-26 13:40:50,030 - 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.02 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1022ms\r\nrtt min/avg/max/mdev = 8.020/8.020/8.020/0.000 ms')
2026-05-26 13:40:50,030 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-38877021 passed
2026-05-26 13:40:50,185 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-26 13:40:50,185 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-38877021, IP 75.173.76.197, Port 22
2026-05-26 13:40:50,353 - DEBUG - VM ctest-vn1-vm1-38877021 is ready for SSH connections
2026-05-26 13:40:50,353 - INFO - Waiting for VM ctest-vn1-vm2-42253624 to be up..
2026-05-26 13:40:50,433 - DEBUG - VM is in ACTIVE state now
2026-05-26 13:40:50,433 - INFO - VM name : ctest-vn1-vm2-42253624
2026-05-26 13:40:50,512 - DEBUG - VM ctest-vn1-vm2-42253624 ID is d62d4f31-67b8-4e0d-a9af-203dc6fd8653
2026-05-26 13:40:50,512 - DEBUG - VM ctest-vn1-vm2-42253624 launched on Node cn-jenkins-deploy-platform-ansible-os-5826-1
2026-05-26 13:40:50,588 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/d62d4f31-67b8-4e0d-a9af-203dc6fd8653
2026-05-26 13:40:50,597 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/a993b7d9-2b91-4265-a685-02c2dd9ad7f5
2026-05-26 13:40:51,844 - 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=2.80 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.426 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.426/1.613/2.800/1.187 ms')
2026-05-26 13:40:51,844 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-42253624 passed
2026-05-26 13:40:51,993 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-26 13:40:51,993 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-42253624, IP 93.177.42.69, Port 22
2026-05-26 13:40:52,148 - DEBUG - VM ctest-vn1-vm2-42253624 is ready for SSH connections
2026-05-26 13:40:52,148 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-26 13:40:52,148 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-26 13:40:52,148 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-26 13:40:52,149 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 75.173.76.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-05-26 13:40:52,149 - DEBUG - ping -s 56 -c 3 -W 1 75.173.76.197
2026-05-26 13:40:55,854 - DEBUG - PING 75.173.76.197 (75.173.76.197): 56 data bytes
64 bytes from 75.173.76.197: seq=0 ttl=63 time=3.715 ms
64 bytes from 75.173.76.197: seq=1 ttl=63 time=0.825 ms
64 bytes from 75.173.76.197: seq=2 ttl=63 time=1.191 ms
--- 75.173.76.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.825/1.910/3.715 ms
2026-05-26 13:40:55,854 - INFO - Ping to IP 75.173.76.197 from VM ctest-vn1-vm2-42253624 passed
2026-05-26 13:40:55,854 - INFO - Detaching port a993b7d9-2b91-4265-a685-02c2dd9ad7f5 from VM ctest-vn1-vm2-42253624
2026-05-26 13:40:55,905 - INFO - Deleting VM ctest-vn1-vm2-42253624
2026-05-26 13:40:55,983 - INFO - Detaching port 47d28a70-b69d-48d8-9c48-9d364f96b2b1 from VM ctest-vn1-vm1-38877021
2026-05-26 13:40:56,019 - INFO - Deleting VM ctest-vn1-vm1-38877021
2026-05-26 13:40:56,277 - DEBUG - Response for delete_port : ()
2026-05-26 13:40:56,461 - DEBUG - Response for delete_port : ()
2026-05-26 13:40:56,461 - INFO - Deleting VN ctest-vn1-41650173
2026-05-26 13:40:56,603 - DEBUG - Response for deleting network ()
2026-05-26 13:40:56,868 - DEBUG - No XMPP flaps were noticed during the test
2026-05-26 13:40:56,868 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-05-26 13:40:56,868 - INFO - --------------------------------------------------------------------------------
2026-05-26 13:40:57,582 - INFO - Deleted project: ctest-TestPorts-65433586, ID : 578c38d5-28ef-4190-a836-dd88aac6e758