2025-09-22 01:50:10,191 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-09-22 01:50:10,435 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1500-1 2025-09-22 01:50:10,435 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-09-22 01:50:10,469 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1500-1 2025-09-22 01:50:10,469 - DEBUG - [10.0.0.49]: 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-09-22 01:50:10,565 - DEBUG - Output : NAMES contrail_test_12uezHTTC contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-schema-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-dnsmasq-1 2025-09-22 01:50:10,565 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-22 01:50:10,599 - DEBUG - Output : 127.0.0.1/8 10.0.0.49/24 252.49.0.1/8 10.111.59.1/24 172.17.0.1/16 2025-09-22 01:50:10,599 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-09-22 01:50:10,632 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1500-1 2025-09-22 01:50:10,719 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-09-22 01:50:10,933 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1500-1 2025-09-22 01:50:10,933 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-09-22 01:50:10,957 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1500-1 2025-09-22 01:50:10,958 - DEBUG - [10.0.0.22]: 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-09-22 01:50:11,001 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-22 01:50:11,001 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-22 01:50:11,080 - DEBUG - Output : 10.0.0.22/24 2025-09-22 01:50:11,080 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-09-22 01:50:11,116 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1500-1 2025-09-22 01:50:11,175 - INFO - Using existing project ['default-domain', 'k8s-default'](27d90f13-783e-43e4-a776-2ba15bc55046) 2025-09-22 01:50:11,269 - INFO - Using existing project ['default-domain', 'k8s-default'](27d90f13-783e-43e4-a776-2ba15bc55046) 2025-09-22 01:50:11,370 - INFO - ================================================================================ 2025-09-22 01:50:11,370 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-22 01:50:11,370 - 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-09-22 01:50:11,586 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-22 01:50:11,592 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.49': '0'}} with 2025-09-22 01:50:11,593 - INFO - Initial checks done. Running the testcase now 2025-09-22 01:50:11,593 - INFO - 2025-09-22 01:50:11,596 - INFO - Namespace default already exists 2025-09-22 01:50:11,596 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-22 01:50:11,733 - DEBUG - Output : cluster_project={} 2025-09-22 01:50:11,770 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-22 01:50:11,770 - DEBUG - Project uuid in Contrail is 27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:50:11,770 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-22 01:50:11,887 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-22 01:50:11,888 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=b4314b43-b43d-4f34-9a13-9b176538b4ae 2025-09-22 01:50:11,891 - INFO - Namespace default with uuid b4314b43-b43d-4f34-9a13-9b176538b4ae found in kube manager 2025-09-22 01:50:11,891 - INFO - Namespace default verification passed 2025-09-22 01:50:11,894 - DEBUG - Service ctest-nginx-svc-21320518 not present 2025-09-22 01:50:11,894 - INFO - Creating service ctest-nginx-svc-21320518 2025-09-22 01:50:11,913 - INFO - Created Service ctest-nginx-svc-21320518 2025-09-22 01:50:11,919 - DEBUG - Pod ctest-nginx-pod-90178351 not present 2025-09-22 01:50:11,920 - INFO - Creating Pod ctest-nginx-pod-90178351 2025-09-22 01:50:11,969 - DEBUG - Pod : ctest-nginx-pod-90178351 UUID is b5a4c551-39ed-412c-937a-1ebd5a253ec5 2025-09-22 01:50:11,974 - DEBUG - Pod ctest-nginx-pod-98460185 not present 2025-09-22 01:50:11,974 - INFO - Creating Pod ctest-nginx-pod-98460185 2025-09-22 01:50:12,000 - DEBUG - Pod : ctest-nginx-pod-98460185 UUID is 3f9a7387-7847-4ec7-8792-2e066fddcc31 2025-09-22 01:50:12,134 - INFO - Created VN __public__, UUID :40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:12,281 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-22 01:50:12,304 - DEBUG - Requesting: http://10.0.0.49:8082/domain/017e72d7-6647-4861-923f-be7e32d34a84 2025-09-22 01:50:12,337 - DEBUG - Requesting: http://10.0.0.49:8082/project/27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:50:12,396 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:12,409 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:12,423 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:12,431 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:12,437 - DEBUG - Route Targets: [] 2025-09-22 01:50:12,437 - DEBUG - RT names not yet present for VN __public__ 2025-09-22 01:50:17,438 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-22 01:50:17,443 - DEBUG - Requesting: http://10.0.0.49:8082/domain/017e72d7-6647-4861-923f-be7e32d34a84 2025-09-22 01:50:17,449 - DEBUG - Requesting: http://10.0.0.49:8082/project/27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:50:17,481 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,488 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,494 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:17,505 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:17,510 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/b54bf08e-e80e-4f3b-963c-263960cec69f 2025-09-22 01:50:17,514 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-22 01:50:17,514 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,520 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:17,530 - INFO - Verified VN network id 13 for VN 40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,530 - INFO - Verifications in API Server for VN __public__ passed 2025-09-22 01:50:17,530 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,536 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:17,544 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:50:17,549 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/b54bf08e-e80e-4f3b-963c-263960cec69f 2025-09-22 01:50:17,553 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-22 01:50:17,558 - DEBUG - Control-node 10.0.0.49 : 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': '4676630475914690880', 'uuid-lslong': '12399487465175112002'}, 'enable': 'true', 'created': '2025-09-22T01:50:12', 'last-modified': '2025-09-22T01:50:12', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.325667'} 2025-09-22 01:50:17,558 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:50:17,568 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-22 01:50:17,568 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-22 01:50:17,568 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-22 01:50:17,569 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-22 01:50:17,572 - DEBUG - Requesting: http://10.0.0.49:8082/domain/017e72d7-6647-4861-923f-be7e32d34a84 2025-09-22 01:50:17,578 - DEBUG - Requesting: http://10.0.0.49:8082/project/27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:50:17,611 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,618 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-22 01:50:17,618 - DEBUG - Verifying the vn in opserver 2025-09-22 01:50:17,618 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-09-22 01:50:17,618 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-09-22 01:50:17,621 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-09-22 01:50:17,621 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-22 01:50:17,622 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:50:17,628 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:50:17,633 - DEBUG - Do not have enough data to verify VN in agent 2025-09-22 01:50:17,633 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:50:17,637 - DEBUG - VRF ids for VN __public__: {} 2025-09-22 01:50:17,729 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-22 01:50:17,819 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-22 01:50:17,824 - DEBUG - Requesting: http://10.0.0.49:8082/domain/017e72d7-6647-4861-923f-be7e32d34a84 2025-09-22 01:50:17,829 - DEBUG - Requesting: http://10.0.0.49:8082/project/27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:50:17,878 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,886 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/8ba823a8-57d1-4b90-a680-b49475587676 2025-09-22 01:50:17,890 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-22 01:50:17,895 - DEBUG - Requesting: http://10.0.0.49:8082/domain/017e72d7-6647-4861-923f-be7e32d34a84 2025-09-22 01:50:17,901 - DEBUG - Requesting: http://10.0.0.49:8082/project/27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:50:17,932 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/40e6baa3-d6a9-4140-ac13-d4277eabd942 2025-09-22 01:50:17,939 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-22 01:50:17,939 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-22 01:50:17,944 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-09-22 01:50:17,949 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-22 01:50:17,949 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-22 01:50:17,956 - DEBUG - Ingress ctest-nginx-ingress-66434871 not present 2025-09-22 01:50:17,956 - INFO - Creating Ingress ctest-nginx-ingress-66434871 2025-09-22 01:50:17,962 - INFO - Created Ingress ctest-nginx-ingress-66434871 2025-09-22 01:50:17,965 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-66434871 2025-09-22 01:50:20,969 - DEBUG - For Ingress ctest-nginx-ingress-66434871, Cluster IP: 10.47.255.249, External IPs ['81.158.186.124'] 2025-09-22 01:50:20,969 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-66434871 2025-09-22 01:50:20,969 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=5c7b2f5b-081e-45b2-8572-a27be4cd1fed 2025-09-22 01:50:20,973 - INFO - Ingress ctest-nginx-ingress-66434871 with uuid 5c7b2f5b-081e-45b2-8572-a27be4cd1fed found in kube manager 2025-09-22 01:50:20,973 - INFO - Ingress ctest-nginx-ingress-66434871 verification passed 2025-09-22 01:50:20,975 - DEBUG - Pod ctest-busybox-pod-30214750 not present 2025-09-22 01:50:20,975 - INFO - Creating Pod ctest-busybox-pod-30214750 2025-09-22 01:50:21,003 - DEBUG - Node for Pod ctest-busybox-pod-30214750 not yet populated 2025-09-22 01:50:24,009 - DEBUG - Pod : ctest-busybox-pod-30214750 UUID is 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:24,014 - DEBUG - Pod ctest-nginx-pod-90178351 not in running state.Currently in Pending 2025-09-22 01:50:29,021 - INFO - Pod ctest-nginx-pod-90178351 is in running state.Got IP 10.47.255.251 2025-09-22 01:50:29,033 - DEBUG - Pod ctest-nginx-pod-90178351 has vmi 7aece212-9756-11f0-b926-fa163ec6716c 2025-09-22 01:50:29,034 - INFO - Verified pod ctest-nginx-pod-90178351 in contrail-api 2025-09-22 01:50:29,034 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:50:29,058 - DEBUG - VMI 7aece212-9756-11f0-b926-fa163ec6716c is active in agent 10.0.0.22 2025-09-22 01:50:29,058 - INFO - Verified Pod ctest-nginx-pod-90178351 in agent 10.0.0.22 2025-09-22 01:50:29,058 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=b5a4c551-39ed-412c-937a-1ebd5a253ec5 2025-09-22 01:50:29,063 - INFO - Pod ctest-nginx-pod-90178351 with uuid b5a4c551-39ed-412c-937a-1ebd5a253ec5 found in kube manager 2025-09-22 01:50:29,063 - INFO - Pod ctest-nginx-pod-90178351 verification passed 2025-09-22 01:50:29,127 - DEBUG - [Pod ctest-nginx-pod-90178351] Cmd: echo ctest-nginx-pod-90178351 > /usr/share/nginx/html/index.html, Output: 2025-09-22 01:50:29,133 - INFO - Pod ctest-nginx-pod-98460185 is in running state.Got IP 10.47.255.250 2025-09-22 01:50:29,185 - DEBUG - Pod ctest-nginx-pod-98460185 has vmi 7b52944a-9756-11f0-b926-fa163ec6716c 2025-09-22 01:50:29,185 - INFO - Verified pod ctest-nginx-pod-98460185 in contrail-api 2025-09-22 01:50:29,185 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:50:29,194 - DEBUG - VMI 7b52944a-9756-11f0-b926-fa163ec6716c is active in agent 10.0.0.22 2025-09-22 01:50:29,195 - INFO - Verified Pod ctest-nginx-pod-98460185 in agent 10.0.0.22 2025-09-22 01:50:29,195 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=3f9a7387-7847-4ec7-8792-2e066fddcc31 2025-09-22 01:50:29,198 - INFO - Pod ctest-nginx-pod-98460185 with uuid 3f9a7387-7847-4ec7-8792-2e066fddcc31 found in kube manager 2025-09-22 01:50:29,198 - INFO - Pod ctest-nginx-pod-98460185 verification passed 2025-09-22 01:50:29,261 - DEBUG - [Pod ctest-nginx-pod-98460185] Cmd: echo ctest-nginx-pod-98460185 > /usr/share/nginx/html/index.html, Output: 2025-09-22 01:50:29,267 - DEBUG - Pod ctest-busybox-pod-30214750 not in running state.Currently in Pending 2025-09-22 01:50:34,274 - INFO - Pod ctest-busybox-pod-30214750 is in running state.Got IP 10.47.255.248 2025-09-22 01:50:34,284 - DEBUG - Pod ctest-busybox-pod-30214750 has vmi 7f932998-9756-11f0-b926-fa163ec6716c 2025-09-22 01:50:34,284 - INFO - Verified pod ctest-busybox-pod-30214750 in contrail-api 2025-09-22 01:50:34,284 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:50:34,298 - DEBUG - VMI 7f932998-9756-11f0-b926-fa163ec6716c is active in agent 10.0.0.22 2025-09-22 01:50:34,298 - INFO - Verified Pod ctest-busybox-pod-30214750 in agent 10.0.0.22 2025-09-22 01:50:34,299 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:34,302 - INFO - Pod ctest-busybox-pod-30214750 with uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 found in kube manager 2025-09-22 01:50:34,302 - INFO - Pod ctest-busybox-pod-30214750 verification passed 2025-09-22 01:50:34,360 - DEBUG - [Pod ctest-busybox-pod-30214750] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98460185 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,360 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-22 01:50:34,360 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd output: ctest-nginx-pod-98460185 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,418 - DEBUG - [Pod ctest-busybox-pod-30214750] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98460185 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,418 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-22 01:50:34,418 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd output: ctest-nginx-pod-98460185 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,476 - DEBUG - [Pod ctest-busybox-pod-30214750] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98460185 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,476 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-22 01:50:34,476 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd output: ctest-nginx-pod-98460185 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,518 - DEBUG - [Pod ctest-busybox-pod-30214750] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-90178351 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,519 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-22 01:50:34,519 - DEBUG - [Pod Pod ctest-busybox-pod-30214750] Cmd output: ctest-nginx-pod-90178351 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-09-22 01:50:34,519 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-90178351': 1, 'ctest-nginx-pod-98460185': 3} 2025-09-22 01:50:34,519 - WARNING - Nothing to delete parallely 2025-09-22 01:50:34,519 - INFO - Deleting pod default:ctest-busybox-pod-30214750 2025-09-22 01:50:34,532 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:34,539 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:50:39,540 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:39,545 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:50:44,546 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:44,553 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:50:49,554 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:49,562 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:50:54,563 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:54,570 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:50:59,571 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:50:59,583 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:51:04,584 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:51:04,590 - WARNING - Pod uuid 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:51:09,591 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 2025-09-22 01:51:09,598 - DEBUG - Pod 89ba6c1a-438a-467b-9f1a-fa7a7645c8f4 is not in agent 10.0.0.22 VM list 2025-09-22 01:51:09,598 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f932998-9756-11f0-b926-fa163ec6716c 2025-09-22 01:51:09,603 - DEBUG - VMI 7f932998-9756-11f0-b926-fa163ec6716c is removed from agent 10.0.0.22 2025-09-22 01:51:09,603 - INFO - Verified that pod ctest-busybox-pod-30214750 is removed in agent 2025-09-22 01:51:09,603 - INFO - Deleting Ingress : ctest-nginx-ingress-66434871 2025-09-22 01:51:09,612 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=5c7b2f5b-081e-45b2-8572-a27be4cd1fed 2025-09-22 01:51:09,617 - ERROR - Ingress ctest-nginx-ingress-66434871 with uuid 5c7b2f5b-081e-45b2-8572-a27be4cd1fed still found in kube manager 2025-09-22 01:51:10,617 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=5c7b2f5b-081e-45b2-8572-a27be4cd1fed 2025-09-22 01:51:10,623 - INFO - Ingress ctest-nginx-ingress-66434871 with uuid 5c7b2f5b-081e-45b2-8572-a27be4cd1fed deleted successfully from kube manager 2025-09-22 01:51:10,623 - INFO - Verifications on Ingress %s cleanup passed 2025-09-22 01:51:10,624 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-22 01:51:10,843 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-09-22 01:51:10,865 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-22 01:51:10,865 - INFO - Deleting VN __public__ 2025-09-22 01:51:11,094 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/b41ead6c-54fe-4af1-bccc-a8a5eb200491 2025-09-22 01:51:11,100 - DEBUG - Response Code: 404 2025-09-22 01:51:11,100 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-22 01:51:11,119 - DEBUG - Requesting: http://10.0.0.49:8082/domain/017e72d7-6647-4861-923f-be7e32d34a84 2025-09-22 01:51:11,146 - DEBUG - Requesting: http://10.0.0.49:8082/project/27d90f13-783e-43e4-a776-2ba15bc55046 2025-09-22 01:51:11,227 - INFO - Validated that VN __public__ is not found in API Server 2025-09-22 01:51:11,227 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-22 01:51:11,233 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:51:11,239 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-09-22 01:51:11,239 - INFO - Validated that VN __public__ is not in any agent 2025-09-22 01:51:11,239 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:51:11,252 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-22 01:51:11,256 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-22 01:51:11,259 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-22 01:51:11,260 - INFO - Deleting pod default:ctest-nginx-pod-98460185 2025-09-22 01:51:11,274 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3f9a7387-7847-4ec7-8792-2e066fddcc31 2025-09-22 01:51:11,284 - WARNING - Pod uuid 3f9a7387-7847-4ec7-8792-2e066fddcc31 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:51:16,285 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3f9a7387-7847-4ec7-8792-2e066fddcc31 2025-09-22 01:51:16,291 - DEBUG - Pod 3f9a7387-7847-4ec7-8792-2e066fddcc31 is not in agent 10.0.0.22 VM list 2025-09-22 01:51:16,291 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7b52944a-9756-11f0-b926-fa163ec6716c 2025-09-22 01:51:16,296 - DEBUG - VMI 7b52944a-9756-11f0-b926-fa163ec6716c is removed from agent 10.0.0.22 2025-09-22 01:51:16,296 - INFO - Verified that pod ctest-nginx-pod-98460185 is removed in agent 2025-09-22 01:51:16,296 - INFO - Deleting pod default:ctest-nginx-pod-90178351 2025-09-22 01:51:16,315 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b5a4c551-39ed-412c-937a-1ebd5a253ec5 2025-09-22 01:51:16,326 - WARNING - Pod uuid b5a4c551-39ed-412c-937a-1ebd5a253ec5 is still seen in agent 10.0.0.22 VM list 2025-09-22 01:51:21,327 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b5a4c551-39ed-412c-937a-1ebd5a253ec5 2025-09-22 01:51:21,333 - DEBUG - Pod b5a4c551-39ed-412c-937a-1ebd5a253ec5 is not in agent 10.0.0.22 VM list 2025-09-22 01:51:21,333 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7aece212-9756-11f0-b926-fa163ec6716c 2025-09-22 01:51:21,338 - DEBUG - VMI 7aece212-9756-11f0-b926-fa163ec6716c is removed from agent 10.0.0.22 2025-09-22 01:51:21,338 - INFO - Verified that pod ctest-nginx-pod-90178351 is removed in agent 2025-09-22 01:51:21,338 - INFO - Deleting service : ctest-nginx-svc-21320518 2025-09-22 01:51:21,553 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-22 01:51:21,560 - DEBUG - No XMPP flaps were noticed during the test 2025-09-22 01:51:21,560 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:10] 2025-09-22 01:51:21,560 - INFO - -------------------------------------------------------------------------------- 2025-09-22 01:51:31,028 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-22 01:51:31,170 - DEBUG - Output : cluster_project={} 2025-09-22 01:51:31,211 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-22 01:51:31,390 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-22 01:51:31,397 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-22 01:51:31,557 - DEBUG - Output : cluster_project={} 2025-09-22 01:51:41,723 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:46,757 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:46,786 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:46,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:51,910 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:51,981 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:52,018 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:52,091 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-22 01:51:52,293 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-22 01:51:54,096 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-09-22 01:51:54,102 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-09-22 01:51:54,122 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-09-22 01:51:56,145 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-09-22 01:54:56,064 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-22 01:54:56,108 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b2535032-c3a2-4ed5-a80a-0e8e12dd5434 2025-09-22 01:54:56,120 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:54:56,126 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2327693-5745-4e64-a2d2-5b0be5cd95ec 2025-09-22 01:54:56,131 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c156f133-5dca-4aa9-9397-6f2d02dcb5da 2025-09-22 01:54:56,135 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:54:56,139 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:54:56,145 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b84b685f-6124-4020-b2e6-f18abb053315 2025-09-22 01:54:56,149 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:01,153 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b2535032-c3a2-4ed5-a80a-0e8e12dd5434 2025-09-22 01:55:01,160 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a8e48350-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:01,207 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c156f133-5dca-4aa9-9397-6f2d02dcb5da 2025-09-22 01:55:01,209 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2327693-5745-4e64-a2d2-5b0be5cd95ec 2025-09-22 01:55:01,210 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:01,211 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b84b685f-6124-4020-b2e6-f18abb053315 2025-09-22 01:55:01,212 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:01,213 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:01,214 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:01,232 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa196060-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:01,233 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ab3bf55c-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:01,234 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aac41f6e-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:06,237 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:06,238 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:06,239 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:06,240 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:11,256 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:11,257 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:11,258 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:11,259 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:16,269 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:16,270 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:16,271 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:16,272 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:21,284 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:21,286 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:21,287 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:21,288 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:26,298 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:26,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:26,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:26,302 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:31,338 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8735768b-f97a-4223-abab-2e677e958042 2025-09-22 01:55:31,339 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68c1560e-2197-470a-9b62-7b7a02bdedd5 2025-09-22 01:55:31,340 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1acfbf-0ff0-44ed-90eb-e695fcf1d9f2 2025-09-22 01:55:31,341 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=770c3f99-ee50-43f7-9326-f63eda2bd81b 2025-09-22 01:55:31,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac7aaecc-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:31,354 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ace570cc-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:31,355 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac1bdf8c-9756-11f0-b926-fa163ec6716c 2025-09-22 01:55:31,356 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:abbcfb7a-9756-11f0-b926-fa163ec6716c