2026-03-17 15:11:39,808 - INFO - Domain Default found not creating
2026-03-17 15:11:39,997 - INFO - Project ctest-TestPorts-09003185 not found, creating it
2026-03-17 15:11:40,469 - INFO - Created Project:ctest-TestPorts-09003185, ID : 2e00d708-09e8-4608-9d09-06796b8681d9
2026-03-17 15:11:42,091 - INFO - ================================================================================
2026-03-17 15:11:42,091 - INFO - STARTING TEST : test_ports_bindings
2026-03-17 15:11:42,091 - 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-17 15:11:42,351 - DEBUG - Nothing to compare xmpp stats {'10.0.0.131': {'10.20.0.249': '0'}} with
2026-03-17 15:11:42,352 - INFO - Initial checks done. Running the testcase now
2026-03-17 15:11:42,352 - INFO -
2026-03-17 15:11:42,918 - DEBUG - Response for create_network : {'network': {'id': 'de592d54-1ee6-4a14-a210-6065a0f55f56', 'name': 'ctest-vn-10193429', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'project_id': '2e00d70809e846089d0906796b8681d9', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-09003185', 'ctest-vn-10193429'], 'port_security_enabled': True, 'description': ''}}
2026-03-17 15:11:43,106 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e9b471ae-7a1f-4457-8f3f-737303fc01cc', 'name': '', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'network_id': 'de592d54-1ee6-4a14-a210-6065a0f55f56', 'ip_version': 4, 'cidr': '36.36.198.128/26', 'allocation_pools': [{'start': '36.36.198.130', 'end': '36.36.198.190'}], 'gateway_ip': '36.36.198.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '36.36.198.130', 'tags': [], 'project_id': '2e00d70809e846089d0906796b8681d9'}}
2026-03-17 15:11:43,124 - INFO - Created VN ctest-vn-10193429
2026-03-17 15:11:43,178 - DEBUG - VN ctest-vn-10193429 UUID is de592d54-1ee6-4a14-a210-6065a0f55f56
2026-03-17 15:11:43,288 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-09003185', 'ctest-vmi-99404910']}
2026-03-17 15:11:43,532 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-99404910', 'id': '39cf885b-a3e8-4e89-a603-005322c8c530', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'network_id': 'de592d54-1ee6-4a14-a210-6065a0f55f56', 'mac_address': '02:39:cf:88:5b:a3', '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': '36.36.198.131', 'subnet_id': 'e9b471ae-7a1f-4457-8f3f-737303fc01cc'}], 'security_groups': ['46d8e24c-3d65-4c03-88a3-fbe0c1a9c11b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '2e00d70809e846089d0906796b8681d9'}}
2026-03-17 15:11:43,532 - DEBUG - Created port 39cf885b-a3e8-4e89-a603-005322c8c530
2026-03-17 15:11:43,638 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine-interface/39cf885b-a3e8-4e89-a603-005322c8c530
2026-03-17 15:11:43,939 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine-interface/39cf885b-a3e8-4e89-a603-005322c8c530
2026-03-17 15:11:43,976 - INFO - VMI 39cf885b-a3e8-4e89-a603-005322c8c530 verification in API Server passed
2026-03-17 15:11:44,064 - DEBUG - Response for delete_port : ()
2026-03-17 15:11:44,064 - INFO - Deleted port 39cf885b-a3e8-4e89-a603-005322c8c530
2026-03-17 15:11:44,064 - INFO - Deleting VN ctest-vn-10193429
2026-03-17 15:11:44,175 - DEBUG - Response for deleting network ()
2026-03-17 15:11:44,439 - DEBUG - No XMPP flaps were noticed during the test
2026-03-17 15:11:44,439 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-03-17 15:11:44,440 - INFO - --------------------------------------------------------------------------------
2026-03-17 15:11:44,442 - INFO - ================================================================================
2026-03-17 15:11:44,442 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-17 15:11:44,443 - 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-17 15:11:44,732 - DEBUG - Nothing to compare xmpp stats {'10.0.0.131': {'10.20.0.249': '0'}} with
2026-03-17 15:11:44,733 - INFO - Initial checks done. Running the testcase now
2026-03-17 15:11:44,733 - INFO -
2026-03-17 15:11:44,928 - DEBUG - Response for create_network : {'network': {'id': '5432cd58-4a56-415d-abb9-39fd11a3cc5a', 'name': 'ctest-vn1-88808936', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'project_id': '2e00d70809e846089d0906796b8681d9', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-09003185', 'ctest-vn1-88808936'], 'port_security_enabled': True, 'description': ''}}
2026-03-17 15:11:45,076 - DEBUG - Response for create_subnet : {'subnet': {'id': '22c0a45e-72a4-4328-9066-37c060d26b4c', 'name': '', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'network_id': '5432cd58-4a56-415d-abb9-39fd11a3cc5a', 'ip_version': 4, 'cidr': '130.115.200.192/26', 'allocation_pools': [{'start': '130.115.200.194', 'end': '130.115.200.254'}], 'gateway_ip': '130.115.200.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '130.115.200.194', 'tags': [], 'project_id': '2e00d70809e846089d0906796b8681d9'}}
2026-03-17 15:11:45,250 - DEBUG - Response for create_subnet : {'subnet': {'id': '9d638e38-a656-4601-89d0-016b5d9335f3', 'name': '', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'network_id': '5432cd58-4a56-415d-abb9-39fd11a3cc5a', 'ip_version': 4, 'cidr': '193.160.171.64/26', 'allocation_pools': [{'start': '193.160.171.66', 'end': '193.160.171.126'}], 'gateway_ip': '193.160.171.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '193.160.171.66', 'tags': [], 'project_id': '2e00d70809e846089d0906796b8681d9'}}
2026-03-17 15:11:45,271 - INFO - Created VN ctest-vn1-88808936
2026-03-17 15:11:45,322 - DEBUG - VN ctest-vn1-88808936 UUID is 5432cd58-4a56-415d-abb9-39fd11a3cc5a
2026-03-17 15:11:45,636 - DEBUG - Response for create_port : {'port': {'name': '562bdb32-d407-4249-b5d0-89cb9b041eca', 'id': '562bdb32-d407-4249-b5d0-89cb9b041eca', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'network_id': '5432cd58-4a56-415d-abb9-39fd11a3cc5a', 'mac_address': '02:56:2b:db:32:d4', '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': '130.115.200.197', 'subnet_id': '22c0a45e-72a4-4328-9066-37c060d26b4c'}], 'security_groups': ['46d8e24c-3d65-4c03-88a3-fbe0c1a9c11b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '2e00d70809e846089d0906796b8681d9'}}
2026-03-17 15:11:45,819 - DEBUG - Response for create_port : {'port': {'name': 'a01d8325-c9df-4197-a8ab-4faa8b259fe4', 'id': 'a01d8325-c9df-4197-a8ab-4faa8b259fe4', 'tenant_id': '2e00d70809e846089d0906796b8681d9', 'network_id': '5432cd58-4a56-415d-abb9-39fd11a3cc5a', 'mac_address': '02:a0:1d:83:25:c9', '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': '193.160.171.69', 'subnet_id': '9d638e38-a656-4601-89d0-016b5d9335f3'}], 'security_groups': ['46d8e24c-3d65-4c03-88a3-fbe0c1a9c11b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '2e00d70809e846089d0906796b8681d9'}}
2026-03-17 15:11:45,887 - DEBUG - Services list from nova: [, , ]
2026-03-17 15:11:46,270 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5483-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5483-1)
2026-03-17 15:11:46,712 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5483-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5483-1)
2026-03-17 15:11:46,712 - INFO - Waiting for VM ctest-vn1-vm1-48323007 to be up..
2026-03-17 15:11:46,760 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-17 15:11:51,842 - DEBUG - VM is in ACTIVE state now
2026-03-17 15:11:51,842 - INFO - VM name : ctest-vn1-vm1-48323007
2026-03-17 15:11:51,931 - DEBUG - VM ctest-vn1-vm1-48323007 ID is 8ac969b9-f57e-4e66-bf85-bc63055590d2
2026-03-17 15:11:51,953 - DEBUG - VM ctest-vn1-vm1-48323007 launched on Node cn-jenkins-deploy-platform-ansible-os-5483-1
2026-03-17 15:11:52,045 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine/8ac969b9-f57e-4e66-bf85-bc63055590d2
2026-03-17 15:11:52,055 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine-interface/562bdb32-d407-4249-b5d0-89cb9b041eca
2026-03-17 15:11:55,290 - 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 1003ms')
2026-03-17 15:11:55,290 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-48323007 failed!
2026-03-17 15:11:55,346 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-09003185:ctest-vn1-88808936 is 130.115.200.193 and allocation pool is NOT set
2026-03-17 15:11:55,346 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-09003185:ctest-vn1-88808936 is 193.160.171.65 and allocation pool is NOT set
2026-03-17 15:11:59,417 - 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=6.73 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1015ms\r\nrtt min/avg/max/mdev = 6.725/6.725/6.725/0.000 ms')
2026-03-17 15:11:59,417 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-48323007 passed
2026-03-17 15:11:59,566 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-17 15:11:59,566 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-48323007, IP 130.115.200.197, Port 22
2026-03-17 15:11:59,721 - DEBUG - VM ctest-vn1-vm1-48323007 is ready for SSH connections
2026-03-17 15:11:59,721 - INFO - Waiting for VM ctest-vn1-vm2-21543569 to be up..
2026-03-17 15:11:59,799 - DEBUG - VM is in ACTIVE state now
2026-03-17 15:11:59,799 - INFO - VM name : ctest-vn1-vm2-21543569
2026-03-17 15:11:59,876 - DEBUG - VM ctest-vn1-vm2-21543569 ID is 2ae53b77-8791-4e83-9d77-ca10fa2dcc60
2026-03-17 15:11:59,876 - DEBUG - VM ctest-vn1-vm2-21543569 launched on Node cn-jenkins-deploy-platform-ansible-os-5483-1
2026-03-17 15:11:59,954 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine/2ae53b77-8791-4e83-9d77-ca10fa2dcc60
2026-03-17 15:11:59,963 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-machine-interface/a01d8325-c9df-4197-a8ab-4faa8b259fe4
2026-03-17 15:12:01,198 - 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=2.99 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.521 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.521/1.754/2.987/1.233 ms')
2026-03-17 15:12:01,198 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-21543569 passed
2026-03-17 15:12:01,346 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-17 15:12:01,346 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-21543569, IP 193.160.171.69, Port 22
2026-03-17 15:12:01,501 - DEBUG - VM ctest-vn1-vm2-21543569 is ready for SSH connections
2026-03-17 15:12:01,501 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-17 15:12:01,502 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-17 15:12:01,502 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-17 15:12:01,502 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 130.115.200.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.131, gateway password: c0ntrail123
2026-03-17 15:12:01,502 - DEBUG - ping -s 56 -c 3 -W 1 130.115.200.197
2026-03-17 15:12:05,236 - DEBUG - PING 130.115.200.197 (130.115.200.197): 56 data bytes
64 bytes from 130.115.200.197: seq=0 ttl=63 time=3.555 ms
64 bytes from 130.115.200.197: seq=1 ttl=63 time=0.930 ms
64 bytes from 130.115.200.197: seq=2 ttl=63 time=0.887 ms
--- 130.115.200.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.887/1.790/3.555 ms
2026-03-17 15:12:05,236 - INFO - Ping to IP 130.115.200.197 from VM ctest-vn1-vm2-21543569 passed
2026-03-17 15:12:05,237 - INFO - Detaching port a01d8325-c9df-4197-a8ab-4faa8b259fe4 from VM ctest-vn1-vm2-21543569
2026-03-17 15:12:05,288 - INFO - Deleting VM ctest-vn1-vm2-21543569
2026-03-17 15:12:05,369 - INFO - Detaching port 562bdb32-d407-4249-b5d0-89cb9b041eca from VM ctest-vn1-vm1-48323007
2026-03-17 15:12:05,406 - INFO - Deleting VM ctest-vn1-vm1-48323007
2026-03-17 15:12:05,677 - DEBUG - Response for delete_port : ()
2026-03-17 15:12:05,878 - DEBUG - Response for delete_port : ()
2026-03-17 15:12:05,878 - INFO - Deleting VN ctest-vn1-88808936
2026-03-17 15:12:06,037 - DEBUG - Response for deleting network ()
2026-03-17 15:12:06,295 - DEBUG - No XMPP flaps were noticed during the test
2026-03-17 15:12:06,295 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:22]
2026-03-17 15:12:06,296 - INFO - --------------------------------------------------------------------------------
2026-03-17 15:12:07,004 - INFO - Deleted project: ctest-TestPorts-09003185, ID : 2e00d708-09e8-4608-9d09-06796b8681d9