2026-06-18 02:13:38,980 - INFO - Domain Default found not creating
2026-06-18 02:13:39,131 - INFO - Project ctest-TestPorts-67290089 not found, creating it
2026-06-18 02:13:39,625 - INFO - Created Project:ctest-TestPorts-67290089, ID : addb7b88-ad66-479b-a4ec-26879e4ee7b2
2026-06-18 02:13:41,142 - INFO - ================================================================================
2026-06-18 02:13:41,142 - INFO - STARTING TEST : test_ports_bindings
2026-06-18 02:13:41,142 - 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-06-18 02:13:42,421 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.25': '0', '10.20.0.129': '0'}, '10.0.0.240': {'10.20.0.193': '0', '10.20.0.129': '0'}} with
2026-06-18 02:13:42,421 - INFO - Initial checks done. Running the testcase now
2026-06-18 02:13:42,421 - INFO -
2026-06-18 02:13:43,120 - DEBUG - Response for create_network : {'network': {'id': '8169fffa-b692-440e-bebe-525a2c0be7ef', 'name': 'ctest-vn-31448311', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-67290089', 'ctest-vn-31448311'], 'port_security_enabled': True, 'description': ''}}
2026-06-18 02:13:43,399 - DEBUG - Response for create_subnet : {'subnet': {'id': '8007f46d-1c70-4dba-9f2b-d3c9e8664c62', 'name': '', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'network_id': '8169fffa-b692-440e-bebe-525a2c0be7ef', 'ip_version': 4, 'cidr': '221.198.170.128/26', 'allocation_pools': [{'start': '221.198.170.130', 'end': '221.198.170.190'}], 'gateway_ip': '221.198.170.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '221.198.170.130', 'tags': [], 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2'}}
2026-06-18 02:13:43,423 - INFO - Created VN ctest-vn-31448311
2026-06-18 02:13:43,437 - DEBUG - VN ctest-vn-31448311 UUID is 8169fffa-b692-440e-bebe-525a2c0be7ef
2026-06-18 02:13:43,528 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-67290089', 'ctest-vmi-47244421']}
2026-06-18 02:13:43,793 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-47244421', 'id': '22383c75-5682-4ece-9664-1cfc4d1238f8', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'network_id': '8169fffa-b692-440e-bebe-525a2c0be7ef', 'mac_address': '02:22:38:3c:75:56', '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': '221.198.170.131', 'subnet_id': '8007f46d-1c70-4dba-9f2b-d3c9e8664c62'}], 'security_groups': ['87be7a9c-0fcd-4f9b-9cb1-5c1575742dbd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2'}}
2026-06-18 02:13:43,793 - DEBUG - Created port 22383c75-5682-4ece-9664-1cfc4d1238f8
2026-06-18 02:13:43,871 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/22383c75-5682-4ece-9664-1cfc4d1238f8
2026-06-18 02:13:44,210 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/22383c75-5682-4ece-9664-1cfc4d1238f8
2026-06-18 02:13:44,241 - INFO - VMI 22383c75-5682-4ece-9664-1cfc4d1238f8 verification in API Server passed
2026-06-18 02:13:44,395 - DEBUG - Response for delete_port : ()
2026-06-18 02:13:44,396 - INFO - Deleted port 22383c75-5682-4ece-9664-1cfc4d1238f8
2026-06-18 02:13:44,396 - INFO - Deleting VN ctest-vn-31448311
2026-06-18 02:13:44,534 - DEBUG - Response for deleting network ()
2026-06-18 02:13:45,819 - DEBUG - No XMPP flaps were noticed during the test
2026-06-18 02:13:45,819 - INFO - END TEST : test_ports_bindings : PASSED[0:00:04]
2026-06-18 02:13:45,819 - INFO - --------------------------------------------------------------------------------
2026-06-18 02:13:45,824 - INFO - ================================================================================
2026-06-18 02:13:45,824 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-18 02:13:45,824 - 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-06-18 02:13:47,107 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.25': '0', '10.20.0.129': '0'}, '10.0.0.240': {'10.20.0.193': '0', '10.20.0.129': '0'}} with
2026-06-18 02:13:47,107 - INFO - Initial checks done. Running the testcase now
2026-06-18 02:13:47,107 - INFO -
2026-06-18 02:13:47,381 - DEBUG - Response for create_network : {'network': {'id': '9a7fbff4-36c7-45bc-904d-b739ea25feeb', 'name': 'ctest-vn1-36446498', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-67290089', 'ctest-vn1-36446498'], 'port_security_enabled': True, 'description': ''}}
2026-06-18 02:13:47,628 - DEBUG - Response for create_subnet : {'subnet': {'id': '76d247cf-46b8-4fee-8f1b-b63506f8d064', 'name': '', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'network_id': '9a7fbff4-36c7-45bc-904d-b739ea25feeb', 'ip_version': 4, 'cidr': '87.74.89.0/26', 'allocation_pools': [{'start': '87.74.89.2', 'end': '87.74.89.62'}], 'gateway_ip': '87.74.89.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '87.74.89.2', 'tags': [], 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2'}}
2026-06-18 02:13:47,854 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fdee6304-eb0d-45bf-aa68-1939e009e39d', 'name': '', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'network_id': '9a7fbff4-36c7-45bc-904d-b739ea25feeb', 'ip_version': 4, 'cidr': '213.30.18.0/26', 'allocation_pools': [{'start': '213.30.18.2', 'end': '213.30.18.62'}], 'gateway_ip': '213.30.18.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '213.30.18.2', 'tags': [], 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2'}}
2026-06-18 02:13:47,877 - INFO - Created VN ctest-vn1-36446498
2026-06-18 02:13:47,887 - DEBUG - VN ctest-vn1-36446498 UUID is 9a7fbff4-36c7-45bc-904d-b739ea25feeb
2026-06-18 02:13:48,163 - DEBUG - Response for create_port : {'port': {'name': 'fbccac67-b9ce-46f0-a81d-83505c7cb1d7', 'id': 'fbccac67-b9ce-46f0-a81d-83505c7cb1d7', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'network_id': '9a7fbff4-36c7-45bc-904d-b739ea25feeb', 'mac_address': '02:fb:cc:ac:67:b9', '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': '87.74.89.5', 'subnet_id': '76d247cf-46b8-4fee-8f1b-b63506f8d064'}], 'security_groups': ['87be7a9c-0fcd-4f9b-9cb1-5c1575742dbd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2'}}
2026-06-18 02:13:48,389 - DEBUG - Response for create_port : {'port': {'name': '07b6ee66-6ebe-4ba5-8012-f56c1c0b0c71', 'id': '07b6ee66-6ebe-4ba5-8012-f56c1c0b0c71', 'tenant_id': 'addb7b88ad66479ba4ec26879e4ee7b2', 'network_id': '9a7fbff4-36c7-45bc-904d-b739ea25feeb', 'mac_address': '02:07:b6:ee:66:6e', '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': '213.30.18.5', 'subnet_id': 'fdee6304-eb0d-45bf-aa68-1939e009e39d'}], 'security_groups': ['87be7a9c-0fcd-4f9b-9cb1-5c1575742dbd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'addb7b88ad66479ba4ec26879e4ee7b2'}}
2026-06-18 02:13:48,445 - DEBUG - Services list from nova: [, , , ]
2026-06-18 02:13:48,827 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5973-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5973-2)
2026-06-18 02:13:49,239 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5973-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5973-1)
2026-06-18 02:13:49,239 - INFO - Waiting for VM ctest-vn1-vm1-81404646 to be up..
2026-06-18 02:13:49,293 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-18 02:13:54,378 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-18 02:13:59,465 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-18 02:14:04,553 - DEBUG - VM is in ACTIVE state now
2026-06-18 02:14:04,553 - INFO - VM name : ctest-vn1-vm1-81404646
2026-06-18 02:14:04,632 - DEBUG - VM ctest-vn1-vm1-81404646 ID is e1cb3bf8-90e6-4a38-9a1e-4db6d36cf44c
2026-06-18 02:14:04,660 - DEBUG - VM ctest-vn1-vm1-81404646 launched on Node an-jenkins-deploy-platform-ansible-os-5973-2
2026-06-18 02:14:04,737 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/e1cb3bf8-90e6-4a38-9a1e-4db6d36cf44c
2026-06-18 02:14:05,069 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/e1cb3bf8-90e6-4a38-9a1e-4db6d36cf44c
2026-06-18 02:14:05,098 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/fbccac67-b9ce-46f0-a81d-83505c7cb1d7
2026-06-18 02:14:06,262 - 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.53 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.484 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.484/2.508/4.533/2.024 ms')
2026-06-18 02:14:06,262 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-81404646 passed
2026-06-18 02:14:06,328 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-18 02:14:06,328 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-81404646, IP 87.74.89.5, Port 22
2026-06-18 02:14:06,486 - DEBUG - VM ctest-vn1-vm1-81404646 is ready for SSH connections
2026-06-18 02:14:06,486 - INFO - Waiting for VM ctest-vn1-vm2-18898387 to be up..
2026-06-18 02:14:06,615 - DEBUG - VM is in ACTIVE state now
2026-06-18 02:14:06,615 - INFO - VM name : ctest-vn1-vm2-18898387
2026-06-18 02:14:06,688 - DEBUG - VM ctest-vn1-vm2-18898387 ID is 1ac78e4f-d4b0-43c5-92ab-c6451452ba31
2026-06-18 02:14:06,688 - DEBUG - VM ctest-vn1-vm2-18898387 launched on Node an-jenkins-deploy-platform-ansible-os-5973-1
2026-06-18 02:14:06,764 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/1ac78e4f-d4b0-43c5-92ab-c6451452ba31
2026-06-18 02:14:06,774 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/07b6ee66-6ebe-4ba5-8012-f56c1c0b0c71
2026-06-18 02:14:07,932 - 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=3.41 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.414 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.414/1.911/3.409/1.497 ms')
2026-06-18 02:14:07,932 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-18898387 passed
2026-06-18 02:14:07,995 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-18 02:14:07,995 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-18898387, IP 213.30.18.5, Port 22
2026-06-18 02:14:08,151 - DEBUG - VM ctest-vn1-vm2-18898387 is ready for SSH connections
2026-06-18 02:14:08,151 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-18 02:14:08,151 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-18 02:14:08,151 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-18 02:14:08,152 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 87.74.89.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.130, gateway password: c0ntrail123
2026-06-18 02:14:08,152 - DEBUG - ping -s 56 -c 3 -W 1 87.74.89.5
2026-06-18 02:14:11,000 - DEBUG - PING 87.74.89.5 (87.74.89.5): 56 data bytes
64 bytes from 87.74.89.5: seq=0 ttl=63 time=6.880 ms
64 bytes from 87.74.89.5: seq=1 ttl=63 time=1.559 ms
64 bytes from 87.74.89.5: seq=2 ttl=63 time=1.198 ms
--- 87.74.89.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.198/3.212/6.880 ms
2026-06-18 02:14:11,000 - INFO - Ping to IP 87.74.89.5 from VM ctest-vn1-vm2-18898387 passed
2026-06-18 02:14:11,001 - INFO - Detaching port 07b6ee66-6ebe-4ba5-8012-f56c1c0b0c71 from VM ctest-vn1-vm2-18898387
2026-06-18 02:14:11,059 - INFO - Deleting VM ctest-vn1-vm2-18898387
2026-06-18 02:14:11,135 - INFO - Detaching port fbccac67-b9ce-46f0-a81d-83505c7cb1d7 from VM ctest-vn1-vm1-81404646
2026-06-18 02:14:11,174 - INFO - Deleting VM ctest-vn1-vm1-81404646
2026-06-18 02:14:11,893 - DEBUG - Response for delete_port : ()
2026-06-18 02:14:12,289 - DEBUG - Response for delete_port : ()
2026-06-18 02:14:12,289 - INFO - Deleting VN ctest-vn1-36446498
2026-06-18 02:14:12,451 - DEBUG - Response for deleting network ()
2026-06-18 02:14:13,717 - DEBUG - No XMPP flaps were noticed during the test
2026-06-18 02:14:13,717 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:28]
2026-06-18 02:14:13,717 - INFO - --------------------------------------------------------------------------------
2026-06-18 02:14:15,158 - INFO - Deleted project: ctest-TestPorts-67290089, ID : addb7b88-ad66-479b-a4ec-26879e4ee7b2