2026-02-22 10:36:38,948 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-02-22 10:36:39,209 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1910-1 2026-02-22 10:36:39,210 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-02-22 10:36:39,243 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1910-1 2026-02-22 10:36:39,244 - 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-02-22 10:36:39,309 - DEBUG - Output : NAMES contrail_test_vRUDE6MD4 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 config_api-schema-1 2026-02-22 10:36:39,309 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-02-22 10:36:39,373 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.58.220.1/24 172.17.0.1/16 2026-02-22 10:36:39,374 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-02-22 10:36:39,408 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1910-1 2026-02-22 10:36:39,530 - DEBUG - [10.0.0.249]: Running cmd : hostname 2026-02-22 10:36:39,749 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1910-1 2026-02-22 10:36:39,749 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2026-02-22 10:36:39,774 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1910-1 2026-02-22 10:36:39,774 - 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-02-22 10:36:39,820 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-02-22 10:36:39,820 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-02-22 10:36:39,895 - DEBUG - Output : 10.0.0.249/24 2026-02-22 10:36:39,896 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2026-02-22 10:36:39,931 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1910-1 2026-02-22 10:36:40,013 - INFO - Using existing project ['default-domain', 'k8s-default'](bba38738-9638-450c-a01c-feee80ef60dc) 2026-02-22 10:36:40,098 - INFO - Using existing project ['default-domain', 'k8s-default'](bba38738-9638-450c-a01c-feee80ef60dc) 2026-02-22 10:36:40,222 - INFO - ================================================================================ 2026-02-22 10:36:40,222 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-02-22 10:36:40,222 - 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-02-22 10:36:40,470 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-02-22 10:36:40,477 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.33': '0'}} with 2026-02-22 10:36:40,477 - INFO - Initial checks done. Running the testcase now 2026-02-22 10:36:40,477 - INFO - 2026-02-22 10:36:40,481 - INFO - Namespace default already exists 2026-02-22 10:36:40,481 - 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-02-22 10:36:40,598 - DEBUG - Output : cluster_project={} 2026-02-22 10:36:40,639 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-02-22 10:36:40,639 - DEBUG - Project uuid in Contrail is bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:36:40,640 - 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-02-22 10:36:40,790 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-02-22 10:36:40,790 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=3755e964-4f16-4feb-aa88-f6082ced7dc8 2026-02-22 10:36:40,795 - INFO - Namespace default with uuid 3755e964-4f16-4feb-aa88-f6082ced7dc8 found in kube manager 2026-02-22 10:36:40,795 - INFO - Namespace default verification passed 2026-02-22 10:36:40,798 - DEBUG - Service ctest-nginx-svc-97103458 not present 2026-02-22 10:36:40,799 - INFO - Creating service ctest-nginx-svc-97103458 2026-02-22 10:36:40,817 - INFO - Created Service ctest-nginx-svc-97103458 2026-02-22 10:36:40,825 - DEBUG - Pod ctest-nginx-pod-94289481 not present 2026-02-22 10:36:40,826 - INFO - Creating Pod ctest-nginx-pod-94289481 2026-02-22 10:36:40,912 - DEBUG - Pod : ctest-nginx-pod-94289481 UUID is 81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 2026-02-22 10:36:40,916 - DEBUG - Pod ctest-nginx-pod-64102348 not present 2026-02-22 10:36:40,918 - INFO - Creating Pod ctest-nginx-pod-64102348 2026-02-22 10:36:40,962 - DEBUG - Pod : ctest-nginx-pod-64102348 UUID is 21cae58e-3c14-4ca3-add8-13bed2508201 2026-02-22 10:36:41,160 - INFO - Created VN __public__, UUID :c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:41,361 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-22 10:36:41,373 - DEBUG - Requesting: http://10.0.0.33:8082/domain/de98a88b-8d6f-4364-82c8-599517f3f8f3 2026-02-22 10:36:41,400 - DEBUG - Requesting: http://10.0.0.33:8082/project/bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:36:41,463 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:41,474 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:41,486 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:41,496 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:41,508 - DEBUG - Route Targets: [] 2026-02-22 10:36:41,508 - DEBUG - RT names not yet present for VN __public__ 2026-02-22 10:36:46,509 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-22 10:36:46,518 - DEBUG - Requesting: http://10.0.0.33:8082/domain/de98a88b-8d6f-4364-82c8-599517f3f8f3 2026-02-22 10:36:46,527 - DEBUG - Requesting: http://10.0.0.33:8082/project/bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:36:46,589 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:46,602 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:46,613 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:46,621 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:46,628 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/aba0bbb7-e865-48df-9fee-b46f30b3e982 2026-02-22 10:36:46,636 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-02-22 10:36:46,636 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:46,647 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:46,663 - INFO - Verified VN network id 13 for VN c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:46,663 - INFO - Verifications in API Server for VN __public__ passed 2026-02-22 10:36:46,663 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:46,671 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:46,679 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:36:46,687 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/aba0bbb7-e865-48df-9fee-b46f30b3e982 2026-02-22 10:36:46,694 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-02-22 10:36:46,705 - 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': '14019699315968527650', 'uuid-lslong': '11371009144055614120'}, 'enable': 'true', 'created': '2026-02-22T10:36:41', 'last-modified': '2026-02-22T10:36:41', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.435729'} 2026-02-22 10:36:46,705 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:36:46,716 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-02-22 10:36:46,716 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-02-22 10:36:46,716 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-02-22 10:36:46,717 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-22 10:36:46,722 - DEBUG - Requesting: http://10.0.0.33:8082/domain/de98a88b-8d6f-4364-82c8-599517f3f8f3 2026-02-22 10:36:46,730 - DEBUG - Requesting: http://10.0.0.33:8082/project/bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:36:46,772 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:46,780 - DEBUG - =>VN __public__ has no policy to be verified 2026-02-22 10:36:46,780 - DEBUG - Verifying the vn in opserver 2026-02-22 10:36:46,780 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-02-22 10:36:46,780 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-02-22 10:36:46,785 - 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-02-22 10:36:46,785 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-02-22 10:36:46,785 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:36:46,794 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:36:46,801 - DEBUG - Do not have enough data to verify VN in agent 2026-02-22 10:36:46,801 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:36:46,807 - DEBUG - VRF ids for VN __public__: {} 2026-02-22 10:36:46,900 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-02-22 10:36:46,995 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-22 10:36:46,999 - DEBUG - Requesting: http://10.0.0.33:8082/domain/de98a88b-8d6f-4364-82c8-599517f3f8f3 2026-02-22 10:36:47,006 - DEBUG - Requesting: http://10.0.0.33:8082/project/bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:36:47,049 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:47,078 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/93e5a783-839c-4b0c-ae28-5416ed6b07f3 2026-02-22 10:36:47,086 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-22 10:36:47,092 - DEBUG - Requesting: http://10.0.0.33:8082/domain/de98a88b-8d6f-4364-82c8-599517f3f8f3 2026-02-22 10:36:47,101 - DEBUG - Requesting: http://10.0.0.33:8082/project/bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:36:47,142 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c28ffa3f-9217-4d22-9dcd-f09201274aa8 2026-02-22 10:36:47,151 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-02-22 10:36:47,151 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-02-22 10:36:47,157 - 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-02-22 10:36:47,163 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-02-22 10:36:47,163 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-02-22 10:36:47,166 - DEBUG - Ingress ctest-nginx-ingress-65752648 not present 2026-02-22 10:36:47,167 - INFO - Creating Ingress ctest-nginx-ingress-65752648 2026-02-22 10:36:47,178 - INFO - Created Ingress ctest-nginx-ingress-65752648 2026-02-22 10:36:47,183 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-65752648 2026-02-22 10:36:50,190 - DEBUG - For Ingress ctest-nginx-ingress-65752648, Cluster IP: 10.47.255.249, External IPs ['54.240.183.60'] 2026-02-22 10:36:50,190 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-65752648 2026-02-22 10:36:50,190 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=3a75a2ea-6167-4c58-b226-184132ff3bb8 2026-02-22 10:36:50,205 - INFO - Ingress ctest-nginx-ingress-65752648 with uuid 3a75a2ea-6167-4c58-b226-184132ff3bb8 found in kube manager 2026-02-22 10:36:50,206 - INFO - Ingress ctest-nginx-ingress-65752648 verification passed 2026-02-22 10:36:50,210 - DEBUG - Pod ctest-busybox-pod-30291365 not present 2026-02-22 10:36:50,210 - INFO - Creating Pod ctest-busybox-pod-30291365 2026-02-22 10:36:50,259 - DEBUG - Pod : ctest-busybox-pod-30291365 UUID is 710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:36:50,276 - DEBUG - Pod ctest-nginx-pod-94289481 not in running state.Currently in Pending 2026-02-22 10:36:55,284 - INFO - Pod ctest-nginx-pod-94289481 is in running state.Got IP 10.47.255.251 2026-02-22 10:36:55,299 - DEBUG - Pod ctest-nginx-pod-94289481 has vmi 60b1a55c-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:36:55,299 - INFO - Verified pod ctest-nginx-pod-94289481 in contrail-api 2026-02-22 10:36:55,299 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:36:55,316 - DEBUG - VMI 60b1a55c-0fda-11f1-9936-fa163eb682f6 is active in agent 10.0.0.249 2026-02-22 10:36:55,317 - INFO - Verified Pod ctest-nginx-pod-94289481 in agent 10.0.0.249 2026-02-22 10:36:55,317 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 2026-02-22 10:36:55,323 - INFO - Pod ctest-nginx-pod-94289481 with uuid 81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 found in kube manager 2026-02-22 10:36:55,323 - INFO - Pod ctest-nginx-pod-94289481 verification passed 2026-02-22 10:36:55,389 - DEBUG - [Pod ctest-nginx-pod-94289481] Cmd: echo ctest-nginx-pod-94289481 > /usr/share/nginx/html/index.html, Output: 2026-02-22 10:36:55,396 - INFO - Pod ctest-nginx-pod-64102348 is in running state.Got IP 10.47.255.250 2026-02-22 10:36:55,448 - DEBUG - Pod ctest-nginx-pod-64102348 has vmi 6123f9f4-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:36:55,448 - INFO - Verified pod ctest-nginx-pod-64102348 in contrail-api 2026-02-22 10:36:55,448 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:36:55,458 - DEBUG - VMI 6123f9f4-0fda-11f1-9936-fa163eb682f6 is active in agent 10.0.0.249 2026-02-22 10:36:55,458 - INFO - Verified Pod ctest-nginx-pod-64102348 in agent 10.0.0.249 2026-02-22 10:36:55,458 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=21cae58e-3c14-4ca3-add8-13bed2508201 2026-02-22 10:36:55,462 - INFO - Pod ctest-nginx-pod-64102348 with uuid 21cae58e-3c14-4ca3-add8-13bed2508201 found in kube manager 2026-02-22 10:36:55,462 - INFO - Pod ctest-nginx-pod-64102348 verification passed 2026-02-22 10:36:55,515 - DEBUG - [Pod ctest-nginx-pod-64102348] Cmd: echo ctest-nginx-pod-64102348 > /usr/share/nginx/html/index.html, Output: 2026-02-22 10:36:55,522 - DEBUG - Pod ctest-busybox-pod-30291365 not in running state.Currently in Pending 2026-02-22 10:37:00,531 - INFO - Pod ctest-busybox-pod-30291365 is in running state.Got IP 10.47.255.248 2026-02-22 10:37:00,548 - DEBUG - Pod ctest-busybox-pod-30291365 has vmi 65712ab8-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:37:00,548 - INFO - Verified pod ctest-busybox-pod-30291365 in contrail-api 2026-02-22 10:37:00,548 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:37:00,560 - DEBUG - VMI 65712ab8-0fda-11f1-9936-fa163eb682f6 is active in agent 10.0.0.249 2026-02-22 10:37:00,560 - INFO - Verified Pod ctest-busybox-pod-30291365 in agent 10.0.0.249 2026-02-22 10:37:00,560 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:00,565 - INFO - Pod ctest-busybox-pod-30291365 with uuid 710415b1-7415-43ba-ab90-3bf26c5af54c found in kube manager 2026-02-22 10:37:00,565 - INFO - Pod ctest-busybox-pod-30291365 verification passed 2026-02-22 10:37:00,629 - DEBUG - [Pod ctest-busybox-pod-30291365] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-64102348 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-02-22 10:37:00,629 - DEBUG - [Pod Pod ctest-busybox-pod-30291365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-22 10:37:00,629 - DEBUG - [Pod Pod ctest-busybox-pod-30291365] Cmd output: ctest-nginx-pod-64102348 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-02-22 10:37:00,687 - DEBUG - [Pod ctest-busybox-pod-30291365] 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-64102348 2026-02-22 10:37:00,687 - DEBUG - [Pod Pod ctest-busybox-pod-30291365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-22 10:37:00,687 - DEBUG - [Pod Pod ctest-busybox-pod-30291365] 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-64102348 2026-02-22 10:37:00,739 - DEBUG - [Pod ctest-busybox-pod-30291365] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94289481 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-02-22 10:37:00,739 - DEBUG - [Pod Pod ctest-busybox-pod-30291365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-02-22 10:37:00,739 - DEBUG - [Pod Pod ctest-busybox-pod-30291365] Cmd output: ctest-nginx-pod-94289481 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-02-22 10:37:00,739 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-94289481': 1, 'ctest-nginx-pod-64102348': 2} 2026-02-22 10:37:00,739 - WARNING - Nothing to delete parallely 2026-02-22 10:37:00,739 - INFO - Deleting pod default:ctest-busybox-pod-30291365 2026-02-22 10:37:00,756 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:00,762 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:05,763 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:05,769 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:10,770 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:10,776 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:15,777 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:15,784 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:20,785 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:20,794 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:25,795 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:25,802 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:30,803 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:30,810 - WARNING - Pod uuid 710415b1-7415-43ba-ab90-3bf26c5af54c is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:35,811 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=710415b1-7415-43ba-ab90-3bf26c5af54c 2026-02-22 10:37:35,824 - DEBUG - Pod 710415b1-7415-43ba-ab90-3bf26c5af54c is not in agent 10.0.0.249 VM list 2026-02-22 10:37:35,824 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:65712ab8-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:37:35,832 - DEBUG - VMI 65712ab8-0fda-11f1-9936-fa163eb682f6 is removed from agent 10.0.0.249 2026-02-22 10:37:35,832 - INFO - Verified that pod ctest-busybox-pod-30291365 is removed in agent 2026-02-22 10:37:35,832 - INFO - Deleting Ingress : ctest-nginx-ingress-65752648 2026-02-22 10:37:35,845 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=3a75a2ea-6167-4c58-b226-184132ff3bb8 2026-02-22 10:37:35,862 - ERROR - Ingress ctest-nginx-ingress-65752648 with uuid 3a75a2ea-6167-4c58-b226-184132ff3bb8 still found in kube manager 2026-02-22 10:37:36,863 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=3a75a2ea-6167-4c58-b226-184132ff3bb8 2026-02-22 10:37:36,867 - INFO - Ingress ctest-nginx-ingress-65752648 with uuid 3a75a2ea-6167-4c58-b226-184132ff3bb8 deleted successfully from kube manager 2026-02-22 10:37:36,867 - INFO - Verifications on Ingress %s cleanup passed 2026-02-22 10:37:36,867 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-02-22 10:37:37,038 - 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-02-22 10:37:37,045 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-02-22 10:37:37,045 - INFO - Deleting VN __public__ 2026-02-22 10:37:37,208 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a54736b5-3d73-4a57-b087-4495c94f1d62 2026-02-22 10:37:37,217 - DEBUG - Response Code: 404 2026-02-22 10:37:37,217 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-02-22 10:37:37,223 - DEBUG - Requesting: http://10.0.0.33:8082/domain/de98a88b-8d6f-4364-82c8-599517f3f8f3 2026-02-22 10:37:37,231 - DEBUG - Requesting: http://10.0.0.33:8082/project/bba38738-9638-450c-a01c-feee80ef60dc 2026-02-22 10:37:37,293 - INFO - Validated that VN __public__ is not found in API Server 2026-02-22 10:37:37,293 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-02-22 10:37:37,299 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:37:37,305 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2026-02-22 10:37:37,305 - INFO - Validated that VN __public__ is not in any agent 2026-02-22 10:37:37,305 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:37:37,311 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-02-22 10:37:37,316 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-02-22 10:37:37,331 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-02-22 10:37:37,332 - INFO - Deleting pod default:ctest-nginx-pod-64102348 2026-02-22 10:37:37,357 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=21cae58e-3c14-4ca3-add8-13bed2508201 2026-02-22 10:37:37,364 - WARNING - Pod uuid 21cae58e-3c14-4ca3-add8-13bed2508201 is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:42,365 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=21cae58e-3c14-4ca3-add8-13bed2508201 2026-02-22 10:37:42,371 - DEBUG - Pod 21cae58e-3c14-4ca3-add8-13bed2508201 is not in agent 10.0.0.249 VM list 2026-02-22 10:37:42,371 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6123f9f4-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:37:42,377 - DEBUG - VMI 6123f9f4-0fda-11f1-9936-fa163eb682f6 is removed from agent 10.0.0.249 2026-02-22 10:37:42,377 - INFO - Verified that pod ctest-nginx-pod-64102348 is removed in agent 2026-02-22 10:37:42,377 - INFO - Deleting pod default:ctest-nginx-pod-94289481 2026-02-22 10:37:42,400 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 2026-02-22 10:37:42,415 - WARNING - Pod uuid 81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 is still seen in agent 10.0.0.249 VM list 2026-02-22 10:37:47,416 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 2026-02-22 10:37:47,424 - DEBUG - Pod 81f5fa1c-3c91-4c0e-8b1b-f5d37b887512 is not in agent 10.0.0.249 VM list 2026-02-22 10:37:47,424 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:60b1a55c-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:37:47,429 - DEBUG - VMI 60b1a55c-0fda-11f1-9936-fa163eb682f6 is removed from agent 10.0.0.249 2026-02-22 10:37:47,429 - INFO - Verified that pod ctest-nginx-pod-94289481 is removed in agent 2026-02-22 10:37:47,429 - INFO - Deleting service : ctest-nginx-svc-97103458 2026-02-22 10:37:47,707 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-02-22 10:37:47,714 - DEBUG - No XMPP flaps were noticed during the test
2026-02-22 10:37:47,714 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07]
2026-02-22 10:37:47,714 - INFO - -------------------------------------------------------------------------------- 2026-02-22 10:37:54,114 - 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-02-22 10:37:54,235 - DEBUG - Output : cluster_project={} 2026-02-22 10:37:54,279 - 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-02-22 10:37:54,485 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-02-22 10:37:54,495 - 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-02-22 10:37:54,621 - DEBUG - Output : cluster_project={} 2026-02-22 10:38:04,765 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:04,799 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:09,884 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:09,926 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:10,006 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:10,042 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:15,133 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:15,168 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-02-22 10:38:15,374 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-02-22 10:38:17,973 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2026-02-22 10:38:17,991 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-02-22 10:38:18,022 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-02-22 10:38:20,063 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-02-22 10:41:27,168 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-02-22 10:41:27,212 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ba64d0ca-1dad-4f64-b6d5-0daa7fd8fd99 2026-02-22 10:41:27,234 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:41:27,246 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=50ee91f7-0104-4f00-8754-49a2854a4767 2026-02-22 10:41:27,253 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:27,261 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=313699b0-590d-4d56-a558-e7d6d9beee7a 2026-02-22 10:41:27,266 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:27,272 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:27,277 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be78df-75fc-48ea-9df3-6ef424402130 2026-02-22 10:41:32,256 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ba64d0ca-1dad-4f64-b6d5-0daa7fd8fd99 2026-02-22 10:41:32,263 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8c4d440a-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:41:32,306 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be78df-75fc-48ea-9df3-6ef424402130 2026-02-22 10:41:32,308 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:32,309 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:32,310 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=50ee91f7-0104-4f00-8754-49a2854a4767 2026-02-22 10:41:32,310 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=313699b0-590d-4d56-a558-e7d6d9beee7a 2026-02-22 10:41:32,313 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:41:32,313 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:32,333 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8d64adec-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:41:32,335 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8cb8d2ec-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:41:32,338 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8dd7fafe-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:41:37,333 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:37,334 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:37,340 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:37,341 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:41:42,345 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:42,346 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:42,354 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:41:42,357 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:47,355 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:47,358 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:47,366 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:47,367 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:41:52,362 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:52,365 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:52,374 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:52,375 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:41:57,371 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:41:57,373 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:41:57,384 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:41:57,385 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:42:02,410 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a976cc0f-0cb2-4b03-8615-4c2002e13c38 2026-02-22 10:42:02,412 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=485038c6-fba7-4037-bb31-c8ce7124d000 2026-02-22 10:42:02,412 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=374dc76d-9fd6-4c83-a459-8faa36aaa40b 2026-02-22 10:42:02,414 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0b803117-2398-4b6d-bd4a-fdbf17ea461b 2026-02-22 10:42:02,426 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e64157a-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:42:02,430 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fb499f4-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:42:02,431 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f45490a-0fda-11f1-9936-fa163eb682f6 2026-02-22 10:42:02,433 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ed9dbf2-0fda-11f1-9936-fa163eb682f6