2025-10-31 03:03:53,365 - DEBUG - [10.0.0.73]: Running cmd : hostname 2025-10-31 03:03:53,998 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1664-1 2025-10-31 03:03:53,998 - DEBUG - [10.0.0.73]: Running cmd : hostname -f 2025-10-31 03:03:54,032 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1664-1 2025-10-31 03:03:54,032 - DEBUG - [10.0.0.73]: 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-10-31 03:03:54,137 - DEBUG - Output : NAMES contrail_test_XGoE4RyJQ contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-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-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 2025-10-31 03:03:54,138 - DEBUG - [10.0.0.73]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-31 03:03:54,182 - DEBUG - Output : 127.0.0.1/8 10.0.0.73/24 252.73.0.1/8 10.220.68.1/24 172.17.0.1/16 2025-10-31 03:03:54,182 - DEBUG - [10.0.0.73]: Running cmd : getent hosts 10.0.0.73 | head -n 1 | awk '{print $2}' 2025-10-31 03:03:54,215 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1664-1 2025-10-31 03:03:54,336 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-10-31 03:03:54,588 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1664-1 2025-10-31 03:03:54,588 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-10-31 03:03:54,623 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1664-1 2025-10-31 03:03:54,623 - DEBUG - [10.0.0.23]: 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-10-31 03:03:54,702 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-31 03:03:54,703 - DEBUG - [10.0.0.23]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-31 03:03:54,737 - DEBUG - Output : 10.0.0.23/24 2025-10-31 03:03:54,737 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-10-31 03:03:54,783 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1664-1 2025-10-31 03:03:54,846 - INFO - Using existing project ['default-domain', 'k8s-default'](0766af53-cd84-48d6-90ae-103405a8604a) 2025-10-31 03:03:54,913 - INFO - Using existing project ['default-domain', 'k8s-default'](0766af53-cd84-48d6-90ae-103405a8604a) 2025-10-31 03:03:55,028 - INFO - ================================================================================ 2025-10-31 03:03:55,028 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-31 03:03:55,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 2025-10-31 03:03:55,291 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 03:03:55,299 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.73': '0'}} with 2025-10-31 03:03:55,299 - INFO - Initial checks done. Running the testcase now 2025-10-31 03:03:55,299 - INFO - 2025-10-31 03:03:55,303 - INFO - Namespace default already exists 2025-10-31 03:03:55,304 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 03:03:55,420 - DEBUG - Output : cluster_project={} 2025-10-31 03:03:55,514 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-31 03:03:55,514 - DEBUG - Project uuid in Contrail is 0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:03:55,514 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-31 03:03:55,646 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 03:03:55,646 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_NamespaceDatabaseList?namespace_uuid=921e395d-aa47-40a7-a237-fcfc4b17e27c 2025-10-31 03:03:55,651 - INFO - Namespace default with uuid 921e395d-aa47-40a7-a237-fcfc4b17e27c found in kube manager 2025-10-31 03:03:55,651 - INFO - Namespace default verification passed 2025-10-31 03:03:55,655 - DEBUG - Service ctest-nginx-svc-33400084 not present 2025-10-31 03:03:55,656 - INFO - Creating service ctest-nginx-svc-33400084 2025-10-31 03:03:55,676 - INFO - Created Service ctest-nginx-svc-33400084 2025-10-31 03:03:55,680 - DEBUG - Pod ctest-nginx-pod-26380190 not present 2025-10-31 03:03:55,681 - INFO - Creating Pod ctest-nginx-pod-26380190 2025-10-31 03:03:55,754 - DEBUG - Pod : ctest-nginx-pod-26380190 UUID is 9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 2025-10-31 03:03:55,766 - DEBUG - Pod ctest-nginx-pod-09228093 not present 2025-10-31 03:03:55,767 - INFO - Creating Pod ctest-nginx-pod-09228093 2025-10-31 03:03:55,813 - DEBUG - Pod : ctest-nginx-pod-09228093 UUID is a29778f1-98bb-445d-8b10-8687cda1ca20 2025-10-31 03:03:56,070 - INFO - Created VN __public__, UUID :3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:03:56,203 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-10-31 03:03:56,226 - DEBUG - Requesting: http://10.0.0.73:8082/domain/d4180067-5e0c-497a-b158-23b87fbf3d89 2025-10-31 03:03:56,264 - DEBUG - Requesting: http://10.0.0.73:8082/project/0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:03:56,322 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:03:56,341 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:03:56,350 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:03:56,356 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:03:56,363 - DEBUG - Route Targets: [] 2025-10-31 03:03:56,363 - DEBUG - RT names not yet present for VN __public__ 2025-10-31 03:04:01,366 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-10-31 03:04:01,372 - DEBUG - Requesting: http://10.0.0.73:8082/domain/d4180067-5e0c-497a-b158-23b87fbf3d89 2025-10-31 03:04:01,387 - DEBUG - Requesting: http://10.0.0.73:8082/project/0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:04:01,433 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,443 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,453 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:04:01,463 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:04:01,472 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/b18cfffc-c4d7-4ce0-8521-76c7c0de535f 2025-10-31 03:04:01,479 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 03:04:01,479 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,490 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:04:01,510 - INFO - Verified VN network id 13 for VN 3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,510 - INFO - Verifications in API Server for VN __public__ passed 2025-10-31 03:04:01,510 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,524 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:04:01,536 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:04:01,545 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/b18cfffc-c4d7-4ce0-8521-76c7c0de535f 2025-10-31 03:04:01,553 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 03:04:01,560 - DEBUG - Control-node 10.0.0.73 : 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': '4253730615209709428', 'uuid-lslong': '11642712440506476422'}, 'enable': 'true', 'created': '2025-10-31T03:03:55', 'last-modified': '2025-10-31T03:03:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.445247'} 2025-10-31 03:04:01,560 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:01,574 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 03:04:01,574 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-31 03:04:01,574 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-31 03:04:01,575 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-10-31 03:04:01,580 - DEBUG - Requesting: http://10.0.0.73:8082/domain/d4180067-5e0c-497a-b158-23b87fbf3d89 2025-10-31 03:04:01,586 - DEBUG - Requesting: http://10.0.0.73:8082/project/0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:04:01,623 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,633 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-31 03:04:01,634 - DEBUG - Verifying the vn in opserver 2025-10-31 03:04:01,634 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.73 2025-10-31 03:04:01,634 - DEBUG - Requesting: http://10.0.0.73:8081/analytics/uves/virtual-networks 2025-10-31 03:04:01,640 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.73:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-31 03:04:01,640 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-31 03:04:01,640 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:01,650 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:01,655 - DEBUG - Do not have enough data to verify VN in agent 2025-10-31 03:04:01,655 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:01,662 - DEBUG - VRF ids for VN __public__: {} 2025-10-31 03:04:01,759 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-31 03:04:01,877 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-10-31 03:04:01,882 - DEBUG - Requesting: http://10.0.0.73:8082/domain/d4180067-5e0c-497a-b158-23b87fbf3d89 2025-10-31 03:04:01,890 - DEBUG - Requesting: http://10.0.0.73:8082/project/0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:04:01,932 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:01,944 - DEBUG - Requesting: http://10.0.0.73:8082/floating-ip-pool/adcfef6e-4399-455f-a098-5c5a2d3d875c 2025-10-31 03:04:01,951 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-10-31 03:04:01,956 - DEBUG - Requesting: http://10.0.0.73:8082/domain/d4180067-5e0c-497a-b158-23b87fbf3d89 2025-10-31 03:04:01,963 - DEBUG - Requesting: http://10.0.0.73:8082/project/0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:04:02,007 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3b084975-11c7-4f74-a193-39476668e786 2025-10-31 03:04:02,016 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-31 03:04:02,016 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-31 03:04:02,025 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-31 03:04:02,031 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-31 03:04:02,031 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-31 03:04:02,035 - DEBUG - Ingress ctest-nginx-ingress-33758683 not present 2025-10-31 03:04:02,036 - INFO - Creating Ingress ctest-nginx-ingress-33758683 2025-10-31 03:04:02,049 - INFO - Created Ingress ctest-nginx-ingress-33758683 2025-10-31 03:04:02,053 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33758683 2025-10-31 03:04:05,060 - DEBUG - For Ingress ctest-nginx-ingress-33758683, Cluster IP: 10.47.255.249, External IPs ['21.8.246.124'] 2025-10-31 03:04:05,060 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-33758683 2025-10-31 03:04:05,060 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=97854fa9-2a47-485d-b629-d2163df120dd 2025-10-31 03:04:05,070 - INFO - Ingress ctest-nginx-ingress-33758683 with uuid 97854fa9-2a47-485d-b629-d2163df120dd found in kube manager 2025-10-31 03:04:05,070 - INFO - Ingress ctest-nginx-ingress-33758683 verification passed 2025-10-31 03:04:05,073 - DEBUG - Pod ctest-busybox-pod-46359859 not present 2025-10-31 03:04:05,073 - INFO - Creating Pod ctest-busybox-pod-46359859 2025-10-31 03:04:05,099 - DEBUG - Pod : ctest-busybox-pod-46359859 UUID is 0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:05,107 - DEBUG - Pod ctest-nginx-pod-26380190 not in running state.Currently in Pending 2025-10-31 03:04:10,115 - DEBUG - Pod ctest-nginx-pod-26380190 not in running state.Currently in Pending 2025-10-31 03:04:15,130 - INFO - Pod ctest-nginx-pod-26380190 is in running state.Got IP 10.47.255.251 2025-10-31 03:04:15,183 - DEBUG - Pod ctest-nginx-pod-26380190 has vmi 3df13ac4-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:04:15,183 - INFO - Verified pod ctest-nginx-pod-26380190 in contrail-api 2025-10-31 03:04:15,183 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:04:15,195 - DEBUG - VMI 3df13ac4-b606-11f0-bb1a-fa163e479cb1 is active in agent 10.0.0.23 2025-10-31 03:04:15,195 - INFO - Verified Pod ctest-nginx-pod-26380190 in agent 10.0.0.23 2025-10-31 03:04:15,195 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 2025-10-31 03:04:15,200 - INFO - Pod ctest-nginx-pod-26380190 with uuid 9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 found in kube manager 2025-10-31 03:04:15,200 - INFO - Pod ctest-nginx-pod-26380190 verification passed 2025-10-31 03:04:15,273 - DEBUG - [Pod ctest-nginx-pod-26380190] Cmd: echo ctest-nginx-pod-26380190 > /usr/share/nginx/html/index.html, Output: 2025-10-31 03:04:15,285 - INFO - Pod ctest-nginx-pod-09228093 is in running state.Got IP 10.47.255.250 2025-10-31 03:04:15,300 - DEBUG - Pod ctest-nginx-pod-09228093 has vmi 3e615412-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:04:15,300 - INFO - Verified pod ctest-nginx-pod-09228093 in contrail-api 2025-10-31 03:04:15,300 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:04:15,315 - DEBUG - VMI 3e615412-b606-11f0-bb1a-fa163e479cb1 is active in agent 10.0.0.23 2025-10-31 03:04:15,315 - INFO - Verified Pod ctest-nginx-pod-09228093 in agent 10.0.0.23 2025-10-31 03:04:15,316 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=a29778f1-98bb-445d-8b10-8687cda1ca20 2025-10-31 03:04:15,321 - INFO - Pod ctest-nginx-pod-09228093 with uuid a29778f1-98bb-445d-8b10-8687cda1ca20 found in kube manager 2025-10-31 03:04:15,321 - INFO - Pod ctest-nginx-pod-09228093 verification passed 2025-10-31 03:04:15,386 - DEBUG - [Pod ctest-nginx-pod-09228093] Cmd: echo ctest-nginx-pod-09228093 > /usr/share/nginx/html/index.html, Output: 2025-10-31 03:04:15,395 - DEBUG - Pod ctest-busybox-pod-46359859 not in running state.Currently in Pending 2025-10-31 03:04:20,403 - INFO - Pod ctest-busybox-pod-46359859 is in running state.Got IP 10.47.255.248 2025-10-31 03:04:20,417 - DEBUG - Pod ctest-busybox-pod-46359859 has vmi 42a669b8-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:04:20,417 - INFO - Verified pod ctest-busybox-pod-46359859 in contrail-api 2025-10-31 03:04:20,417 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:04:20,426 - DEBUG - VMI 42a669b8-b606-11f0-bb1a-fa163e479cb1 is active in agent 10.0.0.23 2025-10-31 03:04:20,426 - INFO - Verified Pod ctest-busybox-pod-46359859 in agent 10.0.0.23 2025-10-31 03:04:20,426 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:20,432 - INFO - Pod ctest-busybox-pod-46359859 with uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 found in kube manager 2025-10-31 03:04:20,433 - INFO - Pod ctest-busybox-pod-46359859 verification passed 2025-10-31 03:04:20,496 - DEBUG - [Pod ctest-busybox-pod-46359859] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09228093 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-10-31 03:04:20,496 - DEBUG - [Pod Pod ctest-busybox-pod-46359859] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-31 03:04:20,496 - DEBUG - [Pod Pod ctest-busybox-pod-46359859] Cmd output: ctest-nginx-pod-09228093 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-10-31 03:04:20,563 - DEBUG - [Pod ctest-busybox-pod-46359859] 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-26380190 2025-10-31 03:04:20,563 - DEBUG - [Pod Pod ctest-busybox-pod-46359859] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-31 03:04:20,563 - DEBUG - [Pod Pod ctest-busybox-pod-46359859] 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-26380190 2025-10-31 03:04:20,563 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-26380190': 1, 'ctest-nginx-pod-09228093': 1} 2025-10-31 03:04:20,564 - WARNING - Nothing to delete parallely 2025-10-31 03:04:20,564 - INFO - Deleting pod default:ctest-busybox-pod-46359859 2025-10-31 03:04:20,599 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:20,607 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:25,608 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:25,616 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:30,619 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:30,625 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:35,626 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:35,633 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:40,634 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:40,640 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:45,641 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:45,654 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:50,655 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:50,666 - WARNING - Pod uuid 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:04:55,666 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0bcb6068-ed07-461e-902b-0a64d25f4bb3 2025-10-31 03:04:55,673 - DEBUG - Pod 0bcb6068-ed07-461e-902b-0a64d25f4bb3 is not in agent 10.0.0.23 VM list 2025-10-31 03:04:55,673 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42a669b8-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:04:55,679 - DEBUG - VMI 42a669b8-b606-11f0-bb1a-fa163e479cb1 is removed from agent 10.0.0.23 2025-10-31 03:04:55,679 - INFO - Verified that pod ctest-busybox-pod-46359859 is removed in agent 2025-10-31 03:04:55,679 - INFO - Deleting Ingress : ctest-nginx-ingress-33758683 2025-10-31 03:04:55,686 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=97854fa9-2a47-485d-b629-d2163df120dd 2025-10-31 03:04:55,692 - ERROR - Ingress ctest-nginx-ingress-33758683 with uuid 97854fa9-2a47-485d-b629-d2163df120dd still found in kube manager 2025-10-31 03:04:56,693 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=97854fa9-2a47-485d-b629-d2163df120dd 2025-10-31 03:04:56,697 - INFO - Ingress ctest-nginx-ingress-33758683 with uuid 97854fa9-2a47-485d-b629-d2163df120dd deleted successfully from kube manager 2025-10-31 03:04:56,697 - INFO - Verifications on Ingress %s cleanup passed 2025-10-31 03:04:56,697 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-31 03:04:56,870 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-31 03:04:56,892 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-31 03:04:56,892 - INFO - Deleting VN __public__ 2025-10-31 03:04:57,127 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/479c996a-4d4f-4b69-9a1d-c132203eee4a 2025-10-31 03:04:57,133 - DEBUG - Response Code: 404 2025-10-31 03:04:57,134 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-10-31 03:04:57,138 - DEBUG - Requesting: http://10.0.0.73:8082/domain/d4180067-5e0c-497a-b158-23b87fbf3d89 2025-10-31 03:04:57,144 - DEBUG - Requesting: http://10.0.0.73:8082/project/0766af53-cd84-48d6-90ae-103405a8604a 2025-10-31 03:04:57,198 - INFO - Validated that VN __public__ is not found in API Server 2025-10-31 03:04:57,198 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-31 03:04:57,204 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:57,210 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2025-10-31 03:04:57,210 - INFO - Validated that VN __public__ is not in any agent 2025-10-31 03:04:57,210 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:57,224 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 03:04:57,235 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 03:04:57,243 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-31 03:04:57,244 - INFO - Deleting pod default:ctest-nginx-pod-09228093 2025-10-31 03:04:57,268 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a29778f1-98bb-445d-8b10-8687cda1ca20 2025-10-31 03:04:57,278 - WARNING - Pod uuid a29778f1-98bb-445d-8b10-8687cda1ca20 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:05:02,279 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a29778f1-98bb-445d-8b10-8687cda1ca20 2025-10-31 03:05:02,286 - DEBUG - Pod a29778f1-98bb-445d-8b10-8687cda1ca20 is not in agent 10.0.0.23 VM list 2025-10-31 03:05:02,286 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3e615412-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:05:02,292 - DEBUG - VMI 3e615412-b606-11f0-bb1a-fa163e479cb1 is removed from agent 10.0.0.23 2025-10-31 03:05:02,292 - INFO - Verified that pod ctest-nginx-pod-09228093 is removed in agent 2025-10-31 03:05:02,293 - INFO - Deleting pod default:ctest-nginx-pod-26380190 2025-10-31 03:05:02,316 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 2025-10-31 03:05:02,326 - WARNING - Pod uuid 9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 is still seen in agent 10.0.0.23 VM list 2025-10-31 03:05:07,327 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 2025-10-31 03:05:07,334 - DEBUG - Pod 9f1438c6-c3f8-4bc1-ba22-6b413a2467e4 is not in agent 10.0.0.23 VM list 2025-10-31 03:05:07,334 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3df13ac4-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:05:07,340 - DEBUG - VMI 3df13ac4-b606-11f0-bb1a-fa163e479cb1 is removed from agent 10.0.0.23 2025-10-31 03:05:07,340 - INFO - Verified that pod ctest-nginx-pod-26380190 is removed in agent 2025-10-31 03:05:07,340 - INFO - Deleting service : ctest-nginx-svc-33400084 2025-10-31 03:05:07,636 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 03:05:07,643 - DEBUG - No XMPP flaps were noticed during the test
2025-10-31 03:05:07,644 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-10-31 03:05:07,644 - INFO - -------------------------------------------------------------------------------- 2025-10-31 03:05:14,101 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 03:05:14,230 - DEBUG - Output : cluster_project={} 2025-10-31 03:05:14,366 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-31 03:05:14,513 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 03:05:14,518 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 03:05:14,701 - DEBUG - Output : cluster_project={} 2025-10-31 03:05:29,826 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:29,910 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:29,998 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:30,039 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:35,134 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:35,172 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:35,254 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:35,335 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 03:05:35,610 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 03:05:38,326 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_ApplicationPolicySetReq? 2025-10-31 03:05:38,334 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-10-31 03:05:38,363 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-10-31 03:05:40,392 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-10-31 03:08:50,753 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 03:08:50,817 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:08:50,831 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=57301788-41ce-4184-947b-d1df9d01a5a7 2025-10-31 03:08:50,844 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f5132cf4-4a3d-4260-9982-7f3e851a1558 2025-10-31 03:08:50,855 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:08:50,861 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=343ffa84-9c8e-4175-af50-e6804618eec8 2025-10-31 03:08:50,866 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=198075a1-eef7-445b-87f6-bfc51d96e3e4 2025-10-31 03:08:50,871 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:08:50,876 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:08:55,910 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=198075a1-eef7-445b-87f6-bfc51d96e3e4 2025-10-31 03:08:55,912 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:08:55,913 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f5132cf4-4a3d-4260-9982-7f3e851a1558 2025-10-31 03:08:55,914 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=343ffa84-9c8e-4175-af50-e6804618eec8 2025-10-31 03:08:55,916 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=57301788-41ce-4184-947b-d1df9d01a5a7 2025-10-31 03:08:55,917 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:08:55,918 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:08:55,919 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:08:55,951 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6c9059c8-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:08:55,953 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6dad4d2a-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:08:55,955 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6e265e5e-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:08:55,956 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d0bfd3a-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:09:00,948 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:09:00,950 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:09:00,953 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:09:00,955 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:09:05,964 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:09:05,966 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:09:05,967 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:09:05,969 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:09:10,989 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:09:10,991 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:09:10,991 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:09:10,992 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:09:16,014 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:09:16,020 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:09:16,022 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:09:16,023 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:09:21,023 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:09:21,035 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:09:21,037 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:09:21,038 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:09:26,053 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5659881d-8292-4113-8c97-75e72aff3643 2025-10-31 03:09:26,054 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=142c3445-3618-4b32-a8b8-f0cb76c8df99 2025-10-31 03:09:26,056 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=49e04ee0-afc6-4889-96a8-02128d83ad7c 2025-10-31 03:09:26,056 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=e6340b53-46c1-4dfb-9f8c-0147bacee3f3 2025-10-31 03:09:26,069 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6eb2fb16-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:09:26,070 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f266254-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:09:26,071 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f9c68b4-b606-11f0-bb1a-fa163e479cb1 2025-10-31 03:09:26,074 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7010301e-b606-11f0-bb1a-fa163e479cb1