2026-03-24 15:33:53,912 - INFO - Domain Default found not creating
2026-03-24 15:33:54,100 - INFO - Project ctest-TestPorts-10451695 not found, creating it
2026-03-24 15:33:54,562 - INFO - Created Project:ctest-TestPorts-10451695, ID : 6bd676f3-bd56-405c-8d22-f3e2018f602a
2026-03-24 15:33:56,169 - INFO - ================================================================================
2026-03-24 15:33:56,169 - INFO - STARTING TEST : test_ports_bindings
2026-03-24 15:33:56,170 - 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-24 15:33:56,444 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-03-24 15:33:56,444 - INFO - Initial checks done. Running the testcase now
2026-03-24 15:33:56,444 - INFO -
2026-03-24 15:33:57,267 - DEBUG - Response for create_network : {'network': {'id': 'b663726f-070f-4c86-b91f-1b5e767a245d', 'name': 'ctest-vn-40232049', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'project_id': '6bd676f3bd56405c8d22f3e2018f602a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-10451695', 'ctest-vn-40232049'], 'port_security_enabled': True, 'description': ''}}
2026-03-24 15:33:57,450 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd0db54e1-bab1-44f3-9cb0-cc3561061e27', 'name': '', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'network_id': 'b663726f-070f-4c86-b91f-1b5e767a245d', 'ip_version': 4, 'cidr': '145.98.164.128/26', 'allocation_pools': [{'start': '145.98.164.130', 'end': '145.98.164.190'}], 'gateway_ip': '145.98.164.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '145.98.164.130', 'tags': [], 'project_id': '6bd676f3bd56405c8d22f3e2018f602a'}}
2026-03-24 15:33:57,468 - INFO - Created VN ctest-vn-40232049
2026-03-24 15:33:57,519 - DEBUG - VN ctest-vn-40232049 UUID is b663726f-070f-4c86-b91f-1b5e767a245d
2026-03-24 15:33:57,632 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-10451695', 'ctest-vmi-58847118']}
2026-03-24 15:33:57,888 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-58847118', 'id': '3268836d-864a-4e74-a073-818e5701a002', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'network_id': 'b663726f-070f-4c86-b91f-1b5e767a245d', 'mac_address': '02:32:68:83:6d:86', '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': '145.98.164.131', 'subnet_id': 'd0db54e1-bab1-44f3-9cb0-cc3561061e27'}], 'security_groups': ['7fd0635b-2c00-48d1-913f-77151ab68d8e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6bd676f3bd56405c8d22f3e2018f602a'}}
2026-03-24 15:33:57,889 - DEBUG - Created port 3268836d-864a-4e74-a073-818e5701a002
2026-03-24 15:33:57,999 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/3268836d-864a-4e74-a073-818e5701a002
2026-03-24 15:33:58,299 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/3268836d-864a-4e74-a073-818e5701a002
2026-03-24 15:33:58,338 - INFO - VMI 3268836d-864a-4e74-a073-818e5701a002 verification in API Server passed
2026-03-24 15:33:58,447 - DEBUG - Response for delete_port : ()
2026-03-24 15:33:58,447 - INFO - Deleted port 3268836d-864a-4e74-a073-818e5701a002
2026-03-24 15:33:58,447 - INFO - Deleting VN ctest-vn-40232049
2026-03-24 15:33:58,589 - DEBUG - Response for deleting network ()
2026-03-24 15:33:58,853 - DEBUG - No XMPP flaps were noticed during the test
2026-03-24 15:33:58,853 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-03-24 15:33:58,853 - INFO - --------------------------------------------------------------------------------
2026-03-24 15:33:58,857 - INFO - ================================================================================
2026-03-24 15:33:58,857 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-24 15:33:58,857 - 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-24 15:33:59,151 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-03-24 15:33:59,151 - INFO - Initial checks done. Running the testcase now
2026-03-24 15:33:59,151 - INFO -
2026-03-24 15:33:59,357 - DEBUG - Response for create_network : {'network': {'id': 'f52dc6ab-3bf9-477b-bc0d-2372d8f9d699', 'name': 'ctest-vn1-72438452', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'project_id': '6bd676f3bd56405c8d22f3e2018f602a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-10451695', 'ctest-vn1-72438452'], 'port_security_enabled': True, 'description': ''}}
2026-03-24 15:33:59,591 - DEBUG - Response for create_subnet : {'subnet': {'id': '938adf6c-2c7c-46b6-b94e-428044094f08', 'name': '', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'network_id': 'f52dc6ab-3bf9-477b-bc0d-2372d8f9d699', 'ip_version': 4, 'cidr': '102.90.128.128/26', 'allocation_pools': [{'start': '102.90.128.130', 'end': '102.90.128.190'}], 'gateway_ip': '102.90.128.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '102.90.128.130', 'tags': [], 'project_id': '6bd676f3bd56405c8d22f3e2018f602a'}}
2026-03-24 15:33:59,752 - DEBUG - Response for create_subnet : {'subnet': {'id': '27f20208-a1a1-49f8-9ee1-1857c8892e6d', 'name': '', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'network_id': 'f52dc6ab-3bf9-477b-bc0d-2372d8f9d699', 'ip_version': 4, 'cidr': '190.69.12.64/26', 'allocation_pools': [{'start': '190.69.12.66', 'end': '190.69.12.126'}], 'gateway_ip': '190.69.12.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '190.69.12.66', 'tags': [], 'project_id': '6bd676f3bd56405c8d22f3e2018f602a'}}
2026-03-24 15:33:59,774 - INFO - Created VN ctest-vn1-72438452
2026-03-24 15:33:59,831 - DEBUG - VN ctest-vn1-72438452 UUID is f52dc6ab-3bf9-477b-bc0d-2372d8f9d699
2026-03-24 15:34:00,179 - DEBUG - Response for create_port : {'port': {'name': '98888b70-3940-45c9-aa00-6a3c7c1d2b3b', 'id': '98888b70-3940-45c9-aa00-6a3c7c1d2b3b', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'network_id': 'f52dc6ab-3bf9-477b-bc0d-2372d8f9d699', 'mac_address': '02:98:88:8b:70:39', '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': '102.90.128.133', 'subnet_id': '938adf6c-2c7c-46b6-b94e-428044094f08'}], 'security_groups': ['7fd0635b-2c00-48d1-913f-77151ab68d8e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6bd676f3bd56405c8d22f3e2018f602a'}}
2026-03-24 15:34:00,388 - DEBUG - Response for create_port : {'port': {'name': '919f2ecc-e4d5-44e7-8e96-32e264319888', 'id': '919f2ecc-e4d5-44e7-8e96-32e264319888', 'tenant_id': '6bd676f3bd56405c8d22f3e2018f602a', 'network_id': 'f52dc6ab-3bf9-477b-bc0d-2372d8f9d699', 'mac_address': '02:91:9f:2e:cc:e4', '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': '190.69.12.69', 'subnet_id': '27f20208-a1a1-49f8-9ee1-1857c8892e6d'}], 'security_groups': ['7fd0635b-2c00-48d1-913f-77151ab68d8e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6bd676f3bd56405c8d22f3e2018f602a'}}
2026-03-24 15:34:00,458 - DEBUG - Services list from nova: [, , ]
2026-03-24 15:34:00,835 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5534-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5534-1)
2026-03-24 15:34:01,329 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5534-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5534-1)
2026-03-24 15:34:01,330 - INFO - Waiting for VM ctest-vn1-vm1-12129663 to be up..
2026-03-24 15:34:01,380 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-24 15:34:06,473 - DEBUG - VM is in ACTIVE state now
2026-03-24 15:34:06,473 - INFO - VM name : ctest-vn1-vm1-12129663
2026-03-24 15:34:06,560 - DEBUG - VM ctest-vn1-vm1-12129663 ID is d0917113-3052-4354-9319-125699616687
2026-03-24 15:34:06,582 - DEBUG - VM ctest-vn1-vm1-12129663 launched on Node cn-jenkins-deploy-platform-ansible-os-5534-1
2026-03-24 15:34:06,662 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/d0917113-3052-4354-9319-125699616687
2026-03-24 15:34:06,672 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/98888b70-3940-45c9-aa00-6a3c7c1d2b3b
2026-03-24 15:34:09,950 - 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 1025ms')
2026-03-24 15:34:09,950 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-12129663 failed!
2026-03-24 15:34:10,011 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-10451695:ctest-vn1-72438452 is 102.90.128.129 and allocation pool is NOT set
2026-03-24 15:34:10,011 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-10451695:ctest-vn1-72438452 is 190.69.12.65 and allocation pool is NOT set
2026-03-24 15:34:14,078 - 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=3.86 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 = 3.859/3.859/3.859/0.000 ms')
2026-03-24 15:34:14,078 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-12129663 passed
2026-03-24 15:34:14,235 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 15:34:14,235 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-12129663, IP 102.90.128.133, Port 22
2026-03-24 15:34:14,401 - DEBUG - VM ctest-vn1-vm1-12129663 is ready for SSH connections
2026-03-24 15:34:14,401 - INFO - Waiting for VM ctest-vn1-vm2-35222091 to be up..
2026-03-24 15:34:14,496 - DEBUG - VM is in ACTIVE state now
2026-03-24 15:34:14,496 - INFO - VM name : ctest-vn1-vm2-35222091
2026-03-24 15:34:14,595 - DEBUG - VM ctest-vn1-vm2-35222091 ID is 0b6f2f29-2d20-4d59-b297-f137b38ae7d8
2026-03-24 15:34:14,595 - DEBUG - VM ctest-vn1-vm2-35222091 launched on Node cn-jenkins-deploy-platform-ansible-os-5534-1
2026-03-24 15:34:14,686 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/0b6f2f29-2d20-4d59-b297-f137b38ae7d8
2026-03-24 15:34:14,697 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/919f2ecc-e4d5-44e7-8e96-32e264319888
2026-03-24 15:34:15,943 - 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.41 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.521 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.521/1.965/3.409/1.444 ms')
2026-03-24 15:34:15,943 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-35222091 passed
2026-03-24 15:34:16,099 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 15:34:16,099 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-35222091, IP 190.69.12.69, Port 22
2026-03-24 15:34:16,255 - DEBUG - VM ctest-vn1-vm2-35222091 is ready for SSH connections
2026-03-24 15:34:16,255 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 15:34:16,255 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 15:34:16,255 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 15:34:16,255 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 102.90.128.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-03-24 15:34:16,255 - DEBUG - ping -s 56 -c 3 -W 1 102.90.128.133
2026-03-24 15:34:18,951 - DEBUG - PING 102.90.128.133 (102.90.128.133): 56 data bytes
64 bytes from 102.90.128.133: seq=0 ttl=63 time=5.039 ms
64 bytes from 102.90.128.133: seq=1 ttl=63 time=1.244 ms
64 bytes from 102.90.128.133: seq=2 ttl=63 time=1.282 ms
--- 102.90.128.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.244/2.521/5.039 ms
2026-03-24 15:34:18,951 - INFO - Ping to IP 102.90.128.133 from VM ctest-vn1-vm2-35222091 passed
2026-03-24 15:34:18,951 - INFO - Detaching port 919f2ecc-e4d5-44e7-8e96-32e264319888 from VM ctest-vn1-vm2-35222091
2026-03-24 15:34:19,010 - INFO - Deleting VM ctest-vn1-vm2-35222091
2026-03-24 15:34:19,102 - INFO - Detaching port 98888b70-3940-45c9-aa00-6a3c7c1d2b3b from VM ctest-vn1-vm1-12129663
2026-03-24 15:34:19,152 - INFO - Deleting VM ctest-vn1-vm1-12129663
2026-03-24 15:34:19,473 - DEBUG - Response for delete_port : ()
2026-03-24 15:34:19,674 - DEBUG - Response for delete_port : ()
2026-03-24 15:34:19,675 - INFO - Deleting VN ctest-vn1-72438452
2026-03-24 15:34:19,843 - DEBUG - Response for deleting network ()
2026-03-24 15:34:20,102 - DEBUG - No XMPP flaps were noticed during the test
2026-03-24 15:34:20,102 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:22]
2026-03-24 15:34:20,102 - INFO - --------------------------------------------------------------------------------
2026-03-24 15:34:20,888 - INFO - Deleted project: ctest-TestPorts-10451695, ID : 6bd676f3-bd56-405c-8d22-f3e2018f602a