2026-08-24 04:28:45,235 - INFO - Domain Default found not creating
2026-08-24 04:28:45,417 - INFO - Project ctest-TestPorts-99334103 not found, creating it
2026-08-24 04:28:45,943 - INFO - Created Project:ctest-TestPorts-99334103, ID : 66de8e7f-4ee5-45a4-9220-230d3e02fe33
2026-08-24 04:28:47,700 - INFO - ================================================================================
2026-08-24 04:28:47,700 - INFO - STARTING TEST : test_ports_bindings
2026-08-24 04:28:47,700 - 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-24 04:28:47,971 - DEBUG - Nothing to compare xmpp stats {'10.0.0.188': {'10.20.0.209': '0'}} with
2026-08-24 04:28:47,971 - INFO - Initial checks done. Running the testcase now
2026-08-24 04:28:47,971 - INFO -
2026-08-24 04:28:48,629 - DEBUG - Response for create_network : {'network': {'id': '20144e19-38d2-4fd4-90b3-cd42b1a5e774', 'name': 'ctest-vn-56907661', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'project_id': '66de8e7f4ee545a49220230d3e02fe33', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-99334103', 'ctest-vn-56907661'], 'port_security_enabled': True, 'description': ''}}
2026-08-24 04:28:48,815 - DEBUG - Response for create_subnet : {'subnet': {'id': '4a509404-698e-4983-ab25-258de7b79ccf', 'name': '', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'network_id': '20144e19-38d2-4fd4-90b3-cd42b1a5e774', 'ip_version': 4, 'cidr': '37.228.50.0/26', 'allocation_pools': [{'start': '37.228.50.2', 'end': '37.228.50.62'}], 'gateway_ip': '37.228.50.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '37.228.50.2', 'tags': [], 'project_id': '66de8e7f4ee545a49220230d3e02fe33'}}
2026-08-24 04:28:48,832 - INFO - Created VN ctest-vn-56907661
2026-08-24 04:28:48,889 - DEBUG - VN ctest-vn-56907661 UUID is 20144e19-38d2-4fd4-90b3-cd42b1a5e774
2026-08-24 04:28:48,994 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-99334103', 'ctest-vmi-19333345']}
2026-08-24 04:28:49,328 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-19333345', 'id': '1000a945-9874-493e-9407-4ccbc8cc7e9b', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'network_id': '20144e19-38d2-4fd4-90b3-cd42b1a5e774', 'mac_address': '02:10:00:a9:45:98', '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.228.50.3', 'subnet_id': '4a509404-698e-4983-ab25-258de7b79ccf'}], 'security_groups': ['14fbcfd6-6186-4a78-be10-9f5ebf8bec95'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '66de8e7f4ee545a49220230d3e02fe33'}}
2026-08-24 04:28:49,328 - DEBUG - Created port 1000a945-9874-493e-9407-4ccbc8cc7e9b
2026-08-24 04:28:49,437 - DEBUG - Requesting: http://10.0.0.188:8082/virtual-machine-interface/1000a945-9874-493e-9407-4ccbc8cc7e9b
2026-08-24 04:28:49,809 - DEBUG - Requesting: http://10.0.0.188:8082/virtual-machine-interface/1000a945-9874-493e-9407-4ccbc8cc7e9b
2026-08-24 04:28:49,843 - INFO - VMI 1000a945-9874-493e-9407-4ccbc8cc7e9b verification in API Server passed
2026-08-24 04:28:49,952 - DEBUG - Response for delete_port : ()
2026-08-24 04:28:49,952 - INFO - Deleted port 1000a945-9874-493e-9407-4ccbc8cc7e9b
2026-08-24 04:28:49,953 - INFO - Deleting VN ctest-vn-56907661
2026-08-24 04:28:50,077 - DEBUG - Response for deleting network ()
2026-08-24 04:28:50,355 - DEBUG - No XMPP flaps were noticed during the test
2026-08-24 04:28:50,355 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-24 04:28:50,355 - INFO - --------------------------------------------------------------------------------
2026-08-24 04:28:50,358 - INFO - ================================================================================
2026-08-24 04:28:50,358 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-24 04:28:50,358 - 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-24 04:28:50,644 - DEBUG - Nothing to compare xmpp stats {'10.0.0.188': {'10.20.0.209': '0'}} with
2026-08-24 04:28:50,644 - INFO - Initial checks done. Running the testcase now
2026-08-24 04:28:50,644 - INFO -
2026-08-24 04:28:50,866 - DEBUG - Response for create_network : {'network': {'id': 'ae16e9af-1fb4-47e6-8081-c916b4f58807', 'name': 'ctest-vn1-48225033', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'project_id': '66de8e7f4ee545a49220230d3e02fe33', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-99334103', 'ctest-vn1-48225033'], 'port_security_enabled': True, 'description': ''}}
2026-08-24 04:28:51,112 - DEBUG - Response for create_subnet : {'subnet': {'id': '255c6099-e686-4f7e-8740-0c282f98b2b7', 'name': '', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'network_id': 'ae16e9af-1fb4-47e6-8081-c916b4f58807', 'ip_version': 4, 'cidr': '172.1.66.192/26', 'allocation_pools': [{'start': '172.1.66.194', 'end': '172.1.66.254'}], 'gateway_ip': '172.1.66.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '172.1.66.194', 'tags': [], 'project_id': '66de8e7f4ee545a49220230d3e02fe33'}}
2026-08-24 04:28:51,303 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd8d6075a-d35a-4a0c-9b16-c20103e6594c', 'name': '', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'network_id': 'ae16e9af-1fb4-47e6-8081-c916b4f58807', 'ip_version': 4, 'cidr': '43.226.149.0/26', 'allocation_pools': [{'start': '43.226.149.2', 'end': '43.226.149.62'}], 'gateway_ip': '43.226.149.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '43.226.149.2', 'tags': [], 'project_id': '66de8e7f4ee545a49220230d3e02fe33'}}
2026-08-24 04:28:51,325 - INFO - Created VN ctest-vn1-48225033
2026-08-24 04:28:51,381 - DEBUG - VN ctest-vn1-48225033 UUID is ae16e9af-1fb4-47e6-8081-c916b4f58807
2026-08-24 04:28:51,723 - DEBUG - Response for create_port : {'port': {'name': '967c875c-277d-4917-9186-7f38aa6688bf', 'id': '967c875c-277d-4917-9186-7f38aa6688bf', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'network_id': 'ae16e9af-1fb4-47e6-8081-c916b4f58807', 'mac_address': '02:96:7c:87:5c:27', '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': '172.1.66.197', 'subnet_id': '255c6099-e686-4f7e-8740-0c282f98b2b7'}], 'security_groups': ['14fbcfd6-6186-4a78-be10-9f5ebf8bec95'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '66de8e7f4ee545a49220230d3e02fe33'}}
2026-08-24 04:28:51,933 - DEBUG - Response for create_port : {'port': {'name': '73dacfc4-335b-40b4-bc50-b83d4873f978', 'id': '73dacfc4-335b-40b4-bc50-b83d4873f978', 'tenant_id': '66de8e7f4ee545a49220230d3e02fe33', 'network_id': 'ae16e9af-1fb4-47e6-8081-c916b4f58807', 'mac_address': '02:73:da:cf:c4:33', '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': '43.226.149.5', 'subnet_id': 'd8d6075a-d35a-4a0c-9b16-c20103e6594c'}], 'security_groups': ['14fbcfd6-6186-4a78-be10-9f5ebf8bec95'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '66de8e7f4ee545a49220230d3e02fe33'}}
2026-08-24 04:28:51,993 - DEBUG - Services list from nova: [, , ]
2026-08-24 04:28:52,344 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6212-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6212-1)
2026-08-24 04:28:52,789 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6212-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6212-1)
2026-08-24 04:28:52,789 - INFO - Waiting for VM ctest-vn1-vm1-97421171 to be up..
2026-08-24 04:28:52,828 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:28:57,885 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:02,973 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:08,060 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:13,146 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:18,240 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:23,320 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:28,398 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:33,484 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-24 04:29:38,591 - DEBUG - VM is in ACTIVE state now
2026-08-24 04:29:38,591 - INFO - VM name : ctest-vn1-vm1-97421171
2026-08-24 04:29:38,677 - DEBUG - VM ctest-vn1-vm1-97421171 ID is 9952a53d-dc4a-4b0e-938e-b574e3883dad
2026-08-24 04:29:38,702 - DEBUG - VM ctest-vn1-vm1-97421171 launched on Node cn-jenkins-deploy-platform-ansible-os-6212-1
2026-08-24 04:29:38,797 - DEBUG - Requesting: http://10.0.0.188:8082/virtual-machine/9952a53d-dc4a-4b0e-938e-b574e3883dad
2026-08-24 04:29:38,806 - DEBUG - Requesting: http://10.0.0.188:8082/virtual-machine-interface/967c875c-277d-4917-9186-7f38aa6688bf
2026-08-24 04:29:42,091 - 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=2 ttl=63 time=4.23 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1029ms\r\nrtt min/avg/max/mdev = 4.233/4.233/4.233/0.000 ms')
2026-08-24 04:29:42,091 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-97421171 passed
2026-08-24 04:29:42,253 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-24 04:29:42,253 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-97421171, IP 172.1.66.197, Port 22
2026-08-24 04:29:42,419 - DEBUG - VM ctest-vn1-vm1-97421171 is ready for SSH connections
2026-08-24 04:29:42,419 - INFO - Waiting for VM ctest-vn1-vm2-87753242 to be up..
2026-08-24 04:29:42,503 - DEBUG - VM is in ACTIVE state now
2026-08-24 04:29:42,503 - INFO - VM name : ctest-vn1-vm2-87753242
2026-08-24 04:29:42,590 - DEBUG - VM ctest-vn1-vm2-87753242 ID is 355ee48f-60bc-4f82-802b-12cd03f7fbc9
2026-08-24 04:29:42,590 - DEBUG - VM ctest-vn1-vm2-87753242 launched on Node cn-jenkins-deploy-platform-ansible-os-6212-1
2026-08-24 04:29:42,673 - DEBUG - Requesting: http://10.0.0.188:8082/virtual-machine/355ee48f-60bc-4f82-802b-12cd03f7fbc9
2026-08-24 04:29:42,683 - DEBUG - Requesting: http://10.0.0.188:8082/virtual-machine-interface/73dacfc4-335b-40b4-bc50-b83d4873f978
2026-08-24 04:29:43,947 - 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.67 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.482 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 = 0.482/2.078/3.674/1.596 ms')
2026-08-24 04:29:43,947 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-87753242 passed
2026-08-24 04:29:44,101 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-24 04:29:44,101 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-87753242, IP 43.226.149.5, Port 22
2026-08-24 04:29:44,267 - DEBUG - VM ctest-vn1-vm2-87753242 is ready for SSH connections
2026-08-24 04:29:44,267 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-24 04:29:44,267 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-24 04:29:44,267 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-24 04:29:44,267 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 172.1.66.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.188, gateway password: c0ntrail123
2026-08-24 04:29:44,267 - DEBUG - ping -s 56 -c 3 -W 1 172.1.66.197
2026-08-24 04:29:48,299 - DEBUG - PING 172.1.66.197 (172.1.66.197): 56 data bytes
64 bytes from 172.1.66.197: seq=0 ttl=63 time=4.045 ms
64 bytes from 172.1.66.197: seq=1 ttl=63 time=1.119 ms
64 bytes from 172.1.66.197: seq=2 ttl=63 time=2.346 ms
--- 172.1.66.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.119/2.503/4.045 ms
2026-08-24 04:29:48,299 - INFO - Ping to IP 172.1.66.197 from VM ctest-vn1-vm2-87753242 passed
2026-08-24 04:29:48,299 - INFO - Detaching port 73dacfc4-335b-40b4-bc50-b83d4873f978 from VM ctest-vn1-vm2-87753242
2026-08-24 04:29:48,380 - INFO - Deleting VM ctest-vn1-vm2-87753242
2026-08-24 04:29:48,474 - INFO - Detaching port 967c875c-277d-4917-9186-7f38aa6688bf from VM ctest-vn1-vm1-97421171
2026-08-24 04:29:48,512 - INFO - Deleting VM ctest-vn1-vm1-97421171
2026-08-24 04:29:48,763 - DEBUG - Response for delete_port : ()
2026-08-24 04:29:48,933 - DEBUG - Response for delete_port : ()
2026-08-24 04:29:48,933 - INFO - Deleting VN ctest-vn1-48225033
2026-08-24 04:29:49,082 - DEBUG - Response for deleting network ()
2026-08-24 04:29:49,357 - DEBUG - No XMPP flaps were noticed during the test
2026-08-24 04:29:49,358 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:59]
2026-08-24 04:29:49,358 - INFO - --------------------------------------------------------------------------------
2026-08-24 04:29:50,177 - INFO - Deleted project: ctest-TestPorts-99334103, ID : 66de8e7f-4ee5-45a4-9220-230d3e02fe33