2026-09-07 02:39:45,527 - INFO - Domain Default found not creating
2026-09-07 02:39:45,718 - INFO - Project ctest-TestPorts-79908394 not found, creating it
2026-09-07 02:39:46,352 - INFO - Created Project:ctest-TestPorts-79908394, ID : e04424bf-6b22-4128-95bd-a85f721bdaf7
2026-09-07 02:39:48,304 - INFO - ================================================================================
2026-09-07 02:39:48,306 - INFO - STARTING TEST : test_ports_bindings
2026-09-07 02:39:48,307 - 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-09-07 02:39:49,692 - DEBUG - Nothing to compare xmpp stats {'10.0.0.189': {'10.20.0.25': '0', '10.20.0.29': '0'}, '10.0.0.190': {'10.20.0.254': '0', '10.20.0.25': '0'}} with
2026-09-07 02:39:49,693 - INFO - Initial checks done. Running the testcase now
2026-09-07 02:39:49,693 - INFO -
2026-09-07 02:39:50,794 - DEBUG - Response for create_network : {'network': {'id': '61a00e81-554f-4c1d-ac19-d7753520ef25', 'name': 'ctest-vn-54851750', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'project_id': 'e04424bf6b22412895bda85f721bdaf7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-79908394', 'ctest-vn-54851750'], 'port_security_enabled': True, 'description': ''}}
2026-09-07 02:39:51,576 - DEBUG - Response for create_subnet : {'subnet': {'id': '0d9619bd-82ce-4cd9-9088-e66d8f7cba58', 'name': '', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'network_id': '61a00e81-554f-4c1d-ac19-d7753520ef25', 'ip_version': 4, 'cidr': '45.57.59.0/26', 'allocation_pools': [{'start': '45.57.59.2', 'end': '45.57.59.62'}], 'gateway_ip': '45.57.59.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '45.57.59.2', 'tags': [], 'project_id': 'e04424bf6b22412895bda85f721bdaf7'}}
2026-09-07 02:39:51,605 - INFO - Created VN ctest-vn-54851750
2026-09-07 02:39:51,618 - DEBUG - VN ctest-vn-54851750 UUID is 61a00e81-554f-4c1d-ac19-d7753520ef25
2026-09-07 02:39:51,704 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-79908394', 'ctest-vmi-70365740']}
2026-09-07 02:39:52,072 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-70365740', 'id': '10d48e89-62cc-4d1e-9f61-bde4723ea031', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'network_id': '61a00e81-554f-4c1d-ac19-d7753520ef25', 'mac_address': '02:10:d4:8e:89:62', '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': '45.57.59.3', 'subnet_id': '0d9619bd-82ce-4cd9-9088-e66d8f7cba58'}], 'security_groups': ['9a8ac288-1675-453f-88ac-d9ca6d0275c2'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': 'e04424bf6b22412895bda85f721bdaf7'}}
2026-09-07 02:39:52,073 - DEBUG - Created port 10d48e89-62cc-4d1e-9f61-bde4723ea031
2026-09-07 02:39:52,188 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine-interface/10d48e89-62cc-4d1e-9f61-bde4723ea031
2026-09-07 02:39:52,568 - DEBUG - Requesting: http://10.0.0.185:8082/virtual-machine-interface/10d48e89-62cc-4d1e-9f61-bde4723ea031
2026-09-07 02:39:52,605 - INFO - VMI 10d48e89-62cc-4d1e-9f61-bde4723ea031 verification in API Server passed
2026-09-07 02:39:52,797 - DEBUG - Response for delete_port : ()
2026-09-07 02:39:52,797 - INFO - Deleted port 10d48e89-62cc-4d1e-9f61-bde4723ea031
2026-09-07 02:39:52,798 - INFO - Deleting VN ctest-vn-54851750
2026-09-07 02:39:52,963 - DEBUG - Response for deleting network ()
2026-09-07 02:39:54,273 - DEBUG - No XMPP flaps were noticed during the test
2026-09-07 02:39:54,273 - INFO - END TEST : test_ports_bindings : PASSED[0:00:06]
2026-09-07 02:39:54,273 - INFO - --------------------------------------------------------------------------------
2026-09-07 02:39:54,277 - INFO - ================================================================================
2026-09-07 02:39:54,277 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-09-07 02:39:54,277 - 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-09-07 02:39:55,584 - DEBUG - Nothing to compare xmpp stats {'10.0.0.189': {'10.20.0.25': '0', '10.20.0.29': '0'}, '10.0.0.190': {'10.20.0.254': '0', '10.20.0.25': '0'}} with
2026-09-07 02:39:55,584 - INFO - Initial checks done. Running the testcase now
2026-09-07 02:39:55,584 - INFO -
2026-09-07 02:39:55,902 - DEBUG - Response for create_network : {'network': {'id': 'e088cf37-c18c-49bb-9229-ac66be690872', 'name': 'ctest-vn1-66191166', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'project_id': 'e04424bf6b22412895bda85f721bdaf7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-79908394', 'ctest-vn1-66191166'], 'port_security_enabled': True, 'description': ''}}
2026-09-07 02:39:56,141 - DEBUG - Response for create_subnet : {'subnet': {'id': '538b3ebe-54a0-4a37-88f4-b041114187dc', 'name': '', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'network_id': 'e088cf37-c18c-49bb-9229-ac66be690872', 'ip_version': 4, 'cidr': '33.42.36.192/26', 'allocation_pools': [{'start': '33.42.36.194', 'end': '33.42.36.254'}], 'gateway_ip': '33.42.36.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '33.42.36.194', 'tags': [], 'project_id': 'e04424bf6b22412895bda85f721bdaf7'}}
2026-09-07 02:39:56,371 - DEBUG - Response for create_subnet : {'subnet': {'id': '3d62431a-23e6-42dd-afa1-0bf0fa55941d', 'name': '', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'network_id': 'e088cf37-c18c-49bb-9229-ac66be690872', 'ip_version': 4, 'cidr': '140.14.250.64/26', 'allocation_pools': [{'start': '140.14.250.66', 'end': '140.14.250.126'}], 'gateway_ip': '140.14.250.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '140.14.250.66', 'tags': [], 'project_id': 'e04424bf6b22412895bda85f721bdaf7'}}
2026-09-07 02:39:56,411 - INFO - Created VN ctest-vn1-66191166
2026-09-07 02:39:56,432 - DEBUG - VN ctest-vn1-66191166 UUID is e088cf37-c18c-49bb-9229-ac66be690872
2026-09-07 02:39:56,894 - DEBUG - Response for create_port : {'port': {'name': 'fe60893a-cca5-4308-92db-fa25c762c786', 'id': 'fe60893a-cca5-4308-92db-fa25c762c786', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'network_id': 'e088cf37-c18c-49bb-9229-ac66be690872', 'mac_address': '02:fe:60:89:3a:cc', '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': '33.42.36.197', 'subnet_id': '538b3ebe-54a0-4a37-88f4-b041114187dc'}], 'security_groups': ['9a8ac288-1675-453f-88ac-d9ca6d0275c2'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': 'e04424bf6b22412895bda85f721bdaf7'}}
2026-09-07 02:39:57,187 - DEBUG - Response for create_port : {'port': {'name': '35759789-24a7-4ab7-8036-290c67de72e4', 'id': '35759789-24a7-4ab7-8036-290c67de72e4', 'tenant_id': 'e04424bf6b22412895bda85f721bdaf7', 'network_id': 'e088cf37-c18c-49bb-9229-ac66be690872', 'mac_address': '02:35:75:97:89:24', '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': '140.14.250.69', 'subnet_id': '3d62431a-23e6-42dd-afa1-0bf0fa55941d'}], 'security_groups': ['9a8ac288-1675-453f-88ac-d9ca6d0275c2'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': 'e04424bf6b22412895bda85f721bdaf7'}}
2026-09-07 02:39:57,252 - DEBUG - Services list from nova: [, , , ]
2026-09-07 02:39:57,782 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6258-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6258-2)
2026-09-07 02:39:58,345 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6258-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6258-1)
2026-09-07 02:39:58,345 - INFO - Waiting for VM ctest-vn1-vm1-00824412 to be up..
2026-09-07 02:39:58,389 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 02:40:03,480 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 02:40:08,596 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 02:40:13,779 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 02:40:18,868 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-07 02:40:23,956 - DEBUG - VM is in ACTIVE state now
2026-09-07 02:40:23,956 - INFO - VM name : ctest-vn1-vm1-00824412
2026-09-07 02:40:24,045 - DEBUG - VM ctest-vn1-vm1-00824412 ID is 536ec30d-e1a6-49ab-86f3-2ab81f371894
2026-09-07 02:40:24,072 - DEBUG - VM ctest-vn1-vm1-00824412 launched on Node an-jenkins-deploy-platform-ansible-os-6258-2
2026-09-07 02:40:24,165 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine/536ec30d-e1a6-49ab-86f3-2ab81f371894
2026-09-07 02:40:24,548 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine/536ec30d-e1a6-49ab-86f3-2ab81f371894
2026-09-07 02:40:24,584 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine-interface/fe60893a-cca5-4308-92db-fa25c762c786
2026-09-07 02:40:27,772 - 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 1020ms')
2026-09-07 02:40:27,772 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-00824412 failed!
2026-09-07 02:40:27,787 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-79908394:ctest-vn1-66191166 is 33.42.36.193 and allocation pool is NOT set
2026-09-07 02:40:27,787 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-79908394:ctest-vn1-66191166 is 140.14.250.65 and allocation pool is NOT set
2026-09-07 02:40:29,847 - 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.28 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.528 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.528/2.906/5.284/2.378 ms')
2026-09-07 02:40:29,847 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-00824412 passed
2026-09-07 02:40:29,918 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 02:40:29,918 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-00824412, IP 33.42.36.197, Port 22
2026-09-07 02:40:30,084 - DEBUG - VM ctest-vn1-vm1-00824412 is ready for SSH connections
2026-09-07 02:40:30,084 - INFO - Waiting for VM ctest-vn1-vm2-17353863 to be up..
2026-09-07 02:40:30,199 - DEBUG - VM is in ACTIVE state now
2026-09-07 02:40:30,200 - INFO - VM name : ctest-vn1-vm2-17353863
2026-09-07 02:40:30,297 - DEBUG - VM ctest-vn1-vm2-17353863 ID is bf6d8241-4308-4962-bb34-7f88e4ea093c
2026-09-07 02:40:30,297 - DEBUG - VM ctest-vn1-vm2-17353863 launched on Node an-jenkins-deploy-platform-ansible-os-6258-1
2026-09-07 02:40:30,395 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine/bf6d8241-4308-4962-bb34-7f88e4ea093c
2026-09-07 02:40:30,408 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine-interface/35759789-24a7-4ab7-8036-290c67de72e4
2026-09-07 02:40:33,608 - 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 1017ms')
2026-09-07 02:40:33,608 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-17353863 failed!
2026-09-07 02:40:33,624 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-79908394:ctest-vn1-66191166 is 33.42.36.193 and allocation pool is NOT set
2026-09-07 02:40:33,624 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-79908394:ctest-vn1-66191166 is 140.14.250.65 and allocation pool is NOT set
2026-09-07 02:40:35,684 - 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.16 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.589 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.589/2.873/5.158/2.284 ms')
2026-09-07 02:40:35,684 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-17353863 passed
2026-09-07 02:40:35,755 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 02:40:35,755 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-17353863, IP 140.14.250.69, Port 22
2026-09-07 02:40:35,928 - DEBUG - VM ctest-vn1-vm2-17353863 is ready for SSH connections
2026-09-07 02:40:35,928 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 02:40:35,928 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 02:40:35,928 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-07 02:40:35,928 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 33.42.36.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.189, gateway password: c0ntrail123
2026-09-07 02:40:35,928 - DEBUG - ping -s 56 -c 3 -W 1 33.42.36.197
2026-09-07 02:40:39,081 - DEBUG - PING 33.42.36.197 (33.42.36.197): 56 data bytes
64 bytes from 33.42.36.197: seq=0 ttl=63 time=9.100 ms
64 bytes from 33.42.36.197: seq=1 ttl=63 time=1.293 ms
64 bytes from 33.42.36.197: seq=2 ttl=63 time=1.400 ms
--- 33.42.36.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.293/3.931/9.100 ms
2026-09-07 02:40:39,082 - INFO - Ping to IP 33.42.36.197 from VM ctest-vn1-vm2-17353863 passed
2026-09-07 02:40:39,082 - INFO - Detaching port 35759789-24a7-4ab7-8036-290c67de72e4 from VM ctest-vn1-vm2-17353863
2026-09-07 02:40:39,132 - INFO - Deleting VM ctest-vn1-vm2-17353863
2026-09-07 02:40:39,208 - INFO - Detaching port fe60893a-cca5-4308-92db-fa25c762c786 from VM ctest-vn1-vm1-00824412
2026-09-07 02:40:39,249 - INFO - Deleting VM ctest-vn1-vm1-00824412
2026-09-07 02:40:39,626 - DEBUG - Response for delete_port : ()
2026-09-07 02:40:39,944 - DEBUG - Response for delete_port : ()
2026-09-07 02:40:39,945 - INFO - Deleting VN ctest-vn1-66191166
2026-09-07 02:40:40,149 - DEBUG - Response for deleting network ()
2026-09-07 02:40:41,466 - DEBUG - No XMPP flaps were noticed during the test
2026-09-07 02:40:41,466 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:47]
2026-09-07 02:40:41,466 - INFO - --------------------------------------------------------------------------------
2026-09-07 02:40:42,343 - INFO - Deleted project: ctest-TestPorts-79908394, ID : e04424bf-6b22-4128-95bd-a85f721bdaf7