2026-02-20 09:31:25,713 - INFO - Domain Default found not creating
2026-02-20 09:31:25,884 - INFO - Project ctest-TestPorts-90228810 not found, creating it
2026-02-20 09:31:26,342 - INFO - Created Project:ctest-TestPorts-90228810, ID : c7c2ab51-ffba-4f9c-9397-720f7acdc1e0
2026-02-20 09:31:28,004 - INFO - ================================================================================
2026-02-20 09:31:28,004 - INFO - STARTING TEST : test_ports_bindings
2026-02-20 09:31:28,004 - 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-02-20 09:31:28,275 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.254': '0'}} with
2026-02-20 09:31:28,275 - INFO - Initial checks done. Running the testcase now
2026-02-20 09:31:28,275 - INFO -
2026-02-20 09:31:28,806 - DEBUG - Response for create_network : {'network': {'id': '7f09f808-510f-4251-9b89-cc5fb0748af9', 'name': 'ctest-vn-16503501', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-90228810', 'ctest-vn-16503501'], 'port_security_enabled': True, 'description': ''}}
2026-02-20 09:31:29,000 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd5d79857-01f6-4b7d-9fbf-340fa189e6cd', 'name': '', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'network_id': '7f09f808-510f-4251-9b89-cc5fb0748af9', 'ip_version': 4, 'cidr': '68.90.222.192/26', 'allocation_pools': [{'start': '68.90.222.194', 'end': '68.90.222.254'}], 'gateway_ip': '68.90.222.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '68.90.222.194', 'tags': [], 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0'}}
2026-02-20 09:31:29,019 - INFO - Created VN ctest-vn-16503501
2026-02-20 09:31:29,073 - DEBUG - VN ctest-vn-16503501 UUID is 7f09f808-510f-4251-9b89-cc5fb0748af9
2026-02-20 09:31:29,187 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-90228810', 'ctest-vmi-59810420']}
2026-02-20 09:31:29,434 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-59810420', 'id': '53824413-0106-47ab-ba18-7011e27f8441', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'network_id': '7f09f808-510f-4251-9b89-cc5fb0748af9', 'mac_address': '02:53:82:44:13:01', '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': '68.90.222.195', 'subnet_id': 'd5d79857-01f6-4b7d-9fbf-340fa189e6cd'}], 'security_groups': ['c936817a-6b45-4001-af58-e88ad967dc4f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0'}}
2026-02-20 09:31:29,434 - DEBUG - Created port 53824413-0106-47ab-ba18-7011e27f8441
2026-02-20 09:31:29,541 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/53824413-0106-47ab-ba18-7011e27f8441
2026-02-20 09:31:29,834 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/53824413-0106-47ab-ba18-7011e27f8441
2026-02-20 09:31:29,870 - INFO - VMI 53824413-0106-47ab-ba18-7011e27f8441 verification in API Server passed
2026-02-20 09:31:29,955 - DEBUG - Response for delete_port : ()
2026-02-20 09:31:29,955 - INFO - Deleted port 53824413-0106-47ab-ba18-7011e27f8441
2026-02-20 09:31:29,955 - INFO - Deleting VN ctest-vn-16503501
2026-02-20 09:31:30,067 - DEBUG - Response for deleting network ()
2026-02-20 09:31:30,323 - DEBUG - No XMPP flaps were noticed during the test
2026-02-20 09:31:30,323 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-02-20 09:31:30,323 - INFO - --------------------------------------------------------------------------------
2026-02-20 09:31:30,326 - INFO - ================================================================================
2026-02-20 09:31:30,326 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-02-20 09:31:30,326 - 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-02-20 09:31:30,610 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.254': '0'}} with
2026-02-20 09:31:30,611 - INFO - Initial checks done. Running the testcase now
2026-02-20 09:31:30,611 - INFO -
2026-02-20 09:31:30,793 - DEBUG - Response for create_network : {'network': {'id': 'debac551-2ee5-43f8-8e42-baf7a31b779f', 'name': 'ctest-vn1-49059883', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-90228810', 'ctest-vn1-49059883'], 'port_security_enabled': True, 'description': ''}}
2026-02-20 09:31:30,962 - DEBUG - Response for create_subnet : {'subnet': {'id': '85747b03-b059-477d-a96e-c06e2c5626aa', 'name': '', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'network_id': 'debac551-2ee5-43f8-8e42-baf7a31b779f', 'ip_version': 4, 'cidr': '146.86.48.192/26', 'allocation_pools': [{'start': '146.86.48.194', 'end': '146.86.48.254'}], 'gateway_ip': '146.86.48.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '146.86.48.194', 'tags': [], 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0'}}
2026-02-20 09:31:31,122 - DEBUG - Response for create_subnet : {'subnet': {'id': '69c46e01-e2d2-4ef9-939e-ae47d035d749', 'name': '', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'network_id': 'debac551-2ee5-43f8-8e42-baf7a31b779f', 'ip_version': 4, 'cidr': '152.7.69.64/26', 'allocation_pools': [{'start': '152.7.69.66', 'end': '152.7.69.126'}], 'gateway_ip': '152.7.69.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '152.7.69.66', 'tags': [], 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0'}}
2026-02-20 09:31:31,141 - INFO - Created VN ctest-vn1-49059883
2026-02-20 09:31:31,193 - DEBUG - VN ctest-vn1-49059883 UUID is debac551-2ee5-43f8-8e42-baf7a31b779f
2026-02-20 09:31:31,501 - DEBUG - Response for create_port : {'port': {'name': '09bbb7f3-1530-40dc-9363-56e1239ecd97', 'id': '09bbb7f3-1530-40dc-9363-56e1239ecd97', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'network_id': 'debac551-2ee5-43f8-8e42-baf7a31b779f', 'mac_address': '02:09:bb:b7:f3:15', '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': '146.86.48.197', 'subnet_id': '85747b03-b059-477d-a96e-c06e2c5626aa'}], 'security_groups': ['c936817a-6b45-4001-af58-e88ad967dc4f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0'}}
2026-02-20 09:31:31,661 - DEBUG - Response for create_port : {'port': {'name': 'c758f492-2b96-42eb-8291-4ce7a32535f3', 'id': 'c758f492-2b96-42eb-8291-4ce7a32535f3', 'tenant_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0', 'network_id': 'debac551-2ee5-43f8-8e42-baf7a31b779f', 'mac_address': '02:c7:58:f4:92:2b', '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': '152.7.69.69', 'subnet_id': '69c46e01-e2d2-4ef9-939e-ae47d035d749'}], 'security_groups': ['c936817a-6b45-4001-af58-e88ad967dc4f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c7c2ab51ffba4f9c9397720f7acdc1e0'}}
2026-02-20 09:31:31,719 - DEBUG - Services list from nova: [, , ]
2026-02-20 09:31:32,067 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5370-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5370-1)
2026-02-20 09:31:32,493 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5370-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5370-1)
2026-02-20 09:31:32,493 - INFO - Waiting for VM ctest-vn1-vm1-37355974 to be up..
2026-02-20 09:31:32,532 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-02-20 09:31:37,617 - DEBUG - VM is in ACTIVE state now
2026-02-20 09:31:37,617 - INFO - VM name : ctest-vn1-vm1-37355974
2026-02-20 09:31:37,698 - DEBUG - VM ctest-vn1-vm1-37355974 ID is 369cd992-514b-46ff-ac97-76ead77f9be1
2026-02-20 09:31:37,720 - DEBUG - VM ctest-vn1-vm1-37355974 launched on Node cn-jenkins-deploy-platform-ansible-os-5370-1
2026-02-20 09:31:37,809 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/369cd992-514b-46ff-ac97-76ead77f9be1
2026-02-20 09:31:37,818 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/09bbb7f3-1530-40dc-9363-56e1239ecd97
2026-02-20 09:31:41,074 - 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-02-20 09:31:41,074 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37355974 failed!
2026-02-20 09:31:41,129 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-90228810:ctest-vn1-49059883 is 146.86.48.193 and allocation pool is NOT set
2026-02-20 09:31:41,129 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-90228810:ctest-vn1-49059883 is 152.7.69.65 and allocation pool is NOT set
2026-02-20 09:31:45,194 - 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=2 ttl=63 time=8.21 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1010ms\r\nrtt min/avg/max/mdev = 8.213/8.213/8.213/0.000 ms')
2026-02-20 09:31:45,194 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37355974 passed
2026-02-20 09:31:45,349 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-20 09:31:45,349 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37355974, IP 146.86.48.197, Port 22
2026-02-20 09:31:45,508 - DEBUG - VM ctest-vn1-vm1-37355974 is ready for SSH connections
2026-02-20 09:31:45,508 - INFO - Waiting for VM ctest-vn1-vm2-67049090 to be up..
2026-02-20 09:31:45,597 - DEBUG - VM is in ACTIVE state now
2026-02-20 09:31:45,598 - INFO - VM name : ctest-vn1-vm2-67049090
2026-02-20 09:31:45,676 - DEBUG - VM ctest-vn1-vm2-67049090 ID is b0d844d4-61d4-4b43-b262-8e5c6d4db812
2026-02-20 09:31:45,676 - DEBUG - VM ctest-vn1-vm2-67049090 launched on Node cn-jenkins-deploy-platform-ansible-os-5370-1
2026-02-20 09:31:45,761 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/b0d844d4-61d4-4b43-b262-8e5c6d4db812
2026-02-20 09:31:45,770 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/c758f492-2b96-42eb-8291-4ce7a32535f3
2026-02-20 09:31:47,012 - 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=2.99 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.426 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.426/1.708/2.990/1.282 ms')
2026-02-20 09:31:47,013 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-67049090 passed
2026-02-20 09:31:47,165 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-20 09:31:47,165 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-67049090, IP 152.7.69.69, Port 22
2026-02-20 09:31:47,321 - DEBUG - VM ctest-vn1-vm2-67049090 is ready for SSH connections
2026-02-20 09:31:47,321 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-20 09:31:47,321 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-20 09:31:47,321 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-20 09:31:47,321 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 146.86.48.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.242, gateway password: c0ntrail123
2026-02-20 09:31:47,321 - DEBUG - ping -s 56 -c 3 -W 1 146.86.48.197
2026-02-20 09:31:50,006 - DEBUG - PING 146.86.48.197 (146.86.48.197): 56 data bytes
64 bytes from 146.86.48.197: seq=0 ttl=63 time=3.594 ms
64 bytes from 146.86.48.197: seq=1 ttl=63 time=0.867 ms
64 bytes from 146.86.48.197: seq=2 ttl=63 time=1.465 ms
--- 146.86.48.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.867/1.975/3.594 ms
2026-02-20 09:31:50,006 - INFO - Ping to IP 146.86.48.197 from VM ctest-vn1-vm2-67049090 passed
2026-02-20 09:31:50,006 - INFO - Detaching port c758f492-2b96-42eb-8291-4ce7a32535f3 from VM ctest-vn1-vm2-67049090
2026-02-20 09:31:50,057 - INFO - Deleting VM ctest-vn1-vm2-67049090
2026-02-20 09:31:50,133 - INFO - Detaching port 09bbb7f3-1530-40dc-9363-56e1239ecd97 from VM ctest-vn1-vm1-37355974
2026-02-20 09:31:50,168 - INFO - Deleting VM ctest-vn1-vm1-37355974
2026-02-20 09:31:50,406 - DEBUG - Response for delete_port : ()
2026-02-20 09:31:50,561 - DEBUG - Response for delete_port : ()
2026-02-20 09:31:50,562 - INFO - Deleting VN ctest-vn1-49059883
2026-02-20 09:31:50,686 - DEBUG - Response for deleting network ()
2026-02-20 09:31:50,942 - DEBUG - No XMPP flaps were noticed during the test
2026-02-20 09:31:50,942 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:20]
2026-02-20 09:31:50,943 - INFO - --------------------------------------------------------------------------------
2026-02-20 09:31:51,655 - INFO - Deleted project: ctest-TestPorts-90228810, ID : c7c2ab51-ffba-4f9c-9397-720f7acdc1e0