2025-11-01 19:12:15,149 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-11-01 19:12:15,614 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1670-1 2025-11-01 19:12:15,614 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-11-01 19:12:15,647 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1670-1 2025-11-01 19:12:15,647 - 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-11-01 19:12:15,713 - DEBUG - Output : NAMES contrail_test_YErJnaB94 contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 2025-11-01 19:12:15,713 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-01 19:12:15,757 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 252.19.0.1/8 10.180.104.1/24 172.17.0.1/16 2025-11-01 19:12:15,757 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-11-01 19:12:15,847 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1670-1 2025-11-01 19:12:15,919 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-11-01 19:12:16,175 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1670-1 2025-11-01 19:12:16,176 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-11-01 19:12:16,206 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1670-1 2025-11-01 19:12:16,206 - DEBUG - [10.0.0.241]: 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-11-01 19:12:16,294 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-11-01 19:12:16,295 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-01 19:12:16,333 - DEBUG - Output : 10.0.0.241/24 2025-11-01 19:12:16,333 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-11-01 19:12:16,404 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1670-1 2025-11-01 19:12:16,593 - INFO - Using existing project ['default-domain', 'k8s-default'](767f61b4-08ee-4567-af57-a4fedbdba33a) 2025-11-01 19:12:16,716 - INFO - Using existing project ['default-domain', 'k8s-default'](767f61b4-08ee-4567-af57-a4fedbdba33a) 2025-11-01 19:12:16,824 - INFO - ================================================================================ 2025-11-01 19:12:16,824 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-01 19:12:16,825 - 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-11-01 19:12:17,098 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-01 19:12:17,108 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.19': '0'}} with 2025-11-01 19:12:17,108 - INFO - Initial checks done. Running the testcase now 2025-11-01 19:12:17,108 - INFO - 2025-11-01 19:12:17,118 - INFO - Namespace default already exists 2025-11-01 19:12:17,120 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-01 19:12:17,369 - DEBUG - Output : cluster_project={} 2025-11-01 19:12:17,444 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-01 19:12:17,445 - DEBUG - Project uuid in Contrail is 767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:12:17,445 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-01 19:12:17,623 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-01 19:12:17,624 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=4cf820fe-3fa2-4e7b-8fd8-ce9589ccbfea 2025-11-01 19:12:17,634 - INFO - Namespace default with uuid 4cf820fe-3fa2-4e7b-8fd8-ce9589ccbfea found in kube manager 2025-11-01 19:12:17,634 - INFO - Namespace default verification passed 2025-11-01 19:12:17,641 - DEBUG - Service ctest-nginx-svc-65148111 not present 2025-11-01 19:12:17,642 - INFO - Creating service ctest-nginx-svc-65148111 2025-11-01 19:12:17,682 - INFO - Created Service ctest-nginx-svc-65148111 2025-11-01 19:12:17,691 - DEBUG - Pod ctest-nginx-pod-12941088 not present 2025-11-01 19:12:17,692 - INFO - Creating Pod ctest-nginx-pod-12941088 2025-11-01 19:12:17,776 - DEBUG - Pod : ctest-nginx-pod-12941088 UUID is 199844db-e17b-4e74-ae5e-f38e1de050cf 2025-11-01 19:12:17,779 - DEBUG - Pod ctest-nginx-pod-96678634 not present 2025-11-01 19:12:17,779 - INFO - Creating Pod ctest-nginx-pod-96678634 2025-11-01 19:12:17,809 - DEBUG - Pod : ctest-nginx-pod-96678634 UUID is f9152d29-a03b-4885-b33c-66951825cd41 2025-11-01 19:12:18,000 - INFO - Created VN __public__, UUID :bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:18,239 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-11-01 19:12:18,245 - DEBUG - Requesting: http://10.0.0.19:8082/domain/908bcbde-b3f3-491e-adda-1bb72d49139c 2025-11-01 19:12:18,276 - DEBUG - Requesting: http://10.0.0.19:8082/project/767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:12:18,349 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:18,362 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:18,416 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:18,435 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:18,442 - DEBUG - Route Targets: [] 2025-11-01 19:12:18,442 - DEBUG - RT names not yet present for VN __public__ 2025-11-01 19:12:23,443 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-11-01 19:12:23,458 - DEBUG - Requesting: http://10.0.0.19:8082/domain/908bcbde-b3f3-491e-adda-1bb72d49139c 2025-11-01 19:12:23,474 - DEBUG - Requesting: http://10.0.0.19:8082/project/767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:12:23,545 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:23,556 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:23,566 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:23,575 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:23,582 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/4bc568d6-8536-4423-b3b6-6e08b2470394 2025-11-01 19:12:23,588 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-01 19:12:23,588 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:23,597 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:23,611 - INFO - Verified VN network id 13 for VN bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:23,611 - INFO - Verifications in API Server for VN __public__ passed 2025-11-01 19:12:23,611 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:23,620 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:23,627 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:12:23,633 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/4bc568d6-8536-4423-b3b6-6e08b2470394 2025-11-01 19:12:23,638 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-01 19:12:23,647 - DEBUG - Control-node 10.0.0.19 : 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': '13649884396335678338', 'uuid-lslong': '12170008877376046426'}, 'enable': 'true', 'created': '2025-11-01T19:12:17', 'last-modified': '2025-11-01T19:12:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.468403'} 2025-11-01 19:12:23,647 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:12:23,662 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-01 19:12:23,662 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-01 19:12:23,663 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-01 19:12:23,663 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-11-01 19:12:23,667 - DEBUG - Requesting: http://10.0.0.19:8082/domain/908bcbde-b3f3-491e-adda-1bb72d49139c 2025-11-01 19:12:23,674 - DEBUG - Requesting: http://10.0.0.19:8082/project/767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:12:23,709 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:23,718 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-01 19:12:23,718 - DEBUG - Verifying the vn in opserver 2025-11-01 19:12:23,718 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2025-11-01 19:12:23,718 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2025-11-01 19:12:23,722 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-01 19:12:23,722 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-01 19:12:23,722 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:12:23,733 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:12:23,740 - DEBUG - Do not have enough data to verify VN in agent 2025-11-01 19:12:23,740 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:12:23,745 - DEBUG - VRF ids for VN __public__: {} 2025-11-01 19:12:23,831 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-01 19:12:23,930 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-11-01 19:12:23,939 - DEBUG - Requesting: http://10.0.0.19:8082/domain/908bcbde-b3f3-491e-adda-1bb72d49139c 2025-11-01 19:12:23,949 - DEBUG - Requesting: http://10.0.0.19:8082/project/767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:12:24,006 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:24,015 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/f806cb65-505b-4be8-a221-c4588a5e4815 2025-11-01 19:12:24,019 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-11-01 19:12:24,023 - DEBUG - Requesting: http://10.0.0.19:8082/domain/908bcbde-b3f3-491e-adda-1bb72d49139c 2025-11-01 19:12:24,028 - DEBUG - Requesting: http://10.0.0.19:8082/project/767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:12:24,065 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/bd6e2189-ccbc-4382-a8e4-8e983159855a 2025-11-01 19:12:24,072 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-01 19:12:24,072 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-01 19:12:24,078 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-01 19:12:24,083 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-01 19:12:24,083 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-01 19:12:24,085 - DEBUG - Ingress ctest-nginx-ingress-84270829 not present 2025-11-01 19:12:24,086 - INFO - Creating Ingress ctest-nginx-ingress-84270829 2025-11-01 19:12:24,093 - INFO - Created Ingress ctest-nginx-ingress-84270829 2025-11-01 19:12:24,096 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-84270829 2025-11-01 19:12:27,104 - DEBUG - For Ingress ctest-nginx-ingress-84270829, Cluster IP: 10.47.255.249, External IPs ['32.188.107.60'] 2025-11-01 19:12:27,104 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-84270829 2025-11-01 19:12:27,104 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=f65508f6-2792-45d9-a85c-e975da65e7ad 2025-11-01 19:12:27,108 - INFO - Ingress ctest-nginx-ingress-84270829 with uuid f65508f6-2792-45d9-a85c-e975da65e7ad found in kube manager 2025-11-01 19:12:27,108 - INFO - Ingress ctest-nginx-ingress-84270829 verification passed 2025-11-01 19:12:27,111 - DEBUG - Pod ctest-busybox-pod-45764693 not present 2025-11-01 19:12:27,111 - INFO - Creating Pod ctest-busybox-pod-45764693 2025-11-01 19:12:27,151 - DEBUG - Pod : ctest-busybox-pod-45764693 UUID is 8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:27,160 - DEBUG - Pod ctest-nginx-pod-12941088 not in running state.Currently in Pending 2025-11-01 19:12:32,169 - INFO - Pod ctest-nginx-pod-12941088 is in running state.Got IP 10.47.255.251 2025-11-01 19:12:32,232 - DEBUG - Pod ctest-nginx-pod-12941088 has vmi afd20d16-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:12:32,232 - INFO - Verified pod ctest-nginx-pod-12941088 in contrail-api 2025-11-01 19:12:32,236 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:12:32,246 - DEBUG - VMI afd20d16-b756-11f0-9dfc-fa163e98176c is active in agent 10.0.0.241 2025-11-01 19:12:32,246 - INFO - Verified Pod ctest-nginx-pod-12941088 in agent 10.0.0.241 2025-11-01 19:12:32,246 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=199844db-e17b-4e74-ae5e-f38e1de050cf 2025-11-01 19:12:32,257 - INFO - Pod ctest-nginx-pod-12941088 with uuid 199844db-e17b-4e74-ae5e-f38e1de050cf found in kube manager 2025-11-01 19:12:32,257 - INFO - Pod ctest-nginx-pod-12941088 verification passed 2025-11-01 19:12:32,347 - DEBUG - [Pod ctest-nginx-pod-12941088] Cmd: echo ctest-nginx-pod-12941088 > /usr/share/nginx/html/index.html, Output: 2025-11-01 19:12:32,585 - DEBUG - Pod ctest-nginx-pod-96678634 not in running state.Currently in Pending 2025-11-01 19:12:37,706 - INFO - Pod ctest-nginx-pod-96678634 is in running state.Got IP 10.47.255.250 2025-11-01 19:12:37,747 - DEBUG - Pod ctest-nginx-pod-96678634 has vmi b04978a6-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:12:37,747 - INFO - Verified pod ctest-nginx-pod-96678634 in contrail-api 2025-11-01 19:12:37,747 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:12:37,768 - DEBUG - VMI b04978a6-b756-11f0-9dfc-fa163e98176c is active in agent 10.0.0.241 2025-11-01 19:12:37,768 - INFO - Verified Pod ctest-nginx-pod-96678634 in agent 10.0.0.241 2025-11-01 19:12:37,768 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=f9152d29-a03b-4885-b33c-66951825cd41 2025-11-01 19:12:37,780 - INFO - Pod ctest-nginx-pod-96678634 with uuid f9152d29-a03b-4885-b33c-66951825cd41 found in kube manager 2025-11-01 19:12:37,781 - INFO - Pod ctest-nginx-pod-96678634 verification passed 2025-11-01 19:12:37,846 - DEBUG - [Pod ctest-nginx-pod-96678634] Cmd: echo ctest-nginx-pod-96678634 > /usr/share/nginx/html/index.html, Output: 2025-11-01 19:12:37,852 - INFO - Pod ctest-busybox-pod-45764693 is in running state.Got IP 10.47.255.248 2025-11-01 19:12:37,868 - DEBUG - Pod ctest-busybox-pod-45764693 has vmi b49761b6-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:12:37,868 - INFO - Verified pod ctest-busybox-pod-45764693 in contrail-api 2025-11-01 19:12:37,868 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:12:37,877 - DEBUG - VMI b49761b6-b756-11f0-9dfc-fa163e98176c is active in agent 10.0.0.241 2025-11-01 19:12:37,877 - INFO - Verified Pod ctest-busybox-pod-45764693 in agent 10.0.0.241 2025-11-01 19:12:37,878 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:37,882 - INFO - Pod ctest-busybox-pod-45764693 with uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 found in kube manager 2025-11-01 19:12:37,882 - INFO - Pod ctest-busybox-pod-45764693 verification passed 2025-11-01 19:12:37,945 - DEBUG - [Pod ctest-busybox-pod-45764693] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-96678634 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-11-01 19:12:37,946 - DEBUG - [Pod Pod ctest-busybox-pod-45764693] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-01 19:12:37,946 - DEBUG - [Pod Pod ctest-busybox-pod-45764693] Cmd output: ctest-nginx-pod-96678634 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-11-01 19:12:38,015 - DEBUG - [Pod ctest-busybox-pod-45764693] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-12941088 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-11-01 19:12:38,015 - DEBUG - [Pod Pod ctest-busybox-pod-45764693] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-01 19:12:38,015 - DEBUG - [Pod Pod ctest-busybox-pod-45764693] Cmd output: ctest-nginx-pod-12941088 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-11-01 19:12:38,015 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-12941088': 1, 'ctest-nginx-pod-96678634': 1} 2025-11-01 19:12:38,015 - WARNING - Nothing to delete parallely 2025-11-01 19:12:38,015 - INFO - Deleting pod default:ctest-busybox-pod-45764693 2025-11-01 19:12:38,040 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:38,053 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:12:43,053 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:43,064 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:12:48,065 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:48,072 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:12:53,073 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:53,081 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:12:58,082 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:12:58,088 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:03,089 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:13:03,096 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:08,097 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:13:08,105 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:13,106 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:13:13,116 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:18,118 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:13:18,132 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:23,133 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:13:23,146 - WARNING - Pod uuid 8abeae15-590f-433e-a247-be0a8c1a8c68 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:28,148 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8abeae15-590f-433e-a247-be0a8c1a8c68 2025-11-01 19:13:28,160 - DEBUG - Pod 8abeae15-590f-433e-a247-be0a8c1a8c68 is not in agent 10.0.0.241 VM list 2025-11-01 19:13:28,160 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b49761b6-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:13:28,171 - DEBUG - VMI b49761b6-b756-11f0-9dfc-fa163e98176c is removed from agent 10.0.0.241 2025-11-01 19:13:28,171 - INFO - Verified that pod ctest-busybox-pod-45764693 is removed in agent 2025-11-01 19:13:28,172 - INFO - Deleting Ingress : ctest-nginx-ingress-84270829 2025-11-01 19:13:28,195 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=f65508f6-2792-45d9-a85c-e975da65e7ad 2025-11-01 19:13:28,211 - ERROR - Ingress ctest-nginx-ingress-84270829 with uuid f65508f6-2792-45d9-a85c-e975da65e7ad still found in kube manager 2025-11-01 19:13:29,212 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=f65508f6-2792-45d9-a85c-e975da65e7ad 2025-11-01 19:13:29,215 - INFO - Ingress ctest-nginx-ingress-84270829 with uuid f65508f6-2792-45d9-a85c-e975da65e7ad deleted successfully from kube manager 2025-11-01 19:13:29,215 - INFO - Verifications on Ingress %s cleanup passed 2025-11-01 19:13:29,215 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-01 19:13:29,312 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-01 19:13:29,318 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-01 19:13:29,318 - INFO - Deleting VN __public__ 2025-11-01 19:13:29,490 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/29de715a-43b3-4877-9893-50fd8f2267fb 2025-11-01 19:13:29,495 - DEBUG - Response Code: 404 2025-11-01 19:13:29,495 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-11-01 19:13:29,499 - DEBUG - Requesting: http://10.0.0.19:8082/domain/908bcbde-b3f3-491e-adda-1bb72d49139c 2025-11-01 19:13:29,505 - DEBUG - Requesting: http://10.0.0.19:8082/project/767f61b4-08ee-4567-af57-a4fedbdba33a 2025-11-01 19:13:29,561 - INFO - Validated that VN __public__ is not found in API Server 2025-11-01 19:13:29,561 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-01 19:13:29,572 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:13:29,582 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2025-11-01 19:13:29,582 - INFO - Validated that VN __public__ is not in any agent 2025-11-01 19:13:29,583 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:13:29,591 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-01 19:13:29,602 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-01 19:13:29,618 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-01 19:13:29,618 - INFO - Deleting pod default:ctest-nginx-pod-96678634 2025-11-01 19:13:29,644 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=f9152d29-a03b-4885-b33c-66951825cd41 2025-11-01 19:13:29,677 - WARNING - Pod uuid f9152d29-a03b-4885-b33c-66951825cd41 is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:34,678 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=f9152d29-a03b-4885-b33c-66951825cd41 2025-11-01 19:13:34,687 - DEBUG - Pod f9152d29-a03b-4885-b33c-66951825cd41 is not in agent 10.0.0.241 VM list 2025-11-01 19:13:34,688 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b04978a6-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:13:34,696 - DEBUG - VMI b04978a6-b756-11f0-9dfc-fa163e98176c is removed from agent 10.0.0.241 2025-11-01 19:13:34,696 - INFO - Verified that pod ctest-nginx-pod-96678634 is removed in agent 2025-11-01 19:13:34,697 - INFO - Deleting pod default:ctest-nginx-pod-12941088 2025-11-01 19:13:34,728 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=199844db-e17b-4e74-ae5e-f38e1de050cf 2025-11-01 19:13:34,736 - WARNING - Pod uuid 199844db-e17b-4e74-ae5e-f38e1de050cf is still seen in agent 10.0.0.241 VM list 2025-11-01 19:13:39,737 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=199844db-e17b-4e74-ae5e-f38e1de050cf 2025-11-01 19:13:39,745 - DEBUG - Pod 199844db-e17b-4e74-ae5e-f38e1de050cf is not in agent 10.0.0.241 VM list 2025-11-01 19:13:39,745 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:afd20d16-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:13:39,752 - DEBUG - VMI afd20d16-b756-11f0-9dfc-fa163e98176c is removed from agent 10.0.0.241 2025-11-01 19:13:39,753 - INFO - Verified that pod ctest-nginx-pod-12941088 is removed in agent 2025-11-01 19:13:39,753 - INFO - Deleting service : ctest-nginx-svc-65148111 2025-11-01 19:13:40,139 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-01 19:13:40,152 - DEBUG - No XMPP flaps were noticed during the test 2025-11-01 19:13:40,152 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:24] 2025-11-01 19:13:40,152 - INFO - -------------------------------------------------------------------------------- 2025-11-01 19:13:46,784 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-01 19:13:46,912 - DEBUG - Output : cluster_project={} 2025-11-01 19:13:46,949 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-01 19:13:47,136 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-01 19:13:47,141 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-01 19:13:47,281 - DEBUG - Output : cluster_project={} 2025-11-01 19:13:57,447 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:02,561 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:02,620 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:02,724 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:07,790 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:07,871 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:07,969 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:08,037 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-01 19:14:08,314 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-01 19:14:11,007 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_ApplicationPolicySetReq? 2025-11-01 19:14:11,015 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-11-01 19:14:11,049 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-11-01 19:14:13,082 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-11-01 19:17:14,431 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-01 19:17:14,532 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=4a8799a0-7fc4-43e5-be35-ee1cff2c852c 2025-11-01 19:17:14,557 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:14,565 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=9c932f2f-7d39-4400-8503-12dae4defdf0 2025-11-01 19:17:14,576 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=4da45505-ed7e-4147-a943-a999ece76458 2025-11-01 19:17:14,585 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae5e45ea-7674-409f-9736-31016e4fa0de 2025-11-01 19:17:14,591 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:14,598 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:14,610 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:19,616 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=4a8799a0-7fc4-43e5-be35-ee1cff2c852c 2025-11-01 19:17:19,621 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=4da45505-ed7e-4147-a943-a999ece76458 2025-11-01 19:17:19,637 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e54aca8c-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:19,645 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4cb3df8-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:19,657 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae5e45ea-7674-409f-9736-31016e4fa0de 2025-11-01 19:17:19,663 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=9c932f2f-7d39-4400-8503-12dae4defdf0 2025-11-01 19:17:19,666 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:19,668 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:19,670 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:19,672 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:19,681 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e5eefcba-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:19,712 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e66c9256-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:24,704 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:24,711 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:24,714 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:24,720 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:29,734 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:29,743 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:29,748 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:29,751 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:34,760 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:34,770 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:34,774 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:34,775 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:39,768 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:39,780 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:39,790 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:39,795 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:44,791 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:44,809 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:44,813 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:44,818 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:49,810 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6456e678-416c-411e-969d-e8a175de017e 2025-11-01 19:17:49,821 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6f291bc-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:49,832 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b4ed1064-d170-488c-97e6-c075a2354e35 2025-11-01 19:17:49,837 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=8f85f5c3-bcf2-4cc7-8cf4-13c9683353f8 2025-11-01 19:17:49,842 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=59b08bf7-71d1-4b32-8ad0-d11075e06c48 2025-11-01 19:17:49,849 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e828689a-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:49,855 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e75506ee-b756-11f0-9dfc-fa163e98176c 2025-11-01 19:17:49,865 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7bcbb7c-b756-11f0-9dfc-fa163e98176c