2026-06-23 07:51:47,808 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-06-23 07:51:48,035 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2031-1 2026-06-23 07:51:48,035 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-06-23 07:51:48,069 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2031-1 2026-06-23 07:51:48,070 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-23 07:51:48,123 - DEBUG - Output : NAMES contrail_test_dQXEo8Zh1 contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 2026-06-23 07:51:48,123 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-23 07:51:48,194 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.33.93.1/24 172.17.0.1/16 2026-06-23 07:51:48,194 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-06-23 07:51:48,228 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2031-1 2026-06-23 07:51:48,316 - DEBUG - [10.0.0.249]: Running cmd : hostname 2026-06-23 07:51:48,555 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2031-1 2026-06-23 07:51:48,556 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2026-06-23 07:51:48,590 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2031-1 2026-06-23 07:51:48,590 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-23 07:51:48,667 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-06-23 07:51:48,667 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-23 07:51:48,701 - DEBUG - Output : 10.0.0.249/24 2026-06-23 07:51:48,701 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2026-06-23 07:51:48,735 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2031-1 2026-06-23 07:51:48,810 - INFO - Using existing project ['default-domain', 'k8s-default'](4a83b352-635c-474a-975c-582caa575651) 2026-06-23 07:51:48,924 - INFO - Using existing project ['default-domain', 'k8s-default'](4a83b352-635c-474a-975c-582caa575651) 2026-06-23 07:51:49,028 - INFO - ================================================================================ 2026-06-23 07:51:49,028 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-23 07:51:49,028 - 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 2026-06-23 07:51:49,267 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-23 07:51:49,273 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.33': '0'}} with 2026-06-23 07:51:49,273 - INFO - Initial checks done. Running the testcase now 2026-06-23 07:51:49,273 - INFO - 2026-06-23 07:51:49,277 - INFO - Namespace default already exists 2026-06-23 07:51:49,278 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-23 07:51:49,382 - DEBUG - Output : cluster_project={} 2026-06-23 07:51:49,420 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-23 07:51:49,420 - DEBUG - Project uuid in Contrail is 4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:51:49,420 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-23 07:51:49,525 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-23 07:51:49,525 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=b8321cad-1b50-411f-816f-c1066a2cc689 2026-06-23 07:51:49,529 - INFO - Namespace default with uuid b8321cad-1b50-411f-816f-c1066a2cc689 found in kube manager 2026-06-23 07:51:49,529 - INFO - Namespace default verification passed 2026-06-23 07:51:49,531 - DEBUG - Service ctest-nginx-svc-49720225 not present 2026-06-23 07:51:49,532 - INFO - Creating service ctest-nginx-svc-49720225 2026-06-23 07:51:49,560 - INFO - Created Service ctest-nginx-svc-49720225 2026-06-23 07:51:49,562 - DEBUG - Pod ctest-nginx-pod-74688414 not present 2026-06-23 07:51:49,563 - INFO - Creating Pod ctest-nginx-pod-74688414 2026-06-23 07:51:49,624 - DEBUG - Pod : ctest-nginx-pod-74688414 UUID is 747edcaa-da41-44d7-bb3c-99ede27281fa 2026-06-23 07:51:49,627 - DEBUG - Pod ctest-nginx-pod-24447081 not present 2026-06-23 07:51:49,627 - INFO - Creating Pod ctest-nginx-pod-24447081 2026-06-23 07:51:49,657 - DEBUG - Pod : ctest-nginx-pod-24447081 UUID is 83415d02-fab3-41ca-98e5-ff9b1ca58b68 2026-06-23 07:51:49,872 - INFO - Created VN __public__, UUID :7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:50,173 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-23 07:51:50,178 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d6cf8324-99c7-4baf-b615-5cf996478ba0 2026-06-23 07:51:50,207 - DEBUG - Requesting: http://10.0.0.33:8082/project/4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:51:50,251 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:50,261 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:50,268 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:50,313 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:50,339 - DEBUG - Route Targets: [] 2026-06-23 07:51:50,339 - DEBUG - RT names not yet present for VN __public__ 2026-06-23 07:51:55,340 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-23 07:51:55,345 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d6cf8324-99c7-4baf-b615-5cf996478ba0 2026-06-23 07:51:55,358 - DEBUG - Requesting: http://10.0.0.33:8082/project/4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:51:55,394 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,402 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,415 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:55,422 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:55,427 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/658152a4-6def-4914-98a8-0ba515146345 2026-06-23 07:51:55,431 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-23 07:51:55,431 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,438 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:55,448 - INFO - Verified VN network id 13 for VN 7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,448 - INFO - Verifications in API Server for VN __public__ passed 2026-06-23 07:51:55,449 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,455 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:55,460 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:51:55,468 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/658152a4-6def-4914-98a8-0ba515146345 2026-06-23 07:51:55,473 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-23 07:51:55,478 - DEBUG - Control-node 10.0.0.33 : 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': '9104946254271563476', 'uuid-lslong': '11175377707181532810'}, 'enable': 'true', 'created': '2026-06-23T07:51:49', 'last-modified': '2026-06-23T07:51:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.376532'} 2026-06-23 07:51:55,479 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:51:55,488 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-23 07:51:55,489 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-23 07:51:55,490 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-23 07:51:55,490 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-23 07:51:55,494 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d6cf8324-99c7-4baf-b615-5cf996478ba0 2026-06-23 07:51:55,504 - DEBUG - Requesting: http://10.0.0.33:8082/project/4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:51:55,537 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,545 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-23 07:51:55,545 - DEBUG - Verifying the vn in opserver 2026-06-23 07:51:55,545 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-06-23 07:51:55,545 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-06-23 07:51:55,549 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-23 07:51:55,549 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-23 07:51:55,549 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:51:55,558 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:51:55,563 - DEBUG - Do not have enough data to verify VN in agent 2026-06-23 07:51:55,563 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:51:55,568 - DEBUG - VRF ids for VN __public__: {} 2026-06-23 07:51:55,654 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-23 07:51:55,768 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-23 07:51:55,772 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d6cf8324-99c7-4baf-b615-5cf996478ba0 2026-06-23 07:51:55,778 - DEBUG - Requesting: http://10.0.0.33:8082/project/4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:51:55,807 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,815 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/c2239289-dd16-455b-93b2-ae70eb7d311c 2026-06-23 07:51:55,820 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-23 07:51:55,823 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d6cf8324-99c7-4baf-b615-5cf996478ba0 2026-06-23 07:51:55,828 - DEBUG - Requesting: http://10.0.0.33:8082/project/4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:51:55,861 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7e5b4460-d0e1-46d4-9b16-ead0a35fe68a 2026-06-23 07:51:55,869 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-23 07:51:55,869 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-23 07:51:55,875 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-23 07:51:55,879 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-23 07:51:55,879 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-23 07:51:55,882 - DEBUG - Ingress ctest-nginx-ingress-82362397 not present 2026-06-23 07:51:55,883 - INFO - Creating Ingress ctest-nginx-ingress-82362397 2026-06-23 07:51:55,889 - INFO - Created Ingress ctest-nginx-ingress-82362397 2026-06-23 07:51:55,892 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-82362397 2026-06-23 07:51:58,897 - DEBUG - For Ingress ctest-nginx-ingress-82362397, Cluster IP: 10.47.255.249, External IPs ['175.125.11.124'] 2026-06-23 07:51:58,897 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-82362397 2026-06-23 07:51:58,897 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=55e8e65c-2462-4388-aa76-0305496d8438 2026-06-23 07:51:58,907 - INFO - Ingress ctest-nginx-ingress-82362397 with uuid 55e8e65c-2462-4388-aa76-0305496d8438 found in kube manager 2026-06-23 07:51:58,907 - INFO - Ingress ctest-nginx-ingress-82362397 verification passed 2026-06-23 07:51:58,910 - DEBUG - Pod ctest-busybox-pod-45050790 not present 2026-06-23 07:51:58,910 - INFO - Creating Pod ctest-busybox-pod-45050790 2026-06-23 07:51:58,952 - DEBUG - Pod : ctest-busybox-pod-45050790 UUID is 121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:51:58,957 - DEBUG - Pod ctest-nginx-pod-74688414 not in running state.Currently in Pending 2026-06-23 07:52:03,964 - INFO - Pod ctest-nginx-pod-74688414 is in running state.Got IP 10.47.255.251 2026-06-23 07:52:03,975 - DEBUG - Pod ctest-nginx-pod-74688414 has vmi 6501023a-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:52:03,975 - INFO - Verified pod ctest-nginx-pod-74688414 in contrail-api 2026-06-23 07:52:03,975 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:52:03,985 - DEBUG - VMI 6501023a-6ed8-11f1-bd78-fa163ed07ac0 is active in agent 10.0.0.249 2026-06-23 07:52:03,985 - INFO - Verified Pod ctest-nginx-pod-74688414 in agent 10.0.0.249 2026-06-23 07:52:03,985 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=747edcaa-da41-44d7-bb3c-99ede27281fa 2026-06-23 07:52:03,988 - INFO - Pod ctest-nginx-pod-74688414 with uuid 747edcaa-da41-44d7-bb3c-99ede27281fa found in kube manager 2026-06-23 07:52:03,988 - INFO - Pod ctest-nginx-pod-74688414 verification passed 2026-06-23 07:52:04,050 - DEBUG - [Pod ctest-nginx-pod-74688414] Cmd: echo ctest-nginx-pod-74688414 > /usr/share/nginx/html/index.html, Output: 2026-06-23 07:52:04,057 - INFO - Pod ctest-nginx-pod-24447081 is in running state.Got IP 10.47.255.250 2026-06-23 07:52:04,068 - DEBUG - Pod ctest-nginx-pod-24447081 has vmi 656dd086-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:52:04,068 - INFO - Verified pod ctest-nginx-pod-24447081 in contrail-api 2026-06-23 07:52:04,068 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:52:04,076 - DEBUG - VMI 656dd086-6ed8-11f1-bd78-fa163ed07ac0 is active in agent 10.0.0.249 2026-06-23 07:52:04,076 - INFO - Verified Pod ctest-nginx-pod-24447081 in agent 10.0.0.249 2026-06-23 07:52:04,076 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=83415d02-fab3-41ca-98e5-ff9b1ca58b68 2026-06-23 07:52:04,080 - INFO - Pod ctest-nginx-pod-24447081 with uuid 83415d02-fab3-41ca-98e5-ff9b1ca58b68 found in kube manager 2026-06-23 07:52:04,080 - INFO - Pod ctest-nginx-pod-24447081 verification passed 2026-06-23 07:52:04,130 - DEBUG - [Pod ctest-nginx-pod-24447081] Cmd: echo ctest-nginx-pod-24447081 > /usr/share/nginx/html/index.html, Output: 2026-06-23 07:52:04,136 - DEBUG - Pod ctest-busybox-pod-45050790 not in running state.Currently in Pending 2026-06-23 07:52:09,143 - INFO - Pod ctest-busybox-pod-45050790 is in running state.Got IP 10.47.255.248 2026-06-23 07:52:09,194 - DEBUG - Pod ctest-busybox-pod-45050790 has vmi 69be075a-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:52:09,194 - INFO - Verified pod ctest-busybox-pod-45050790 in contrail-api 2026-06-23 07:52:09,194 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:52:09,204 - DEBUG - VMI 69be075a-6ed8-11f1-bd78-fa163ed07ac0 is active in agent 10.0.0.249 2026-06-23 07:52:09,204 - INFO - Verified Pod ctest-busybox-pod-45050790 in agent 10.0.0.249 2026-06-23 07:52:09,204 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:09,208 - INFO - Pod ctest-busybox-pod-45050790 with uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 found in kube manager 2026-06-23 07:52:09,208 - INFO - Pod ctest-busybox-pod-45050790 verification passed 2026-06-23 07:52:09,265 - DEBUG - [Pod ctest-busybox-pod-45050790] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-74688414 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,265 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-23 07:52:09,265 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd output: ctest-nginx-pod-74688414 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,316 - DEBUG - [Pod ctest-busybox-pod-45050790] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-74688414 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,316 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-23 07:52:09,316 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-74688414 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,368 - DEBUG - [Pod ctest-busybox-pod-45050790] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-74688414 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,369 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-23 07:52:09,369 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd output: ctest-nginx-pod-74688414 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,407 - DEBUG - [Pod ctest-busybox-pod-45050790] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-24447081 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,407 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-23 07:52:09,407 - DEBUG - [Pod Pod ctest-busybox-pod-45050790] Cmd output: ctest-nginx-pod-24447081 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-23 07:52:09,407 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-74688414': 3, 'ctest-nginx-pod-24447081': 1} 2026-06-23 07:52:09,407 - WARNING - Nothing to delete parallely 2026-06-23 07:52:09,408 - INFO - Deleting pod default:ctest-busybox-pod-45050790 2026-06-23 07:52:09,419 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:09,426 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:14,427 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:14,434 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:19,435 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:19,442 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:24,443 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:24,449 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:29,451 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:29,458 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:34,459 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:34,464 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:39,466 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:39,474 - WARNING - Pod uuid 121d4685-0517-4d95-8eb2-6c41b4b46262 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:44,475 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=121d4685-0517-4d95-8eb2-6c41b4b46262 2026-06-23 07:52:44,482 - DEBUG - Pod 121d4685-0517-4d95-8eb2-6c41b4b46262 is not in agent 10.0.0.249 VM list 2026-06-23 07:52:44,482 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:69be075a-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:52:44,489 - DEBUG - VMI 69be075a-6ed8-11f1-bd78-fa163ed07ac0 is removed from agent 10.0.0.249 2026-06-23 07:52:44,489 - INFO - Verified that pod ctest-busybox-pod-45050790 is removed in agent 2026-06-23 07:52:44,489 - INFO - Deleting Ingress : ctest-nginx-ingress-82362397 2026-06-23 07:52:44,495 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=55e8e65c-2462-4388-aa76-0305496d8438 2026-06-23 07:52:44,500 - ERROR - Ingress ctest-nginx-ingress-82362397 with uuid 55e8e65c-2462-4388-aa76-0305496d8438 still found in kube manager 2026-06-23 07:52:45,501 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=55e8e65c-2462-4388-aa76-0305496d8438 2026-06-23 07:52:45,509 - INFO - Ingress ctest-nginx-ingress-82362397 with uuid 55e8e65c-2462-4388-aa76-0305496d8438 deleted successfully from kube manager 2026-06-23 07:52:45,509 - INFO - Verifications on Ingress %s cleanup passed 2026-06-23 07:52:45,509 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-23 07:52:45,583 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-23 07:52:45,587 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-23 07:52:45,587 - INFO - Deleting VN __public__ 2026-06-23 07:52:45,703 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/b84f92b7-f855-4147-9922-8ebc1b903ee1 2026-06-23 07:52:45,708 - DEBUG - Response Code: 404 2026-06-23 07:52:45,708 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-23 07:52:45,712 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d6cf8324-99c7-4baf-b615-5cf996478ba0 2026-06-23 07:52:45,724 - DEBUG - Requesting: http://10.0.0.33:8082/project/4a83b352-635c-474a-975c-582caa575651 2026-06-23 07:52:45,782 - INFO - Validated that VN __public__ is not found in API Server 2026-06-23 07:52:45,782 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-23 07:52:45,791 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:52:45,807 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2026-06-23 07:52:45,807 - INFO - Validated that VN __public__ is not in any agent 2026-06-23 07:52:45,807 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:52:45,817 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-23 07:52:45,822 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-23 07:52:45,827 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-23 07:52:45,828 - INFO - Deleting pod default:ctest-nginx-pod-24447081 2026-06-23 07:52:45,849 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=83415d02-fab3-41ca-98e5-ff9b1ca58b68 2026-06-23 07:52:45,874 - WARNING - Pod uuid 83415d02-fab3-41ca-98e5-ff9b1ca58b68 is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:50,875 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=83415d02-fab3-41ca-98e5-ff9b1ca58b68 2026-06-23 07:52:50,881 - DEBUG - Pod 83415d02-fab3-41ca-98e5-ff9b1ca58b68 is not in agent 10.0.0.249 VM list 2026-06-23 07:52:50,881 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:656dd086-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:52:50,886 - DEBUG - VMI 656dd086-6ed8-11f1-bd78-fa163ed07ac0 is removed from agent 10.0.0.249 2026-06-23 07:52:50,886 - INFO - Verified that pod ctest-nginx-pod-24447081 is removed in agent 2026-06-23 07:52:50,886 - INFO - Deleting pod default:ctest-nginx-pod-74688414 2026-06-23 07:52:50,913 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=747edcaa-da41-44d7-bb3c-99ede27281fa 2026-06-23 07:52:50,922 - WARNING - Pod uuid 747edcaa-da41-44d7-bb3c-99ede27281fa is still seen in agent 10.0.0.249 VM list 2026-06-23 07:52:55,923 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=747edcaa-da41-44d7-bb3c-99ede27281fa 2026-06-23 07:52:55,929 - DEBUG - Pod 747edcaa-da41-44d7-bb3c-99ede27281fa is not in agent 10.0.0.249 VM list 2026-06-23 07:52:55,929 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6501023a-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:52:55,938 - DEBUG - VMI 6501023a-6ed8-11f1-bd78-fa163ed07ac0 is removed from agent 10.0.0.249 2026-06-23 07:52:55,938 - INFO - Verified that pod ctest-nginx-pod-74688414 is removed in agent 2026-06-23 07:52:55,938 - INFO - Deleting service : ctest-nginx-svc-49720225 2026-06-23 07:52:56,164 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-23 07:52:56,170 - DEBUG - No XMPP flaps were noticed during the test 2026-06-23 07:52:56,171 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07] 2026-06-23 07:52:56,171 - INFO - -------------------------------------------------------------------------------- 2026-06-23 07:53:02,552 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-23 07:53:02,659 - DEBUG - Output : cluster_project={} 2026-06-23 07:53:02,787 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-23 07:53:02,930 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-23 07:53:02,934 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-23 07:53:03,089 - DEBUG - Output : cluster_project={} 2026-06-23 07:53:13,166 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:13,247 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:18,290 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:18,362 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:18,391 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:23,474 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:23,507 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:23,585 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-23 07:53:23,852 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-23 07:53:26,655 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2026-06-23 07:53:26,660 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-06-23 07:53:26,684 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-06-23 07:53:28,707 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-06-23 07:56:35,045 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-23 07:56:35,103 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8b3baa67-5185-4628-b355-e87427ca4497 2026-06-23 07:56:35,112 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=bcc2080c-1237-435c-8ac7-609be9834e6a 2026-06-23 07:56:35,117 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=76ec7648-44e2-4a38-957f-eea501ec485e 2026-06-23 07:56:35,121 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=337fbd20-30aa-47cf-8a82-66a3618f6947 2026-06-23 07:56:35,133 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:56:35,138 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:56:35,142 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:56:35,147 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:56:40,187 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8b3baa67-5185-4628-b355-e87427ca4497 2026-06-23 07:56:40,194 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:904ddf26-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:56:40,204 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:56:40,205 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:56:40,207 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=337fbd20-30aa-47cf-8a82-66a3618f6947 2026-06-23 07:56:40,208 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=76ec7648-44e2-4a38-957f-eea501ec485e 2026-06-23 07:56:40,210 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:56:40,211 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=bcc2080c-1237-435c-8ac7-609be9834e6a 2026-06-23 07:56:40,213 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:56:40,226 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:91b6c684-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:56:40,229 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:914eac02-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:56:40,230 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:90c049ee-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:56:45,217 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:56:45,227 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:56:45,230 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:56:45,231 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:56:50,224 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:56:50,235 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:56:50,240 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:56:50,241 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:56:55,231 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:56:55,240 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:56:55,248 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:56:55,250 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:57:00,239 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:57:00,246 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:57:00,258 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:57:00,259 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:57:05,247 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:57:05,255 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:57:05,267 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:57:05,268 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:57:10,255 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34011902-32fc-4b60-8ca2-ec83c41b1fb6 2026-06-23 07:57:10,262 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:93016918-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:57:10,265 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a432d461-b75e-4fbe-bdff-215ad9e2d7cb 2026-06-23 07:57:10,271 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:929b2de2-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:57:10,281 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=617ac12e-8c8c-42d9-919f-81f421eae01a 2026-06-23 07:57:10,282 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=07125b55-e4fc-4e26-88da-a35ae44b53b7 2026-06-23 07:57:10,291 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9237b0c8-6ed8-11f1-bd78-fa163ed07ac0 2026-06-23 07:57:10,293 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9365b27e-6ed8-11f1-bd78-fa163ed07ac0