2025-07-18 20:44:10,794 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-07-18 20:44:11,047 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1330-1 2025-07-18 20:44:11,047 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-07-18 20:44:11,081 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1330-1 2025-07-18 20:44:11,081 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-18 20:44:11,184 - DEBUG - Output : NAMES contrail_test_LQjcJAbOu contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-schema-1 config_api-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 2025-07-18 20:44:11,185 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-18 20:44:11,218 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-07-18 20:44:11,218 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-07-18 20:44:11,251 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1330-1 2025-07-18 20:44:11,336 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-07-18 20:44:11,545 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1330-1 2025-07-18 20:44:11,546 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-07-18 20:44:11,569 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1330-1 2025-07-18 20:44:11,569 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-18 20:44:11,654 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-18 20:44:11,655 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-18 20:44:11,688 - DEBUG - Output : 10.0.0.19/24 2025-07-18 20:44:11,688 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-07-18 20:44:11,728 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1330-1 2025-07-18 20:44:11,812 - INFO - Using existing project ['default-domain', 'k8s-default'](ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3) 2025-07-18 20:44:11,930 - INFO - Using existing project ['default-domain', 'k8s-default'](ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3) 2025-07-18 20:44:12,058 - INFO - ================================================================================ 2025-07-18 20:44:12,058 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-18 20:44:12,059 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-07-18 20:44:12,250 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-18 20:44:12,258 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.249': '0'}} with 2025-07-18 20:44:12,258 - INFO - Initial checks done. Running the testcase now 2025-07-18 20:44:12,258 - INFO - 2025-07-18 20:44:12,267 - INFO - Namespace default already exists 2025-07-18 20:44:12,267 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-18 20:44:12,401 - DEBUG - Output : cluster_project={} 2025-07-18 20:44:12,454 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-18 20:44:12,454 - DEBUG - Project uuid in Contrail is ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:44:12,455 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-18 20:44:12,620 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-18 20:44:12,620 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=74e5768e-9973-424c-876e-522848793666 2025-07-18 20:44:12,628 - INFO - Namespace default with uuid 74e5768e-9973-424c-876e-522848793666 found in kube manager 2025-07-18 20:44:12,628 - INFO - Namespace default verification passed 2025-07-18 20:44:12,632 - DEBUG - Service ctest-nginx-svc-59953028 not present 2025-07-18 20:44:12,633 - INFO - Creating service ctest-nginx-svc-59953028 2025-07-18 20:44:12,654 - INFO - Created Service ctest-nginx-svc-59953028 2025-07-18 20:44:12,660 - DEBUG - Pod ctest-nginx-pod-23015308 not present 2025-07-18 20:44:12,660 - INFO - Creating Pod ctest-nginx-pod-23015308 2025-07-18 20:44:12,728 - DEBUG - Pod : ctest-nginx-pod-23015308 UUID is dc551ff9-2b2e-4500-a1db-7edb687f11a4 2025-07-18 20:44:12,733 - DEBUG - Pod ctest-nginx-pod-69810728 not present 2025-07-18 20:44:12,733 - INFO - Creating Pod ctest-nginx-pod-69810728 2025-07-18 20:44:12,767 - DEBUG - Pod : ctest-nginx-pod-69810728 UUID is 94d916a5-1b0d-4531-be77-e75128aee56c 2025-07-18 20:44:13,072 - INFO - Created VN __public__, UUID :cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:13,388 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-18 20:44:13,399 - DEBUG - Requesting: http://10.0.0.249:8082/domain/dec30ca7-01b7-40b4-a5aa-c3a6ad9f1659 2025-07-18 20:44:13,450 - DEBUG - Requesting: http://10.0.0.249:8082/project/ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:44:13,548 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:13,567 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:13,580 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:13,621 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:13,677 - DEBUG - Route Targets: [] 2025-07-18 20:44:13,677 - DEBUG - RT names not yet present for VN __public__ 2025-07-18 20:44:18,678 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-18 20:44:18,683 - DEBUG - Requesting: http://10.0.0.249:8082/domain/dec30ca7-01b7-40b4-a5aa-c3a6ad9f1659 2025-07-18 20:44:18,690 - DEBUG - Requesting: http://10.0.0.249:8082/project/ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:44:18,730 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:18,738 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:18,748 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:18,755 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:18,761 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/ae946096-e7e5-427e-bbd7-61e432addd74 2025-07-18 20:44:18,766 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-18 20:44:18,766 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:18,774 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:18,787 - INFO - Verified VN network id 13 for VN cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:18,787 - INFO - Verifications in API Server for VN __public__ passed 2025-07-18 20:44:18,787 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:18,795 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:18,800 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:44:18,807 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/ae946096-e7e5-427e-bbd7-61e432addd74 2025-07-18 20:44:18,813 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-18 20:44:18,821 - DEBUG - Control-node 10.0.0.249 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '14800130556136409001', 'uuid-lslong': '9939042571974727703'}, 'enable': 'true', 'created': '2025-07-18T20:44:12', 'last-modified': '2025-07-18T20:44:13', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.551729'} 2025-07-18 20:44:18,821 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:44:18,830 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-18 20:44:18,830 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-18 20:44:18,831 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-18 20:44:18,831 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-18 20:44:18,836 - DEBUG - Requesting: http://10.0.0.249:8082/domain/dec30ca7-01b7-40b4-a5aa-c3a6ad9f1659 2025-07-18 20:44:18,843 - DEBUG - Requesting: http://10.0.0.249:8082/project/ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:44:18,885 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:18,893 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-18 20:44:18,893 - DEBUG - Verifying the vn in opserver 2025-07-18 20:44:18,893 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-07-18 20:44:18,894 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-07-18 20:44:18,898 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-18 20:44:18,898 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-18 20:44:18,899 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:44:18,907 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:44:18,912 - DEBUG - Do not have enough data to verify VN in agent 2025-07-18 20:44:18,912 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:44:18,919 - DEBUG - VRF ids for VN __public__: {} 2025-07-18 20:44:19,007 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-18 20:44:19,158 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-18 20:44:19,163 - DEBUG - Requesting: http://10.0.0.249:8082/domain/dec30ca7-01b7-40b4-a5aa-c3a6ad9f1659 2025-07-18 20:44:19,170 - DEBUG - Requesting: http://10.0.0.249:8082/project/ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:44:19,206 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:19,215 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/02b2b55f-1e02-4379-941a-83f13d907945 2025-07-18 20:44:19,220 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-18 20:44:19,224 - DEBUG - Requesting: http://10.0.0.249:8082/domain/dec30ca7-01b7-40b4-a5aa-c3a6ad9f1659 2025-07-18 20:44:19,230 - DEBUG - Requesting: http://10.0.0.249:8082/project/ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:44:19,266 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd64a053-8bea-47a9-89ee-928f5609d817 2025-07-18 20:44:19,275 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-18 20:44:19,275 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-18 20:44:19,282 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-18 20:44:19,289 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-18 20:44:19,289 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-18 20:44:19,292 - DEBUG - Ingress ctest-nginx-ingress-66539841 not present 2025-07-18 20:44:19,292 - INFO - Creating Ingress ctest-nginx-ingress-66539841 2025-07-18 20:44:19,299 - INFO - Created Ingress ctest-nginx-ingress-66539841 2025-07-18 20:44:19,302 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66539841 2025-07-18 20:44:22,314 - DEBUG - For Ingress ctest-nginx-ingress-66539841, Cluster IP: 10.47.255.249, External IPs ['48.104.48.124'] 2025-07-18 20:44:22,314 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-66539841 2025-07-18 20:44:22,314 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3052e027-6a2d-4a3c-904d-bba4395526a2 2025-07-18 20:44:22,320 - INFO - Ingress ctest-nginx-ingress-66539841 with uuid 3052e027-6a2d-4a3c-904d-bba4395526a2 found in kube manager 2025-07-18 20:44:22,321 - INFO - Ingress ctest-nginx-ingress-66539841 verification passed 2025-07-18 20:44:22,323 - DEBUG - Pod ctest-busybox-pod-12269640 not present 2025-07-18 20:44:22,323 - INFO - Creating Pod ctest-busybox-pod-12269640 2025-07-18 20:44:22,356 - DEBUG - Pod : ctest-busybox-pod-12269640 UUID is a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:22,361 - DEBUG - Pod ctest-nginx-pod-23015308 not in running state.Currently in Pending 2025-07-18 20:44:27,377 - INFO - Pod ctest-nginx-pod-23015308 is in running state.Got IP 10.47.255.251 2025-07-18 20:44:27,390 - DEBUG - Pod ctest-nginx-pod-23015308 has vmi f77662b2-6417-11f0-8a88-fa163e9e940f 2025-07-18 20:44:27,390 - INFO - Verified pod ctest-nginx-pod-23015308 in contrail-api 2025-07-18 20:44:27,390 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:44:27,401 - DEBUG - VMI f77662b2-6417-11f0-8a88-fa163e9e940f is active in agent 10.0.0.19 2025-07-18 20:44:27,401 - INFO - Verified Pod ctest-nginx-pod-23015308 in agent 10.0.0.19 2025-07-18 20:44:27,402 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=dc551ff9-2b2e-4500-a1db-7edb687f11a4 2025-07-18 20:44:27,406 - INFO - Pod ctest-nginx-pod-23015308 with uuid dc551ff9-2b2e-4500-a1db-7edb687f11a4 found in kube manager 2025-07-18 20:44:27,406 - INFO - Pod ctest-nginx-pod-23015308 verification passed 2025-07-18 20:44:27,487 - DEBUG - [Pod ctest-nginx-pod-23015308] Cmd: echo ctest-nginx-pod-23015308 > /usr/share/nginx/html/index.html, Output: 2025-07-18 20:44:27,492 - INFO - Pod ctest-nginx-pod-69810728 is in running state.Got IP 10.47.255.250 2025-07-18 20:44:27,507 - DEBUG - Pod ctest-nginx-pod-69810728 has vmi f7eb1c42-6417-11f0-8a88-fa163e9e940f 2025-07-18 20:44:27,507 - INFO - Verified pod ctest-nginx-pod-69810728 in contrail-api 2025-07-18 20:44:27,507 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:44:27,517 - DEBUG - VMI f7eb1c42-6417-11f0-8a88-fa163e9e940f is active in agent 10.0.0.19 2025-07-18 20:44:27,517 - INFO - Verified Pod ctest-nginx-pod-69810728 in agent 10.0.0.19 2025-07-18 20:44:27,518 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=94d916a5-1b0d-4531-be77-e75128aee56c 2025-07-18 20:44:27,522 - INFO - Pod ctest-nginx-pod-69810728 with uuid 94d916a5-1b0d-4531-be77-e75128aee56c found in kube manager 2025-07-18 20:44:27,523 - INFO - Pod ctest-nginx-pod-69810728 verification passed 2025-07-18 20:44:27,679 - DEBUG - [Pod ctest-nginx-pod-69810728] Cmd: echo ctest-nginx-pod-69810728 > /usr/share/nginx/html/index.html, Output: 2025-07-18 20:44:27,684 - DEBUG - Pod ctest-busybox-pod-12269640 not in running state.Currently in Pending 2025-07-18 20:44:32,692 - DEBUG - Pod ctest-busybox-pod-12269640 not in running state.Currently in Pending 2025-07-18 20:44:37,700 - INFO - Pod ctest-busybox-pod-12269640 is in running state.Got IP 10.47.255.248 2025-07-18 20:44:37,714 - DEBUG - Pod ctest-busybox-pod-12269640 has vmi fc18163a-6417-11f0-8a88-fa163e9e940f 2025-07-18 20:44:37,714 - INFO - Verified pod ctest-busybox-pod-12269640 in contrail-api 2025-07-18 20:44:37,714 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:44:37,724 - DEBUG - VMI fc18163a-6417-11f0-8a88-fa163e9e940f is active in agent 10.0.0.19 2025-07-18 20:44:37,725 - INFO - Verified Pod ctest-busybox-pod-12269640 in agent 10.0.0.19 2025-07-18 20:44:37,725 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:37,728 - INFO - Pod ctest-busybox-pod-12269640 with uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 found in kube manager 2025-07-18 20:44:37,729 - INFO - Pod ctest-busybox-pod-12269640 verification passed 2025-07-18 20:44:37,779 - DEBUG - [Pod ctest-busybox-pod-12269640] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-69810728 2025-07-18 20:44:37,779 - DEBUG - [Pod Pod ctest-busybox-pod-12269640] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-18 20:44:37,779 - DEBUG - [Pod Pod ctest-busybox-pod-12269640] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-69810728 2025-07-18 20:44:37,832 - DEBUG - [Pod ctest-busybox-pod-12269640] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-69810728 2025-07-18 20:44:37,832 - DEBUG - [Pod Pod ctest-busybox-pod-12269640] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-18 20:44:37,832 - DEBUG - [Pod Pod ctest-busybox-pod-12269640] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-69810728 2025-07-18 20:44:37,879 - DEBUG - [Pod ctest-busybox-pod-12269640] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-23015308 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-18 20:44:37,879 - DEBUG - [Pod Pod ctest-busybox-pod-12269640] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-18 20:44:37,880 - DEBUG - [Pod Pod ctest-busybox-pod-12269640] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-23015308 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-18 20:44:37,880 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-23015308': 1, 'ctest-nginx-pod-69810728': 2} 2025-07-18 20:44:37,880 - WARNING - Nothing to delete parallely 2025-07-18 20:44:37,880 - INFO - Deleting pod default:ctest-busybox-pod-12269640 2025-07-18 20:44:37,888 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:37,894 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:44:42,896 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:42,903 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:44:47,904 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:47,912 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:44:52,913 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:52,923 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:44:57,923 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:44:57,936 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:45:02,937 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:45:02,945 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:45:07,946 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:45:07,954 - WARNING - Pod uuid a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:45:12,955 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a43596f2-9b0c-4be9-b57f-dfa82b86aa79 2025-07-18 20:45:12,963 - DEBUG - Pod a43596f2-9b0c-4be9-b57f-dfa82b86aa79 is not in agent 10.0.0.19 VM list 2025-07-18 20:45:12,964 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc18163a-6417-11f0-8a88-fa163e9e940f 2025-07-18 20:45:12,969 - DEBUG - VMI fc18163a-6417-11f0-8a88-fa163e9e940f is removed from agent 10.0.0.19 2025-07-18 20:45:12,969 - INFO - Verified that pod ctest-busybox-pod-12269640 is removed in agent 2025-07-18 20:45:12,970 - INFO - Deleting Ingress : ctest-nginx-ingress-66539841 2025-07-18 20:45:12,977 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3052e027-6a2d-4a3c-904d-bba4395526a2 2025-07-18 20:45:12,992 - ERROR - Ingress ctest-nginx-ingress-66539841 with uuid 3052e027-6a2d-4a3c-904d-bba4395526a2 still found in kube manager 2025-07-18 20:45:13,992 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3052e027-6a2d-4a3c-904d-bba4395526a2 2025-07-18 20:45:14,004 - INFO - Ingress ctest-nginx-ingress-66539841 with uuid 3052e027-6a2d-4a3c-904d-bba4395526a2 deleted successfully from kube manager 2025-07-18 20:45:14,006 - INFO - Verifications on Ingress %s cleanup passed 2025-07-18 20:45:14,010 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-18 20:45:14,238 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-18 20:45:14,251 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-18 20:45:14,251 - INFO - Deleting VN __public__ 2025-07-18 20:45:14,616 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/a92a55f5-b496-483d-8a0b-bcb76e121cb4 2025-07-18 20:45:14,651 - DEBUG - Response Code: 404 2025-07-18 20:45:14,652 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-18 20:45:14,674 - DEBUG - Requesting: http://10.0.0.249:8082/domain/dec30ca7-01b7-40b4-a5aa-c3a6ad9f1659 2025-07-18 20:45:14,683 - DEBUG - Requesting: http://10.0.0.249:8082/project/ba4253f4-e8c6-4fbc-a53a-ce2b8c86cfa3 2025-07-18 20:45:14,750 - INFO - Validated that VN __public__ is not found in API Server 2025-07-18 20:45:14,750 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-18 20:45:14,756 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:45:14,764 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-07-18 20:45:14,764 - INFO - Validated that VN __public__ is not in any agent 2025-07-18 20:45:14,764 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:45:14,771 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-18 20:45:14,776 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-18 20:45:14,781 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-18 20:45:14,781 - INFO - Deleting pod default:ctest-nginx-pod-69810728 2025-07-18 20:45:14,802 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=94d916a5-1b0d-4531-be77-e75128aee56c 2025-07-18 20:45:14,829 - WARNING - Pod uuid 94d916a5-1b0d-4531-be77-e75128aee56c is still seen in agent 10.0.0.19 VM list 2025-07-18 20:45:19,834 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=94d916a5-1b0d-4531-be77-e75128aee56c 2025-07-18 20:45:19,841 - DEBUG - Pod 94d916a5-1b0d-4531-be77-e75128aee56c is not in agent 10.0.0.19 VM list 2025-07-18 20:45:19,841 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f7eb1c42-6417-11f0-8a88-fa163e9e940f 2025-07-18 20:45:19,846 - DEBUG - VMI f7eb1c42-6417-11f0-8a88-fa163e9e940f is removed from agent 10.0.0.19 2025-07-18 20:45:19,846 - INFO - Verified that pod ctest-nginx-pod-69810728 is removed in agent 2025-07-18 20:45:19,847 - INFO - Deleting pod default:ctest-nginx-pod-23015308 2025-07-18 20:45:19,859 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc551ff9-2b2e-4500-a1db-7edb687f11a4 2025-07-18 20:45:19,868 - WARNING - Pod uuid dc551ff9-2b2e-4500-a1db-7edb687f11a4 is still seen in agent 10.0.0.19 VM list 2025-07-18 20:45:24,868 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc551ff9-2b2e-4500-a1db-7edb687f11a4 2025-07-18 20:45:24,875 - DEBUG - Pod dc551ff9-2b2e-4500-a1db-7edb687f11a4 is not in agent 10.0.0.19 VM list 2025-07-18 20:45:24,875 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f77662b2-6417-11f0-8a88-fa163e9e940f 2025-07-18 20:45:24,881 - DEBUG - VMI f77662b2-6417-11f0-8a88-fa163e9e940f is removed from agent 10.0.0.19 2025-07-18 20:45:24,881 - INFO - Verified that pod ctest-nginx-pod-23015308 is removed in agent 2025-07-18 20:45:24,881 - INFO - Deleting service : ctest-nginx-svc-59953028 2025-07-18 20:45:25,067 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-18 20:45:25,073 - DEBUG - No XMPP flaps were noticed during the test
2025-07-18 20:45:25,073 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-07-18 20:45:25,074 - INFO - -------------------------------------------------------------------------------- 2025-07-18 20:45:31,462 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-18 20:45:31,571 - DEBUG - Output : cluster_project={} 2025-07-18 20:45:31,617 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-18 20:45:31,787 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-18 20:45:31,792 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-18 20:45:31,942 - DEBUG - Output : cluster_project={} 2025-07-18 20:45:42,091 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:47,132 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:47,215 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:47,253 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:52,292 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:52,365 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:52,462 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:52,537 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-18 20:45:52,738 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-18 20:45:55,239 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-07-18 20:45:55,246 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-18 20:45:55,274 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-18 20:45:57,302 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-18 20:48:57,447 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-18 20:48:57,496 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=edc6fff3-3ac4-46cb-9aa5-8524e99b5714 2025-07-18 20:48:57,505 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:48:57,521 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:48:57,526 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:48:57,534 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e0fa7b8d-4a5e-4381-87d9-b59eec3971ba 2025-07-18 20:48:57,538 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=baddc2de-5c36-4fe6-bb1c-4ecfe14e6fdc 2025-07-18 20:48:57,543 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d969eb5d-c428-48e8-b195-439ee9f44a28 2025-07-18 20:48:57,550 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:02,592 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=edc6fff3-3ac4-46cb-9aa5-8524e99b5714 2025-07-18 20:49:02,593 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:02,595 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:02,598 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e0fa7b8d-4a5e-4381-87d9-b59eec3971ba 2025-07-18 20:49:02,599 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:02,600 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d969eb5d-c428-48e8-b195-439ee9f44a28 2025-07-18 20:49:02,601 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=baddc2de-5c36-4fe6-bb1c-4ecfe14e6fdc 2025-07-18 20:49:02,602 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:02,632 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:273be5da-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:02,633 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2680ea28-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:02,637 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2610b6e0-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:02,641 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27aef25a-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:07,637 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:07,639 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:07,641 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:07,642 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:12,648 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:12,655 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:12,657 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:12,659 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:17,664 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:17,673 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:17,674 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:17,675 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:22,671 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:22,687 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:22,688 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:22,689 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:27,680 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:27,700 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:27,702 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:27,703 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:32,688 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b2dc9ced-edb0-4a5b-87e2-8533354de78c 2025-07-18 20:49:32,695 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:28a12214-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:32,716 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=22775612-65eb-4f4a-ad1f-3fe148af63e0 2025-07-18 20:49:32,718 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=239ef074-3de5-4775-8976-a1bfa3ce84a7 2025-07-18 20:49:32,719 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0122478b-5d8b-4a66-9166-9a7e480fbfed 2025-07-18 20:49:32,729 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:298564f6-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:32,732 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2911334c-6418-11f0-8a88-fa163e9e940f 2025-07-18 20:49:32,733 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:283167a8-6418-11f0-8a88-fa163e9e940f