2026-05-25 02:06:34,880 - INFO - Domain Default found not creating
2026-05-25 02:06:35,079 - INFO - Project ctest-TestPorts-70085106 not found, creating it
2026-05-25 02:06:35,589 - INFO - Created Project:ctest-TestPorts-70085106, ID : 3403c630-069c-4b48-9446-913f3009b4a6
2026-05-25 02:06:37,285 - INFO - ================================================================================
2026-05-25 02:06:37,285 - INFO - STARTING TEST : test_ports_bindings
2026-05-25 02:06:37,285 - 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-25 02:06:37,542 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.200': '0'}} with
2026-05-25 02:06:37,542 - INFO - Initial checks done. Running the testcase now
2026-05-25 02:06:37,542 - INFO -
2026-05-25 02:06:38,142 - DEBUG - Response for create_network : {'network': {'id': 'b6b7b591-6970-4f63-95a2-dd44e088d3dc', 'name': 'ctest-vn-09361493', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'project_id': '3403c630069c4b489446913f3009b4a6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-70085106', 'ctest-vn-09361493'], 'port_security_enabled': True, 'description': ''}}
2026-05-25 02:06:38,327 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fcd92059-1b17-44a6-8b30-5865977d6a62', 'name': '', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'network_id': 'b6b7b591-6970-4f63-95a2-dd44e088d3dc', 'ip_version': 4, 'cidr': '112.217.253.0/26', 'allocation_pools': [{'start': '112.217.253.2', 'end': '112.217.253.62'}], 'gateway_ip': '112.217.253.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '112.217.253.2', 'tags': [], 'project_id': '3403c630069c4b489446913f3009b4a6'}}
2026-05-25 02:06:38,346 - INFO - Created VN ctest-vn-09361493
2026-05-25 02:06:38,401 - DEBUG - VN ctest-vn-09361493 UUID is b6b7b591-6970-4f63-95a2-dd44e088d3dc
2026-05-25 02:06:38,520 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-70085106', 'ctest-vmi-26459795']}
2026-05-25 02:06:38,780 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-26459795', 'id': '93c24c43-ef03-4996-830a-6e6c9dec232b', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'network_id': 'b6b7b591-6970-4f63-95a2-dd44e088d3dc', 'mac_address': '02:93:c2:4c:43:ef', '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': '112.217.253.3', 'subnet_id': 'fcd92059-1b17-44a6-8b30-5865977d6a62'}], 'security_groups': ['4a604bf8-8afc-4f66-adce-d3eaeb095964'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '3403c630069c4b489446913f3009b4a6'}}
2026-05-25 02:06:38,781 - DEBUG - Created port 93c24c43-ef03-4996-830a-6e6c9dec232b
2026-05-25 02:06:38,886 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/93c24c43-ef03-4996-830a-6e6c9dec232b
2026-05-25 02:06:39,195 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/93c24c43-ef03-4996-830a-6e6c9dec232b
2026-05-25 02:06:39,235 - INFO - VMI 93c24c43-ef03-4996-830a-6e6c9dec232b verification in API Server passed
2026-05-25 02:06:39,336 - DEBUG - Response for delete_port : ()
2026-05-25 02:06:39,336 - INFO - Deleted port 93c24c43-ef03-4996-830a-6e6c9dec232b
2026-05-25 02:06:39,336 - INFO - Deleting VN ctest-vn-09361493
2026-05-25 02:06:39,446 - DEBUG - Response for deleting network ()
2026-05-25 02:06:39,707 - DEBUG - No XMPP flaps were noticed during the test
2026-05-25 02:06:39,707 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-05-25 02:06:39,707 - INFO - --------------------------------------------------------------------------------
2026-05-25 02:06:39,712 - INFO - ================================================================================
2026-05-25 02:06:39,712 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-05-25 02:06:39,712 - 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-25 02:06:40,013 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.200': '0'}} with
2026-05-25 02:06:40,013 - INFO - Initial checks done. Running the testcase now
2026-05-25 02:06:40,013 - INFO -
2026-05-25 02:06:40,206 - DEBUG - Response for create_network : {'network': {'id': '01873da3-93c2-4b01-9851-46b51f8705ea', 'name': 'ctest-vn1-79857964', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'project_id': '3403c630069c4b489446913f3009b4a6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-70085106', 'ctest-vn1-79857964'], 'port_security_enabled': True, 'description': ''}}
2026-05-25 02:06:40,408 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fe9017b1-40b4-42ad-83a6-9a725c2e968c', 'name': '', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'network_id': '01873da3-93c2-4b01-9851-46b51f8705ea', 'ip_version': 4, 'cidr': '174.253.7.192/26', 'allocation_pools': [{'start': '174.253.7.194', 'end': '174.253.7.254'}], 'gateway_ip': '174.253.7.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '174.253.7.194', 'tags': [], 'project_id': '3403c630069c4b489446913f3009b4a6'}}
2026-05-25 02:06:40,606 - DEBUG - Response for create_subnet : {'subnet': {'id': 'afddcc2b-2c84-4486-ab78-01b08d82eace', 'name': '', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'network_id': '01873da3-93c2-4b01-9851-46b51f8705ea', 'ip_version': 4, 'cidr': '167.5.244.0/26', 'allocation_pools': [{'start': '167.5.244.2', 'end': '167.5.244.62'}], 'gateway_ip': '167.5.244.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '167.5.244.2', 'tags': [], 'project_id': '3403c630069c4b489446913f3009b4a6'}}
2026-05-25 02:06:40,631 - INFO - Created VN ctest-vn1-79857964
2026-05-25 02:06:40,685 - DEBUG - VN ctest-vn1-79857964 UUID is 01873da3-93c2-4b01-9851-46b51f8705ea
2026-05-25 02:06:41,008 - DEBUG - Response for create_port : {'port': {'name': 'e5e38396-304e-43a6-913d-c9549eea12d4', 'id': 'e5e38396-304e-43a6-913d-c9549eea12d4', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'network_id': '01873da3-93c2-4b01-9851-46b51f8705ea', 'mac_address': '02:e5:e3:83:96:30', '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': '174.253.7.197', 'subnet_id': 'fe9017b1-40b4-42ad-83a6-9a725c2e968c'}], 'security_groups': ['4a604bf8-8afc-4f66-adce-d3eaeb095964'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '3403c630069c4b489446913f3009b4a6'}}
2026-05-25 02:06:41,209 - DEBUG - Response for create_port : {'port': {'name': 'd21775fd-195d-4e3b-85c2-6ac8cd0ec58b', 'id': 'd21775fd-195d-4e3b-85c2-6ac8cd0ec58b', 'tenant_id': '3403c630069c4b489446913f3009b4a6', 'network_id': '01873da3-93c2-4b01-9851-46b51f8705ea', 'mac_address': '02:d2:17:75:fd:19', '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.5.244.5', 'subnet_id': 'afddcc2b-2c84-4486-ab78-01b08d82eace'}], 'security_groups': ['4a604bf8-8afc-4f66-adce-d3eaeb095964'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '3403c630069c4b489446913f3009b4a6'}}
2026-05-25 02:06:41,278 - DEBUG - Services list from nova: [, , ]
2026-05-25 02:06:41,683 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5819-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5819-1)
2026-05-25 02:06:42,161 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5819-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5819-1)
2026-05-25 02:06:42,161 - INFO - Waiting for VM ctest-vn1-vm1-14007792 to be up..
2026-05-25 02:06:42,207 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-05-25 02:06:47,292 - DEBUG - VM is in ACTIVE state now
2026-05-25 02:06:47,292 - INFO - VM name : ctest-vn1-vm1-14007792
2026-05-25 02:06:47,376 - DEBUG - VM ctest-vn1-vm1-14007792 ID is e9b39277-7bb9-4b6d-b972-e597a6e823ea
2026-05-25 02:06:47,399 - DEBUG - VM ctest-vn1-vm1-14007792 launched on Node cn-jenkins-deploy-platform-ansible-os-5819-1
2026-05-25 02:06:47,486 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/e9b39277-7bb9-4b6d-b972-e597a6e823ea
2026-05-25 02:06:47,498 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/e5e38396-304e-43a6-913d-c9549eea12d4
2026-05-25 02:06:50,751 - 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 1002ms')
2026-05-25 02:06:50,751 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14007792 failed!
2026-05-25 02:06:50,809 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70085106:ctest-vn1-79857964 is 174.253.7.193 and allocation pool is NOT set
2026-05-25 02:06:50,810 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70085106:ctest-vn1-79857964 is 167.5.244.1 and allocation pool is NOT set
2026-05-25 02:06:54,880 - 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=10.4 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1004ms\r\nrtt min/avg/max/mdev = 10.363/10.363/10.363/0.000 ms')
2026-05-25 02:06:54,880 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14007792 passed
2026-05-25 02:06:55,033 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-25 02:06:55,034 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-14007792, IP 174.253.7.197, Port 22
2026-05-25 02:06:55,204 - DEBUG - VM ctest-vn1-vm1-14007792 is ready for SSH connections
2026-05-25 02:06:55,204 - INFO - Waiting for VM ctest-vn1-vm2-35218681 to be up..
2026-05-25 02:06:55,295 - DEBUG - VM is in ACTIVE state now
2026-05-25 02:06:55,295 - INFO - VM name : ctest-vn1-vm2-35218681
2026-05-25 02:06:55,382 - DEBUG - VM ctest-vn1-vm2-35218681 ID is b52d026d-0625-406d-9ad4-803715f6b770
2026-05-25 02:06:55,383 - DEBUG - VM ctest-vn1-vm2-35218681 launched on Node cn-jenkins-deploy-platform-ansible-os-5819-1
2026-05-25 02:06:55,486 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/b52d026d-0625-406d-9ad4-803715f6b770
2026-05-25 02:06:55,497 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/d21775fd-195d-4e3b-85c2-6ac8cd0ec58b
2026-05-25 02:06:56,743 - 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.01 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.393 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.393/1.700/3.008/1.307 ms')
2026-05-25 02:06:56,743 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-35218681 passed
2026-05-25 02:06:56,909 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-25 02:06:56,909 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-35218681, IP 167.5.244.5, Port 22
2026-05-25 02:06:57,069 - DEBUG - VM ctest-vn1-vm2-35218681 is ready for SSH connections
2026-05-25 02:06:57,069 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-25 02:06:57,070 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-25 02:06:57,070 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-25 02:06:57,070 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 174.253.7.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123
2026-05-25 02:06:57,070 - DEBUG - ping -s 56 -c 3 -W 1 174.253.7.197
2026-05-25 02:06:59,788 - DEBUG - PING 174.253.7.197 (174.253.7.197): 56 data bytes
64 bytes from 174.253.7.197: seq=0 ttl=63 time=5.988 ms
64 bytes from 174.253.7.197: seq=1 ttl=63 time=1.011 ms
64 bytes from 174.253.7.197: seq=2 ttl=63 time=1.651 ms
--- 174.253.7.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.011/2.883/5.988 ms
2026-05-25 02:06:59,788 - INFO - Ping to IP 174.253.7.197 from VM ctest-vn1-vm2-35218681 passed
2026-05-25 02:06:59,789 - INFO - Detaching port d21775fd-195d-4e3b-85c2-6ac8cd0ec58b from VM ctest-vn1-vm2-35218681
2026-05-25 02:06:59,846 - INFO - Deleting VM ctest-vn1-vm2-35218681
2026-05-25 02:06:59,945 - INFO - Detaching port e5e38396-304e-43a6-913d-c9549eea12d4 from VM ctest-vn1-vm1-14007792
2026-05-25 02:06:59,992 - INFO - Deleting VM ctest-vn1-vm1-14007792
2026-05-25 02:07:00,302 - DEBUG - Response for delete_port : ()
2026-05-25 02:07:00,543 - DEBUG - Response for delete_port : ()
2026-05-25 02:07:00,543 - INFO - Deleting VN ctest-vn1-79857964
2026-05-25 02:07:00,684 - DEBUG - Response for deleting network ()
2026-05-25 02:07:00,949 - DEBUG - No XMPP flaps were noticed during the test
2026-05-25 02:07:00,949 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-05-25 02:07:00,950 - INFO - --------------------------------------------------------------------------------
2026-05-25 02:07:01,727 - INFO - Deleted project: ctest-TestPorts-70085106, ID : 3403c630-069c-4b48-9446-913f3009b4a6