2025-09-25 22:05:22,446 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-09-25 22:05:22,679 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1530-1 2025-09-25 22:05:22,679 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-09-25 22:05:22,712 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1530-1 2025-09-25 22:05:22,712 - 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-25 22:05:22,802 - DEBUG - Output : NAMES contrail_test_4AsOXmpDQ contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 redis-redis-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-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 2025-09-25 22:05:22,802 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-25 22:05:22,835 - DEBUG - Output : 127.0.0.1/8 10.0.0.49/24 252.49.0.1/8 10.153.122.1/24 172.17.0.1/16 2025-09-25 22:05:22,835 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-09-25 22:05:22,869 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1530-1 2025-09-25 22:05:22,965 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-09-25 22:05:23,192 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1530-1 2025-09-25 22:05:23,192 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-09-25 22:05:23,216 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1530-1 2025-09-25 22:05:23,216 - DEBUG - [10.0.0.50]: 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-25 22:05:23,300 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-25 22:05:23,301 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-25 22:05:23,324 - DEBUG - Output : 10.0.0.50/24 2025-09-25 22:05:23,324 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-09-25 22:05:23,358 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1530-1 2025-09-25 22:05:23,426 - INFO - Using existing project ['default-domain', 'k8s-default'](ca5ed323-bb80-4a89-979e-3d9f340bce15) 2025-09-25 22:05:23,529 - INFO - Using existing project ['default-domain', 'k8s-default'](ca5ed323-bb80-4a89-979e-3d9f340bce15) 2025-09-25 22:05:23,657 - INFO - ================================================================================ 2025-09-25 22:05:23,657 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-25 22:05:23,657 - 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-25 22:05:23,888 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-25 22:05:23,894 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.49': '0'}} with 2025-09-25 22:05:23,894 - INFO - Initial checks done. Running the testcase now 2025-09-25 22:05:23,894 - INFO - 2025-09-25 22:05:23,897 - INFO - Namespace default already exists 2025-09-25 22:05:23,898 - 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-25 22:05:24,003 - DEBUG - Output : cluster_project={} 2025-09-25 22:05:24,046 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-25 22:05:24,046 - DEBUG - Project uuid in Contrail is ca5ed323-bb80-4a89-979e-3d9f340bce15 2025-09-25 22:05:24,047 - 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-25 22:05:24,189 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-25 22:05:24,190 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=90e97de8-255c-4ebe-937a-23d4f21ee6c8 2025-09-25 22:05:24,193 - INFO - Namespace default with uuid 90e97de8-255c-4ebe-937a-23d4f21ee6c8 found in kube manager 2025-09-25 22:05:24,194 - INFO - Namespace default verification passed 2025-09-25 22:05:24,196 - DEBUG - Service ctest-nginx-svc-07562829 not present 2025-09-25 22:05:24,196 - INFO - Creating service ctest-nginx-svc-07562829 2025-09-25 22:05:24,212 - INFO - Created Service ctest-nginx-svc-07562829 2025-09-25 22:05:24,225 - DEBUG - Pod ctest-nginx-pod-28099284 not present 2025-09-25 22:05:24,226 - INFO - Creating Pod ctest-nginx-pod-28099284 2025-09-25 22:05:24,271 - DEBUG - Node for Pod ctest-nginx-pod-28099284 not yet populated 2025-09-25 22:05:27,280 - DEBUG - Pod : ctest-nginx-pod-28099284 UUID is c09c01a0-51d0-45a8-9158-46a8be45da45 2025-09-25 22:05:27,283 - DEBUG - Pod ctest-nginx-pod-94002905 not present 2025-09-25 22:05:27,283 - INFO - Creating Pod ctest-nginx-pod-94002905 2025-09-25 22:05:27,306 - DEBUG - Pod : ctest-nginx-pod-94002905 UUID is 2e6a8db7-1595-47ce-a70a-0cdf606afb43 2025-09-25 22:05:27,501 - INFO - Created VN __public__, UUID :0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,701 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-25 22:05:27,705 - DEBUG - Requesting: http://10.0.0.49:8082/domain/6f761f35-af26-4206-8941-c0585dd7cc35 2025-09-25 22:05:27,716 - DEBUG - Requesting: http://10.0.0.49:8082/project/ca5ed323-bb80-4a89-979e-3d9f340bce15 2025-09-25 22:05:27,756 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,786 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,793 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/59b46b2e-7ede-433b-8610-31041fd238af 2025-09-25 22:05:27,816 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/59b46b2e-7ede-433b-8610-31041fd238af 2025-09-25 22:05:27,821 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/8d060482-5ce2-4514-b3c4-43ad6988ea9c 2025-09-25 22:05:27,827 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-25 22:05:27,827 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,834 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/59b46b2e-7ede-433b-8610-31041fd238af 2025-09-25 22:05:27,844 - INFO - Verified VN network id 13 for VN 0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,844 - INFO - Verifications in API Server for VN __public__ passed 2025-09-25 22:05:27,844 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,852 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/59b46b2e-7ede-433b-8610-31041fd238af 2025-09-25 22:05:27,860 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/59b46b2e-7ede-433b-8610-31041fd238af 2025-09-25 22:05:27,866 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/8d060482-5ce2-4514-b3c4-43ad6988ea9c 2025-09-25 22:05:27,873 - 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-25 22:05:27,879 - 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': '185967841462929781', 'uuid-lslong': '9399644828754851973'}, 'enable': 'true', 'created': '2025-09-25T22:05:27', 'last-modified': '2025-09-25T22:05:27', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.240287'} 2025-09-25 22:05:27,879 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:05:27,892 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-25 22:05:27,892 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-25 22:05:27,892 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-25 22:05:27,892 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-25 22:05:27,913 - DEBUG - Requesting: http://10.0.0.49:8082/domain/6f761f35-af26-4206-8941-c0585dd7cc35 2025-09-25 22:05:27,928 - DEBUG - Requesting: http://10.0.0.49:8082/project/ca5ed323-bb80-4a89-979e-3d9f340bce15 2025-09-25 22:05:27,966 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:27,974 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-25 22:05:27,974 - DEBUG - Verifying the vn in opserver 2025-09-25 22:05:27,974 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-09-25 22:05:27,974 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-09-25 22:05:27,980 - 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-25 22:05:27,981 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-25 22:05:27,981 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:05:27,991 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:05:27,995 - DEBUG - Do not have enough data to verify VN in agent 2025-09-25 22:05:27,995 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:05:28,000 - DEBUG - VRF ids for VN __public__: {} 2025-09-25 22:05:28,086 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-25 22:05:28,185 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-25 22:05:28,191 - DEBUG - Requesting: http://10.0.0.49:8082/domain/6f761f35-af26-4206-8941-c0585dd7cc35 2025-09-25 22:05:28,198 - DEBUG - Requesting: http://10.0.0.49:8082/project/ca5ed323-bb80-4a89-979e-3d9f340bce15 2025-09-25 22:05:28,231 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:28,243 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/acee0323-2977-48ef-a2c6-7fff5a45f943 2025-09-25 22:05:28,248 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-25 22:05:28,251 - DEBUG - Requesting: http://10.0.0.49:8082/domain/6f761f35-af26-4206-8941-c0585dd7cc35 2025-09-25 22:05:28,258 - DEBUG - Requesting: http://10.0.0.49:8082/project/ca5ed323-bb80-4a89-979e-3d9f340bce15 2025-09-25 22:05:28,293 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/0294b0c4-3a0b-4975-8272-3f2b98c53885 2025-09-25 22:05:28,301 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-25 22:05:28,301 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-25 22:05:28,309 - 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-25 22:05:28,314 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-25 22:05:28,314 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-25 22:05:28,317 - DEBUG - Ingress ctest-nginx-ingress-10608890 not present 2025-09-25 22:05:28,318 - INFO - Creating Ingress ctest-nginx-ingress-10608890 2025-09-25 22:05:28,324 - INFO - Created Ingress ctest-nginx-ingress-10608890 2025-09-25 22:05:28,327 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-10608890 2025-09-25 22:05:31,333 - DEBUG - For Ingress ctest-nginx-ingress-10608890, Cluster IP: 10.47.255.249, External IPs ['46.202.8.124'] 2025-09-25 22:05:31,333 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-10608890 2025-09-25 22:05:31,333 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=0d923bdc-5c0e-4097-bf70-6fd758b908b8 2025-09-25 22:05:31,338 - INFO - Ingress ctest-nginx-ingress-10608890 with uuid 0d923bdc-5c0e-4097-bf70-6fd758b908b8 found in kube manager 2025-09-25 22:05:31,338 - INFO - Ingress ctest-nginx-ingress-10608890 verification passed 2025-09-25 22:05:31,340 - DEBUG - Pod ctest-busybox-pod-06220639 not present 2025-09-25 22:05:31,341 - INFO - Creating Pod ctest-busybox-pod-06220639 2025-09-25 22:05:31,389 - DEBUG - Pod : ctest-busybox-pod-06220639 UUID is 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:05:31,399 - DEBUG - Pod ctest-nginx-pod-28099284 not in running state.Currently in Pending 2025-09-25 22:05:36,406 - DEBUG - Pod ctest-nginx-pod-28099284 not in running state.Currently in Pending 2025-09-25 22:05:41,413 - INFO - Pod ctest-nginx-pod-28099284 is in running state.Got IP 10.47.255.251 2025-09-25 22:05:41,473 - DEBUG - Pod ctest-nginx-pod-28099284 has vmi bd35b5ec-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:05:41,473 - INFO - Verified pod ctest-nginx-pod-28099284 in contrail-api 2025-09-25 22:05:41,473 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:05:41,486 - DEBUG - VMI bd35b5ec-9a5b-11f0-a78e-fa163e415ee2 is active in agent 10.0.0.50 2025-09-25 22:05:41,486 - INFO - Verified Pod ctest-nginx-pod-28099284 in agent 10.0.0.50 2025-09-25 22:05:41,486 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=c09c01a0-51d0-45a8-9158-46a8be45da45 2025-09-25 22:05:41,490 - INFO - Pod ctest-nginx-pod-28099284 with uuid c09c01a0-51d0-45a8-9158-46a8be45da45 found in kube manager 2025-09-25 22:05:41,490 - INFO - Pod ctest-nginx-pod-28099284 verification passed 2025-09-25 22:05:41,550 - DEBUG - [Pod ctest-nginx-pod-28099284] Cmd: echo ctest-nginx-pod-28099284 > /usr/share/nginx/html/index.html, Output: 2025-09-25 22:05:41,556 - DEBUG - Pod ctest-nginx-pod-94002905 not in running state.Currently in Pending 2025-09-25 22:05:46,562 - INFO - Pod ctest-nginx-pod-94002905 is in running state.Got IP 10.47.255.250 2025-09-25 22:05:46,574 - DEBUG - Pod ctest-nginx-pod-94002905 has vmi be548228-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:05:46,574 - INFO - Verified pod ctest-nginx-pod-94002905 in contrail-api 2025-09-25 22:05:46,574 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:05:46,582 - DEBUG - VMI be548228-9a5b-11f0-a78e-fa163e415ee2 is active in agent 10.0.0.50 2025-09-25 22:05:46,582 - INFO - Verified Pod ctest-nginx-pod-94002905 in agent 10.0.0.50 2025-09-25 22:05:46,582 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=2e6a8db7-1595-47ce-a70a-0cdf606afb43 2025-09-25 22:05:46,586 - INFO - Pod ctest-nginx-pod-94002905 with uuid 2e6a8db7-1595-47ce-a70a-0cdf606afb43 found in kube manager 2025-09-25 22:05:46,586 - INFO - Pod ctest-nginx-pod-94002905 verification passed 2025-09-25 22:05:46,641 - DEBUG - [Pod ctest-nginx-pod-94002905] Cmd: echo ctest-nginx-pod-94002905 > /usr/share/nginx/html/index.html, Output: 2025-09-25 22:05:46,646 - INFO - Pod ctest-busybox-pod-06220639 is in running state.Got IP 10.47.255.248 2025-09-25 22:05:46,656 - DEBUG - Pod ctest-busybox-pod-06220639 has vmi c0ccdcb2-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:05:46,656 - INFO - Verified pod ctest-busybox-pod-06220639 in contrail-api 2025-09-25 22:05:46,656 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:05:46,665 - DEBUG - VMI c0ccdcb2-9a5b-11f0-a78e-fa163e415ee2 is active in agent 10.0.0.50 2025-09-25 22:05:46,665 - INFO - Verified Pod ctest-busybox-pod-06220639 in agent 10.0.0.50 2025-09-25 22:05:46,665 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:05:46,668 - INFO - Pod ctest-busybox-pod-06220639 with uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 found in kube manager 2025-09-25 22:05:46,668 - INFO - Pod ctest-busybox-pod-06220639 verification passed 2025-09-25 22:05:46,724 - DEBUG - [Pod ctest-busybox-pod-06220639] 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-94002905 2025-09-25 22:05:46,724 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-25 22:05:46,724 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] 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-94002905 2025-09-25 22:05:46,773 - DEBUG - [Pod ctest-busybox-pod-06220639] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94002905 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-25 22:05:46,773 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-25 22:05:46,774 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd output: ctest-nginx-pod-94002905 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-25 22:05:46,822 - DEBUG - [Pod ctest-busybox-pod-06220639] 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-94002905 2025-09-25 22:05:46,822 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-25 22:05:46,822 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] 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-94002905 2025-09-25 22:05:46,876 - DEBUG - [Pod ctest-busybox-pod-06220639] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94002905 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-25 22:05:46,876 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-25 22:05:46,876 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd output: ctest-nginx-pod-94002905 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-25 22:05:46,928 - DEBUG - [Pod ctest-busybox-pod-06220639] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-28099284 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-25 22:05:46,928 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-25 22:05:46,928 - DEBUG - [Pod Pod ctest-busybox-pod-06220639] Cmd output: ctest-nginx-pod-28099284 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-25 22:05:46,928 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-28099284': 1, 'ctest-nginx-pod-94002905': 4} 2025-09-25 22:05:46,928 - WARNING - Nothing to delete parallely 2025-09-25 22:05:46,928 - INFO - Deleting pod default:ctest-busybox-pod-06220639 2025-09-25 22:05:46,947 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:05:46,953 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:05:51,953 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:05:51,958 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:05:56,959 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:05:56,964 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:01,965 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:06:01,971 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:06,972 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:06:06,978 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:11,979 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:06:11,984 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:16,985 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:06:16,991 - WARNING - Pod uuid 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:21,992 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 2025-09-25 22:06:21,998 - DEBUG - Pod 77f8b2dc-9ea5-47f6-a74c-1b0e32c349a5 is not in agent 10.0.0.50 VM list 2025-09-25 22:06:21,998 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c0ccdcb2-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:06:22,002 - DEBUG - VMI c0ccdcb2-9a5b-11f0-a78e-fa163e415ee2 is removed from agent 10.0.0.50 2025-09-25 22:06:22,002 - INFO - Verified that pod ctest-busybox-pod-06220639 is removed in agent 2025-09-25 22:06:22,002 - INFO - Deleting Ingress : ctest-nginx-ingress-10608890 2025-09-25 22:06:22,015 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=0d923bdc-5c0e-4097-bf70-6fd758b908b8 2025-09-25 22:06:22,019 - ERROR - Ingress ctest-nginx-ingress-10608890 with uuid 0d923bdc-5c0e-4097-bf70-6fd758b908b8 still found in kube manager 2025-09-25 22:06:23,020 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=0d923bdc-5c0e-4097-bf70-6fd758b908b8 2025-09-25 22:06:23,024 - INFO - Ingress ctest-nginx-ingress-10608890 with uuid 0d923bdc-5c0e-4097-bf70-6fd758b908b8 deleted successfully from kube manager 2025-09-25 22:06:23,024 - INFO - Verifications on Ingress %s cleanup passed 2025-09-25 22:06:23,025 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-25 22:06:23,138 - 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-25 22:06:23,143 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-25 22:06:23,143 - INFO - Deleting VN __public__ 2025-09-25 22:06:23,311 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/59b46b2e-7ede-433b-8610-31041fd238af 2025-09-25 22:06:23,316 - DEBUG - Response Code: 404 2025-09-25 22:06:23,316 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-09-25 22:06:23,328 - DEBUG - Requesting: http://10.0.0.49:8082/domain/6f761f35-af26-4206-8941-c0585dd7cc35 2025-09-25 22:06:23,340 - DEBUG - Requesting: http://10.0.0.49:8082/project/ca5ed323-bb80-4a89-979e-3d9f340bce15 2025-09-25 22:06:23,397 - INFO - Validated that VN __public__ is not found in API Server 2025-09-25 22:06:23,398 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-25 22:06:23,403 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:06:23,408 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-09-25 22:06:23,408 - INFO - Validated that VN __public__ is not in any agent 2025-09-25 22:06:23,408 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:06:23,414 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-25 22:06:23,424 - 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-25 22:06:23,440 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-25 22:06:23,441 - INFO - Deleting pod default:ctest-nginx-pod-94002905 2025-09-25 22:06:23,454 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=2e6a8db7-1595-47ce-a70a-0cdf606afb43 2025-09-25 22:06:23,481 - WARNING - Pod uuid 2e6a8db7-1595-47ce-a70a-0cdf606afb43 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:28,482 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=2e6a8db7-1595-47ce-a70a-0cdf606afb43 2025-09-25 22:06:28,489 - DEBUG - Pod 2e6a8db7-1595-47ce-a70a-0cdf606afb43 is not in agent 10.0.0.50 VM list 2025-09-25 22:06:28,489 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be548228-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:06:28,494 - DEBUG - VMI be548228-9a5b-11f0-a78e-fa163e415ee2 is removed from agent 10.0.0.50 2025-09-25 22:06:28,494 - INFO - Verified that pod ctest-nginx-pod-94002905 is removed in agent 2025-09-25 22:06:28,495 - INFO - Deleting pod default:ctest-nginx-pod-28099284 2025-09-25 22:06:28,512 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c09c01a0-51d0-45a8-9158-46a8be45da45 2025-09-25 22:06:28,525 - WARNING - Pod uuid c09c01a0-51d0-45a8-9158-46a8be45da45 is still seen in agent 10.0.0.50 VM list 2025-09-25 22:06:33,526 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c09c01a0-51d0-45a8-9158-46a8be45da45 2025-09-25 22:06:33,531 - DEBUG - Pod c09c01a0-51d0-45a8-9158-46a8be45da45 is not in agent 10.0.0.50 VM list 2025-09-25 22:06:33,531 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd35b5ec-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:06:33,537 - DEBUG - VMI bd35b5ec-9a5b-11f0-a78e-fa163e415ee2 is removed from agent 10.0.0.50 2025-09-25 22:06:33,537 - INFO - Verified that pod ctest-nginx-pod-28099284 is removed in agent 2025-09-25 22:06:33,537 - INFO - Deleting service : ctest-nginx-svc-07562829 2025-09-25 22:06:33,755 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-25 22:06:33,761 - DEBUG - No XMPP flaps were noticed during the test 2025-09-25 22:06:33,761 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:10] 2025-09-25 22:06:33,761 - INFO - -------------------------------------------------------------------------------- 2025-09-25 22:06:40,214 - 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-25 22:06:40,331 - DEBUG - Output : cluster_project={} 2025-09-25 22:06:40,450 - 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-25 22:06:40,617 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-25 22:06:40,622 - 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-25 22:06:40,754 - DEBUG - Output : cluster_project={} 2025-09-25 22:06:50,839 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:06:55,879 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:06:55,952 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:06:56,021 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:07:01,060 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:07:01,093 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:07:01,169 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:07:01,203 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-25 22:07:01,395 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-25 22:07:03,109 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2025-09-25 22:07:03,115 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-09-25 22:07:03,138 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-09-25 22:07:05,160 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-09-25 22:10:12,895 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-25 22:10:12,927 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:12,935 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:12,941 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e49e47f3-8234-4cbf-a124-9f848eac7bbf 2025-09-25 22:10:12,950 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:12,968 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a0133811-806a-4bbe-8c53-94803f2b2604 2025-09-25 22:10:12,976 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=25e8224c-ed13-4856-a03d-030a694f3536 2025-09-25 22:10:12,980 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:12,990 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:17,985 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:17,986 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:17,987 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e49e47f3-8234-4cbf-a124-9f848eac7bbf 2025-09-25 22:10:17,992 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:17,998 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ebe129d0-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:18,033 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:18,034 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=25e8224c-ed13-4856-a03d-030a694f3536 2025-09-25 22:10:18,036 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a0133811-806a-4bbe-8c53-94803f2b2604 2025-09-25 22:10:18,037 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:18,047 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eaec8b32-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:18,051 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eb72780a-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:22,996 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:22,998 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:22,999 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:23,049 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:23,052 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:28,009 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:28,011 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:28,012 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:28,055 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:28,058 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:33,021 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:33,022 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:33,023 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:33,062 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:33,066 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:38,034 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:38,035 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:38,036 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:38,070 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:38,075 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:43,046 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:43,047 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:43,048 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:43,075 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:43,080 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:48,063 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f6ed8b37-5b2f-4338-8acd-141cc1b957c8 2025-09-25 22:10:48,064 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0d87a495-69c1-4907-b52c-331c9fbb6d72 2025-09-25 22:10:48,066 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5a595d1a-50cc-4e48-a5fa-4c771b2e8cb2 2025-09-25 22:10:48,074 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ec5d4dbc-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:48,076 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ecc024c8-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:48,077 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ea818940-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:48,081 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4bfbb6b2-ede1-4718-953b-8c7a2ceaaa0a 2025-09-25 22:10:48,089 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d6bdbecf-614f-4bca-bfdb-9f5cefcfc807 2025-09-25 22:10:48,092 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ed874698-9a5b-11f0-a78e-fa163e415ee2 2025-09-25 22:10:48,101 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ed2258f0-9a5b-11f0-a78e-fa163e415ee2