2026-05-29 17:35:26,889 - INFO - Domain Default found not creating
2026-05-29 17:35:27,077 - INFO - Project ctest-TestPorts-44312254 not found, creating it
2026-05-29 17:35:27,666 - INFO - Created Project:ctest-TestPorts-44312254, ID : c6667200-cf4c-4ce0-83df-f2e88b448c64
2026-05-29 17:35:29,221 - INFO - ================================================================================
2026-05-29 17:35:29,222 - INFO - STARTING TEST : test_ports_bindings
2026-05-29 17:35:29,222 - 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-29 17:35:29,474 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-05-29 17:35:29,474 - INFO - Initial checks done. Running the testcase now
2026-05-29 17:35:29,474 - INFO -
2026-05-29 17:35:30,042 - DEBUG - Response for create_network : {'network': {'id': '05bd940a-478d-4961-a9cc-4c33bada8409', 'name': 'ctest-vn-16906186', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'project_id': 'c6667200cf4c4ce083dff2e88b448c64', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-44312254', 'ctest-vn-16906186'], 'port_security_enabled': True, 'description': ''}}
2026-05-29 17:35:30,237 - DEBUG - Response for create_subnet : {'subnet': {'id': '070845a3-211f-4bb7-b726-9896c48369cb', 'name': '', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'network_id': '05bd940a-478d-4961-a9cc-4c33bada8409', 'ip_version': 4, 'cidr': '164.14.201.192/26', 'allocation_pools': [{'start': '164.14.201.194', 'end': '164.14.201.254'}], 'gateway_ip': '164.14.201.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '164.14.201.194', 'tags': [], 'project_id': 'c6667200cf4c4ce083dff2e88b448c64'}}
2026-05-29 17:35:30,256 - INFO - Created VN ctest-vn-16906186
2026-05-29 17:35:30,309 - DEBUG - VN ctest-vn-16906186 UUID is 05bd940a-478d-4961-a9cc-4c33bada8409
2026-05-29 17:35:30,423 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-44312254', 'ctest-vmi-07001090']}
2026-05-29 17:35:30,656 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-07001090', 'id': 'bb346d57-e46b-49e1-b441-a1d680304b8d', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'network_id': '05bd940a-478d-4961-a9cc-4c33bada8409', 'mac_address': '02:bb:34:6d:57:e4', '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': '164.14.201.195', 'subnet_id': '070845a3-211f-4bb7-b726-9896c48369cb'}], 'security_groups': ['398d4ad0-6a6c-4d87-a654-d7f51f3b0d99'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c6667200cf4c4ce083dff2e88b448c64'}}
2026-05-29 17:35:30,656 - DEBUG - Created port bb346d57-e46b-49e1-b441-a1d680304b8d
2026-05-29 17:35:30,761 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/bb346d57-e46b-49e1-b441-a1d680304b8d
2026-05-29 17:35:31,056 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/bb346d57-e46b-49e1-b441-a1d680304b8d
2026-05-29 17:35:31,094 - INFO - VMI bb346d57-e46b-49e1-b441-a1d680304b8d verification in API Server passed
2026-05-29 17:35:31,192 - DEBUG - Response for delete_port : ()
2026-05-29 17:35:31,192 - INFO - Deleted port bb346d57-e46b-49e1-b441-a1d680304b8d
2026-05-29 17:35:31,192 - INFO - Deleting VN ctest-vn-16906186
2026-05-29 17:35:31,295 - DEBUG - Response for deleting network ()
2026-05-29 17:35:31,555 - DEBUG - No XMPP flaps were noticed during the test
2026-05-29 17:35:31,555 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-05-29 17:35:31,555 - INFO - --------------------------------------------------------------------------------
2026-05-29 17:35:31,557 - INFO - ================================================================================
2026-05-29 17:35:31,558 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-05-29 17:35:31,558 - 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-29 17:35:31,848 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-05-29 17:35:31,848 - INFO - Initial checks done. Running the testcase now
2026-05-29 17:35:31,848 - INFO -
2026-05-29 17:35:32,051 - DEBUG - Response for create_network : {'network': {'id': '9003d1cb-051a-4f29-ae87-a376b6addf24', 'name': 'ctest-vn1-31810538', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'project_id': 'c6667200cf4c4ce083dff2e88b448c64', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-44312254', 'ctest-vn1-31810538'], 'port_security_enabled': True, 'description': ''}}
2026-05-29 17:35:32,237 - DEBUG - Response for create_subnet : {'subnet': {'id': '1464cc88-9ffd-40dd-a91b-fc5acf5dd58f', 'name': '', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'network_id': '9003d1cb-051a-4f29-ae87-a376b6addf24', 'ip_version': 4, 'cidr': '166.56.248.192/26', 'allocation_pools': [{'start': '166.56.248.194', 'end': '166.56.248.254'}], 'gateway_ip': '166.56.248.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '166.56.248.194', 'tags': [], 'project_id': 'c6667200cf4c4ce083dff2e88b448c64'}}
2026-05-29 17:35:32,405 - DEBUG - Response for create_subnet : {'subnet': {'id': '707f7147-6cff-49bd-b35a-81fdb897c075', 'name': '', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'network_id': '9003d1cb-051a-4f29-ae87-a376b6addf24', 'ip_version': 4, 'cidr': '52.132.54.64/26', 'allocation_pools': [{'start': '52.132.54.66', 'end': '52.132.54.126'}], 'gateway_ip': '52.132.54.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '52.132.54.66', 'tags': [], 'project_id': 'c6667200cf4c4ce083dff2e88b448c64'}}
2026-05-29 17:35:32,425 - INFO - Created VN ctest-vn1-31810538
2026-05-29 17:35:32,477 - DEBUG - VN ctest-vn1-31810538 UUID is 9003d1cb-051a-4f29-ae87-a376b6addf24
2026-05-29 17:35:32,781 - DEBUG - Response for create_port : {'port': {'name': '835e332b-f32a-4d9a-9258-c9c0c4449e32', 'id': '835e332b-f32a-4d9a-9258-c9c0c4449e32', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'network_id': '9003d1cb-051a-4f29-ae87-a376b6addf24', 'mac_address': '02:83:5e:33:2b:f3', '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': '166.56.248.197', 'subnet_id': '1464cc88-9ffd-40dd-a91b-fc5acf5dd58f'}], 'security_groups': ['398d4ad0-6a6c-4d87-a654-d7f51f3b0d99'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c6667200cf4c4ce083dff2e88b448c64'}}
2026-05-29 17:35:32,971 - DEBUG - Response for create_port : {'port': {'name': 'd80d2627-624f-4f92-aa15-87db736b4bbe', 'id': 'd80d2627-624f-4f92-aa15-87db736b4bbe', 'tenant_id': 'c6667200cf4c4ce083dff2e88b448c64', 'network_id': '9003d1cb-051a-4f29-ae87-a376b6addf24', 'mac_address': '02:d8:0d:26:27:62', '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': '52.132.54.69', 'subnet_id': '707f7147-6cff-49bd-b35a-81fdb897c075'}], 'security_groups': ['398d4ad0-6a6c-4d87-a654-d7f51f3b0d99'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c6667200cf4c4ce083dff2e88b448c64'}}
2026-05-29 17:35:33,030 - DEBUG - Services list from nova: [, , ]
2026-05-29 17:35:33,385 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5852-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5852-1)
2026-05-29 17:35:33,818 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5852-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5852-1)
2026-05-29 17:35:33,819 - INFO - Waiting for VM ctest-vn1-vm1-28244417 to be up..
2026-05-29 17:35:33,869 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-05-29 17:35:38,952 - DEBUG - VM is in ACTIVE state now
2026-05-29 17:35:38,952 - INFO - VM name : ctest-vn1-vm1-28244417
2026-05-29 17:35:39,033 - DEBUG - VM ctest-vn1-vm1-28244417 ID is b51b4e01-479a-48a1-9a02-3b4ddc945d31
2026-05-29 17:35:39,056 - DEBUG - VM ctest-vn1-vm1-28244417 launched on Node cn-jenkins-deploy-platform-ansible-os-5852-1
2026-05-29 17:35:39,139 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/b51b4e01-479a-48a1-9a02-3b4ddc945d31
2026-05-29 17:35:39,148 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/835e332b-f32a-4d9a-9258-c9c0c4449e32
2026-05-29 17:35:42,396 - 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 1011ms')
2026-05-29 17:35:42,396 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-28244417 failed!
2026-05-29 17:35:42,453 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-44312254:ctest-vn1-31810538 is 166.56.248.193 and allocation pool is NOT set
2026-05-29 17:35:42,454 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-44312254:ctest-vn1-31810538 is 52.132.54.65 and allocation pool is NOT set
2026-05-29 17:35:46,531 - 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.8 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1010ms\r\nrtt min/avg/max/mdev = 10.817/10.817/10.817/0.000 ms')
2026-05-29 17:35:46,531 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-28244417 passed
2026-05-29 17:35:46,685 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-29 17:35:46,685 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-28244417, IP 166.56.248.197, Port 22
2026-05-29 17:35:46,856 - DEBUG - VM ctest-vn1-vm1-28244417 is ready for SSH connections
2026-05-29 17:35:46,856 - INFO - Waiting for VM ctest-vn1-vm2-48323639 to be up..
2026-05-29 17:35:46,936 - DEBUG - VM is in ACTIVE state now
2026-05-29 17:35:46,936 - INFO - VM name : ctest-vn1-vm2-48323639
2026-05-29 17:35:47,014 - DEBUG - VM ctest-vn1-vm2-48323639 ID is 881cbcd1-3c20-43b9-8bef-3fd172b14ad4
2026-05-29 17:35:47,015 - DEBUG - VM ctest-vn1-vm2-48323639 launched on Node cn-jenkins-deploy-platform-ansible-os-5852-1
2026-05-29 17:35:47,092 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/881cbcd1-3c20-43b9-8bef-3fd172b14ad4
2026-05-29 17:35:47,101 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d80d2627-624f-4f92-aa15-87db736b4bbe
2026-05-29 17:35:48,345 - 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=2.99 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.476 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.476/1.732/2.989/1.256 ms')
2026-05-29 17:35:48,345 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-48323639 passed
2026-05-29 17:35:48,497 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-29 17:35:48,497 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-48323639, IP 52.132.54.69, Port 22
2026-05-29 17:35:48,653 - DEBUG - VM ctest-vn1-vm2-48323639 is ready for SSH connections
2026-05-29 17:35:48,653 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-29 17:35:48,653 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-29 17:35:48,653 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-29 17:35:48,653 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 166.56.248.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-05-29 17:35:48,653 - DEBUG - ping -s 56 -c 3 -W 1 166.56.248.197
2026-05-29 17:35:51,352 - DEBUG - PING 166.56.248.197 (166.56.248.197): 56 data bytes
64 bytes from 166.56.248.197: seq=0 ttl=63 time=3.462 ms
64 bytes from 166.56.248.197: seq=1 ttl=63 time=1.127 ms
64 bytes from 166.56.248.197: seq=2 ttl=63 time=1.117 ms
--- 166.56.248.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.117/1.902/3.462 ms
2026-05-29 17:35:51,353 - INFO - Ping to IP 166.56.248.197 from VM ctest-vn1-vm2-48323639 passed
2026-05-29 17:35:51,353 - INFO - Detaching port d80d2627-624f-4f92-aa15-87db736b4bbe from VM ctest-vn1-vm2-48323639
2026-05-29 17:35:51,423 - INFO - Deleting VM ctest-vn1-vm2-48323639
2026-05-29 17:35:51,499 - INFO - Detaching port 835e332b-f32a-4d9a-9258-c9c0c4449e32 from VM ctest-vn1-vm1-28244417
2026-05-29 17:35:51,545 - INFO - Deleting VM ctest-vn1-vm1-28244417
2026-05-29 17:35:51,799 - DEBUG - Response for delete_port : ()
2026-05-29 17:35:51,978 - DEBUG - Response for delete_port : ()
2026-05-29 17:35:51,978 - INFO - Deleting VN ctest-vn1-31810538
2026-05-29 17:35:52,120 - DEBUG - Response for deleting network ()
2026-05-29 17:35:52,389 - DEBUG - No XMPP flaps were noticed during the test
2026-05-29 17:35:52,389 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-05-29 17:35:52,389 - INFO - --------------------------------------------------------------------------------
2026-05-29 17:35:53,143 - INFO - Deleted project: ctest-TestPorts-44312254, ID : c6667200-cf4c-4ce0-83df-f2e88b448c64