2026-03-19 06:13:51,132 - INFO - Domain Default found not creating
2026-03-19 06:13:51,314 - INFO - Project ctest-TestPorts-00669853 not found, creating it
2026-03-19 06:13:51,921 - INFO - Created Project:ctest-TestPorts-00669853, ID : 00a485dc-9f76-41a1-ab50-d86d70e8d38a
2026-03-19 06:13:53,544 - INFO - ================================================================================
2026-03-19 06:13:53,544 - INFO - STARTING TEST : test_ports_bindings
2026-03-19 06:13:53,544 - 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-03-19 06:13:54,843 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.14': '0', '10.20.0.254': '0'}, '10.0.0.22': {'10.20.0.254': '0', '10.20.0.17': '0'}} with
2026-03-19 06:13:54,843 - INFO - Initial checks done. Running the testcase now
2026-03-19 06:13:54,843 - INFO -
2026-03-19 06:13:55,611 - DEBUG - Response for create_network : {'network': {'id': 'a60a73a6-4518-429e-853b-0612cf8af904', 'name': 'ctest-vn-30671321', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-00669853', 'ctest-vn-30671321'], 'port_security_enabled': True, 'description': ''}}
2026-03-19 06:13:55,954 - DEBUG - Response for create_subnet : {'subnet': {'id': '8bba966d-3f36-4834-b083-ea85c9308d41', 'name': '', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'network_id': 'a60a73a6-4518-429e-853b-0612cf8af904', 'ip_version': 4, 'cidr': '138.111.174.0/26', 'allocation_pools': [{'start': '138.111.174.2', 'end': '138.111.174.62'}], 'gateway_ip': '138.111.174.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '138.111.174.2', 'tags': [], 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a'}}
2026-03-19 06:13:55,980 - INFO - Created VN ctest-vn-30671321
2026-03-19 06:13:55,992 - DEBUG - VN ctest-vn-30671321 UUID is a60a73a6-4518-429e-853b-0612cf8af904
2026-03-19 06:13:56,086 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-00669853', 'ctest-vmi-89691138']}
2026-03-19 06:13:56,474 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-89691138', 'id': '936c9ec6-2a01-4658-abce-adee8f797fa5', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'network_id': 'a60a73a6-4518-429e-853b-0612cf8af904', 'mac_address': '02:93:6c:9e:c6:2a', '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': '138.111.174.3', 'subnet_id': '8bba966d-3f36-4834-b083-ea85c9308d41'}], 'security_groups': ['92a883c7-daa2-4126-932c-5293c0f9d144'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a'}}
2026-03-19 06:13:56,474 - DEBUG - Created port 936c9ec6-2a01-4658-abce-adee8f797fa5
2026-03-19 06:13:56,555 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/936c9ec6-2a01-4658-abce-adee8f797fa5
2026-03-19 06:13:56,862 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/936c9ec6-2a01-4658-abce-adee8f797fa5
2026-03-19 06:13:56,900 - INFO - VMI 936c9ec6-2a01-4658-abce-adee8f797fa5 verification in API Server passed
2026-03-19 06:13:57,160 - DEBUG - Response for delete_port : ()
2026-03-19 06:13:57,160 - INFO - Deleted port 936c9ec6-2a01-4658-abce-adee8f797fa5
2026-03-19 06:13:57,160 - INFO - Deleting VN ctest-vn-30671321
2026-03-19 06:13:57,406 - DEBUG - Response for deleting network ()
2026-03-19 06:13:58,744 - DEBUG - No XMPP flaps were noticed during the test
2026-03-19 06:13:58,744 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-03-19 06:13:58,744 - INFO - --------------------------------------------------------------------------------
2026-03-19 06:13:58,746 - INFO - ================================================================================
2026-03-19 06:13:58,746 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-19 06:13:58,747 - 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-03-19 06:14:00,044 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.14': '0', '10.20.0.254': '0'}, '10.0.0.22': {'10.20.0.254': '0', '10.20.0.17': '0'}} with
2026-03-19 06:14:00,044 - INFO - Initial checks done. Running the testcase now
2026-03-19 06:14:00,044 - INFO -
2026-03-19 06:14:00,508 - DEBUG - Response for create_network : {'network': {'id': '96bac56e-abc5-4f9c-b35a-d310f12078b1', 'name': 'ctest-vn1-48544269', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-00669853', 'ctest-vn1-48544269'], 'port_security_enabled': True, 'description': ''}}
2026-03-19 06:14:00,812 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b0cb07c6-bc99-44da-a247-5bbd7b9d7e25', 'name': '', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'network_id': '96bac56e-abc5-4f9c-b35a-d310f12078b1', 'ip_version': 4, 'cidr': '18.111.246.64/26', 'allocation_pools': [{'start': '18.111.246.66', 'end': '18.111.246.126'}], 'gateway_ip': '18.111.246.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '18.111.246.66', 'tags': [], 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a'}}
2026-03-19 06:14:01,093 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e711704d-a4db-424a-9fe8-bd7eaad79772', 'name': '', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'network_id': '96bac56e-abc5-4f9c-b35a-d310f12078b1', 'ip_version': 4, 'cidr': '11.48.196.0/26', 'allocation_pools': [{'start': '11.48.196.2', 'end': '11.48.196.62'}], 'gateway_ip': '11.48.196.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '11.48.196.2', 'tags': [], 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a'}}
2026-03-19 06:14:01,126 - INFO - Created VN ctest-vn1-48544269
2026-03-19 06:14:01,141 - DEBUG - VN ctest-vn1-48544269 UUID is 96bac56e-abc5-4f9c-b35a-d310f12078b1
2026-03-19 06:14:01,706 - DEBUG - Response for create_port : {'port': {'name': 'e5204fff-40a1-449f-85d7-0869002807cf', 'id': 'e5204fff-40a1-449f-85d7-0869002807cf', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'network_id': '96bac56e-abc5-4f9c-b35a-d310f12078b1', 'mac_address': '02:e5:20:4f:ff:40', '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': '18.111.246.69', 'subnet_id': 'b0cb07c6-bc99-44da-a247-5bbd7b9d7e25'}], 'security_groups': ['92a883c7-daa2-4126-932c-5293c0f9d144'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a'}}
2026-03-19 06:14:02,075 - DEBUG - Response for create_port : {'port': {'name': '2e21670d-d67e-44c7-9b39-7ff44983426e', 'id': '2e21670d-d67e-44c7-9b39-7ff44983426e', 'tenant_id': '00a485dc9f7641a1ab50d86d70e8d38a', 'network_id': '96bac56e-abc5-4f9c-b35a-d310f12078b1', 'mac_address': '02:2e:21:67:0d:d6', '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': '11.48.196.5', 'subnet_id': 'e711704d-a4db-424a-9fe8-bd7eaad79772'}], 'security_groups': ['92a883c7-daa2-4126-932c-5293c0f9d144'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '00a485dc9f7641a1ab50d86d70e8d38a'}}
2026-03-19 06:14:02,139 - DEBUG - Services list from nova: [, , , ]
2026-03-19 06:14:02,622 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5495-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5495-2)
2026-03-19 06:14:03,153 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5495-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5495-1)
2026-03-19 06:14:03,153 - INFO - Waiting for VM ctest-vn1-vm1-37896350 to be up..
2026-03-19 06:14:03,208 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-19 06:14:08,308 - DEBUG - VM is in ACTIVE state now
2026-03-19 06:14:08,308 - INFO - VM name : ctest-vn1-vm1-37896350
2026-03-19 06:14:08,427 - DEBUG - VM ctest-vn1-vm1-37896350 ID is 05eebccb-1578-44d0-ac2e-d91e5a335c3e
2026-03-19 06:14:08,456 - DEBUG - VM ctest-vn1-vm1-37896350 launched on Node an-jenkins-deploy-platform-ansible-os-5495-2
2026-03-19 06:14:08,579 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/05eebccb-1578-44d0-ac2e-d91e5a335c3e
2026-03-19 06:14:08,890 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/05eebccb-1578-44d0-ac2e-d91e5a335c3e
2026-03-19 06:14:08,968 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/e5204fff-40a1-449f-85d7-0869002807cf
2026-03-19 06:14:12,217 - 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 1012ms')
2026-03-19 06:14:12,217 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37896350 failed!
2026-03-19 06:14:12,236 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00669853:ctest-vn1-48544269 is 18.111.246.65 and allocation pool is NOT set
2026-03-19 06:14:12,237 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00669853:ctest-vn1-48544269 is 11.48.196.1 and allocation pool is NOT set
2026-03-19 06:14:16,315 - 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 1008ms')
2026-03-19 06:14:16,315 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37896350 failed!
2026-03-19 06:14:16,335 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00669853:ctest-vn1-48544269 is 18.111.246.65 and allocation pool is NOT set
2026-03-19 06:14:16,335 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00669853:ctest-vn1-48544269 is 11.48.196.1 and allocation pool is NOT set
2026-03-19 06:14:18,399 - 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.64 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.492 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.492/3.066/5.640/2.574 ms')
2026-03-19 06:14:18,399 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37896350 passed
2026-03-19 06:14:18,531 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 06:14:18,531 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37896350, IP 18.111.246.69, Port 22
2026-03-19 06:14:18,702 - DEBUG - VM ctest-vn1-vm1-37896350 is ready for SSH connections
2026-03-19 06:14:18,703 - INFO - Waiting for VM ctest-vn1-vm2-75236735 to be up..
2026-03-19 06:14:18,810 - DEBUG - VM is in ACTIVE state now
2026-03-19 06:14:18,810 - INFO - VM name : ctest-vn1-vm2-75236735
2026-03-19 06:14:18,917 - DEBUG - VM ctest-vn1-vm2-75236735 ID is 03a35ebf-0b8d-458e-acee-464fad4f0454
2026-03-19 06:14:18,917 - DEBUG - VM ctest-vn1-vm2-75236735 launched on Node an-jenkins-deploy-platform-ansible-os-5495-1
2026-03-19 06:14:19,022 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/03a35ebf-0b8d-458e-acee-464fad4f0454
2026-03-19 06:14:19,037 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/2e21670d-d67e-44c7-9b39-7ff44983426e
2026-03-19 06:14:20,242 - 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.04 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.601 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.601/1.822/3.043/1.221 ms')
2026-03-19 06:14:20,242 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-75236735 passed
2026-03-19 06:14:20,361 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 06:14:20,361 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-75236735, IP 11.48.196.5, Port 22
2026-03-19 06:14:20,528 - DEBUG - VM ctest-vn1-vm2-75236735 is ready for SSH connections
2026-03-19 06:14:20,528 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 06:14:20,528 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 06:14:20,528 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-19 06:14:20,528 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 18.111.246.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.249, gateway password: c0ntrail123
2026-03-19 06:14:20,528 - DEBUG - ping -s 56 -c 3 -W 1 18.111.246.69
2026-03-19 06:14:23,490 - DEBUG - PING 18.111.246.69 (18.111.246.69): 56 data bytes
64 bytes from 18.111.246.69: seq=0 ttl=63 time=6.704 ms
64 bytes from 18.111.246.69: seq=1 ttl=63 time=1.478 ms
64 bytes from 18.111.246.69: seq=2 ttl=63 time=1.297 ms
--- 18.111.246.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.297/3.159/6.704 ms
2026-03-19 06:14:23,490 - INFO - Ping to IP 18.111.246.69 from VM ctest-vn1-vm2-75236735 passed
2026-03-19 06:14:23,490 - INFO - Detaching port 2e21670d-d67e-44c7-9b39-7ff44983426e from VM ctest-vn1-vm2-75236735
2026-03-19 06:14:23,540 - INFO - Deleting VM ctest-vn1-vm2-75236735
2026-03-19 06:14:23,617 - INFO - Detaching port e5204fff-40a1-449f-85d7-0869002807cf from VM ctest-vn1-vm1-37896350
2026-03-19 06:14:23,658 - INFO - Deleting VM ctest-vn1-vm1-37896350
2026-03-19 06:14:24,059 - DEBUG - Response for delete_port : ()
2026-03-19 06:14:24,391 - DEBUG - Response for delete_port : ()
2026-03-19 06:14:24,391 - INFO - Deleting VN ctest-vn1-48544269
2026-03-19 06:14:24,614 - DEBUG - Response for deleting network ()
2026-03-19 06:14:25,957 - DEBUG - No XMPP flaps were noticed during the test
2026-03-19 06:14:25,957 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27]
2026-03-19 06:14:25,957 - INFO - --------------------------------------------------------------------------------
2026-03-19 06:14:26,758 - INFO - Deleted project: ctest-TestPorts-00669853, ID : 00a485dc-9f76-41a1-ab50-d86d70e8d38a