2026-02-27 17:59:22,096 - INFO - Domain Default found not creating
2026-02-27 17:59:22,276 - INFO - Project ctest-TestPorts-13382711 not found, creating it
2026-02-27 17:59:22,798 - INFO - Created Project:ctest-TestPorts-13382711, ID : 9aaeb8a6-9139-4532-a629-d0389e09c9e8
2026-02-27 17:59:24,299 - INFO - ================================================================================
2026-02-27 17:59:24,299 - INFO - STARTING TEST : test_ports_bindings
2026-02-27 17:59:24,299 - 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-02-27 17:59:24,553 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with
2026-02-27 17:59:24,553 - INFO - Initial checks done. Running the testcase now
2026-02-27 17:59:24,553 - INFO -
2026-02-27 17:59:25,102 - DEBUG - Response for create_network : {'network': {'id': '97abc0c5-024e-4a09-8886-089381dc7312', 'name': 'ctest-vn-78266207', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'project_id': '9aaeb8a691394532a629d0389e09c9e8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-13382711', 'ctest-vn-78266207'], 'port_security_enabled': True, 'description': ''}}
2026-02-27 17:59:25,309 - DEBUG - Response for create_subnet : {'subnet': {'id': '3d9e3ac2-3ccc-49a7-9cd9-ac999c013434', 'name': '', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'network_id': '97abc0c5-024e-4a09-8886-089381dc7312', 'ip_version': 4, 'cidr': '133.253.50.192/26', 'allocation_pools': [{'start': '133.253.50.194', 'end': '133.253.50.254'}], 'gateway_ip': '133.253.50.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '133.253.50.194', 'tags': [], 'project_id': '9aaeb8a691394532a629d0389e09c9e8'}}
2026-02-27 17:59:25,325 - INFO - Created VN ctest-vn-78266207
2026-02-27 17:59:25,375 - DEBUG - VN ctest-vn-78266207 UUID is 97abc0c5-024e-4a09-8886-089381dc7312
2026-02-27 17:59:25,482 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-13382711', 'ctest-vmi-57270559']}
2026-02-27 17:59:25,706 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-57270559', 'id': '01357d73-9ad5-489f-b47b-ce1598d78a0f', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'network_id': '97abc0c5-024e-4a09-8886-089381dc7312', 'mac_address': '02:01:35:7d:73:9a', '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': '133.253.50.195', 'subnet_id': '3d9e3ac2-3ccc-49a7-9cd9-ac999c013434'}], 'security_groups': ['d64dec63-64b9-43e5-b9c1-972e51bf9d12'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9aaeb8a691394532a629d0389e09c9e8'}}
2026-02-27 17:59:25,706 - DEBUG - Created port 01357d73-9ad5-489f-b47b-ce1598d78a0f
2026-02-27 17:59:25,811 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/01357d73-9ad5-489f-b47b-ce1598d78a0f
2026-02-27 17:59:26,114 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/01357d73-9ad5-489f-b47b-ce1598d78a0f
2026-02-27 17:59:26,147 - INFO - VMI 01357d73-9ad5-489f-b47b-ce1598d78a0f verification in API Server passed
2026-02-27 17:59:26,247 - DEBUG - Response for delete_port : ()
2026-02-27 17:59:26,247 - INFO - Deleted port 01357d73-9ad5-489f-b47b-ce1598d78a0f
2026-02-27 17:59:26,247 - INFO - Deleting VN ctest-vn-78266207
2026-02-27 17:59:26,346 - DEBUG - Response for deleting network ()
2026-02-27 17:59:26,600 - DEBUG - No XMPP flaps were noticed during the test
2026-02-27 17:59:26,600 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-02-27 17:59:26,600 - INFO - --------------------------------------------------------------------------------
2026-02-27 17:59:26,603 - INFO - ================================================================================
2026-02-27 17:59:26,603 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-02-27 17:59:26,603 - 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-02-27 17:59:26,888 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with
2026-02-27 17:59:26,888 - INFO - Initial checks done. Running the testcase now
2026-02-27 17:59:26,888 - INFO -
2026-02-27 17:59:27,050 - DEBUG - Response for create_network : {'network': {'id': 'c09b8b2e-8d00-452d-8722-064a510ba4c5', 'name': 'ctest-vn1-43095285', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'project_id': '9aaeb8a691394532a629d0389e09c9e8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-13382711', 'ctest-vn1-43095285'], 'port_security_enabled': True, 'description': ''}}
2026-02-27 17:59:27,237 - DEBUG - Response for create_subnet : {'subnet': {'id': '4e9eb115-aad4-4d57-aa83-27a28da921df', 'name': '', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'network_id': 'c09b8b2e-8d00-452d-8722-064a510ba4c5', 'ip_version': 4, 'cidr': '150.166.103.192/26', 'allocation_pools': [{'start': '150.166.103.194', 'end': '150.166.103.254'}], 'gateway_ip': '150.166.103.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '150.166.103.194', 'tags': [], 'project_id': '9aaeb8a691394532a629d0389e09c9e8'}}
2026-02-27 17:59:27,397 - DEBUG - Response for create_subnet : {'subnet': {'id': '7060fa23-a16f-4dd8-a547-9af993fc83ec', 'name': '', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'network_id': 'c09b8b2e-8d00-452d-8722-064a510ba4c5', 'ip_version': 4, 'cidr': '40.24.34.0/26', 'allocation_pools': [{'start': '40.24.34.2', 'end': '40.24.34.62'}], 'gateway_ip': '40.24.34.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '40.24.34.2', 'tags': [], 'project_id': '9aaeb8a691394532a629d0389e09c9e8'}}
2026-02-27 17:59:27,415 - INFO - Created VN ctest-vn1-43095285
2026-02-27 17:59:27,467 - DEBUG - VN ctest-vn1-43095285 UUID is c09b8b2e-8d00-452d-8722-064a510ba4c5
2026-02-27 17:59:27,744 - DEBUG - Response for create_port : {'port': {'name': '4bd7ef9e-eadf-4b8d-a823-915a521f8d2e', 'id': '4bd7ef9e-eadf-4b8d-a823-915a521f8d2e', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'network_id': 'c09b8b2e-8d00-452d-8722-064a510ba4c5', 'mac_address': '02:4b:d7:ef:9e:ea', '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': '150.166.103.197', 'subnet_id': '4e9eb115-aad4-4d57-aa83-27a28da921df'}], 'security_groups': ['d64dec63-64b9-43e5-b9c1-972e51bf9d12'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9aaeb8a691394532a629d0389e09c9e8'}}
2026-02-27 17:59:27,912 - DEBUG - Response for create_port : {'port': {'name': 'fc29e142-3748-4f1a-8bae-02d05cb53e6f', 'id': 'fc29e142-3748-4f1a-8bae-02d05cb53e6f', 'tenant_id': '9aaeb8a691394532a629d0389e09c9e8', 'network_id': 'c09b8b2e-8d00-452d-8722-064a510ba4c5', 'mac_address': '02:fc:29:e1:42:37', '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': '40.24.34.5', 'subnet_id': '7060fa23-a16f-4dd8-a547-9af993fc83ec'}], 'security_groups': ['d64dec63-64b9-43e5-b9c1-972e51bf9d12'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9aaeb8a691394532a629d0389e09c9e8'}}
2026-02-27 17:59:27,980 - DEBUG - Services list from nova: [, , ]
2026-02-27 17:59:28,314 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5411-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5411-1)
2026-02-27 17:59:28,811 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5411-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5411-1)
2026-02-27 17:59:28,811 - INFO - Waiting for VM ctest-vn1-vm1-16768873 to be up..
2026-02-27 17:59:28,849 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-02-27 17:59:33,920 - DEBUG - VM is in ACTIVE state now
2026-02-27 17:59:33,920 - INFO - VM name : ctest-vn1-vm1-16768873
2026-02-27 17:59:33,992 - DEBUG - VM ctest-vn1-vm1-16768873 ID is 7abc966f-f334-4235-9a8b-30c4a6f0d241
2026-02-27 17:59:34,011 - DEBUG - VM ctest-vn1-vm1-16768873 launched on Node cn-jenkins-deploy-platform-ansible-os-5411-1
2026-02-27 17:59:34,079 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/7abc966f-f334-4235-9a8b-30c4a6f0d241
2026-02-27 17:59:34,087 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/4bd7ef9e-eadf-4b8d-a823-915a521f8d2e
2026-02-27 17:59:37,319 - 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 1007ms')
2026-02-27 17:59:37,319 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-16768873 failed!
2026-02-27 17:59:37,375 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-13382711:ctest-vn1-43095285 is 150.166.103.193 and allocation pool is NOT set
2026-02-27 17:59:37,375 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-13382711:ctest-vn1-43095285 is 40.24.34.1 and allocation pool is NOT set
2026-02-27 17:59:39,435 - 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=8.30 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.811 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.811/4.556/8.301/3.745 ms')
2026-02-27 17:59:39,435 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-16768873 passed
2026-02-27 17:59:39,584 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-27 17:59:39,584 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-16768873, IP 150.166.103.197, Port 22
2026-02-27 17:59:39,743 - DEBUG - VM ctest-vn1-vm1-16768873 is ready for SSH connections
2026-02-27 17:59:39,743 - INFO - Waiting for VM ctest-vn1-vm2-69068087 to be up..
2026-02-27 17:59:39,818 - DEBUG - VM is in ACTIVE state now
2026-02-27 17:59:39,818 - INFO - VM name : ctest-vn1-vm2-69068087
2026-02-27 17:59:39,888 - DEBUG - VM ctest-vn1-vm2-69068087 ID is ee739c2e-e2af-42c4-9ed3-ec6c55d39526
2026-02-27 17:59:39,888 - DEBUG - VM ctest-vn1-vm2-69068087 launched on Node cn-jenkins-deploy-platform-ansible-os-5411-1
2026-02-27 17:59:39,960 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/ee739c2e-e2af-42c4-9ed3-ec6c55d39526
2026-02-27 17:59:39,969 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/fc29e142-3748-4f1a-8bae-02d05cb53e6f
2026-02-27 17:59:41,198 - 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.89 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.841 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.841/2.366/3.891/1.525 ms')
2026-02-27 17:59:41,198 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-69068087 passed
2026-02-27 17:59:41,347 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-27 17:59:41,347 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-69068087, IP 40.24.34.5, Port 22
2026-02-27 17:59:41,498 - DEBUG - VM ctest-vn1-vm2-69068087 is ready for SSH connections
2026-02-27 17:59:41,498 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-27 17:59:41,499 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-27 17:59:41,499 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-27 17:59:41,499 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 150.166.103.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123
2026-02-27 17:59:41,499 - DEBUG - ping -s 56 -c 3 -W 1 150.166.103.197
2026-02-27 17:59:44,183 - DEBUG - PING 150.166.103.197 (150.166.103.197): 56 data bytes
64 bytes from 150.166.103.197: seq=0 ttl=63 time=3.121 ms
64 bytes from 150.166.103.197: seq=1 ttl=63 time=0.910 ms
64 bytes from 150.166.103.197: seq=2 ttl=63 time=0.704 ms
--- 150.166.103.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.704/1.578/3.121 ms
2026-02-27 17:59:44,183 - INFO - Ping to IP 150.166.103.197 from VM ctest-vn1-vm2-69068087 passed
2026-02-27 17:59:44,183 - INFO - Detaching port fc29e142-3748-4f1a-8bae-02d05cb53e6f from VM ctest-vn1-vm2-69068087
2026-02-27 17:59:44,233 - INFO - Deleting VM ctest-vn1-vm2-69068087
2026-02-27 17:59:44,296 - INFO - Detaching port 4bd7ef9e-eadf-4b8d-a823-915a521f8d2e from VM ctest-vn1-vm1-16768873
2026-02-27 17:59:44,328 - INFO - Deleting VM ctest-vn1-vm1-16768873
2026-02-27 17:59:44,589 - DEBUG - Response for delete_port : ()
2026-02-27 17:59:44,769 - DEBUG - Response for delete_port : ()
2026-02-27 17:59:44,769 - INFO - Deleting VN ctest-vn1-43095285
2026-02-27 17:59:44,890 - DEBUG - Response for deleting network ()
2026-02-27 17:59:45,147 - DEBUG - No XMPP flaps were noticed during the test
2026-02-27 17:59:45,147 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2026-02-27 17:59:45,147 - INFO - --------------------------------------------------------------------------------
2026-02-27 17:59:45,824 - INFO - Deleted project: ctest-TestPorts-13382711, ID : 9aaeb8a6-9139-4532-a629-d0389e09c9e8