2026-08-27 17:06:21,288 - INFO - Domain Default found not creating
2026-08-27 17:06:21,533 - INFO - Project ctest-TestPorts-12357985 not found, creating it
2026-08-27 17:06:22,163 - INFO - Created Project:ctest-TestPorts-12357985, ID : 95b283f7-f98f-4297-8e0e-6eebdfdb244b
2026-08-27 17:06:24,253 - INFO - ================================================================================
2026-08-27 17:06:24,254 - INFO - STARTING TEST : test_ports_bindings
2026-08-27 17:06:24,254 - 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-08-27 17:06:24,539 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-08-27 17:06:24,539 - INFO - Initial checks done. Running the testcase now
2026-08-27 17:06:24,539 - INFO -
2026-08-27 17:06:25,375 - DEBUG - Response for create_network : {'network': {'id': '5e9d90f7-12ac-4ca6-82a9-d177bbbaf773', 'name': 'ctest-vn-84167883', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'project_id': '95b283f7f98f42978e0e6eebdfdb244b', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-12357985', 'ctest-vn-84167883'], 'port_security_enabled': True, 'description': ''}}
2026-08-27 17:06:25,601 - DEBUG - Response for create_subnet : {'subnet': {'id': '2a9231ab-1479-413b-b5d4-9f5d7618148b', 'name': '', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'network_id': '5e9d90f7-12ac-4ca6-82a9-d177bbbaf773', 'ip_version': 4, 'cidr': '121.69.191.0/26', 'allocation_pools': [{'start': '121.69.191.2', 'end': '121.69.191.62'}], 'gateway_ip': '121.69.191.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '121.69.191.2', 'tags': [], 'project_id': '95b283f7f98f42978e0e6eebdfdb244b'}}
2026-08-27 17:06:25,626 - INFO - Created VN ctest-vn-84167883
2026-08-27 17:06:25,688 - DEBUG - VN ctest-vn-84167883 UUID is 5e9d90f7-12ac-4ca6-82a9-d177bbbaf773
2026-08-27 17:06:25,832 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-12357985', 'ctest-vmi-31148534']}
2026-08-27 17:06:26,216 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-31148534', 'id': '4ed11af5-bc48-47f3-8e24-8d631e21c3f4', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'network_id': '5e9d90f7-12ac-4ca6-82a9-d177bbbaf773', 'mac_address': '02:4e:d1:1a:f5:bc', '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': '121.69.191.3', 'subnet_id': '2a9231ab-1479-413b-b5d4-9f5d7618148b'}], 'security_groups': ['b0aa052c-f9af-4281-9905-da2a74013677'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '95b283f7f98f42978e0e6eebdfdb244b'}}
2026-08-27 17:06:26,216 - DEBUG - Created port 4ed11af5-bc48-47f3-8e24-8d631e21c3f4
2026-08-27 17:06:26,335 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/4ed11af5-bc48-47f3-8e24-8d631e21c3f4
2026-08-27 17:06:26,734 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/4ed11af5-bc48-47f3-8e24-8d631e21c3f4
2026-08-27 17:06:26,781 - INFO - VMI 4ed11af5-bc48-47f3-8e24-8d631e21c3f4 verification in API Server passed
2026-08-27 17:06:26,941 - DEBUG - Response for delete_port : ()
2026-08-27 17:06:26,942 - INFO - Deleted port 4ed11af5-bc48-47f3-8e24-8d631e21c3f4
2026-08-27 17:06:26,942 - INFO - Deleting VN ctest-vn-84167883
2026-08-27 17:06:27,135 - DEBUG - Response for deleting network ()
2026-08-27 17:06:27,424 - DEBUG - No XMPP flaps were noticed during the test
2026-08-27 17:06:27,424 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-27 17:06:27,424 - INFO - --------------------------------------------------------------------------------
2026-08-27 17:06:27,427 - INFO - ================================================================================
2026-08-27 17:06:27,427 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-27 17:06:27,427 - 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-08-27 17:06:27,734 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-08-27 17:06:27,734 - INFO - Initial checks done. Running the testcase now
2026-08-27 17:06:27,734 - INFO -
2026-08-27 17:06:28,106 - DEBUG - Response for create_network : {'network': {'id': '18c85ac0-834e-4667-b374-877554ba80b8', 'name': 'ctest-vn1-96724270', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'project_id': '95b283f7f98f42978e0e6eebdfdb244b', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-12357985', 'ctest-vn1-96724270'], 'port_security_enabled': True, 'description': ''}}
2026-08-27 17:06:28,343 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fefe9b3b-917b-4172-ab17-44bc84cbd218', 'name': '', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'network_id': '18c85ac0-834e-4667-b374-877554ba80b8', 'ip_version': 4, 'cidr': '37.237.122.192/26', 'allocation_pools': [{'start': '37.237.122.194', 'end': '37.237.122.254'}], 'gateway_ip': '37.237.122.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '37.237.122.194', 'tags': [], 'project_id': '95b283f7f98f42978e0e6eebdfdb244b'}}
2026-08-27 17:06:28,595 - DEBUG - Response for create_subnet : {'subnet': {'id': '9269dd18-fc78-4d9a-8292-a36b29a3e3ee', 'name': '', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'network_id': '18c85ac0-834e-4667-b374-877554ba80b8', 'ip_version': 4, 'cidr': '175.67.238.0/26', 'allocation_pools': [{'start': '175.67.238.2', 'end': '175.67.238.62'}], 'gateway_ip': '175.67.238.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '175.67.238.2', 'tags': [], 'project_id': '95b283f7f98f42978e0e6eebdfdb244b'}}
2026-08-27 17:06:28,625 - INFO - Created VN ctest-vn1-96724270
2026-08-27 17:06:28,688 - DEBUG - VN ctest-vn1-96724270 UUID is 18c85ac0-834e-4667-b374-877554ba80b8
2026-08-27 17:06:29,168 - DEBUG - Response for create_port : {'port': {'name': '698abcff-81eb-4ad5-a0a7-289271f6dd15', 'id': '698abcff-81eb-4ad5-a0a7-289271f6dd15', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'network_id': '18c85ac0-834e-4667-b374-877554ba80b8', 'mac_address': '02:69:8a:bc:ff:81', '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.237.122.197', 'subnet_id': 'fefe9b3b-917b-4172-ab17-44bc84cbd218'}], 'security_groups': ['b0aa052c-f9af-4281-9905-da2a74013677'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '95b283f7f98f42978e0e6eebdfdb244b'}}
2026-08-27 17:06:29,472 - DEBUG - Response for create_port : {'port': {'name': '4aa2396e-26ef-4329-bb79-68298b755da5', 'id': '4aa2396e-26ef-4329-bb79-68298b755da5', 'tenant_id': '95b283f7f98f42978e0e6eebdfdb244b', 'network_id': '18c85ac0-834e-4667-b374-877554ba80b8', 'mac_address': '02:4a:a2:39:6e:26', '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': '175.67.238.5', 'subnet_id': '9269dd18-fc78-4d9a-8292-a36b29a3e3ee'}], 'security_groups': ['b0aa052c-f9af-4281-9905-da2a74013677'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '95b283f7f98f42978e0e6eebdfdb244b'}}
2026-08-27 17:06:29,567 - DEBUG - Services list from nova: [, , ]
2026-08-27 17:06:30,141 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6234-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6234-1)
2026-08-27 17:06:30,769 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6234-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6234-1)
2026-08-27 17:06:30,769 - INFO - Waiting for VM ctest-vn1-vm1-92002697 to be up..
2026-08-27 17:06:30,833 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:06:35,957 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:06:41,074 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:06:46,180 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:06:51,305 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:06:56,421 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:07:01,564 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:07:06,689 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:07:11,812 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-27 17:07:16,956 - DEBUG - VM is in ACTIVE state now
2026-08-27 17:07:16,956 - INFO - VM name : ctest-vn1-vm1-92002697
2026-08-27 17:07:17,095 - DEBUG - VM ctest-vn1-vm1-92002697 ID is 9b5d18d0-2ff3-4dcf-98c7-a8f47523fd36
2026-08-27 17:07:17,126 - DEBUG - VM ctest-vn1-vm1-92002697 launched on Node cn-jenkins-deploy-platform-ansible-os-6234-1
2026-08-27 17:07:17,268 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/9b5d18d0-2ff3-4dcf-98c7-a8f47523fd36
2026-08-27 17:07:17,283 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/698abcff-81eb-4ad5-a0a7-289271f6dd15
2026-08-27 17:07:20,586 - 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 1032ms')
2026-08-27 17:07:20,587 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-92002697 failed!
2026-08-27 17:07:20,655 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-12357985:ctest-vn1-96724270 is 37.237.122.193 and allocation pool is NOT set
2026-08-27 17:07:20,656 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-12357985:ctest-vn1-96724270 is 175.67.238.1 and allocation pool is NOT set
2026-08-27 17:07:22,728 - 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=5.80 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=3.04 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 3.039/4.420/5.802/1.381 ms')
2026-08-27 17:07:22,729 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-92002697 passed
2026-08-27 17:07:22,887 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-27 17:07:22,888 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-92002697, IP 37.237.122.197, Port 22
2026-08-27 17:07:23,063 - DEBUG - VM ctest-vn1-vm1-92002697 is ready for SSH connections
2026-08-27 17:07:23,063 - INFO - Waiting for VM ctest-vn1-vm2-72944803 to be up..
2026-08-27 17:07:23,191 - DEBUG - VM is in ACTIVE state now
2026-08-27 17:07:23,192 - INFO - VM name : ctest-vn1-vm2-72944803
2026-08-27 17:07:23,311 - DEBUG - VM ctest-vn1-vm2-72944803 ID is 74931246-8ab3-4935-bb90-8a2c8c5ae365
2026-08-27 17:07:23,312 - DEBUG - VM ctest-vn1-vm2-72944803 launched on Node cn-jenkins-deploy-platform-ansible-os-6234-1
2026-08-27 17:07:23,436 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/74931246-8ab3-4935-bb90-8a2c8c5ae365
2026-08-27 17:07:23,454 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/4aa2396e-26ef-4329-bb79-68298b755da5
2026-08-27 17:07:26,732 - 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 1001ms')
2026-08-27 17:07:26,733 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-72944803 failed!
2026-08-27 17:07:26,795 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-12357985:ctest-vn1-96724270 is 37.237.122.193 and allocation pool is NOT set
2026-08-27 17:07:26,796 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-12357985:ctest-vn1-96724270 is 175.67.238.1 and allocation pool is NOT set
2026-08-27 17:07:28,871 - 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=6.67 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.738 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.738/3.706/6.674/2.968 ms')
2026-08-27 17:07:28,871 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-72944803 passed
2026-08-27 17:07:29,036 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-27 17:07:29,036 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-72944803, IP 175.67.238.5, Port 22
2026-08-27 17:07:29,214 - DEBUG - VM ctest-vn1-vm2-72944803 is ready for SSH connections
2026-08-27 17:07:29,215 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-27 17:07:29,215 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-27 17:07:29,215 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-27 17:07:29,215 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 37.237.122.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-08-27 17:07:29,215 - DEBUG - ping -s 56 -c 3 -W 1 37.237.122.197
2026-08-27 17:07:32,687 - DEBUG - PING 37.237.122.197 (37.237.122.197): 56 data bytes
64 bytes from 37.237.122.197: seq=0 ttl=63 time=6.565 ms
64 bytes from 37.237.122.197: seq=1 ttl=63 time=1.571 ms
64 bytes from 37.237.122.197: seq=2 ttl=63 time=1.450 ms
--- 37.237.122.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.450/3.195/6.565 ms
2026-08-27 17:07:32,687 - INFO - Ping to IP 37.237.122.197 from VM ctest-vn1-vm2-72944803 passed
2026-08-27 17:07:32,687 - INFO - Detaching port 4aa2396e-26ef-4329-bb79-68298b755da5 from VM ctest-vn1-vm2-72944803
2026-08-27 17:07:32,777 - INFO - Deleting VM ctest-vn1-vm2-72944803
2026-08-27 17:07:32,880 - INFO - Detaching port 698abcff-81eb-4ad5-a0a7-289271f6dd15 from VM ctest-vn1-vm1-92002697
2026-08-27 17:07:32,936 - INFO - Deleting VM ctest-vn1-vm1-92002697
2026-08-27 17:07:33,510 - DEBUG - Response for delete_port : ()
2026-08-27 17:07:33,829 - DEBUG - Response for delete_port : ()
2026-08-27 17:07:33,829 - INFO - Deleting VN ctest-vn1-96724270
2026-08-27 17:07:34,064 - DEBUG - Response for deleting network ()
2026-08-27 17:07:34,348 - DEBUG - No XMPP flaps were noticed during the test
2026-08-27 17:07:34,348 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:07]
2026-08-27 17:07:34,348 - INFO - --------------------------------------------------------------------------------
2026-08-27 17:07:35,255 - INFO - Deleted project: ctest-TestPorts-12357985, ID : 95b283f7-f98f-4297-8e0e-6eebdfdb244b