2025-10-27 01:06:12,041 - INFO - Domain Default found not creating
2025-10-27 01:06:12,207 - INFO - Project ctest-TestPorts-24598282 not found, creating it
2025-10-27 01:06:12,689 - INFO - Created Project:ctest-TestPorts-24598282, ID : 3567a696-8bd3-43cc-bebe-ec923ef794e8 
2025-10-27 01:06:14,226 - INFO - ================================================================================
2025-10-27 01:06:14,227 - INFO - STARTING TEST    : test_ports_bindings
2025-10-27 01:06:14,227 - 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-27 01:06:14,496 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.17': '0'}} with
2025-10-27 01:06:14,496 - INFO - Initial checks done. Running the testcase now
2025-10-27 01:06:14,496 - INFO - 
2025-10-27 01:06:15,122 - DEBUG - Response for create_network : {'network': {'id': '0bf03872-cc21-4c31-8b07-a8e83f3e5040', 'name': 'ctest-vn-05537975', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'project_id': '3567a6968bd343ccbebeec923ef794e8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-24598282', 'ctest-vn-05537975'], 'port_security_enabled': True, 'description': ''}}
2025-10-27 01:06:15,355 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b1b90f3c-a7bb-46f6-a4b7-3269b4cee270', 'name': '', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'network_id': '0bf03872-cc21-4c31-8b07-a8e83f3e5040', 'ip_version': 4, 'cidr': '67.252.44.128/26', 'allocation_pools': [{'start': '67.252.44.130', 'end': '67.252.44.190'}], 'gateway_ip': '67.252.44.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '67.252.44.130', 'tags': [], 'project_id': '3567a6968bd343ccbebeec923ef794e8'}}
2025-10-27 01:06:15,377 - INFO - Created VN ctest-vn-05537975
2025-10-27 01:06:15,431 - DEBUG - VN ctest-vn-05537975 UUID is 0bf03872-cc21-4c31-8b07-a8e83f3e5040
2025-10-27 01:06:15,542 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-24598282', 'ctest-vmi-97442191']}
2025-10-27 01:06:15,813 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-97442191', 'id': '8fc9549e-e089-4803-a498-b91aec8365c3', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'network_id': '0bf03872-cc21-4c31-8b07-a8e83f3e5040', 'mac_address': '02:8f:c9:54:9e:e0', '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': '67.252.44.131', 'subnet_id': 'b1b90f3c-a7bb-46f6-a4b7-3269b4cee270'}], 'security_groups': ['3a2da0f2-9ccb-40f2-882b-d9eb56b86091'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '3567a6968bd343ccbebeec923ef794e8'}}
2025-10-27 01:06:15,813 - DEBUG - Created port 8fc9549e-e089-4803-a498-b91aec8365c3
2025-10-27 01:06:15,919 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/8fc9549e-e089-4803-a498-b91aec8365c3
2025-10-27 01:06:16,263 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/8fc9549e-e089-4803-a498-b91aec8365c3
2025-10-27 01:06:16,302 - INFO - VMI 8fc9549e-e089-4803-a498-b91aec8365c3 verification in API Server passed
2025-10-27 01:06:16,419 - DEBUG - Response for delete_port : ()
2025-10-27 01:06:16,419 - INFO - Deleted port 8fc9549e-e089-4803-a498-b91aec8365c3
2025-10-27 01:06:16,419 - INFO - Deleting VN ctest-vn-05537975 
2025-10-27 01:06:16,544 - DEBUG - Response for deleting network ()
2025-10-27 01:06:16,805 - DEBUG - No XMPP flaps were noticed during the test
2025-10-27 01:06:16,805 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2025-10-27 01:06:16,805 - INFO - --------------------------------------------------------------------------------
2025-10-27 01:06:16,807 - INFO - ================================================================================
2025-10-27 01:06:16,808 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-27 01:06:16,808 - 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-27 01:06:17,093 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.17': '0'}} with
2025-10-27 01:06:17,093 - INFO - Initial checks done. Running the testcase now
2025-10-27 01:06:17,093 - INFO - 
2025-10-27 01:06:17,285 - DEBUG - Response for create_network : {'network': {'id': 'dfd435ce-ad21-4ba6-abad-00fe96842da8', 'name': 'ctest-vn1-37821158', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'project_id': '3567a6968bd343ccbebeec923ef794e8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-24598282', 'ctest-vn1-37821158'], 'port_security_enabled': True, 'description': ''}}
2025-10-27 01:06:17,495 - DEBUG - Response for create_subnet : {'subnet': {'id': '01d0cd57-650b-4cbb-abfa-87934a5b0331', 'name': '', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'network_id': 'dfd435ce-ad21-4ba6-abad-00fe96842da8', 'ip_version': 4, 'cidr': '90.154.17.64/26', 'allocation_pools': [{'start': '90.154.17.66', 'end': '90.154.17.126'}], 'gateway_ip': '90.154.17.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '90.154.17.66', 'tags': [], 'project_id': '3567a6968bd343ccbebeec923ef794e8'}}
2025-10-27 01:06:17,660 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c97f9b53-f129-4db5-ad62-e3fd8e04cd7a', 'name': '', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'network_id': 'dfd435ce-ad21-4ba6-abad-00fe96842da8', 'ip_version': 4, 'cidr': '153.173.241.0/26', 'allocation_pools': [{'start': '153.173.241.2', 'end': '153.173.241.62'}], 'gateway_ip': '153.173.241.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '153.173.241.2', 'tags': [], 'project_id': '3567a6968bd343ccbebeec923ef794e8'}}
2025-10-27 01:06:17,679 - INFO - Created VN ctest-vn1-37821158
2025-10-27 01:06:17,731 - DEBUG - VN ctest-vn1-37821158 UUID is dfd435ce-ad21-4ba6-abad-00fe96842da8
2025-10-27 01:06:18,029 - DEBUG - Response for create_port : {'port': {'name': '553d5242-211e-41aa-a9f5-25f07ad39fa5', 'id': '553d5242-211e-41aa-a9f5-25f07ad39fa5', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'network_id': 'dfd435ce-ad21-4ba6-abad-00fe96842da8', 'mac_address': '02:55:3d:52:42:21', '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': '90.154.17.69', 'subnet_id': '01d0cd57-650b-4cbb-abfa-87934a5b0331'}], 'security_groups': ['3a2da0f2-9ccb-40f2-882b-d9eb56b86091'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '3567a6968bd343ccbebeec923ef794e8'}}
2025-10-27 01:06:18,204 - DEBUG - Response for create_port : {'port': {'name': '1c613be6-d11b-4a10-b3a5-12346ae7b895', 'id': '1c613be6-d11b-4a10-b3a5-12346ae7b895', 'tenant_id': '3567a6968bd343ccbebeec923ef794e8', 'network_id': 'dfd435ce-ad21-4ba6-abad-00fe96842da8', 'mac_address': '02:1c:61:3b:e6:d1', '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': '153.173.241.5', 'subnet_id': 'c97f9b53-f129-4db5-ad62-e3fd8e04cd7a'}], 'security_groups': ['3a2da0f2-9ccb-40f2-882b-d9eb56b86091'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '3567a6968bd343ccbebeec923ef794e8'}}
2025-10-27 01:06:18,260 - DEBUG - Services list from nova: [, , ]
2025-10-27 01:06:18,595 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4485-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4485-1)
2025-10-27 01:06:18,966 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4485-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4485-1)
2025-10-27 01:06:18,966 - INFO - Waiting for VM ctest-vn1-vm1-67685649 to be up..
2025-10-27 01:06:19,003 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-27 01:06:24,082 - DEBUG - VM  is in ACTIVE state now
2025-10-27 01:06:24,082 - INFO - VM name : ctest-vn1-vm1-67685649
2025-10-27 01:06:24,162 - DEBUG - VM ctest-vn1-vm1-67685649 ID is 6149bb2d-1685-4089-8d1a-e76e59c9de25
2025-10-27 01:06:24,187 - DEBUG - VM ctest-vn1-vm1-67685649 launched on Node cn-jenkins-deploy-platform-ansible-os-4485-1
2025-10-27 01:06:24,269 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/6149bb2d-1685-4089-8d1a-e76e59c9de25
2025-10-27 01:06:24,279 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/553d5242-211e-41aa-a9f5-25f07ad39fa5
2025-10-27 01:06:27,554 - 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 1025ms')
2025-10-27 01:06:27,555 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-67685649 failed!
2025-10-27 01:06:27,611 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-24598282:ctest-vn1-37821158 is 90.154.17.65 and allocation pool is NOT set
2025-10-27 01:06:27,611 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-24598282:ctest-vn1-37821158 is 153.173.241.1 and allocation pool is NOT set
2025-10-27 01:06:31,684 - 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=8.20 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1010ms\r\nrtt min/avg/max/mdev = 8.198/8.198/8.198/0.000 ms')
2025-10-27 01:06:31,684 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-67685649 passed
2025-10-27 01:06:31,843 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-27 01:06:31,843 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-67685649, IP 90.154.17.69, Port 22
2025-10-27 01:06:31,999 - DEBUG - VM ctest-vn1-vm1-67685649 is ready for SSH connections
2025-10-27 01:06:31,999 - INFO - Waiting for VM ctest-vn1-vm2-71235732 to be up..
2025-10-27 01:06:32,084 - DEBUG - VM  is in ACTIVE state now
2025-10-27 01:06:32,084 - INFO - VM name : ctest-vn1-vm2-71235732
2025-10-27 01:06:32,163 - DEBUG - VM ctest-vn1-vm2-71235732 ID is 0bc776d5-23bd-4a48-8b31-b90da9baa37b
2025-10-27 01:06:32,163 - DEBUG - VM ctest-vn1-vm2-71235732 launched on Node cn-jenkins-deploy-platform-ansible-os-4485-1
2025-10-27 01:06:32,238 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/0bc776d5-23bd-4a48-8b31-b90da9baa37b
2025-10-27 01:06:32,247 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/1c613be6-d11b-4a10-b3a5-12346ae7b895
2025-10-27 01:06:33,488 - 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=4.08 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.552 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 0.552/2.314/4.077/1.762 ms')
2025-10-27 01:06:33,488 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-71235732 passed
2025-10-27 01:06:33,639 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-27 01:06:33,639 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-71235732, IP 153.173.241.5, Port 22
2025-10-27 01:06:33,799 - DEBUG - VM ctest-vn1-vm2-71235732 is ready for SSH connections
2025-10-27 01:06:33,799 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-27 01:06:33,799 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-27 01:06:33,799 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-27 01:06:33,799 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  90.154.17.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.242, gateway password: c0ntrail123
2025-10-27 01:06:33,800 - DEBUG - ping -s 56 -c 3 -W 1  90.154.17.69
2025-10-27 01:06:36,493 - DEBUG - PING 90.154.17.69 (90.154.17.69): 56 data bytes
64 bytes from 90.154.17.69: seq=0 ttl=63 time=4.225 ms
64 bytes from 90.154.17.69: seq=1 ttl=63 time=0.932 ms
64 bytes from 90.154.17.69: seq=2 ttl=63 time=0.953 ms
--- 90.154.17.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.932/2.036/4.225 ms
2025-10-27 01:06:36,493 - INFO - Ping to IP 90.154.17.69 from VM ctest-vn1-vm2-71235732 passed
2025-10-27 01:06:36,493 - INFO - Detaching port 1c613be6-d11b-4a10-b3a5-12346ae7b895 from VM ctest-vn1-vm2-71235732
2025-10-27 01:06:36,545 - INFO - Deleting VM ctest-vn1-vm2-71235732
2025-10-27 01:06:36,615 - INFO - Detaching port 553d5242-211e-41aa-a9f5-25f07ad39fa5 from VM ctest-vn1-vm1-67685649
2025-10-27 01:06:36,669 - INFO - Deleting VM ctest-vn1-vm1-67685649
2025-10-27 01:06:37,181 - DEBUG - Response for delete_port : ()
2025-10-27 01:06:37,393 - DEBUG - Response for delete_port : ()
2025-10-27 01:06:37,393 - INFO - Deleting VN ctest-vn1-37821158 
2025-10-27 01:06:37,543 - DEBUG - Response for deleting network ()
2025-10-27 01:06:37,815 - DEBUG - No XMPP flaps were noticed during the test
2025-10-27 01:06:37,815 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2025-10-27 01:06:37,815 - INFO - --------------------------------------------------------------------------------
2025-10-27 01:06:38,552 - INFO - Deleted project: ctest-TestPorts-24598282, ID : 3567a696-8bd3-43cc-bebe-ec923ef794e8