2025-10-06 01:58:53,157 - INFO - Domain Default found not creating 2025-10-06 01:58:53,304 - INFO - Project ctest-TestPorts-95832457 not found, creating it 2025-10-06 01:58:53,847 - INFO - Created Project:ctest-TestPorts-95832457, ID : f2734a3c-4522-403a-a16d-3ad3171b2388 2025-10-06 01:58:55,170 - INFO - ================================================================================ 2025-10-06 01:58:55,170 - INFO - STARTING TEST : test_ports_bindings 2025-10-06 01:58:55,171 - 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 2025-10-06 01:58:56,434 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.20.0.193': '0', '10.20.0.25': '0'}, '10.0.0.19': {'10.20.0.25': '0', '10.20.0.17': '0'}} with 2025-10-06 01:58:56,434 - INFO - Initial checks done. Running the testcase now 2025-10-06 01:58:56,434 - INFO - 2025-10-06 01:58:57,047 - DEBUG - Response for create_network : {'network': {'id': '8267f6c4-5421-491c-aa90-e2c375bd42c6', 'name': 'ctest-vn-60885862', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'project_id': 'f2734a3c4522403aa16d3ad3171b2388', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-95832457', 'ctest-vn-60885862'], 'port_security_enabled': True, 'description': ''}} 2025-10-06 01:58:57,285 - DEBUG - Response for create_subnet : {'subnet': {'id': '42d98c5b-adc5-48ec-866c-eb36e3da5e3b', 'name': '', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'network_id': '8267f6c4-5421-491c-aa90-e2c375bd42c6', 'ip_version': 4, 'cidr': '4.178.87.64/26', 'allocation_pools': [{'start': '4.178.87.66', 'end': '4.178.87.126'}], 'gateway_ip': '4.178.87.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '4.178.87.66', 'tags': [], 'project_id': 'f2734a3c4522403aa16d3ad3171b2388'}} 2025-10-06 01:58:57,307 - INFO - Created VN ctest-vn-60885862 2025-10-06 01:58:57,317 - DEBUG - VN ctest-vn-60885862 UUID is 8267f6c4-5421-491c-aa90-e2c375bd42c6 2025-10-06 01:58:57,380 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-95832457', 'ctest-vmi-10173717']} 2025-10-06 01:58:57,677 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-10173717', 'id': 'da85a077-bbe9-4a7a-b318-282461551e1c', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'network_id': '8267f6c4-5421-491c-aa90-e2c375bd42c6', 'mac_address': '02:da:85:a0:77:bb', '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': '4.178.87.67', 'subnet_id': '42d98c5b-adc5-48ec-866c-eb36e3da5e3b'}], 'security_groups': ['b94c7ffc-6815-4aa1-864b-df5597804254'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f2734a3c4522403aa16d3ad3171b2388'}} 2025-10-06 01:58:57,678 - DEBUG - Created port da85a077-bbe9-4a7a-b318-282461551e1c 2025-10-06 01:58:57,748 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/da85a077-bbe9-4a7a-b318-282461551e1c 2025-10-06 01:58:58,036 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/da85a077-bbe9-4a7a-b318-282461551e1c 2025-10-06 01:58:58,064 - INFO - VMI da85a077-bbe9-4a7a-b318-282461551e1c verification in API Server passed 2025-10-06 01:58:58,208 - DEBUG - Response for delete_port : () 2025-10-06 01:58:58,208 - INFO - Deleted port da85a077-bbe9-4a7a-b318-282461551e1c 2025-10-06 01:58:58,208 - INFO - Deleting VN ctest-vn-60885862 2025-10-06 01:58:58,343 - DEBUG - Response for deleting network () 2025-10-06 01:58:59,608 - DEBUG - No XMPP flaps were noticed during the test 2025-10-06 01:58:59,608 - INFO - END TEST : test_ports_bindings : PASSED[0:00:04] 2025-10-06 01:58:59,608 - INFO - -------------------------------------------------------------------------------- 2025-10-06 01:58:59,611 - INFO - ================================================================================ 2025-10-06 01:58:59,611 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2025-10-06 01:58:59,611 - 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 2025-10-06 01:59:00,882 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.20.0.193': '0', '10.20.0.25': '0'}, '10.0.0.19': {'10.20.0.25': '0', '10.20.0.17': '0'}} with 2025-10-06 01:59:00,882 - INFO - Initial checks done. Running the testcase now 2025-10-06 01:59:00,882 - INFO - 2025-10-06 01:59:01,160 - DEBUG - Response for create_network : {'network': {'id': 'ea1d6e75-b4c2-4530-b762-7c86839e0470', 'name': 'ctest-vn1-17623127', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'project_id': 'f2734a3c4522403aa16d3ad3171b2388', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-95832457', 'ctest-vn1-17623127'], 'port_security_enabled': True, 'description': ''}} 2025-10-06 01:59:01,356 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f5c8868d-dff7-469b-b4e0-ec00c76b2d9b', 'name': '', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'network_id': 'ea1d6e75-b4c2-4530-b762-7c86839e0470', 'ip_version': 4, 'cidr': '95.57.146.0/26', 'allocation_pools': [{'start': '95.57.146.2', 'end': '95.57.146.62'}], 'gateway_ip': '95.57.146.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '95.57.146.2', 'tags': [], 'project_id': 'f2734a3c4522403aa16d3ad3171b2388'}} 2025-10-06 01:59:01,568 - DEBUG - Response for create_subnet : {'subnet': {'id': '38243150-7914-4f9b-95f7-e64f27d6716d', 'name': '', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'network_id': 'ea1d6e75-b4c2-4530-b762-7c86839e0470', 'ip_version': 4, 'cidr': '168.94.128.64/26', 'allocation_pools': [{'start': '168.94.128.66', 'end': '168.94.128.126'}], 'gateway_ip': '168.94.128.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '168.94.128.66', 'tags': [], 'project_id': 'f2734a3c4522403aa16d3ad3171b2388'}} 2025-10-06 01:59:01,589 - INFO - Created VN ctest-vn1-17623127 2025-10-06 01:59:01,600 - DEBUG - VN ctest-vn1-17623127 UUID is ea1d6e75-b4c2-4530-b762-7c86839e0470 2025-10-06 01:59:01,928 - DEBUG - Response for create_port : {'port': {'name': 'e5ef6386-d49b-43c4-a55d-26b7693696c1', 'id': 'e5ef6386-d49b-43c4-a55d-26b7693696c1', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'network_id': 'ea1d6e75-b4c2-4530-b762-7c86839e0470', 'mac_address': '02:e5:ef:63:86: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': '95.57.146.5', 'subnet_id': 'f5c8868d-dff7-469b-b4e0-ec00c76b2d9b'}], 'security_groups': ['b94c7ffc-6815-4aa1-864b-df5597804254'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f2734a3c4522403aa16d3ad3171b2388'}} 2025-10-06 01:59:02,184 - DEBUG - Response for create_port : {'port': {'name': 'a79d59ec-cf6d-4bcc-95a5-ceaf0a6faf09', 'id': 'a79d59ec-cf6d-4bcc-95a5-ceaf0a6faf09', 'tenant_id': 'f2734a3c4522403aa16d3ad3171b2388', 'network_id': 'ea1d6e75-b4c2-4530-b762-7c86839e0470', 'mac_address': '02:a7:9d:59:ec:cf', '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': '168.94.128.69', 'subnet_id': '38243150-7914-4f9b-95f7-e64f27d6716d'}], 'security_groups': ['b94c7ffc-6815-4aa1-864b-df5597804254'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'f2734a3c4522403aa16d3ad3171b2388'}} 2025-10-06 01:59:02,248 - DEBUG - Services list from nova: [, , , ] 2025-10-06 01:59:02,718 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-4219-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-4219-1) 2025-10-06 01:59:03,260 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-4219-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-4219-2) 2025-10-06 01:59:03,261 - INFO - Waiting for VM ctest-vn1-vm1-53494259 to be up.. 2025-10-06 01:59:03,303 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2025-10-06 01:59:08,387 - DEBUG - VM is in ACTIVE state now 2025-10-06 01:59:08,387 - INFO - VM name : ctest-vn1-vm1-53494259 2025-10-06 01:59:08,475 - DEBUG - VM ctest-vn1-vm1-53494259 ID is 9c375324-22b4-4ad1-8c2c-d517839f00f1 2025-10-06 01:59:08,499 - DEBUG - VM ctest-vn1-vm1-53494259 launched on Node an-jenkins-deploy-platform-ansible-os-4219-1 2025-10-06 01:59:08,578 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/9c375324-22b4-4ad1-8c2c-d517839f00f1 2025-10-06 01:59:08,873 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/9c375324-22b4-4ad1-8c2c-d517839f00f1 2025-10-06 01:59:08,905 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/e5ef6386-d49b-43c4-a55d-26b7693696c1 2025-10-06 01:59:12,077 - 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 1018ms') 2025-10-06 01:59:12,077 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-53494259 failed! 2025-10-06 01:59:12,091 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-95832457:ctest-vn1-17623127 is 95.57.146.1 and allocation pool is NOT set 2025-10-06 01:59:12,091 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-95832457:ctest-vn1-17623127 is 168.94.128.65 and allocation pool is NOT set 2025-10-06 01:59:14,159 - 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=7.94 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.76 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 = 1.764/4.851/7.939/3.087 ms') 2025-10-06 01:59:14,159 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-53494259 passed 2025-10-06 01:59:14,231 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-06 01:59:14,231 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-53494259, IP 95.57.146.5, Port 22 2025-10-06 01:59:14,403 - DEBUG - VM ctest-vn1-vm1-53494259 is ready for SSH connections 2025-10-06 01:59:14,403 - INFO - Waiting for VM ctest-vn1-vm2-96415765 to be up.. 2025-10-06 01:59:14,515 - DEBUG - VM is in ACTIVE state now 2025-10-06 01:59:14,515 - INFO - VM name : ctest-vn1-vm2-96415765 2025-10-06 01:59:14,595 - DEBUG - VM ctest-vn1-vm2-96415765 ID is f6beb00e-91ed-44ff-acde-ec446c87a1e3 2025-10-06 01:59:14,595 - DEBUG - VM ctest-vn1-vm2-96415765 launched on Node an-jenkins-deploy-platform-ansible-os-4219-2 2025-10-06 01:59:14,671 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/f6beb00e-91ed-44ff-acde-ec446c87a1e3 2025-10-06 01:59:14,687 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/a79d59ec-cf6d-4bcc-95a5-ceaf0a6faf09 2025-10-06 01:59:15,848 - 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.60 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.466 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.466/1.534/2.602/1.068 ms') 2025-10-06 01:59:15,849 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-96415765 passed 2025-10-06 01:59:15,918 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-06 01:59:15,918 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-96415765, IP 168.94.128.69, Port 22 2025-10-06 01:59:16,070 - DEBUG - VM ctest-vn1-vm2-96415765 is ready for SSH connections 2025-10-06 01:59:16,071 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-06 01:59:16,071 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-06 01:59:16,071 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-06 01:59:16,071 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 95.57.146.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.19, gateway password: c0ntrail123 2025-10-06 01:59:16,071 - DEBUG - ping -s 56 -c 3 -W 1 95.57.146.5 2025-10-06 01:59:18,982 - DEBUG - PING 95.57.146.5 (95.57.146.5): 56 data bytes 64 bytes from 95.57.146.5: seq=0 ttl=63 time=4.707 ms 64 bytes from 95.57.146.5: seq=1 ttl=63 time=1.054 ms 64 bytes from 95.57.146.5: seq=2 ttl=63 time=1.051 ms --- 95.57.146.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.051/2.270/4.707 ms 2025-10-06 01:59:18,982 - INFO - Ping to IP 95.57.146.5 from VM ctest-vn1-vm2-96415765 passed 2025-10-06 01:59:18,982 - INFO - Detaching port a79d59ec-cf6d-4bcc-95a5-ceaf0a6faf09 from VM ctest-vn1-vm2-96415765 2025-10-06 01:59:19,027 - INFO - Deleting VM ctest-vn1-vm2-96415765 2025-10-06 01:59:19,087 - INFO - Detaching port e5ef6386-d49b-43c4-a55d-26b7693696c1 from VM ctest-vn1-vm1-53494259 2025-10-06 01:59:19,115 - INFO - Deleting VM ctest-vn1-vm1-53494259 2025-10-06 01:59:19,448 - DEBUG - Response for delete_port : () 2025-10-06 01:59:19,787 - DEBUG - Response for delete_port : () 2025-10-06 01:59:19,787 - INFO - Deleting VN ctest-vn1-17623127 2025-10-06 01:59:19,939 - DEBUG - Response for deleting network () 2025-10-06 01:59:21,240 - DEBUG - No XMPP flaps were noticed during the test 2025-10-06 01:59:21,240 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:22] 2025-10-06 01:59:21,240 - INFO - -------------------------------------------------------------------------------- 2025-10-06 01:59:21,938 - INFO - Deleted project: ctest-TestPorts-95832457, ID : f2734a3c-4522-403a-a16d-3ad3171b2388