2026-09-10 09:30:05,066 - INFO - Domain Default found not creating
2026-09-10 09:30:05,274 - INFO - Project ctest-TestPorts-33928577 not found, creating it
2026-09-10 09:30:05,811 - INFO - Created Project:ctest-TestPorts-33928577, ID : f824dffc-0d3b-4d11-bf7e-163cb94171e2
2026-09-10 09:30:07,696 - INFO - ================================================================================
2026-09-10 09:30:07,696 - INFO - STARTING TEST : test_ports_bindings
2026-09-10 09:30:07,696 - 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-10 09:30:07,971 - DEBUG - Nothing to compare xmpp stats {'10.0.0.161': {'10.20.0.254': '0'}} with
2026-09-10 09:30:07,972 - INFO - Initial checks done. Running the testcase now
2026-09-10 09:30:07,972 - INFO -
2026-09-10 09:30:08,660 - DEBUG - Response for create_network : {'network': {'id': '8a469ab5-52a6-4e07-b7cc-1dd5e9893672', 'name': 'ctest-vn-25809597', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-33928577', 'ctest-vn-25809597'], 'port_security_enabled': True, 'description': ''}}
2026-09-10 09:30:08,887 - DEBUG - Response for create_subnet : {'subnet': {'id': '9d85a770-2813-4c51-a42d-fffcc71e8fcf', 'name': '', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'network_id': '8a469ab5-52a6-4e07-b7cc-1dd5e9893672', 'ip_version': 4, 'cidr': '111.107.144.64/26', 'allocation_pools': [{'start': '111.107.144.66', 'end': '111.107.144.126'}], 'gateway_ip': '111.107.144.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '111.107.144.66', 'tags': [], 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2'}}
2026-09-10 09:30:08,905 - INFO - Created VN ctest-vn-25809597
2026-09-10 09:30:08,962 - DEBUG - VN ctest-vn-25809597 UUID is 8a469ab5-52a6-4e07-b7cc-1dd5e9893672
2026-09-10 09:30:09,090 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-33928577', 'ctest-vmi-12343682']}
2026-09-10 09:30:09,433 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-12343682', 'id': '0fa19be3-2da7-4dfa-8e22-658102a7ca01', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'network_id': '8a469ab5-52a6-4e07-b7cc-1dd5e9893672', 'mac_address': '02:0f:a1:9b:e3:2d', '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': '111.107.144.67', 'subnet_id': '9d85a770-2813-4c51-a42d-fffcc71e8fcf'}], 'security_groups': ['124e382d-2b9e-412e-b918-28c696d803e6'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2'}}
2026-09-10 09:30:09,433 - DEBUG - Created port 0fa19be3-2da7-4dfa-8e22-658102a7ca01
2026-09-10 09:30:09,550 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine-interface/0fa19be3-2da7-4dfa-8e22-658102a7ca01
2026-09-10 09:30:09,930 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine-interface/0fa19be3-2da7-4dfa-8e22-658102a7ca01
2026-09-10 09:30:09,967 - INFO - VMI 0fa19be3-2da7-4dfa-8e22-658102a7ca01 verification in API Server passed
2026-09-10 09:30:10,088 - DEBUG - Response for delete_port : ()
2026-09-10 09:30:10,088 - INFO - Deleted port 0fa19be3-2da7-4dfa-8e22-658102a7ca01
2026-09-10 09:30:10,088 - INFO - Deleting VN ctest-vn-25809597
2026-09-10 09:30:10,230 - DEBUG - Response for deleting network ()
2026-09-10 09:30:10,512 - DEBUG - No XMPP flaps were noticed during the test
2026-09-10 09:30:10,512 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-09-10 09:30:10,513 - INFO - --------------------------------------------------------------------------------
2026-09-10 09:30:10,516 - INFO - ================================================================================
2026-09-10 09:30:10,516 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-09-10 09:30:10,516 - 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-10 09:30:10,810 - DEBUG - Nothing to compare xmpp stats {'10.0.0.161': {'10.20.0.254': '0'}} with
2026-09-10 09:30:10,810 - INFO - Initial checks done. Running the testcase now
2026-09-10 09:30:10,810 - INFO -
2026-09-10 09:30:11,055 - DEBUG - Response for create_network : {'network': {'id': '1c801abb-54ad-4534-a114-40826a41aa18', 'name': 'ctest-vn1-95491828', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-33928577', 'ctest-vn1-95491828'], 'port_security_enabled': True, 'description': ''}}
2026-09-10 09:30:11,297 - DEBUG - Response for create_subnet : {'subnet': {'id': '9a03705d-d52f-40e8-ac0e-dc6f7e7ad8ef', 'name': '', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'network_id': '1c801abb-54ad-4534-a114-40826a41aa18', 'ip_version': 4, 'cidr': '194.55.22.128/26', 'allocation_pools': [{'start': '194.55.22.130', 'end': '194.55.22.190'}], 'gateway_ip': '194.55.22.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '194.55.22.130', 'tags': [], 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2'}}
2026-09-10 09:30:11,491 - DEBUG - Response for create_subnet : {'subnet': {'id': '37bf59c7-f412-40e9-947f-806fa1d49269', 'name': '', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'network_id': '1c801abb-54ad-4534-a114-40826a41aa18', 'ip_version': 4, 'cidr': '177.245.233.128/26', 'allocation_pools': [{'start': '177.245.233.130', 'end': '177.245.233.190'}], 'gateway_ip': '177.245.233.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '177.245.233.130', 'tags': [], 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2'}}
2026-09-10 09:30:11,514 - INFO - Created VN ctest-vn1-95491828
2026-09-10 09:30:11,573 - DEBUG - VN ctest-vn1-95491828 UUID is 1c801abb-54ad-4534-a114-40826a41aa18
2026-09-10 09:30:11,924 - DEBUG - Response for create_port : {'port': {'name': 'e69ec7f2-7e6f-414d-aa56-f2c77f969336', 'id': 'e69ec7f2-7e6f-414d-aa56-f2c77f969336', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'network_id': '1c801abb-54ad-4534-a114-40826a41aa18', 'mac_address': '02:e6:9e:c7:f2:7e', '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': '194.55.22.133', 'subnet_id': '9a03705d-d52f-40e8-ac0e-dc6f7e7ad8ef'}], 'security_groups': ['124e382d-2b9e-412e-b918-28c696d803e6'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2'}}
2026-09-10 09:30:12,148 - DEBUG - Response for create_port : {'port': {'name': 'd795b961-10a3-466a-8d45-e4369de43e0b', 'id': 'd795b961-10a3-466a-8d45-e4369de43e0b', 'tenant_id': 'f824dffc0d3b4d11bf7e163cb94171e2', 'network_id': '1c801abb-54ad-4534-a114-40826a41aa18', 'mac_address': '02:d7:95:b9:61:10', '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': '177.245.233.133', 'subnet_id': '37bf59c7-f412-40e9-947f-806fa1d49269'}], 'security_groups': ['124e382d-2b9e-412e-b918-28c696d803e6'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': 'f824dffc0d3b4d11bf7e163cb94171e2'}}
2026-09-10 09:30:12,213 - DEBUG - Services list from nova: [, , ]
2026-09-10 09:30:12,609 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6273-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6273-1)
2026-09-10 09:30:13,064 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6273-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6273-1)
2026-09-10 09:30:13,064 - INFO - Waiting for VM ctest-vn1-vm1-88137153 to be up..
2026-09-10 09:30:13,108 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:18,165 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:23,271 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:28,362 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:33,453 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:38,566 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:43,668 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:48,776 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:53,878 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-10 09:30:58,977 - DEBUG - VM is in ACTIVE state now
2026-09-10 09:30:58,977 - INFO - VM name : ctest-vn1-vm1-88137153
2026-09-10 09:30:59,074 - DEBUG - VM ctest-vn1-vm1-88137153 ID is 2280cf8e-2d02-4564-89f5-d51b08277a6c
2026-09-10 09:30:59,101 - DEBUG - VM ctest-vn1-vm1-88137153 launched on Node cn-jenkins-deploy-platform-ansible-os-6273-1
2026-09-10 09:30:59,210 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine/2280cf8e-2d02-4564-89f5-d51b08277a6c
2026-09-10 09:30:59,221 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine-interface/e69ec7f2-7e6f-414d-aa56-f2c77f969336
2026-09-10 09:31:02,515 - 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 1022ms')
2026-09-10 09:31:02,515 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-88137153 failed!
2026-09-10 09:31:02,574 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-33928577:ctest-vn1-95491828 is 194.55.22.129 and allocation pool is NOT set
2026-09-10 09:31:02,574 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-33928577:ctest-vn1-95491828 is 177.245.233.129 and allocation pool is NOT set
2026-09-10 09:31:04,660 - 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=4.94 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=12.7 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 4.940/8.803/12.666/3.863 ms')
2026-09-10 09:31:04,660 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-88137153 passed
2026-09-10 09:31:04,814 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-10 09:31:04,814 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-88137153, IP 194.55.22.133, Port 22
2026-09-10 09:31:04,988 - DEBUG - VM ctest-vn1-vm1-88137153 is ready for SSH connections
2026-09-10 09:31:04,988 - INFO - Waiting for VM ctest-vn1-vm2-98842719 to be up..
2026-09-10 09:31:05,083 - DEBUG - VM is in ACTIVE state now
2026-09-10 09:31:05,083 - INFO - VM name : ctest-vn1-vm2-98842719
2026-09-10 09:31:05,181 - DEBUG - VM ctest-vn1-vm2-98842719 ID is 0a042bfe-c0b2-4832-b78a-0463664923f0
2026-09-10 09:31:05,181 - DEBUG - VM ctest-vn1-vm2-98842719 launched on Node cn-jenkins-deploy-platform-ansible-os-6273-1
2026-09-10 09:31:05,278 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine/0a042bfe-c0b2-4832-b78a-0463664923f0
2026-09-10 09:31:05,289 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine-interface/d795b961-10a3-466a-8d45-e4369de43e0b
2026-09-10 09:31:06,544 - 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=4.29 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.526 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 0.526/2.406/4.287/1.880 ms')
2026-09-10 09:31:06,544 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-98842719 passed
2026-09-10 09:31:06,702 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-10 09:31:06,702 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-98842719, IP 177.245.233.133, Port 22
2026-09-10 09:31:06,872 - DEBUG - VM ctest-vn1-vm2-98842719 is ready for SSH connections
2026-09-10 09:31:06,872 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-10 09:31:06,872 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-10 09:31:06,872 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-10 09:31:06,872 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 194.55.22.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.161, gateway password: c0ntrail123
2026-09-10 09:31:06,872 - DEBUG - ping -s 56 -c 3 -W 1 194.55.22.133
2026-09-10 09:31:11,091 - DEBUG - PING 194.55.22.133 (194.55.22.133): 56 data bytes
64 bytes from 194.55.22.133: seq=0 ttl=63 time=5.303 ms
64 bytes from 194.55.22.133: seq=1 ttl=63 time=1.236 ms
64 bytes from 194.55.22.133: seq=2 ttl=63 time=1.432 ms
--- 194.55.22.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.236/2.657/5.303 ms
2026-09-10 09:31:11,091 - INFO - Ping to IP 194.55.22.133 from VM ctest-vn1-vm2-98842719 passed
2026-09-10 09:31:11,092 - INFO - Detaching port d795b961-10a3-466a-8d45-e4369de43e0b from VM ctest-vn1-vm2-98842719
2026-09-10 09:31:11,156 - INFO - Deleting VM ctest-vn1-vm2-98842719
2026-09-10 09:31:11,252 - INFO - Detaching port e69ec7f2-7e6f-414d-aa56-f2c77f969336 from VM ctest-vn1-vm1-88137153
2026-09-10 09:31:11,305 - INFO - Deleting VM ctest-vn1-vm1-88137153
2026-09-10 09:31:11,613 - DEBUG - Response for delete_port : ()
2026-09-10 09:31:11,806 - DEBUG - Response for delete_port : ()
2026-09-10 09:31:11,806 - INFO - Deleting VN ctest-vn1-95491828
2026-09-10 09:31:11,964 - DEBUG - Response for deleting network ()
2026-09-10 09:31:12,239 - DEBUG - No XMPP flaps were noticed during the test
2026-09-10 09:31:12,239 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:02]
2026-09-10 09:31:12,239 - INFO - --------------------------------------------------------------------------------
2026-09-10 09:31:13,031 - INFO - Deleted project: ctest-TestPorts-33928577, ID : f824dffc-0d3b-4d11-bf7e-163cb94171e2