2026-07-17 21:53:44,465 - INFO - Domain Default found not creating
2026-07-17 21:53:44,623 - INFO - Project ctest-TestPorts-87064574 not found, creating it
2026-07-17 21:53:45,080 - INFO - Created Project:ctest-TestPorts-87064574, ID : b5aec8c3-4857-4681-a5c0-09e2e4c18a1f
2026-07-17 21:53:46,638 - INFO - ================================================================================
2026-07-17 21:53:46,638 - INFO - STARTING TEST : test_ports_bindings
2026-07-17 21:53:46,638 - 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-07-17 21:53:46,911 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.17': '0'}} with
2026-07-17 21:53:46,911 - INFO - Initial checks done. Running the testcase now
2026-07-17 21:53:46,911 - INFO -
2026-07-17 21:53:47,500 - DEBUG - Response for create_network : {'network': {'id': 'c4563a9f-e16d-41d7-843a-a0077ffc9988', 'name': 'ctest-vn-73202347', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-87064574', 'ctest-vn-73202347'], 'port_security_enabled': True, 'description': ''}}
2026-07-17 21:53:47,692 - DEBUG - Response for create_subnet : {'subnet': {'id': '2b8a9e66-2fb3-4e3b-acce-e195b9dac0ab', 'name': '', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'network_id': 'c4563a9f-e16d-41d7-843a-a0077ffc9988', 'ip_version': 4, 'cidr': '37.43.53.192/26', 'allocation_pools': [{'start': '37.43.53.194', 'end': '37.43.53.254'}], 'gateway_ip': '37.43.53.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '37.43.53.194', 'tags': [], 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f'}}
2026-07-17 21:53:47,713 - INFO - Created VN ctest-vn-73202347
2026-07-17 21:53:47,766 - DEBUG - VN ctest-vn-73202347 UUID is c4563a9f-e16d-41d7-843a-a0077ffc9988
2026-07-17 21:53:47,873 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-87064574', 'ctest-vmi-32615193']}
2026-07-17 21:53:48,138 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-32615193', 'id': '10de3585-f327-4312-a696-0d36e1b306ce', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'network_id': 'c4563a9f-e16d-41d7-843a-a0077ffc9988', 'mac_address': '02:10:de:35:85:f3', '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': '37.43.53.195', 'subnet_id': '2b8a9e66-2fb3-4e3b-acce-e195b9dac0ab'}], 'security_groups': ['d7c22348-c548-49f2-b0b8-7fd0293351c8'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f'}}
2026-07-17 21:53:48,138 - DEBUG - Created port 10de3585-f327-4312-a696-0d36e1b306ce
2026-07-17 21:53:48,242 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/10de3585-f327-4312-a696-0d36e1b306ce
2026-07-17 21:53:48,588 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/10de3585-f327-4312-a696-0d36e1b306ce
2026-07-17 21:53:48,628 - INFO - VMI 10de3585-f327-4312-a696-0d36e1b306ce verification in API Server passed
2026-07-17 21:53:48,734 - DEBUG - Response for delete_port : ()
2026-07-17 21:53:48,735 - INFO - Deleted port 10de3585-f327-4312-a696-0d36e1b306ce
2026-07-17 21:53:48,735 - INFO - Deleting VN ctest-vn-73202347
2026-07-17 21:53:48,857 - DEBUG - Response for deleting network ()
2026-07-17 21:53:49,116 - DEBUG - No XMPP flaps were noticed during the test
2026-07-17 21:53:49,116 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-07-17 21:53:49,116 - INFO - --------------------------------------------------------------------------------
2026-07-17 21:53:49,119 - INFO - ================================================================================
2026-07-17 21:53:49,119 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-07-17 21:53:49,119 - 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-07-17 21:53:49,408 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.17': '0'}} with
2026-07-17 21:53:49,408 - INFO - Initial checks done. Running the testcase now
2026-07-17 21:53:49,408 - INFO -
2026-07-17 21:53:49,601 - DEBUG - Response for create_network : {'network': {'id': '1a922c9c-7308-4e38-98b4-68ce2635ef22', 'name': 'ctest-vn1-18901123', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-87064574', 'ctest-vn1-18901123'], 'port_security_enabled': True, 'description': ''}}
2026-07-17 21:53:49,782 - DEBUG - Response for create_subnet : {'subnet': {'id': '7629ca12-78ca-4a06-8b5d-63dc39f02ded', 'name': '', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'network_id': '1a922c9c-7308-4e38-98b4-68ce2635ef22', 'ip_version': 4, 'cidr': '60.206.48.0/26', 'allocation_pools': [{'start': '60.206.48.2', 'end': '60.206.48.62'}], 'gateway_ip': '60.206.48.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '60.206.48.2', 'tags': [], 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f'}}
2026-07-17 21:53:49,937 - DEBUG - Response for create_subnet : {'subnet': {'id': '118df0cb-98df-468b-a7e9-78991d51723b', 'name': '', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'network_id': '1a922c9c-7308-4e38-98b4-68ce2635ef22', 'ip_version': 4, 'cidr': '171.157.235.128/26', 'allocation_pools': [{'start': '171.157.235.130', 'end': '171.157.235.190'}], 'gateway_ip': '171.157.235.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '171.157.235.130', 'tags': [], 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f'}}
2026-07-17 21:53:49,957 - INFO - Created VN ctest-vn1-18901123
2026-07-17 21:53:50,010 - DEBUG - VN ctest-vn1-18901123 UUID is 1a922c9c-7308-4e38-98b4-68ce2635ef22
2026-07-17 21:53:50,348 - DEBUG - Response for create_port : {'port': {'name': '6f542c62-ebc5-40ba-9897-b4cf456820a6', 'id': '6f542c62-ebc5-40ba-9897-b4cf456820a6', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'network_id': '1a922c9c-7308-4e38-98b4-68ce2635ef22', 'mac_address': '02:6f:54:2c:62:eb', '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': '60.206.48.5', 'subnet_id': '7629ca12-78ca-4a06-8b5d-63dc39f02ded'}], 'security_groups': ['d7c22348-c548-49f2-b0b8-7fd0293351c8'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f'}}
2026-07-17 21:53:50,544 - DEBUG - Response for create_port : {'port': {'name': 'be9036d5-9e63-42af-9415-0c7d6149c80c', 'id': 'be9036d5-9e63-42af-9415-0c7d6149c80c', 'tenant_id': 'b5aec8c348574681a5c009e2e4c18a1f', 'network_id': '1a922c9c-7308-4e38-98b4-68ce2635ef22', 'mac_address': '02:be:90:36:d5:9e', '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': '171.157.235.133', 'subnet_id': '118df0cb-98df-468b-a7e9-78991d51723b'}], 'security_groups': ['d7c22348-c548-49f2-b0b8-7fd0293351c8'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b5aec8c348574681a5c009e2e4c18a1f'}}
2026-07-17 21:53:50,604 - DEBUG - Services list from nova: [, , ]
2026-07-17 21:53:50,985 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6100-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6100-1)
2026-07-17 21:53:51,407 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6100-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6100-1)
2026-07-17 21:53:51,407 - INFO - Waiting for VM ctest-vn1-vm1-37691160 to be up..
2026-07-17 21:53:51,454 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:53:56,508 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:01,612 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:06,689 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:11,772 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:16,844 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:21,919 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:27,026 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-17 21:54:32,108 - DEBUG - VM is in ACTIVE state now
2026-07-17 21:54:32,108 - INFO - VM name : ctest-vn1-vm1-37691160
2026-07-17 21:54:32,200 - DEBUG - VM ctest-vn1-vm1-37691160 ID is 042844ae-3803-4705-97ec-44ed67a30036
2026-07-17 21:54:32,223 - DEBUG - VM ctest-vn1-vm1-37691160 launched on Node cn-jenkins-deploy-platform-ansible-os-6100-1
2026-07-17 21:54:32,296 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/042844ae-3803-4705-97ec-44ed67a30036
2026-07-17 21:54:32,307 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/6f542c62-ebc5-40ba-9897-b4cf456820a6
2026-07-17 21:54:35,581 - 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 1025ms')
2026-07-17 21:54:35,581 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-37691160 failed!
2026-07-17 21:54:35,638 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-87064574:ctest-vn1-18901123 is 60.206.48.1 and allocation pool is NOT set
2026-07-17 21:54:35,638 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-87064574:ctest-vn1-18901123 is 171.157.235.129 and allocation pool is NOT set
2026-07-17 21:54:37,703 - 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=9.99 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.545 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.545/5.268/9.992/4.723 ms')
2026-07-17 21:54:37,703 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-37691160 passed
2026-07-17 21:54:37,854 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-17 21:54:37,854 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37691160, IP 60.206.48.5, Port 22
2026-07-17 21:54:38,010 - DEBUG - VM ctest-vn1-vm1-37691160 is ready for SSH connections
2026-07-17 21:54:38,010 - INFO - Waiting for VM ctest-vn1-vm2-12905002 to be up..
2026-07-17 21:54:38,085 - DEBUG - VM is in ACTIVE state now
2026-07-17 21:54:38,085 - INFO - VM name : ctest-vn1-vm2-12905002
2026-07-17 21:54:38,163 - DEBUG - VM ctest-vn1-vm2-12905002 ID is 5700ec6c-440b-4153-973b-77ad6136c5cb
2026-07-17 21:54:38,163 - DEBUG - VM ctest-vn1-vm2-12905002 launched on Node cn-jenkins-deploy-platform-ansible-os-6100-1
2026-07-17 21:54:38,238 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/5700ec6c-440b-4153-973b-77ad6136c5cb
2026-07-17 21:54:38,246 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/be9036d5-9e63-42af-9415-0c7d6149c80c
2026-07-17 21:54:39,491 - 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.36 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.523 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.523/1.941/3.360/1.418 ms')
2026-07-17 21:54:39,491 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-12905002 passed
2026-07-17 21:54:39,655 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-17 21:54:39,655 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-12905002, IP 171.157.235.133, Port 22
2026-07-17 21:54:39,820 - DEBUG - VM ctest-vn1-vm2-12905002 is ready for SSH connections
2026-07-17 21:54:39,821 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-17 21:54:39,821 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-17 21:54:39,821 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-17 21:54:39,821 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 60.206.48.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.242, gateway password: c0ntrail123
2026-07-17 21:54:39,821 - DEBUG - ping -s 56 -c 3 -W 1 60.206.48.5
2026-07-17 21:54:43,831 - DEBUG - PING 60.206.48.5 (60.206.48.5): 56 data bytes
64 bytes from 60.206.48.5: seq=0 ttl=63 time=4.919 ms
64 bytes from 60.206.48.5: seq=1 ttl=63 time=0.994 ms
64 bytes from 60.206.48.5: seq=2 ttl=63 time=1.114 ms
--- 60.206.48.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.994/2.342/4.919 ms
2026-07-17 21:54:43,831 - INFO - Ping to IP 60.206.48.5 from VM ctest-vn1-vm2-12905002 passed
2026-07-17 21:54:43,831 - INFO - Detaching port be9036d5-9e63-42af-9415-0c7d6149c80c from VM ctest-vn1-vm2-12905002
2026-07-17 21:54:43,888 - INFO - Deleting VM ctest-vn1-vm2-12905002
2026-07-17 21:54:43,968 - INFO - Detaching port 6f542c62-ebc5-40ba-9897-b4cf456820a6 from VM ctest-vn1-vm1-37691160
2026-07-17 21:54:44,009 - INFO - Deleting VM ctest-vn1-vm1-37691160
2026-07-17 21:54:44,248 - DEBUG - Response for delete_port : ()
2026-07-17 21:54:44,420 - DEBUG - Response for delete_port : ()
2026-07-17 21:54:44,420 - INFO - Deleting VN ctest-vn1-18901123
2026-07-17 21:54:44,561 - DEBUG - Response for deleting network ()
2026-07-17 21:54:44,845 - DEBUG - No XMPP flaps were noticed during the test
2026-07-17 21:54:44,845 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:55]
2026-07-17 21:54:44,845 - INFO - --------------------------------------------------------------------------------
2026-07-17 21:54:45,572 - INFO - Deleted project: ctest-TestPorts-87064574, ID : b5aec8c3-4857-4681-a5c0-09e2e4c18a1f