2026-04-03 13:19:20,233 - INFO - Domain Default found not creating
2026-04-03 13:19:20,388 - INFO - Project ctest-TestPorts-41788620 not found, creating it
2026-04-03 13:19:20,855 - INFO - Created Project:ctest-TestPorts-41788620, ID : 384cffb5-4799-49f1-85a4-b09019670b5d
2026-04-03 13:19:22,428 - INFO - ================================================================================
2026-04-03 13:19:22,428 - INFO - STARTING TEST : test_ports_bindings
2026-04-03 13:19:22,428 - 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-04-03 13:19:22,681 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-04-03 13:19:22,681 - INFO - Initial checks done. Running the testcase now
2026-04-03 13:19:22,681 - INFO -
2026-04-03 13:19:23,301 - DEBUG - Response for create_network : {'network': {'id': 'd743aab5-e87f-468b-8939-746c6a97287b', 'name': 'ctest-vn-03749419', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'project_id': '384cffb5479949f185a4b09019670b5d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-41788620', 'ctest-vn-03749419'], 'port_security_enabled': True, 'description': ''}}
2026-04-03 13:19:23,500 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e32ea328-e7e0-4ef2-9bc5-35145c1c3096', 'name': '', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'network_id': 'd743aab5-e87f-468b-8939-746c6a97287b', 'ip_version': 4, 'cidr': '90.126.15.192/26', 'allocation_pools': [{'start': '90.126.15.194', 'end': '90.126.15.254'}], 'gateway_ip': '90.126.15.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '90.126.15.194', 'tags': [], 'project_id': '384cffb5479949f185a4b09019670b5d'}}
2026-04-03 13:19:23,516 - INFO - Created VN ctest-vn-03749419
2026-04-03 13:19:23,568 - DEBUG - VN ctest-vn-03749419 UUID is d743aab5-e87f-468b-8939-746c6a97287b
2026-04-03 13:19:23,674 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-41788620', 'ctest-vmi-44233676']}
2026-04-03 13:19:23,971 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-44233676', 'id': '53be85d6-c7e4-473d-97d7-ddbd60549761', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'network_id': 'd743aab5-e87f-468b-8939-746c6a97287b', 'mac_address': '02:53:be:85:d6:c7', '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': '90.126.15.195', 'subnet_id': 'e32ea328-e7e0-4ef2-9bc5-35145c1c3096'}], 'security_groups': ['0e1ab69c-f3f6-46fe-93ec-58c10ad1a2c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '384cffb5479949f185a4b09019670b5d'}}
2026-04-03 13:19:23,971 - DEBUG - Created port 53be85d6-c7e4-473d-97d7-ddbd60549761
2026-04-03 13:19:24,076 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/53be85d6-c7e4-473d-97d7-ddbd60549761
2026-04-03 13:19:24,382 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/53be85d6-c7e4-473d-97d7-ddbd60549761
2026-04-03 13:19:24,418 - INFO - VMI 53be85d6-c7e4-473d-97d7-ddbd60549761 verification in API Server passed
2026-04-03 13:19:24,511 - DEBUG - Response for delete_port : ()
2026-04-03 13:19:24,511 - INFO - Deleted port 53be85d6-c7e4-473d-97d7-ddbd60549761
2026-04-03 13:19:24,511 - INFO - Deleting VN ctest-vn-03749419
2026-04-03 13:19:24,616 - DEBUG - Response for deleting network ()
2026-04-03 13:19:24,877 - DEBUG - No XMPP flaps were noticed during the test
2026-04-03 13:19:24,877 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-04-03 13:19:24,877 - INFO - --------------------------------------------------------------------------------
2026-04-03 13:19:24,879 - INFO - ================================================================================
2026-04-03 13:19:24,879 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-04-03 13:19:24,879 - 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-04-03 13:19:25,166 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-04-03 13:19:25,166 - INFO - Initial checks done. Running the testcase now
2026-04-03 13:19:25,166 - INFO -
2026-04-03 13:19:25,332 - DEBUG - Response for create_network : {'network': {'id': '04b42d23-0dd8-4d64-9f72-47995e222685', 'name': 'ctest-vn1-91473098', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'project_id': '384cffb5479949f185a4b09019670b5d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-41788620', 'ctest-vn1-91473098'], 'port_security_enabled': True, 'description': ''}}
2026-04-03 13:19:25,539 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e2a81966-235f-4866-b3b9-2a8a4b9a86de', 'name': '', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'network_id': '04b42d23-0dd8-4d64-9f72-47995e222685', 'ip_version': 4, 'cidr': '91.240.136.192/26', 'allocation_pools': [{'start': '91.240.136.194', 'end': '91.240.136.254'}], 'gateway_ip': '91.240.136.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '91.240.136.194', 'tags': [], 'project_id': '384cffb5479949f185a4b09019670b5d'}}
2026-04-03 13:19:25,716 - DEBUG - Response for create_subnet : {'subnet': {'id': '02045be7-4918-4acd-8d85-4e36aa33119d', 'name': '', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'network_id': '04b42d23-0dd8-4d64-9f72-47995e222685', 'ip_version': 4, 'cidr': '59.25.198.0/26', 'allocation_pools': [{'start': '59.25.198.2', 'end': '59.25.198.62'}], 'gateway_ip': '59.25.198.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '59.25.198.2', 'tags': [], 'project_id': '384cffb5479949f185a4b09019670b5d'}}
2026-04-03 13:19:25,734 - INFO - Created VN ctest-vn1-91473098
2026-04-03 13:19:25,784 - DEBUG - VN ctest-vn1-91473098 UUID is 04b42d23-0dd8-4d64-9f72-47995e222685
2026-04-03 13:19:26,071 - DEBUG - Response for create_port : {'port': {'name': '27e1952f-7cf0-474a-8d84-106abecdff0a', 'id': '27e1952f-7cf0-474a-8d84-106abecdff0a', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'network_id': '04b42d23-0dd8-4d64-9f72-47995e222685', 'mac_address': '02:27:e1:95:2f:7c', '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': '91.240.136.197', 'subnet_id': 'e2a81966-235f-4866-b3b9-2a8a4b9a86de'}], 'security_groups': ['0e1ab69c-f3f6-46fe-93ec-58c10ad1a2c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '384cffb5479949f185a4b09019670b5d'}}
2026-04-03 13:19:26,243 - DEBUG - Response for create_port : {'port': {'name': 'd5fe3661-8fc1-4772-a620-7208cfdabb2c', 'id': 'd5fe3661-8fc1-4772-a620-7208cfdabb2c', 'tenant_id': '384cffb5479949f185a4b09019670b5d', 'network_id': '04b42d23-0dd8-4d64-9f72-47995e222685', 'mac_address': '02:d5:fe:36:61:8f', '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': '59.25.198.5', 'subnet_id': '02045be7-4918-4acd-8d85-4e36aa33119d'}], 'security_groups': ['0e1ab69c-f3f6-46fe-93ec-58c10ad1a2c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '384cffb5479949f185a4b09019670b5d'}}
2026-04-03 13:19:26,301 - DEBUG - Services list from nova: [, , ]
2026-04-03 13:19:26,780 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5588-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5588-1)
2026-04-03 13:19:27,174 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5588-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5588-1)
2026-04-03 13:19:27,174 - INFO - Waiting for VM ctest-vn1-vm1-07167094 to be up..
2026-04-03 13:19:27,223 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-04-03 13:19:32,296 - DEBUG - VM is in ACTIVE state now
2026-04-03 13:19:32,296 - INFO - VM name : ctest-vn1-vm1-07167094
2026-04-03 13:19:32,368 - DEBUG - VM ctest-vn1-vm1-07167094 ID is e1b80897-a6ac-496b-a122-c3d4f3881a38
2026-04-03 13:19:32,386 - DEBUG - VM ctest-vn1-vm1-07167094 launched on Node cn-jenkins-deploy-platform-ansible-os-5588-1
2026-04-03 13:19:32,458 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/e1b80897-a6ac-496b-a122-c3d4f3881a38
2026-04-03 13:19:32,466 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/27e1952f-7cf0-474a-8d84-106abecdff0a
2026-04-03 13:19:35,721 - 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 1014ms')
2026-04-03 13:19:35,722 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-07167094 failed!
2026-04-03 13:19:35,776 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-41788620:ctest-vn1-91473098 is 91.240.136.193 and allocation pool is NOT set
2026-04-03 13:19:35,776 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-41788620:ctest-vn1-91473098 is 59.25.198.1 and allocation pool is NOT set
2026-04-03 13:19:37,840 - 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.77 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.345 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.345/1.557/2.769/1.212 ms')
2026-04-03 13:19:37,840 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-07167094 passed
2026-04-03 13:19:37,996 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 13:19:37,996 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-07167094, IP 91.240.136.197, Port 22
2026-04-03 13:19:38,156 - DEBUG - VM ctest-vn1-vm1-07167094 is ready for SSH connections
2026-04-03 13:19:38,156 - INFO - Waiting for VM ctest-vn1-vm2-94219865 to be up..
2026-04-03 13:19:38,232 - DEBUG - VM is in ACTIVE state now
2026-04-03 13:19:38,232 - INFO - VM name : ctest-vn1-vm2-94219865
2026-04-03 13:19:38,307 - DEBUG - VM ctest-vn1-vm2-94219865 ID is 159bd0aa-ad0f-4c01-9336-dc0637cbe023
2026-04-03 13:19:38,307 - DEBUG - VM ctest-vn1-vm2-94219865 launched on Node cn-jenkins-deploy-platform-ansible-os-5588-1
2026-04-03 13:19:38,380 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/159bd0aa-ad0f-4c01-9336-dc0637cbe023
2026-04-03 13:19:38,388 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/d5fe3661-8fc1-4772-a620-7208cfdabb2c
2026-04-03 13:19:39,616 - 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=3.50 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.478 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.478/1.990/3.502/1.512 ms')
2026-04-03 13:19:39,616 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-94219865 passed
2026-04-03 13:19:39,764 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 13:19:39,764 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-94219865, IP 59.25.198.5, Port 22
2026-04-03 13:19:39,916 - DEBUG - VM ctest-vn1-vm2-94219865 is ready for SSH connections
2026-04-03 13:19:39,916 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 13:19:39,916 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 13:19:39,916 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-03 13:19:39,916 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 91.240.136.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-04-03 13:19:39,916 - DEBUG - ping -s 56 -c 3 -W 1 91.240.136.197
2026-04-03 13:19:42,582 - DEBUG - PING 91.240.136.197 (91.240.136.197): 56 data bytes
64 bytes from 91.240.136.197: seq=0 ttl=63 time=3.836 ms
64 bytes from 91.240.136.197: seq=1 ttl=63 time=0.825 ms
64 bytes from 91.240.136.197: seq=2 ttl=63 time=0.829 ms
--- 91.240.136.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.825/1.830/3.836 ms
2026-04-03 13:19:42,583 - INFO - Ping to IP 91.240.136.197 from VM ctest-vn1-vm2-94219865 passed
2026-04-03 13:19:42,583 - INFO - Detaching port d5fe3661-8fc1-4772-a620-7208cfdabb2c from VM ctest-vn1-vm2-94219865
2026-04-03 13:19:42,641 - INFO - Deleting VM ctest-vn1-vm2-94219865
2026-04-03 13:19:42,719 - INFO - Detaching port 27e1952f-7cf0-474a-8d84-106abecdff0a from VM ctest-vn1-vm1-07167094
2026-04-03 13:19:42,755 - INFO - Deleting VM ctest-vn1-vm1-07167094
2026-04-03 13:19:42,996 - DEBUG - Response for delete_port : ()
2026-04-03 13:19:43,157 - DEBUG - Response for delete_port : ()
2026-04-03 13:19:43,157 - INFO - Deleting VN ctest-vn1-91473098
2026-04-03 13:19:43,286 - DEBUG - Response for deleting network ()
2026-04-03 13:19:43,549 - DEBUG - No XMPP flaps were noticed during the test
2026-04-03 13:19:43,549 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2026-04-03 13:19:43,549 - INFO - --------------------------------------------------------------------------------
2026-04-03 13:19:44,219 - INFO - Deleted project: ctest-TestPorts-41788620, ID : 384cffb5-4799-49f1-85a4-b09019670b5d