2025-10-15 16:21:22,290 - INFO - Domain Default found not creating
2025-10-15 16:21:22,584 - INFO - Project ctest-TestPorts-45479670 not found, creating it
2025-10-15 16:21:23,229 - INFO - Created Project:ctest-TestPorts-45479670, ID : 42c9f2b5-f77a-4505-b105-137df9535757 
2025-10-15 16:21:25,429 - INFO - ================================================================================
2025-10-15 16:21:25,429 - INFO - STARTING TEST    : test_ports_bindings
2025-10-15 16:21:25,430 - 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-15 16:21:25,741 - DEBUG - Nothing to compare xmpp stats {'10.0.0.61': {'10.20.0.253': '0'}} with
2025-10-15 16:21:25,741 - INFO - Initial checks done. Running the testcase now
2025-10-15 16:21:25,741 - INFO - 
2025-10-15 16:21:26,498 - DEBUG - Response for create_network : {'network': {'id': '1eec482a-6bf6-4cbd-b8b2-5ea01f6ee8b6', 'name': 'ctest-vn-50149691', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'project_id': '42c9f2b5f77a4505b105137df9535757', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-45479670', 'ctest-vn-50149691'], 'port_security_enabled': True, 'description': ''}}
2025-10-15 16:21:26,716 - DEBUG - Response for create_subnet : {'subnet': {'id': '70ce3d08-044d-42b6-ab3f-7ace407a79a9', 'name': '', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'network_id': '1eec482a-6bf6-4cbd-b8b2-5ea01f6ee8b6', 'ip_version': 4, 'cidr': '71.211.171.192/26', 'allocation_pools': [{'start': '71.211.171.194', 'end': '71.211.171.254'}], 'gateway_ip': '71.211.171.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '71.211.171.194', 'tags': [], 'project_id': '42c9f2b5f77a4505b105137df9535757'}}
2025-10-15 16:21:26,737 - INFO - Created VN ctest-vn-50149691
2025-10-15 16:21:26,791 - DEBUG - VN ctest-vn-50149691 UUID is 1eec482a-6bf6-4cbd-b8b2-5ea01f6ee8b6
2025-10-15 16:21:26,935 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-45479670', 'ctest-vmi-13657124']}
2025-10-15 16:21:27,247 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-13657124', 'id': 'e2ee5e2b-bf44-4398-9939-e740f4e2abd0', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'network_id': '1eec482a-6bf6-4cbd-b8b2-5ea01f6ee8b6', 'mac_address': '02:e2:ee:5e:2b:bf', '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': '71.211.171.195', 'subnet_id': '70ce3d08-044d-42b6-ab3f-7ace407a79a9'}], 'security_groups': ['809692c9-eefb-4c60-9b23-c6f8e691d11b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42c9f2b5f77a4505b105137df9535757'}}
2025-10-15 16:21:27,247 - DEBUG - Created port e2ee5e2b-bf44-4398-9939-e740f4e2abd0
2025-10-15 16:21:27,359 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-machine-interface/e2ee5e2b-bf44-4398-9939-e740f4e2abd0
2025-10-15 16:21:27,711 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-machine-interface/e2ee5e2b-bf44-4398-9939-e740f4e2abd0
2025-10-15 16:21:27,764 - INFO - VMI e2ee5e2b-bf44-4398-9939-e740f4e2abd0 verification in API Server passed
2025-10-15 16:21:27,947 - DEBUG - Response for delete_port : ()
2025-10-15 16:21:27,948 - INFO - Deleted port e2ee5e2b-bf44-4398-9939-e740f4e2abd0
2025-10-15 16:21:27,948 - INFO - Deleting VN ctest-vn-50149691 
2025-10-15 16:21:28,109 - DEBUG - Response for deleting network ()
2025-10-15 16:21:28,415 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 16:21:28,415 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-15 16:21:28,415 - INFO - --------------------------------------------------------------------------------
2025-10-15 16:21:28,423 - INFO - ================================================================================
2025-10-15 16:21:28,423 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-15 16:21:28,423 - 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-15 16:21:28,757 - DEBUG - Nothing to compare xmpp stats {'10.0.0.61': {'10.20.0.253': '0'}} with
2025-10-15 16:21:28,757 - INFO - Initial checks done. Running the testcase now
2025-10-15 16:21:28,757 - INFO - 
2025-10-15 16:21:29,032 - DEBUG - Response for create_network : {'network': {'id': 'b446672b-2f38-4df4-a7d1-4bedb0096d5d', 'name': 'ctest-vn1-38478273', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'project_id': '42c9f2b5f77a4505b105137df9535757', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-45479670', 'ctest-vn1-38478273'], 'port_security_enabled': True, 'description': ''}}
2025-10-15 16:21:29,273 - DEBUG - Response for create_subnet : {'subnet': {'id': '0f3e9c1e-acf9-46f8-a407-0834863b49be', 'name': '', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'network_id': 'b446672b-2f38-4df4-a7d1-4bedb0096d5d', 'ip_version': 4, 'cidr': '19.52.18.128/26', 'allocation_pools': [{'start': '19.52.18.130', 'end': '19.52.18.190'}], 'gateway_ip': '19.52.18.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '19.52.18.130', 'tags': [], 'project_id': '42c9f2b5f77a4505b105137df9535757'}}
2025-10-15 16:21:29,507 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e1eb4ddb-65cf-4623-a06d-1c29e109758a', 'name': '', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'network_id': 'b446672b-2f38-4df4-a7d1-4bedb0096d5d', 'ip_version': 4, 'cidr': '87.30.196.0/26', 'allocation_pools': [{'start': '87.30.196.2', 'end': '87.30.196.62'}], 'gateway_ip': '87.30.196.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '87.30.196.2', 'tags': [], 'project_id': '42c9f2b5f77a4505b105137df9535757'}}
2025-10-15 16:21:29,544 - INFO - Created VN ctest-vn1-38478273
2025-10-15 16:21:29,611 - DEBUG - VN ctest-vn1-38478273 UUID is b446672b-2f38-4df4-a7d1-4bedb0096d5d
2025-10-15 16:21:30,082 - DEBUG - Response for create_port : {'port': {'name': '528860b1-e367-4489-bdf6-752b51961012', 'id': '528860b1-e367-4489-bdf6-752b51961012', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'network_id': 'b446672b-2f38-4df4-a7d1-4bedb0096d5d', 'mac_address': '02:52:88:60:b1:e3', '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': '19.52.18.133', 'subnet_id': '0f3e9c1e-acf9-46f8-a407-0834863b49be'}], 'security_groups': ['809692c9-eefb-4c60-9b23-c6f8e691d11b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42c9f2b5f77a4505b105137df9535757'}}
2025-10-15 16:21:30,319 - DEBUG - Response for create_port : {'port': {'name': '690e0054-7fe0-4d8d-8acb-d4c1f3c6a65d', 'id': '690e0054-7fe0-4d8d-8acb-d4c1f3c6a65d', 'tenant_id': '42c9f2b5f77a4505b105137df9535757', 'network_id': 'b446672b-2f38-4df4-a7d1-4bedb0096d5d', 'mac_address': '02:69:0e:00:54:7f', '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.30.196.5', 'subnet_id': 'e1eb4ddb-65cf-4623-a06d-1c29e109758a'}], 'security_groups': ['809692c9-eefb-4c60-9b23-c6f8e691d11b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42c9f2b5f77a4505b105137df9535757'}}
2025-10-15 16:21:30,381 - DEBUG - Services list from nova: [, , ]
2025-10-15 16:21:31,047 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4332-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4332-1)
2025-10-15 16:21:31,834 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4332-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4332-1)
2025-10-15 16:21:31,834 - INFO - Waiting for VM ctest-vn1-vm1-98171827 to be up..
2025-10-15 16:21:31,902 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-15 16:21:37,076 - DEBUG - VM  is in ACTIVE state now
2025-10-15 16:21:37,076 - INFO - VM name : ctest-vn1-vm1-98171827
2025-10-15 16:21:37,216 - DEBUG - VM ctest-vn1-vm1-98171827 ID is b293d928-844a-4000-a8fa-a9609b548130
2025-10-15 16:21:37,254 - DEBUG - VM ctest-vn1-vm1-98171827 launched on Node cn-jenkins-deploy-platform-ansible-os-4332-1
2025-10-15 16:21:37,390 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-machine/b293d928-844a-4000-a8fa-a9609b548130
2025-10-15 16:21:37,404 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-machine-interface/528860b1-e367-4489-bdf6-752b51961012
2025-10-15 16:21:40,709 - 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 1027ms')
2025-10-15 16:21:40,710 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-98171827 failed!
2025-10-15 16:21:40,775 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-45479670:ctest-vn1-38478273 is 19.52.18.129 and allocation pool is NOT set
2025-10-15 16:21:40,776 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-45479670:ctest-vn1-38478273 is 87.30.196.1 and allocation pool is NOT set
2025-10-15 16:21:44,868 - 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=11.4 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1008ms\r\nrtt min/avg/max/mdev = 11.399/11.399/11.399/0.000 ms')
2025-10-15 16:21:44,868 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-98171827 passed
2025-10-15 16:21:45,039 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 16:21:45,039 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-98171827, IP 19.52.18.133, Port 22
2025-10-15 16:21:45,226 - DEBUG - VM ctest-vn1-vm1-98171827 is ready for SSH connections
2025-10-15 16:21:45,226 - INFO - Waiting for VM ctest-vn1-vm2-52199940 to be up..
2025-10-15 16:21:45,328 - DEBUG - VM  is in ACTIVE state now
2025-10-15 16:21:45,328 - INFO - VM name : ctest-vn1-vm2-52199940
2025-10-15 16:21:45,438 - DEBUG - VM ctest-vn1-vm2-52199940 ID is 102b3125-77e0-45c8-85c6-d8be45a84094
2025-10-15 16:21:45,438 - DEBUG - VM ctest-vn1-vm2-52199940 launched on Node cn-jenkins-deploy-platform-ansible-os-4332-1
2025-10-15 16:21:45,595 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-machine/102b3125-77e0-45c8-85c6-d8be45a84094
2025-10-15 16:21:45,609 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-machine-interface/690e0054-7fe0-4d8d-8acb-d4c1f3c6a65d
2025-10-15 16:21:46,909 - 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.33 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=3.49 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 = 3.334/3.412/3.491/0.078 ms')
2025-10-15 16:21:46,910 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-52199940 passed
2025-10-15 16:21:47,087 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 16:21:47,088 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-52199940, IP 87.30.196.5, Port 22
2025-10-15 16:21:47,275 - DEBUG - VM ctest-vn1-vm2-52199940 is ready for SSH connections
2025-10-15 16:21:47,275 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 16:21:47,275 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 16:21:47,275 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 16:21:47,275 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  19.52.18.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.61, gateway password: c0ntrail123
2025-10-15 16:21:47,276 - DEBUG - ping -s 56 -c 3 -W 1  19.52.18.133
2025-10-15 16:21:50,466 - DEBUG - PING 19.52.18.133 (19.52.18.133): 56 data bytes
64 bytes from 19.52.18.133: seq=0 ttl=63 time=4.225 ms
64 bytes from 19.52.18.133: seq=1 ttl=63 time=1.821 ms
64 bytes from 19.52.18.133: seq=2 ttl=63 time=1.899 ms
--- 19.52.18.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.821/2.648/4.225 ms
2025-10-15 16:21:50,466 - INFO - Ping to IP 19.52.18.133 from VM ctest-vn1-vm2-52199940 passed
2025-10-15 16:21:50,467 - INFO - Detaching port 690e0054-7fe0-4d8d-8acb-d4c1f3c6a65d from VM ctest-vn1-vm2-52199940
2025-10-15 16:21:50,565 - INFO - Deleting VM ctest-vn1-vm2-52199940
2025-10-15 16:21:50,715 - INFO - Detaching port 528860b1-e367-4489-bdf6-752b51961012 from VM ctest-vn1-vm1-98171827
2025-10-15 16:21:50,771 - INFO - Deleting VM ctest-vn1-vm1-98171827
2025-10-15 16:21:51,097 - DEBUG - Response for delete_port : ()
2025-10-15 16:21:51,282 - DEBUG - Response for delete_port : ()
2025-10-15 16:21:51,282 - INFO - Deleting VN ctest-vn1-38478273 
2025-10-15 16:21:51,463 - DEBUG - Response for deleting network ()
2025-10-15 16:21:51,736 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 16:21:51,737 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:23]
2025-10-15 16:21:51,737 - INFO - --------------------------------------------------------------------------------
2025-10-15 16:21:52,492 - INFO - Deleted project: ctest-TestPorts-45479670, ID : 42c9f2b5-f77a-4505-b105-137df9535757