2026-02-23 02:11:20,719 - INFO - Domain Default found not creating
2026-02-23 02:11:20,887 - INFO - Project ctest-TestPorts-93825191 not found, creating it
2026-02-23 02:11:21,388 - INFO - Created Project:ctest-TestPorts-93825191, ID : bb16e477-00dc-4fb8-b11f-d5aeee4ab007
2026-02-23 02:11:22,971 - INFO - ================================================================================
2026-02-23 02:11:22,972 - INFO - STARTING TEST : test_ports_bindings
2026-02-23 02:11:22,972 - 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-23 02:11:23,227 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.201': '0'}} with
2026-02-23 02:11:23,227 - INFO - Initial checks done. Running the testcase now
2026-02-23 02:11:23,227 - INFO -
2026-02-23 02:11:23,828 - DEBUG - Response for create_network : {'network': {'id': 'b5470928-5f02-4fe8-b2d8-b0e343cce6e7', 'name': 'ctest-vn-47567059', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-93825191', 'ctest-vn-47567059'], 'port_security_enabled': True, 'description': ''}}
2026-02-23 02:11:23,990 - DEBUG - Response for create_subnet : {'subnet': {'id': '1d478e38-ba3c-4961-a46c-38b085ab4fef', 'name': '', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'network_id': 'b5470928-5f02-4fe8-b2d8-b0e343cce6e7', 'ip_version': 4, 'cidr': '101.167.146.128/26', 'allocation_pools': [{'start': '101.167.146.130', 'end': '101.167.146.190'}], 'gateway_ip': '101.167.146.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '101.167.146.130', 'tags': [], 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007'}}
2026-02-23 02:11:24,008 - INFO - Created VN ctest-vn-47567059
2026-02-23 02:11:24,058 - DEBUG - VN ctest-vn-47567059 UUID is b5470928-5f02-4fe8-b2d8-b0e343cce6e7
2026-02-23 02:11:24,162 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-93825191', 'ctest-vmi-26069253']}
2026-02-23 02:11:24,431 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-26069253', 'id': '42b48357-c8fd-43a0-bd4e-af6a1e82f8c3', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'network_id': 'b5470928-5f02-4fe8-b2d8-b0e343cce6e7', 'mac_address': '02:42:b4:83:57:c8', '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': '101.167.146.131', 'subnet_id': '1d478e38-ba3c-4961-a46c-38b085ab4fef'}], 'security_groups': ['c0c01a3d-6a56-4a84-956a-bdca7f098ddc'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007'}}
2026-02-23 02:11:24,431 - DEBUG - Created port 42b48357-c8fd-43a0-bd4e-af6a1e82f8c3
2026-02-23 02:11:24,534 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/42b48357-c8fd-43a0-bd4e-af6a1e82f8c3
2026-02-23 02:11:24,868 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/42b48357-c8fd-43a0-bd4e-af6a1e82f8c3
2026-02-23 02:11:24,903 - INFO - VMI 42b48357-c8fd-43a0-bd4e-af6a1e82f8c3 verification in API Server passed
2026-02-23 02:11:24,988 - DEBUG - Response for delete_port : ()
2026-02-23 02:11:24,989 - INFO - Deleted port 42b48357-c8fd-43a0-bd4e-af6a1e82f8c3
2026-02-23 02:11:24,989 - INFO - Deleting VN ctest-vn-47567059
2026-02-23 02:11:25,082 - DEBUG - Response for deleting network ()
2026-02-23 02:11:25,336 - DEBUG - No XMPP flaps were noticed during the test
2026-02-23 02:11:25,336 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-02-23 02:11:25,336 - INFO - --------------------------------------------------------------------------------
2026-02-23 02:11:25,339 - INFO - ================================================================================
2026-02-23 02:11:25,339 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-02-23 02:11:25,339 - 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-23 02:11:25,625 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.201': '0'}} with
2026-02-23 02:11:25,625 - INFO - Initial checks done. Running the testcase now
2026-02-23 02:11:25,625 - INFO -
2026-02-23 02:11:25,797 - DEBUG - Response for create_network : {'network': {'id': 'a911366c-a470-4a27-8c14-253719c9f432', 'name': 'ctest-vn1-70809498', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-93825191', 'ctest-vn1-70809498'], 'port_security_enabled': True, 'description': ''}}
2026-02-23 02:11:25,981 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b4d5380d-048c-45b8-ae91-6a3df164d4be', 'name': '', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'network_id': 'a911366c-a470-4a27-8c14-253719c9f432', 'ip_version': 4, 'cidr': '32.75.147.128/26', 'allocation_pools': [{'start': '32.75.147.130', 'end': '32.75.147.190'}], 'gateway_ip': '32.75.147.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '32.75.147.130', 'tags': [], 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007'}}
2026-02-23 02:11:26,122 - DEBUG - Response for create_subnet : {'subnet': {'id': '970d8862-98ab-4f38-97d2-a9eb4f18098d', 'name': '', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'network_id': 'a911366c-a470-4a27-8c14-253719c9f432', 'ip_version': 4, 'cidr': '8.19.68.64/26', 'allocation_pools': [{'start': '8.19.68.66', 'end': '8.19.68.126'}], 'gateway_ip': '8.19.68.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '8.19.68.66', 'tags': [], 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007'}}
2026-02-23 02:11:26,144 - INFO - Created VN ctest-vn1-70809498
2026-02-23 02:11:26,202 - DEBUG - VN ctest-vn1-70809498 UUID is a911366c-a470-4a27-8c14-253719c9f432
2026-02-23 02:11:26,501 - DEBUG - Response for create_port : {'port': {'name': '0ecab0ea-c996-40df-a7e9-11d08a2d917e', 'id': '0ecab0ea-c996-40df-a7e9-11d08a2d917e', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'network_id': 'a911366c-a470-4a27-8c14-253719c9f432', 'mac_address': '02:0e:ca:b0:ea:c9', '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': '32.75.147.133', 'subnet_id': 'b4d5380d-048c-45b8-ae91-6a3df164d4be'}], 'security_groups': ['c0c01a3d-6a56-4a84-956a-bdca7f098ddc'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007'}}
2026-02-23 02:11:26,684 - DEBUG - Response for create_port : {'port': {'name': '66a54ff8-c271-4c26-9378-329ba897d764', 'id': '66a54ff8-c271-4c26-9378-329ba897d764', 'tenant_id': 'bb16e47700dc4fb8b11fd5aeee4ab007', 'network_id': 'a911366c-a470-4a27-8c14-253719c9f432', 'mac_address': '02:66:a5:4f:f8:c2', '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': '8.19.68.69', 'subnet_id': '970d8862-98ab-4f38-97d2-a9eb4f18098d'}], 'security_groups': ['c0c01a3d-6a56-4a84-956a-bdca7f098ddc'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bb16e47700dc4fb8b11fd5aeee4ab007'}}
2026-02-23 02:11:26,745 - DEBUG - Services list from nova: [, , ]
2026-02-23 02:11:27,079 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5387-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5387-1)
2026-02-23 02:11:27,466 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5387-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5387-1)
2026-02-23 02:11:27,467 - INFO - Waiting for VM ctest-vn1-vm1-98871925 to be up..
2026-02-23 02:11:27,506 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-02-23 02:11:32,591 - DEBUG - VM is in ACTIVE state now
2026-02-23 02:11:32,591 - INFO - VM name : ctest-vn1-vm1-98871925
2026-02-23 02:11:32,680 - DEBUG - VM ctest-vn1-vm1-98871925 ID is 1faddd40-2a1f-4d37-9b6d-c0df13ea6bae
2026-02-23 02:11:32,701 - DEBUG - VM ctest-vn1-vm1-98871925 launched on Node cn-jenkins-deploy-platform-ansible-os-5387-1
2026-02-23 02:11:32,789 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/1faddd40-2a1f-4d37-9b6d-c0df13ea6bae
2026-02-23 02:11:32,797 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/0ecab0ea-c996-40df-a7e9-11d08a2d917e
2026-02-23 02:11:36,062 - 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 1029ms')
2026-02-23 02:11:36,062 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-98871925 failed!
2026-02-23 02:11:36,122 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-93825191:ctest-vn1-70809498 is 32.75.147.129 and allocation pool is NOT set
2026-02-23 02:11:36,122 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-93825191:ctest-vn1-70809498 is 8.19.68.65 and allocation pool is NOT set
2026-02-23 02:11:40,191 - 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=2 ttl=63 time=4.07 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1007ms\r\nrtt min/avg/max/mdev = 4.068/4.068/4.068/0.000 ms')
2026-02-23 02:11:40,191 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-98871925 passed
2026-02-23 02:11:40,346 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 02:11:40,346 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-98871925, IP 32.75.147.133, Port 22
2026-02-23 02:11:40,501 - DEBUG - VM ctest-vn1-vm1-98871925 is ready for SSH connections
2026-02-23 02:11:40,502 - INFO - Waiting for VM ctest-vn1-vm2-16659445 to be up..
2026-02-23 02:11:40,579 - DEBUG - VM is in ACTIVE state now
2026-02-23 02:11:40,580 - INFO - VM name : ctest-vn1-vm2-16659445
2026-02-23 02:11:40,653 - DEBUG - VM ctest-vn1-vm2-16659445 ID is 4fe01f0d-b83e-41b9-8f8d-c7351efc0b0e
2026-02-23 02:11:40,654 - DEBUG - VM ctest-vn1-vm2-16659445 launched on Node cn-jenkins-deploy-platform-ansible-os-5387-1
2026-02-23 02:11:40,726 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/4fe01f0d-b83e-41b9-8f8d-c7351efc0b0e
2026-02-23 02:11:40,735 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/66a54ff8-c271-4c26-9378-329ba897d764
2026-02-23 02:11:41,967 - 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.56 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.491 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.491/2.025/3.560/1.534 ms')
2026-02-23 02:11:41,967 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-16659445 passed
2026-02-23 02:11:42,114 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 02:11:42,114 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-16659445, IP 8.19.68.69, Port 22
2026-02-23 02:11:42,269 - DEBUG - VM ctest-vn1-vm2-16659445 is ready for SSH connections
2026-02-23 02:11:42,269 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 02:11:42,270 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 02:11:42,270 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 02:11:42,270 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 32.75.147.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123
2026-02-23 02:11:42,270 - DEBUG - ping -s 56 -c 3 -W 1 32.75.147.133
2026-02-23 02:11:44,989 - DEBUG - PING 32.75.147.133 (32.75.147.133): 56 data bytes
64 bytes from 32.75.147.133: seq=0 ttl=63 time=4.251 ms
64 bytes from 32.75.147.133: seq=1 ttl=63 time=1.174 ms
64 bytes from 32.75.147.133: seq=2 ttl=63 time=0.909 ms
--- 32.75.147.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.909/2.111/4.251 ms
2026-02-23 02:11:44,989 - INFO - Ping to IP 32.75.147.133 from VM ctest-vn1-vm2-16659445 passed
2026-02-23 02:11:44,990 - INFO - Detaching port 66a54ff8-c271-4c26-9378-329ba897d764 from VM ctest-vn1-vm2-16659445
2026-02-23 02:11:45,046 - INFO - Deleting VM ctest-vn1-vm2-16659445
2026-02-23 02:11:45,123 - INFO - Detaching port 0ecab0ea-c996-40df-a7e9-11d08a2d917e from VM ctest-vn1-vm1-98871925
2026-02-23 02:11:45,173 - INFO - Deleting VM ctest-vn1-vm1-98871925
2026-02-23 02:11:45,432 - DEBUG - Response for delete_port : ()
2026-02-23 02:11:45,599 - DEBUG - Response for delete_port : ()
2026-02-23 02:11:45,599 - INFO - Deleting VN ctest-vn1-70809498
2026-02-23 02:11:45,718 - DEBUG - Response for deleting network ()
2026-02-23 02:11:45,990 - DEBUG - No XMPP flaps were noticed during the test
2026-02-23 02:11:45,990 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:20]
2026-02-23 02:11:45,990 - INFO - --------------------------------------------------------------------------------
2026-02-23 02:11:46,743 - INFO - Deleted project: ctest-TestPorts-93825191, ID : bb16e477-00dc-4fb8-b11f-d5aeee4ab007