2025-10-31 05:39:18,782 - INFO - Domain Default found not creating
2025-10-31 05:39:18,937 - INFO - Project ctest-TestPorts-85727456 not found, creating it
2025-10-31 05:39:19,390 - INFO - Created Project:ctest-TestPorts-85727456, ID : d86765af-88b6-4f3d-b147-b65cdfd1fb46 
2025-10-31 05:39:20,937 - INFO - ================================================================================
2025-10-31 05:39:20,937 - INFO - STARTING TEST    : test_ports_bindings
2025-10-31 05:39:20,937 - 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-31 05:39:21,193 - DEBUG - Nothing to compare xmpp stats {'10.0.0.137': {'10.20.0.14': '0'}} with
2025-10-31 05:39:21,193 - INFO - Initial checks done. Running the testcase now
2025-10-31 05:39:21,193 - INFO - 
2025-10-31 05:39:21,771 - DEBUG - Response for create_network : {'network': {'id': 'db0048dc-d066-44e3-ae60-70b3e300a005', 'name': 'ctest-vn-50055575', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'project_id': 'd86765af88b64f3db147b65cdfd1fb46', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-85727456', 'ctest-vn-50055575'], 'port_security_enabled': True, 'description': ''}}
2025-10-31 05:39:21,949 - DEBUG - Response for create_subnet : {'subnet': {'id': '9afe71a6-b277-4078-a4ec-020900a3998d', 'name': '', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'network_id': 'db0048dc-d066-44e3-ae60-70b3e300a005', 'ip_version': 4, 'cidr': '110.235.197.64/26', 'allocation_pools': [{'start': '110.235.197.66', 'end': '110.235.197.126'}], 'gateway_ip': '110.235.197.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '110.235.197.66', 'tags': [], 'project_id': 'd86765af88b64f3db147b65cdfd1fb46'}}
2025-10-31 05:39:21,967 - INFO - Created VN ctest-vn-50055575
2025-10-31 05:39:22,021 - DEBUG - VN ctest-vn-50055575 UUID is db0048dc-d066-44e3-ae60-70b3e300a005
2025-10-31 05:39:22,132 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-85727456', 'ctest-vmi-81874087']}
2025-10-31 05:39:22,367 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-81874087', 'id': '50a2ae74-7800-47ca-97a7-5199fe2feab4', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'network_id': 'db0048dc-d066-44e3-ae60-70b3e300a005', 'mac_address': '02:50:a2:ae:74:78', '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': '110.235.197.67', 'subnet_id': '9afe71a6-b277-4078-a4ec-020900a3998d'}], 'security_groups': ['e8eeb024-83e6-4e6a-b8ff-3ce536f1ec93'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd86765af88b64f3db147b65cdfd1fb46'}}
2025-10-31 05:39:22,367 - DEBUG - Created port 50a2ae74-7800-47ca-97a7-5199fe2feab4
2025-10-31 05:39:22,473 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/50a2ae74-7800-47ca-97a7-5199fe2feab4
2025-10-31 05:39:22,808 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/50a2ae74-7800-47ca-97a7-5199fe2feab4
2025-10-31 05:39:22,839 - INFO - VMI 50a2ae74-7800-47ca-97a7-5199fe2feab4 verification in API Server passed
2025-10-31 05:39:22,925 - DEBUG - Response for delete_port : ()
2025-10-31 05:39:22,925 - INFO - Deleted port 50a2ae74-7800-47ca-97a7-5199fe2feab4
2025-10-31 05:39:22,925 - INFO - Deleting VN ctest-vn-50055575 
2025-10-31 05:39:23,036 - DEBUG - Response for deleting network ()
2025-10-31 05:39:23,295 - DEBUG - No XMPP flaps were noticed during the test
2025-10-31 05:39:23,295 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-31 05:39:23,295 - INFO - --------------------------------------------------------------------------------
2025-10-31 05:39:23,298 - INFO - ================================================================================
2025-10-31 05:39:23,298 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-31 05:39:23,298 - 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-31 05:39:23,589 - DEBUG - Nothing to compare xmpp stats {'10.0.0.137': {'10.20.0.14': '0'}} with
2025-10-31 05:39:23,589 - INFO - Initial checks done. Running the testcase now
2025-10-31 05:39:23,589 - INFO - 
2025-10-31 05:39:23,770 - DEBUG - Response for create_network : {'network': {'id': '4a142fa8-2c41-4504-8ff5-ea88d5dfb80b', 'name': 'ctest-vn1-06600914', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'project_id': 'd86765af88b64f3db147b65cdfd1fb46', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-85727456', 'ctest-vn1-06600914'], 'port_security_enabled': True, 'description': ''}}
2025-10-31 05:39:23,979 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b389f514-c76c-4fd2-a3dc-7052296df2ac', 'name': '', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'network_id': '4a142fa8-2c41-4504-8ff5-ea88d5dfb80b', 'ip_version': 4, 'cidr': '160.119.123.192/26', 'allocation_pools': [{'start': '160.119.123.194', 'end': '160.119.123.254'}], 'gateway_ip': '160.119.123.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '160.119.123.194', 'tags': [], 'project_id': 'd86765af88b64f3db147b65cdfd1fb46'}}
2025-10-31 05:39:24,143 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a88e9054-a64e-41bc-be7c-2b80cc897b5c', 'name': '', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'network_id': '4a142fa8-2c41-4504-8ff5-ea88d5dfb80b', 'ip_version': 4, 'cidr': '136.161.86.192/26', 'allocation_pools': [{'start': '136.161.86.194', 'end': '136.161.86.254'}], 'gateway_ip': '136.161.86.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '136.161.86.194', 'tags': [], 'project_id': 'd86765af88b64f3db147b65cdfd1fb46'}}
2025-10-31 05:39:24,162 - INFO - Created VN ctest-vn1-06600914
2025-10-31 05:39:24,213 - DEBUG - VN ctest-vn1-06600914 UUID is 4a142fa8-2c41-4504-8ff5-ea88d5dfb80b
2025-10-31 05:39:24,516 - DEBUG - Response for create_port : {'port': {'name': '646c31da-0066-432e-a0f3-9a65bfb51355', 'id': '646c31da-0066-432e-a0f3-9a65bfb51355', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'network_id': '4a142fa8-2c41-4504-8ff5-ea88d5dfb80b', 'mac_address': '02:64:6c:31:da:00', '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': '160.119.123.197', 'subnet_id': 'b389f514-c76c-4fd2-a3dc-7052296df2ac'}], 'security_groups': ['e8eeb024-83e6-4e6a-b8ff-3ce536f1ec93'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd86765af88b64f3db147b65cdfd1fb46'}}
2025-10-31 05:39:24,700 - DEBUG - Response for create_port : {'port': {'name': 'acbed6c2-ebb6-4a99-8d3d-49aba89e89b9', 'id': 'acbed6c2-ebb6-4a99-8d3d-49aba89e89b9', 'tenant_id': 'd86765af88b64f3db147b65cdfd1fb46', 'network_id': '4a142fa8-2c41-4504-8ff5-ea88d5dfb80b', 'mac_address': '02:ac:be:d6:c2:eb', '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': '136.161.86.197', 'subnet_id': 'a88e9054-a64e-41bc-be7c-2b80cc897b5c'}], 'security_groups': ['e8eeb024-83e6-4e6a-b8ff-3ce536f1ec93'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd86765af88b64f3db147b65cdfd1fb46'}}
2025-10-31 05:39:24,759 - DEBUG - Services list from nova: [, , ]
2025-10-31 05:39:25,114 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4571-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4571-1)
2025-10-31 05:39:25,518 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4571-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4571-1)
2025-10-31 05:39:25,518 - INFO - Waiting for VM ctest-vn1-vm1-52115140 to be up..
2025-10-31 05:39:25,556 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-31 05:39:30,630 - DEBUG - VM  is in ACTIVE state now
2025-10-31 05:39:30,631 - INFO - VM name : ctest-vn1-vm1-52115140
2025-10-31 05:39:30,711 - DEBUG - VM ctest-vn1-vm1-52115140 ID is dea91b5a-ed1d-46e4-bcdf-6c8f33816ebc
2025-10-31 05:39:30,737 - DEBUG - VM ctest-vn1-vm1-52115140 launched on Node cn-jenkins-deploy-platform-ansible-os-4571-1
2025-10-31 05:39:30,824 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine/dea91b5a-ed1d-46e4-bcdf-6c8f33816ebc
2025-10-31 05:39:30,832 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/646c31da-0066-432e-a0f3-9a65bfb51355
2025-10-31 05:39:34,085 - 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 1022ms')
2025-10-31 05:39:34,085 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-52115140 failed!
2025-10-31 05:39:34,137 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-85727456:ctest-vn1-06600914 is 160.119.123.193 and allocation pool is NOT set
2025-10-31 05:39:34,137 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-85727456:ctest-vn1-06600914 is 136.161.86.193 and allocation pool is NOT set
2025-10-31 05:39:38,213 - 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=7.82 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1019ms\r\nrtt min/avg/max/mdev = 7.818/7.818/7.818/0.000 ms')
2025-10-31 05:39:38,213 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-52115140 passed
2025-10-31 05:39:38,361 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 05:39:38,361 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-52115140, IP 160.119.123.197, Port 22
2025-10-31 05:39:38,516 - DEBUG - VM ctest-vn1-vm1-52115140 is ready for SSH connections
2025-10-31 05:39:38,516 - INFO - Waiting for VM ctest-vn1-vm2-00710153 to be up..
2025-10-31 05:39:38,591 - DEBUG - VM  is in ACTIVE state now
2025-10-31 05:39:38,591 - INFO - VM name : ctest-vn1-vm2-00710153
2025-10-31 05:39:38,669 - DEBUG - VM ctest-vn1-vm2-00710153 ID is 0866d5ad-4917-4b10-b882-02a0679040f0
2025-10-31 05:39:38,669 - DEBUG - VM ctest-vn1-vm2-00710153 launched on Node cn-jenkins-deploy-platform-ansible-os-4571-1
2025-10-31 05:39:38,751 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine/0866d5ad-4917-4b10-b882-02a0679040f0
2025-10-31 05:39:38,758 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/acbed6c2-ebb6-4a99-8d3d-49aba89e89b9
2025-10-31 05:39:39,992 - 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.14 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.389 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.389/1.764/3.139/1.375 ms')
2025-10-31 05:39:39,993 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-00710153 passed
2025-10-31 05:39:40,149 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 05:39:40,150 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-00710153, IP 136.161.86.197, Port 22
2025-10-31 05:39:40,305 - DEBUG - VM ctest-vn1-vm2-00710153 is ready for SSH connections
2025-10-31 05:39:40,305 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 05:39:40,305 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 05:39:40,305 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 05:39:40,305 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  160.119.123.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.137, gateway password: c0ntrail123
2025-10-31 05:39:40,305 - DEBUG - ping -s 56 -c 3 -W 1  160.119.123.197
2025-10-31 05:39:43,013 - DEBUG - PING 160.119.123.197 (160.119.123.197): 56 data bytes
64 bytes from 160.119.123.197: seq=0 ttl=63 time=4.245 ms
64 bytes from 160.119.123.197: seq=1 ttl=63 time=1.011 ms
64 bytes from 160.119.123.197: seq=2 ttl=63 time=0.884 ms
--- 160.119.123.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.884/2.046/4.245 ms
2025-10-31 05:39:43,013 - INFO - Ping to IP 160.119.123.197 from VM ctest-vn1-vm2-00710153 passed
2025-10-31 05:39:43,013 - INFO - Detaching port acbed6c2-ebb6-4a99-8d3d-49aba89e89b9 from VM ctest-vn1-vm2-00710153
2025-10-31 05:39:43,069 - INFO - Deleting VM ctest-vn1-vm2-00710153
2025-10-31 05:39:43,151 - INFO - Detaching port 646c31da-0066-432e-a0f3-9a65bfb51355 from VM ctest-vn1-vm1-52115140
2025-10-31 05:39:43,192 - INFO - Deleting VM ctest-vn1-vm1-52115140
2025-10-31 05:39:43,423 - DEBUG - Response for delete_port : ()
2025-10-31 05:39:43,582 - DEBUG - Response for delete_port : ()
2025-10-31 05:39:43,582 - INFO - Deleting VN ctest-vn1-06600914 
2025-10-31 05:39:43,760 - DEBUG - Response for deleting network ()
2025-10-31 05:39:44,019 - DEBUG - No XMPP flaps were noticed during the test
2025-10-31 05:39:44,019 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2025-10-31 05:39:44,019 - INFO - --------------------------------------------------------------------------------
2025-10-31 05:39:44,749 - INFO - Deleted project: ctest-TestPorts-85727456, ID : d86765af-88b6-4f3d-b147-b65cdfd1fb46