2025-10-30 09:10:48,115 - INFO - Domain Default found not creating
2025-10-30 09:10:48,237 - INFO - Project ctest-TestPorts-90840050 not found, creating it
2025-10-30 09:10:49,008 - INFO - Created Project:ctest-TestPorts-90840050, ID : 53af8afb-2b85-4635-a164-43fbcf14fd06 
2025-10-30 09:10:50,364 - INFO - ================================================================================
2025-10-30 09:10:50,364 - INFO - STARTING TEST    : test_ports_bindings
2025-10-30 09:10:50,365 - 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-30 09:10:50,617 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with
2025-10-30 09:10:50,618 - INFO - Initial checks done. Running the testcase now
2025-10-30 09:10:50,618 - INFO - 
2025-10-30 09:10:51,131 - DEBUG - Response for create_network : {'network': {'id': '0162b8bc-da3e-4778-b915-98fa26f3cd2b', 'name': 'ctest-vn-86749693', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'project_id': '53af8afb2b854635a16443fbcf14fd06', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-90840050', 'ctest-vn-86749693'], 'port_security_enabled': True, 'description': ''}}
2025-10-30 09:10:51,309 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b895fc95-e6d0-4060-91aa-a090ba7ef147', 'name': '', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'network_id': '0162b8bc-da3e-4778-b915-98fa26f3cd2b', 'ip_version': 4, 'cidr': '2.227.87.0/26', 'allocation_pools': [{'start': '2.227.87.2', 'end': '2.227.87.62'}], 'gateway_ip': '2.227.87.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '2.227.87.2', 'tags': [], 'project_id': '53af8afb2b854635a16443fbcf14fd06'}}
2025-10-30 09:10:51,324 - INFO - Created VN ctest-vn-86749693
2025-10-30 09:10:51,375 - DEBUG - VN ctest-vn-86749693 UUID is 0162b8bc-da3e-4778-b915-98fa26f3cd2b
2025-10-30 09:10:51,472 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-90840050', 'ctest-vmi-06519153']}
2025-10-30 09:10:51,729 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-06519153', 'id': 'c314a222-9047-4983-9717-e1dd3c488fcc', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'network_id': '0162b8bc-da3e-4778-b915-98fa26f3cd2b', 'mac_address': '02:c3:14:a2:22:90', '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': '2.227.87.3', 'subnet_id': 'b895fc95-e6d0-4060-91aa-a090ba7ef147'}], 'security_groups': ['dd7937b1-d6af-4ac1-aa8b-8cd69e582685'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '53af8afb2b854635a16443fbcf14fd06'}}
2025-10-30 09:10:51,729 - DEBUG - Created port c314a222-9047-4983-9717-e1dd3c488fcc
2025-10-30 09:10:51,835 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c314a222-9047-4983-9717-e1dd3c488fcc
2025-10-30 09:10:52,136 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c314a222-9047-4983-9717-e1dd3c488fcc
2025-10-30 09:10:52,164 - INFO - VMI c314a222-9047-4983-9717-e1dd3c488fcc verification in API Server passed
2025-10-30 09:10:52,232 - DEBUG - Response for delete_port : ()
2025-10-30 09:10:52,232 - INFO - Deleted port c314a222-9047-4983-9717-e1dd3c488fcc
2025-10-30 09:10:52,232 - INFO - Deleting VN ctest-vn-86749693 
2025-10-30 09:10:52,316 - DEBUG - Response for deleting network ()
2025-10-30 09:10:52,571 - DEBUG - No XMPP flaps were noticed during the test
2025-10-30 09:10:52,571 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2025-10-30 09:10:52,571 - INFO - --------------------------------------------------------------------------------
2025-10-30 09:10:52,573 - INFO - ================================================================================
2025-10-30 09:10:52,574 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-30 09:10:52,574 - 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-30 09:10:52,859 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with
2025-10-30 09:10:52,860 - INFO - Initial checks done. Running the testcase now
2025-10-30 09:10:52,860 - INFO - 
2025-10-30 09:10:53,020 - DEBUG - Response for create_network : {'network': {'id': '03e924b1-f8c8-4216-a181-c80495a0394e', 'name': 'ctest-vn1-31911785', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'project_id': '53af8afb2b854635a16443fbcf14fd06', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-90840050', 'ctest-vn1-31911785'], 'port_security_enabled': True, 'description': ''}}
2025-10-30 09:10:53,239 - DEBUG - Response for create_subnet : {'subnet': {'id': '64960839-efff-4f8d-9894-3a60c295f735', 'name': '', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'network_id': '03e924b1-f8c8-4216-a181-c80495a0394e', 'ip_version': 4, 'cidr': '217.78.247.192/26', 'allocation_pools': [{'start': '217.78.247.194', 'end': '217.78.247.254'}], 'gateway_ip': '217.78.247.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '217.78.247.194', 'tags': [], 'project_id': '53af8afb2b854635a16443fbcf14fd06'}}
2025-10-30 09:10:53,418 - DEBUG - Response for create_subnet : {'subnet': {'id': '7d2ec401-9119-4386-8f26-c822810e96e6', 'name': '', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'network_id': '03e924b1-f8c8-4216-a181-c80495a0394e', 'ip_version': 4, 'cidr': '72.36.108.192/26', 'allocation_pools': [{'start': '72.36.108.194', 'end': '72.36.108.254'}], 'gateway_ip': '72.36.108.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '72.36.108.194', 'tags': [], 'project_id': '53af8afb2b854635a16443fbcf14fd06'}}
2025-10-30 09:10:53,434 - INFO - Created VN ctest-vn1-31911785
2025-10-30 09:10:53,483 - DEBUG - VN ctest-vn1-31911785 UUID is 03e924b1-f8c8-4216-a181-c80495a0394e
2025-10-30 09:10:53,748 - DEBUG - Response for create_port : {'port': {'name': '2461f27e-7566-44aa-917d-689f49715aa8', 'id': '2461f27e-7566-44aa-917d-689f49715aa8', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'network_id': '03e924b1-f8c8-4216-a181-c80495a0394e', 'mac_address': '02:24:61:f2:7e:75', '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': '217.78.247.197', 'subnet_id': '64960839-efff-4f8d-9894-3a60c295f735'}], 'security_groups': ['dd7937b1-d6af-4ac1-aa8b-8cd69e582685'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '53af8afb2b854635a16443fbcf14fd06'}}
2025-10-30 09:10:53,898 - DEBUG - Response for create_port : {'port': {'name': 'f473ef59-ff4b-4ac4-a97d-9ff9b254b796', 'id': 'f473ef59-ff4b-4ac4-a97d-9ff9b254b796', 'tenant_id': '53af8afb2b854635a16443fbcf14fd06', 'network_id': '03e924b1-f8c8-4216-a181-c80495a0394e', 'mac_address': '02:f4:73:ef:59:ff', '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': '72.36.108.197', 'subnet_id': '7d2ec401-9119-4386-8f26-c822810e96e6'}], 'security_groups': ['dd7937b1-d6af-4ac1-aa8b-8cd69e582685'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '53af8afb2b854635a16443fbcf14fd06'}}
2025-10-30 09:10:53,955 - DEBUG - Services list from nova: [, , ]
2025-10-30 09:10:54,247 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4537-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4537-1)
2025-10-30 09:10:54,633 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4537-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4537-1)
2025-10-30 09:10:54,633 - INFO - Waiting for VM ctest-vn1-vm1-20497399 to be up..
2025-10-30 09:10:54,670 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-30 09:10:59,749 - DEBUG - VM  is in ACTIVE state now
2025-10-30 09:10:59,750 - INFO - VM name : ctest-vn1-vm1-20497399
2025-10-30 09:10:59,826 - DEBUG - VM ctest-vn1-vm1-20497399 ID is d4e7cc81-e0db-4cea-8c2f-d89dd451e630
2025-10-30 09:10:59,845 - DEBUG - VM ctest-vn1-vm1-20497399 launched on Node cn-jenkins-deploy-platform-ansible-os-4537-1
2025-10-30 09:10:59,920 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/d4e7cc81-e0db-4cea-8c2f-d89dd451e630
2025-10-30 09:10:59,928 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/2461f27e-7566-44aa-917d-689f49715aa8
2025-10-30 09:11:03,178 - 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 1012ms')
2025-10-30 09:11:03,178 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-20497399 failed!
2025-10-30 09:11:03,232 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-90840050:ctest-vn1-31911785 is 217.78.247.193 and allocation pool is NOT set
2025-10-30 09:11:03,232 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-90840050:ctest-vn1-31911785 is 72.36.108.193 and allocation pool is NOT set
2025-10-30 09:11:05,293 - 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.74 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.795 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.795/2.766/4.738/1.971 ms')
2025-10-30 09:11:05,293 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-20497399 passed
2025-10-30 09:11:05,439 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 09:11:05,440 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-20497399, IP 217.78.247.197, Port 22
2025-10-30 09:11:05,599 - DEBUG - VM ctest-vn1-vm1-20497399 is ready for SSH connections
2025-10-30 09:11:05,599 - INFO - Waiting for VM ctest-vn1-vm2-80756785 to be up..
2025-10-30 09:11:05,664 - DEBUG - VM  is in ACTIVE state now
2025-10-30 09:11:05,665 - INFO - VM name : ctest-vn1-vm2-80756785
2025-10-30 09:11:05,724 - DEBUG - VM ctest-vn1-vm2-80756785 ID is a0f22f70-d439-4f10-b34f-df8e009d7fff
2025-10-30 09:11:05,724 - DEBUG - VM ctest-vn1-vm2-80756785 launched on Node cn-jenkins-deploy-platform-ansible-os-4537-1
2025-10-30 09:11:05,784 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/a0f22f70-d439-4f10-b34f-df8e009d7fff
2025-10-30 09:11:05,790 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f473ef59-ff4b-4ac4-a97d-9ff9b254b796
2025-10-30 09:11:07,021 - 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.70 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.421 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.421/1.559/2.698/1.138 ms')
2025-10-30 09:11:07,021 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-80756785 passed
2025-10-30 09:11:07,168 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 09:11:07,168 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-80756785, IP 72.36.108.197, Port 22
2025-10-30 09:11:07,323 - DEBUG - VM ctest-vn1-vm2-80756785 is ready for SSH connections
2025-10-30 09:11:07,324 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 09:11:07,324 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 09:11:07,324 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 09:11:07,324 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  217.78.247.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 09:11:07,324 - DEBUG - ping -s 56 -c 3 -W 1  217.78.247.197
2025-10-30 09:11:10,403 - DEBUG - PING 217.78.247.197 (217.78.247.197): 56 data bytes
64 bytes from 217.78.247.197: seq=0 ttl=63 time=4.868 ms
64 bytes from 217.78.247.197: seq=1 ttl=63 time=0.839 ms
64 bytes from 217.78.247.197: seq=2 ttl=63 time=0.749 ms
--- 217.78.247.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.749/2.152/4.868 ms
2025-10-30 09:11:10,403 - INFO - Ping to IP 217.78.247.197 from VM ctest-vn1-vm2-80756785 passed
2025-10-30 09:11:10,403 - INFO - Detaching port f473ef59-ff4b-4ac4-a97d-9ff9b254b796 from VM ctest-vn1-vm2-80756785
2025-10-30 09:11:10,446 - INFO - Deleting VM ctest-vn1-vm2-80756785
2025-10-30 09:11:10,506 - INFO - Detaching port 2461f27e-7566-44aa-917d-689f49715aa8 from VM ctest-vn1-vm1-20497399
2025-10-30 09:11:10,536 - INFO - Deleting VM ctest-vn1-vm1-20497399
2025-10-30 09:11:10,736 - DEBUG - Response for delete_port : ()
2025-10-30 09:11:10,878 - DEBUG - Response for delete_port : ()
2025-10-30 09:11:10,878 - INFO - Deleting VN ctest-vn1-31911785 
2025-10-30 09:11:11,017 - DEBUG - Response for deleting network ()
2025-10-30 09:11:11,291 - DEBUG - No XMPP flaps were noticed during the test
2025-10-30 09:11:11,291 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2025-10-30 09:11:11,291 - INFO - --------------------------------------------------------------------------------
2025-10-30 09:11:11,960 - INFO - Deleted project: ctest-TestPorts-90840050, ID : 53af8afb-2b85-4635-a164-43fbcf14fd06