2025-10-28 19:43:35,590 - INFO - Domain Default found not creating
2025-10-28 19:43:35,751 - INFO - Project ctest-TestPorts-86276869 not found, creating it
2025-10-28 19:43:36,473 - INFO - Created Project:ctest-TestPorts-86276869, ID : 384eb299-51e9-4d55-b4bb-61531fe2772a 
2025-10-28 19:43:37,978 - INFO - ================================================================================
2025-10-28 19:43:37,978 - INFO - STARTING TEST    : test_ports_bindings
2025-10-28 19:43:37,978 - 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-28 19:43:38,250 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.20.0.17': '0'}} with
2025-10-28 19:43:38,250 - INFO - Initial checks done. Running the testcase now
2025-10-28 19:43:38,250 - INFO - 
2025-10-28 19:43:38,808 - DEBUG - Response for create_network : {'network': {'id': '9d7c08e0-a5ea-470e-bee4-5207be406811', 'name': 'ctest-vn-08750931', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'project_id': '384eb29951e94d55b4bb61531fe2772a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-86276869', 'ctest-vn-08750931'], 'port_security_enabled': True, 'description': ''}}
2025-10-28 19:43:39,028 - DEBUG - Response for create_subnet : {'subnet': {'id': '34fd5f0b-8f41-40b4-9cc3-14e172fab279', 'name': '', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'network_id': '9d7c08e0-a5ea-470e-bee4-5207be406811', 'ip_version': 4, 'cidr': '142.230.36.0/26', 'allocation_pools': [{'start': '142.230.36.2', 'end': '142.230.36.62'}], 'gateway_ip': '142.230.36.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '142.230.36.2', 'tags': [], 'project_id': '384eb29951e94d55b4bb61531fe2772a'}}
2025-10-28 19:43:39,047 - INFO - Created VN ctest-vn-08750931
2025-10-28 19:43:39,101 - DEBUG - VN ctest-vn-08750931 UUID is 9d7c08e0-a5ea-470e-bee4-5207be406811
2025-10-28 19:43:39,205 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-86276869', 'ctest-vmi-79661134']}
2025-10-28 19:43:39,479 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-79661134', 'id': '8fb96e31-4758-4084-b7c5-3ca2ac93b6f8', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'network_id': '9d7c08e0-a5ea-470e-bee4-5207be406811', 'mac_address': '02:8f:b9:6e:31:47', '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': '142.230.36.3', 'subnet_id': '34fd5f0b-8f41-40b4-9cc3-14e172fab279'}], 'security_groups': ['691a296e-c65c-449f-9a91-7aa6889f975e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '384eb29951e94d55b4bb61531fe2772a'}}
2025-10-28 19:43:39,479 - DEBUG - Created port 8fb96e31-4758-4084-b7c5-3ca2ac93b6f8
2025-10-28 19:43:39,581 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/8fb96e31-4758-4084-b7c5-3ca2ac93b6f8
2025-10-28 19:43:39,874 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/8fb96e31-4758-4084-b7c5-3ca2ac93b6f8
2025-10-28 19:43:39,903 - INFO - VMI 8fb96e31-4758-4084-b7c5-3ca2ac93b6f8 verification in API Server passed
2025-10-28 19:43:39,988 - DEBUG - Response for delete_port : ()
2025-10-28 19:43:39,988 - INFO - Deleted port 8fb96e31-4758-4084-b7c5-3ca2ac93b6f8
2025-10-28 19:43:39,988 - INFO - Deleting VN ctest-vn-08750931 
2025-10-28 19:43:40,103 - DEBUG - Response for deleting network ()
2025-10-28 19:43:40,381 - DEBUG - No XMPP flaps were noticed during the test
2025-10-28 19:43:40,381 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-28 19:43:40,381 - INFO - --------------------------------------------------------------------------------
2025-10-28 19:43:40,387 - INFO - ================================================================================
2025-10-28 19:43:40,387 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-28 19:43:40,387 - 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-28 19:43:40,666 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.20.0.17': '0'}} with
2025-10-28 19:43:40,667 - INFO - Initial checks done. Running the testcase now
2025-10-28 19:43:40,667 - INFO - 
2025-10-28 19:43:40,835 - DEBUG - Response for create_network : {'network': {'id': '0692edd1-b1db-449a-ad43-10a8b7da0e6d', 'name': 'ctest-vn1-59485778', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'project_id': '384eb29951e94d55b4bb61531fe2772a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-86276869', 'ctest-vn1-59485778'], 'port_security_enabled': True, 'description': ''}}
2025-10-28 19:43:40,985 - DEBUG - Response for create_subnet : {'subnet': {'id': '96a14a4a-3740-4835-a419-5456684a8e57', 'name': '', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'network_id': '0692edd1-b1db-449a-ad43-10a8b7da0e6d', 'ip_version': 4, 'cidr': '44.84.16.128/26', 'allocation_pools': [{'start': '44.84.16.130', 'end': '44.84.16.190'}], 'gateway_ip': '44.84.16.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '44.84.16.130', 'tags': [], 'project_id': '384eb29951e94d55b4bb61531fe2772a'}}
2025-10-28 19:43:41,140 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c8f914c4-fa0b-4f63-9431-4192556087f1', 'name': '', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'network_id': '0692edd1-b1db-449a-ad43-10a8b7da0e6d', 'ip_version': 4, 'cidr': '6.228.91.64/26', 'allocation_pools': [{'start': '6.228.91.66', 'end': '6.228.91.126'}], 'gateway_ip': '6.228.91.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '6.228.91.66', 'tags': [], 'project_id': '384eb29951e94d55b4bb61531fe2772a'}}
2025-10-28 19:43:41,161 - INFO - Created VN ctest-vn1-59485778
2025-10-28 19:43:41,213 - DEBUG - VN ctest-vn1-59485778 UUID is 0692edd1-b1db-449a-ad43-10a8b7da0e6d
2025-10-28 19:43:41,535 - DEBUG - Response for create_port : {'port': {'name': 'fa808a78-b53d-40b3-8127-eb38246b9404', 'id': 'fa808a78-b53d-40b3-8127-eb38246b9404', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'network_id': '0692edd1-b1db-449a-ad43-10a8b7da0e6d', 'mac_address': '02:fa:80:8a:78:b5', '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': '44.84.16.133', 'subnet_id': '96a14a4a-3740-4835-a419-5456684a8e57'}], 'security_groups': ['691a296e-c65c-449f-9a91-7aa6889f975e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '384eb29951e94d55b4bb61531fe2772a'}}
2025-10-28 19:43:41,712 - DEBUG - Response for create_port : {'port': {'name': '891ca991-e896-45b6-bb01-afa2e1b51695', 'id': '891ca991-e896-45b6-bb01-afa2e1b51695', 'tenant_id': '384eb29951e94d55b4bb61531fe2772a', 'network_id': '0692edd1-b1db-449a-ad43-10a8b7da0e6d', 'mac_address': '02:89:1c:a9:91:e8', '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': '6.228.91.69', 'subnet_id': 'c8f914c4-fa0b-4f63-9431-4192556087f1'}], 'security_groups': ['691a296e-c65c-449f-9a91-7aa6889f975e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '384eb29951e94d55b4bb61531fe2772a'}}
2025-10-28 19:43:41,776 - DEBUG - Services list from nova: [, , ]
2025-10-28 19:43:42,097 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4516-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4516-1)
2025-10-28 19:43:42,508 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4516-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4516-1)
2025-10-28 19:43:42,508 - INFO - Waiting for VM ctest-vn1-vm1-50243636 to be up..
2025-10-28 19:43:42,549 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-28 19:43:47,630 - DEBUG - VM  is in ACTIVE state now
2025-10-28 19:43:47,630 - INFO - VM name : ctest-vn1-vm1-50243636
2025-10-28 19:43:47,707 - DEBUG - VM ctest-vn1-vm1-50243636 ID is 24e5dc8f-a352-4e90-a201-5c4223caaca2
2025-10-28 19:43:47,726 - DEBUG - VM ctest-vn1-vm1-50243636 launched on Node cn-jenkins-deploy-platform-ansible-os-4516-1
2025-10-28 19:43:47,939 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/24e5dc8f-a352-4e90-a201-5c4223caaca2
2025-10-28 19:43:47,947 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/fa808a78-b53d-40b3-8127-eb38246b9404
2025-10-28 19:43:51,185 - 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 1011ms')
2025-10-28 19:43:51,185 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-50243636 failed!
2025-10-28 19:43:51,241 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-86276869:ctest-vn1-59485778 is 44.84.16.129 and allocation pool is NOT set
2025-10-28 19:43:51,241 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-86276869:ctest-vn1-59485778 is 6.228.91.65 and allocation pool is NOT set
2025-10-28 19:43:53,308 - 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.75 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.78 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 = 1.781/3.263/4.745/1.482 ms')
2025-10-28 19:43:53,308 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-50243636 passed
2025-10-28 19:43:53,465 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-28 19:43:53,465 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-50243636, IP 44.84.16.133, Port 22
2025-10-28 19:43:53,521 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused
/bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''}
2025-10-28 19:43:53,605 - DEBUG - VM ctest-vn1-vm1-50243636 is NOT ready for SSH connections, VM status: ACTIVE
2025-10-28 19:43:58,606 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-28 19:43:58,606 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-50243636, IP 44.84.16.133, Port 22
2025-10-28 19:43:58,771 - DEBUG - VM ctest-vn1-vm1-50243636 is ready for SSH connections
2025-10-28 19:43:58,771 - INFO - Waiting for VM ctest-vn1-vm2-72852387 to be up..
2025-10-28 19:43:58,850 - DEBUG - VM  is in ACTIVE state now
2025-10-28 19:43:58,851 - INFO - VM name : ctest-vn1-vm2-72852387
2025-10-28 19:43:58,940 - DEBUG - VM ctest-vn1-vm2-72852387 ID is c14a4a74-a8c4-4d51-9c2e-5baf724c5e5f
2025-10-28 19:43:58,940 - DEBUG - VM ctest-vn1-vm2-72852387 launched on Node cn-jenkins-deploy-platform-ansible-os-4516-1
2025-10-28 19:43:59,008 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine/c14a4a74-a8c4-4d51-9c2e-5baf724c5e5f
2025-10-28 19:43:59,015 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-machine-interface/891ca991-e896-45b6-bb01-afa2e1b51695
2025-10-28 19:44:00,246 - 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.47 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.411 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.411/1.942/3.473/1.531 ms')
2025-10-28 19:44:00,246 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-72852387 passed
2025-10-28 19:44:00,397 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-28 19:44:00,397 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-72852387, IP 6.228.91.69, Port 22
2025-10-28 19:44:00,570 - DEBUG - VM ctest-vn1-vm2-72852387 is ready for SSH connections
2025-10-28 19:44:00,571 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-28 19:44:00,571 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-28 19:44:00,571 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-28 19:44:00,571 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  44.84.16.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.65, gateway password: c0ntrail123
2025-10-28 19:44:00,571 - DEBUG - ping -s 56 -c 3 -W 1  44.84.16.133
2025-10-28 19:44:03,539 - DEBUG - PING 44.84.16.133 (44.84.16.133): 56 data bytes
64 bytes from 44.84.16.133: seq=0 ttl=63 time=5.788 ms
64 bytes from 44.84.16.133: seq=1 ttl=63 time=1.030 ms
64 bytes from 44.84.16.133: seq=2 ttl=63 time=1.049 ms
--- 44.84.16.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.030/2.622/5.788 ms
2025-10-28 19:44:03,540 - INFO - Ping to IP 44.84.16.133 from VM ctest-vn1-vm2-72852387 passed
2025-10-28 19:44:03,540 - INFO - Detaching port 891ca991-e896-45b6-bb01-afa2e1b51695 from VM ctest-vn1-vm2-72852387
2025-10-28 19:44:03,591 - INFO - Deleting VM ctest-vn1-vm2-72852387
2025-10-28 19:44:03,649 - INFO - Detaching port fa808a78-b53d-40b3-8127-eb38246b9404 from VM ctest-vn1-vm1-50243636
2025-10-28 19:44:03,680 - INFO - Deleting VM ctest-vn1-vm1-50243636
2025-10-28 19:44:03,924 - DEBUG - Response for delete_port : ()
2025-10-28 19:44:04,109 - DEBUG - Response for delete_port : ()
2025-10-28 19:44:04,111 - INFO - Deleting VN ctest-vn1-59485778 
2025-10-28 19:44:04,259 - DEBUG - Response for deleting network ()
2025-10-28 19:44:04,528 - DEBUG - No XMPP flaps were noticed during the test
2025-10-28 19:44:04,528 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24]
2025-10-28 19:44:04,528 - INFO - --------------------------------------------------------------------------------
2025-10-28 19:44:05,191 - INFO - Deleted project: ctest-TestPorts-86276869, ID : 384eb299-51e9-4d55-b4bb-61531fe2772a