2026-08-20 13:20:53,786 - DEBUG - [10.0.0.38]: Running cmd : hostname 2026-08-20 13:20:54,047 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2071-1 2026-08-20 13:20:54,047 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2026-08-20 13:20:54,092 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2071-1 2026-08-20 13:20:54,092 - DEBUG - [10.0.0.38]: 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-08-20 13:20:54,174 - DEBUG - Output : NAMES contrail_test_t3irl62b4 contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-schema-1 2026-08-20 13:20:54,174 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-08-20 13:20:54,256 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 252.38.0.1/8 10.133.232.1/24 172.17.0.1/16 2026-08-20 13:20:54,256 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2026-08-20 13:20:54,300 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2071-1 2026-08-20 13:20:54,403 - DEBUG - [10.0.0.163]: Running cmd : hostname 2026-08-20 13:20:54,669 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2071-30 2026-08-20 13:20:54,669 - DEBUG - [10.0.0.163]: Running cmd : hostname -f 2026-08-20 13:20:54,705 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2071-30 2026-08-20 13:20:54,705 - DEBUG - [10.0.0.163]: 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-08-20 13:20:54,771 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-08-20 13:20:54,772 - DEBUG - [10.0.0.163]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-08-20 13:20:54,845 - DEBUG - Output : 10.0.0.163/24 2026-08-20 13:20:54,845 - DEBUG - [10.0.0.163]: Running cmd : getent hosts 10.0.0.163 | head -n 1 | awk '{print $2}' 2026-08-20 13:20:54,890 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2071-30 2026-08-20 13:20:54,976 - INFO - Using existing project ['default-domain', 'k8s-default'](d2c27a04-a20d-475b-a23f-3450257ab611) 2026-08-20 13:20:55,107 - INFO - Using existing project ['default-domain', 'k8s-default'](d2c27a04-a20d-475b-a23f-3450257ab611) 2026-08-20 13:20:55,224 - INFO - ================================================================================ 2026-08-20 13:20:55,224 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-08-20 13:20:55,225 - 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-08-20 13:20:55,503 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-20 13:20:55,513 - DEBUG - Nothing to compare xmpp stats {'10.0.0.163': {'10.0.0.38': '0'}} with 2026-08-20 13:20:55,513 - INFO - Initial checks done. Running the testcase now 2026-08-20 13:20:55,513 - INFO - 2026-08-20 13:20:55,517 - INFO - Namespace default already exists 2026-08-20 13:20:55,517 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-08-20 13:20:55,646 - DEBUG - Output : cluster_project={} 2026-08-20 13:20:55,766 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-08-20 13:20:55,766 - DEBUG - Project uuid in Contrail is d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:20:55,767 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-08-20 13:20:55,924 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-08-20 13:20:55,924 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=73486cd7-2ce0-47bf-8612-f9dd9a614372 2026-08-20 13:20:55,929 - INFO - Namespace default with uuid 73486cd7-2ce0-47bf-8612-f9dd9a614372 found in kube manager 2026-08-20 13:20:55,929 - INFO - Namespace default verification passed 2026-08-20 13:20:55,933 - DEBUG - Service ctest-nginx-svc-80824354 not present 2026-08-20 13:20:55,934 - INFO - Creating service ctest-nginx-svc-80824354 2026-08-20 13:20:55,955 - INFO - Created Service ctest-nginx-svc-80824354 2026-08-20 13:20:55,961 - DEBUG - Pod ctest-nginx-pod-91173692 not present 2026-08-20 13:20:55,962 - INFO - Creating Pod ctest-nginx-pod-91173692 2026-08-20 13:20:56,027 - DEBUG - Pod : ctest-nginx-pod-91173692 UUID is 822058b5-2a9b-4763-9cbe-858e7886a018 2026-08-20 13:20:56,053 - DEBUG - Pod ctest-nginx-pod-90637663 not present 2026-08-20 13:20:56,054 - INFO - Creating Pod ctest-nginx-pod-90637663 2026-08-20 13:20:56,112 - DEBUG - Pod : ctest-nginx-pod-90637663 UUID is e221610c-93ee-452a-b739-ff6e2a45f27d 2026-08-20 13:20:56,344 - INFO - Created VN __public__, UUID :51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:20:56,587 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-20 13:20:56,593 - DEBUG - Requesting: http://10.0.0.38:8082/domain/5914f9ed-3765-4dc3-9363-9dcf50d89c9a 2026-08-20 13:20:56,610 - DEBUG - Requesting: http://10.0.0.38:8082/project/d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:20:56,695 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:20:56,707 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:20:56,719 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:20:56,759 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:20:56,771 - DEBUG - Route Targets: [] 2026-08-20 13:20:56,771 - DEBUG - RT names not yet present for VN __public__ 2026-08-20 13:21:01,772 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-20 13:21:01,779 - DEBUG - Requesting: http://10.0.0.38:8082/domain/5914f9ed-3765-4dc3-9363-9dcf50d89c9a 2026-08-20 13:21:01,789 - DEBUG - Requesting: http://10.0.0.38:8082/project/d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:21:01,868 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:01,881 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:01,900 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:21:01,914 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:21:01,924 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/83c830bf-fcc5-4af9-b339-139651493286 2026-08-20 13:21:01,932 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-08-20 13:21:01,932 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:01,941 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:21:01,976 - INFO - Verified VN network id 13 for VN 51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:01,976 - INFO - Verifications in API Server for VN __public__ passed 2026-08-20 13:21:01,976 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:01,991 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:21:02,006 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:21:02,024 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/83c830bf-fcc5-4af9-b339-139651493286 2026-08-20 13:21:02,036 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-08-20 13:21:02,045 - DEBUG - Control-node 10.0.0.38 : 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': '5873825339639680332', 'uuid-lslong': '11137765397860945081'}, 'enable': 'true', 'created': '2026-08-20T13:20:56', 'last-modified': '2026-08-20T13:20:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.498059'} 2026-08-20 13:21:02,045 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:02,059 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-08-20 13:21:02,060 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-08-20 13:21:02,061 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-08-20 13:21:02,061 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-20 13:21:02,070 - DEBUG - Requesting: http://10.0.0.38:8082/domain/5914f9ed-3765-4dc3-9363-9dcf50d89c9a 2026-08-20 13:21:02,083 - DEBUG - Requesting: http://10.0.0.38:8082/project/d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:21:02,124 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:02,140 - DEBUG - =>VN __public__ has no policy to be verified 2026-08-20 13:21:02,140 - DEBUG - Verifying the vn in opserver 2026-08-20 13:21:02,140 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2026-08-20 13:21:02,141 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2026-08-20 13:21:02,147 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-08-20 13:21:02,147 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-08-20 13:21:02,147 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:02,158 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:02,169 - DEBUG - Do not have enough data to verify VN in agent 2026-08-20 13:21:02,169 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:02,178 - DEBUG - VRF ids for VN __public__: {} 2026-08-20 13:21:02,312 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-08-20 13:21:02,487 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-20 13:21:02,493 - DEBUG - Requesting: http://10.0.0.38:8082/domain/5914f9ed-3765-4dc3-9363-9dcf50d89c9a 2026-08-20 13:21:02,502 - DEBUG - Requesting: http://10.0.0.38:8082/project/d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:21:02,558 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:02,574 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/3c95019b-16e1-447e-819b-8b140aa625a8 2026-08-20 13:21:02,582 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-20 13:21:02,588 - DEBUG - Requesting: http://10.0.0.38:8082/domain/5914f9ed-3765-4dc3-9363-9dcf50d89c9a 2026-08-20 13:21:02,596 - DEBUG - Requesting: http://10.0.0.38:8082/project/d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:21:02,656 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/51840506-89e9-4d4c-9a91-4a9e73238cb9 2026-08-20 13:21:02,667 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-08-20 13:21:02,667 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-08-20 13:21:02,677 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-08-20 13:21:02,687 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-08-20 13:21:02,687 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-08-20 13:21:02,692 - DEBUG - Ingress ctest-nginx-ingress-41479076 not present 2026-08-20 13:21:02,692 - INFO - Creating Ingress ctest-nginx-ingress-41479076 2026-08-20 13:21:02,704 - INFO - Created Ingress ctest-nginx-ingress-41479076 2026-08-20 13:21:02,710 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-41479076 2026-08-20 13:21:05,731 - DEBUG - For Ingress ctest-nginx-ingress-41479076, Cluster IP: 10.47.255.249, External IPs ['220.136.8.188'] 2026-08-20 13:21:05,731 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-41479076 2026-08-20 13:21:05,732 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=2b67cef4-242d-46c1-80b9-77d7adbdf1f9 2026-08-20 13:21:05,737 - INFO - Ingress ctest-nginx-ingress-41479076 with uuid 2b67cef4-242d-46c1-80b9-77d7adbdf1f9 found in kube manager 2026-08-20 13:21:05,737 - INFO - Ingress ctest-nginx-ingress-41479076 verification passed 2026-08-20 13:21:05,743 - DEBUG - Pod ctest-busybox-pod-94839394 not present 2026-08-20 13:21:05,744 - INFO - Creating Pod ctest-busybox-pod-94839394 2026-08-20 13:21:05,791 - DEBUG - Pod : ctest-busybox-pod-94839394 UUID is 5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:05,808 - DEBUG - Pod ctest-nginx-pod-91173692 not in running state.Currently in Pending 2026-08-20 13:21:10,819 - INFO - Pod ctest-nginx-pod-91173692 is in running state.Got IP 10.47.255.251 2026-08-20 13:21:10,840 - DEBUG - Pod ctest-nginx-pod-91173692 has vmi fadef17e-9c99-11f1-9ff4-fa163ef67135 2026-08-20 13:21:10,840 - INFO - Verified pod ctest-nginx-pod-91173692 in contrail-api 2026-08-20 13:21:10,840 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:21:10,874 - DEBUG - VMI fadef17e-9c99-11f1-9ff4-fa163ef67135 is active in agent 10.0.0.163 2026-08-20 13:21:10,874 - INFO - Verified Pod ctest-nginx-pod-91173692 in agent 10.0.0.163 2026-08-20 13:21:10,875 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=822058b5-2a9b-4763-9cbe-858e7886a018 2026-08-20 13:21:10,889 - INFO - Pod ctest-nginx-pod-91173692 with uuid 822058b5-2a9b-4763-9cbe-858e7886a018 found in kube manager 2026-08-20 13:21:10,889 - INFO - Pod ctest-nginx-pod-91173692 verification passed 2026-08-20 13:21:10,960 - DEBUG - [Pod ctest-nginx-pod-91173692] Cmd: echo ctest-nginx-pod-91173692 > /usr/share/nginx/html/index.html, Output: 2026-08-20 13:21:10,968 - INFO - Pod ctest-nginx-pod-90637663 is in running state.Got IP 10.47.255.250 2026-08-20 13:21:10,982 - DEBUG - Pod ctest-nginx-pod-90637663 has vmi fb6053d6-9c99-11f1-9ff4-fa163ef67135 2026-08-20 13:21:10,983 - INFO - Verified pod ctest-nginx-pod-90637663 in contrail-api 2026-08-20 13:21:10,983 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:21:10,994 - DEBUG - VMI fb6053d6-9c99-11f1-9ff4-fa163ef67135 is active in agent 10.0.0.163 2026-08-20 13:21:10,994 - INFO - Verified Pod ctest-nginx-pod-90637663 in agent 10.0.0.163 2026-08-20 13:21:10,994 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=e221610c-93ee-452a-b739-ff6e2a45f27d 2026-08-20 13:21:10,999 - INFO - Pod ctest-nginx-pod-90637663 with uuid e221610c-93ee-452a-b739-ff6e2a45f27d found in kube manager 2026-08-20 13:21:10,999 - INFO - Pod ctest-nginx-pod-90637663 verification passed 2026-08-20 13:21:11,077 - DEBUG - [Pod ctest-nginx-pod-90637663] Cmd: echo ctest-nginx-pod-90637663 > /usr/share/nginx/html/index.html, Output: 2026-08-20 13:21:11,084 - DEBUG - Pod ctest-busybox-pod-94839394 not in running state.Currently in Pending 2026-08-20 13:21:16,093 - DEBUG - Pod ctest-busybox-pod-94839394 not in running state.Currently in Pending 2026-08-20 13:21:21,101 - INFO - Pod ctest-busybox-pod-94839394 is in running state.Got IP 10.47.255.248 2026-08-20 13:21:21,159 - DEBUG - Pod ctest-busybox-pod-94839394 has vmi ffe42af4-9c99-11f1-9ff4-fa163ef67135 2026-08-20 13:21:21,159 - INFO - Verified pod ctest-busybox-pod-94839394 in contrail-api 2026-08-20 13:21:21,159 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:21:21,169 - DEBUG - VMI ffe42af4-9c99-11f1-9ff4-fa163ef67135 is active in agent 10.0.0.163 2026-08-20 13:21:21,169 - INFO - Verified Pod ctest-busybox-pod-94839394 in agent 10.0.0.163 2026-08-20 13:21:21,169 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:21,173 - INFO - Pod ctest-busybox-pod-94839394 with uuid 5079f0af-8560-448e-8fe8-8b3a275963ec found in kube manager 2026-08-20 13:21:21,173 - INFO - Pod ctest-busybox-pod-94839394 verification passed 2026-08-20 13:21:21,245 - DEBUG - [Pod ctest-busybox-pod-94839394] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-91173692 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-08-20 13:21:21,246 - DEBUG - [Pod Pod ctest-busybox-pod-94839394] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-20 13:21:21,246 - DEBUG - [Pod Pod ctest-busybox-pod-94839394] Cmd output: ctest-nginx-pod-91173692 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-08-20 13:21:21,320 - DEBUG - [Pod ctest-busybox-pod-94839394] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-90637663 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-08-20 13:21:21,321 - DEBUG - [Pod Pod ctest-busybox-pod-94839394] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-08-20 13:21:21,321 - DEBUG - [Pod Pod ctest-busybox-pod-94839394] Cmd output: ctest-nginx-pod-90637663 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-08-20 13:21:21,321 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-91173692': 1, 'ctest-nginx-pod-90637663': 1} 2026-08-20 13:21:21,321 - WARNING - Nothing to delete parallely 2026-08-20 13:21:21,321 - INFO - Deleting pod default:ctest-busybox-pod-94839394 2026-08-20 13:21:21,338 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:21,347 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:26,347 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:26,357 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:31,358 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:31,366 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:36,367 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:36,495 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:41,496 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:41,505 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:46,506 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:46,520 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:51,521 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:51,530 - WARNING - Pod uuid 5079f0af-8560-448e-8fe8-8b3a275963ec is still seen in agent 10.0.0.163 VM list 2026-08-20 13:21:56,531 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=5079f0af-8560-448e-8fe8-8b3a275963ec 2026-08-20 13:21:56,540 - DEBUG - Pod 5079f0af-8560-448e-8fe8-8b3a275963ec is not in agent 10.0.0.163 VM list 2026-08-20 13:21:56,540 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffe42af4-9c99-11f1-9ff4-fa163ef67135 2026-08-20 13:21:56,547 - DEBUG - VMI ffe42af4-9c99-11f1-9ff4-fa163ef67135 is removed from agent 10.0.0.163 2026-08-20 13:21:56,547 - INFO - Verified that pod ctest-busybox-pod-94839394 is removed in agent 2026-08-20 13:21:56,547 - INFO - Deleting Ingress : ctest-nginx-ingress-41479076 2026-08-20 13:21:56,560 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=2b67cef4-242d-46c1-80b9-77d7adbdf1f9 2026-08-20 13:21:56,567 - ERROR - Ingress ctest-nginx-ingress-41479076 with uuid 2b67cef4-242d-46c1-80b9-77d7adbdf1f9 still found in kube manager 2026-08-20 13:21:57,568 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=2b67cef4-242d-46c1-80b9-77d7adbdf1f9 2026-08-20 13:21:57,573 - ERROR - Ingress ctest-nginx-ingress-41479076 with uuid 2b67cef4-242d-46c1-80b9-77d7adbdf1f9 still found in kube manager 2026-08-20 13:21:58,574 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=2b67cef4-242d-46c1-80b9-77d7adbdf1f9 2026-08-20 13:21:58,580 - INFO - Ingress ctest-nginx-ingress-41479076 with uuid 2b67cef4-242d-46c1-80b9-77d7adbdf1f9 deleted successfully from kube manager 2026-08-20 13:21:58,580 - INFO - Verifications on Ingress %s cleanup passed 2026-08-20 13:21:58,580 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-08-20 13:21:58,674 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-08-20 13:21:58,682 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-08-20 13:21:58,682 - INFO - Deleting VN __public__ 2026-08-20 13:21:58,819 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa599429-e380-4dea-ac84-58ea903791d0 2026-08-20 13:21:58,825 - DEBUG - Response Code: 404 2026-08-20 13:21:58,825 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-20 13:21:58,831 - DEBUG - Requesting: http://10.0.0.38:8082/domain/5914f9ed-3765-4dc3-9363-9dcf50d89c9a 2026-08-20 13:21:58,848 - DEBUG - Requesting: http://10.0.0.38:8082/project/d2c27a04-a20d-475b-a23f-3450257ab611 2026-08-20 13:21:58,948 - INFO - Validated that VN __public__ is not found in API Server 2026-08-20 13:21:58,948 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-08-20 13:21:58,965 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:58,976 - DEBUG - VN __public__ is not present in Agent 10.0.0.163 2026-08-20 13:21:58,976 - INFO - Validated that VN __public__ is not in any agent 2026-08-20 13:21:58,976 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:58,989 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-20 13:21:58,997 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-08-20 13:21:59,008 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-08-20 13:21:59,009 - INFO - Deleting pod default:ctest-nginx-pod-90637663 2026-08-20 13:21:59,041 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=e221610c-93ee-452a-b739-ff6e2a45f27d 2026-08-20 13:21:59,058 - WARNING - Pod uuid e221610c-93ee-452a-b739-ff6e2a45f27d is still seen in agent 10.0.0.163 VM list 2026-08-20 13:22:04,059 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=e221610c-93ee-452a-b739-ff6e2a45f27d 2026-08-20 13:22:04,068 - DEBUG - Pod e221610c-93ee-452a-b739-ff6e2a45f27d is not in agent 10.0.0.163 VM list 2026-08-20 13:22:04,068 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fb6053d6-9c99-11f1-9ff4-fa163ef67135 2026-08-20 13:22:04,074 - DEBUG - VMI fb6053d6-9c99-11f1-9ff4-fa163ef67135 is removed from agent 10.0.0.163 2026-08-20 13:22:04,074 - INFO - Verified that pod ctest-nginx-pod-90637663 is removed in agent 2026-08-20 13:22:04,075 - INFO - Deleting pod default:ctest-nginx-pod-91173692 2026-08-20 13:22:04,108 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=822058b5-2a9b-4763-9cbe-858e7886a018 2026-08-20 13:22:04,145 - WARNING - Pod uuid 822058b5-2a9b-4763-9cbe-858e7886a018 is still seen in agent 10.0.0.163 VM list 2026-08-20 13:22:09,146 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=822058b5-2a9b-4763-9cbe-858e7886a018 2026-08-20 13:22:09,154 - DEBUG - Pod 822058b5-2a9b-4763-9cbe-858e7886a018 is not in agent 10.0.0.163 VM list 2026-08-20 13:22:09,154 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fadef17e-9c99-11f1-9ff4-fa163ef67135 2026-08-20 13:22:09,160 - DEBUG - VMI fadef17e-9c99-11f1-9ff4-fa163ef67135 is removed from agent 10.0.0.163 2026-08-20 13:22:09,160 - INFO - Verified that pod ctest-nginx-pod-91173692 is removed in agent 2026-08-20 13:22:09,161 - INFO - Deleting service : ctest-nginx-svc-80824354 2026-08-20 13:22:09,432 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-20 13:22:09,440 - DEBUG - No XMPP flaps were noticed during the test 2026-08-20 13:22:09,440 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2026-08-20 13:22:09,440 - INFO - -------------------------------------------------------------------------------- 2026-08-20 13:22:15,998 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-08-20 13:22:16,173 - DEBUG - Output : cluster_project={} 2026-08-20 13:22:16,297 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-08-20 13:22:16,523 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-08-20 13:22:16,534 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-08-20 13:22:16,762 - DEBUG - Output : cluster_project={} 2026-08-20 13:22:26,940 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:27,031 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:32,096 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:32,187 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:32,241 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:32,329 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:32,415 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:37,482 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-20 13:22:37,797 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-20 13:22:40,497 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_ApplicationPolicySetReq? 2026-08-20 13:22:40,510 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AclReq? 2026-08-20 13:22:40,548 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AclReq? 2026-08-20 13:22:42,585 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AclReq? 2026-08-20 13:25:43,432 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-20 13:25:43,470 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=6f53e96d-1709-4173-8926-0893a7d94b3e 2026-08-20 13:25:43,500 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=6145f725-a5a0-4e2d-b4c0-07d087c8989b 2026-08-20 13:25:43,526 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:25:43,536 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=fe3e8fac-d021-43d4-af08-eeaf280ff5a0 2026-08-20 13:25:43,542 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=966b4038-207c-4c30-9869-0d2ebca307f5 2026-08-20 13:25:43,547 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:25:43,553 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:25:43,560 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:25:48,481 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=6f53e96d-1709-4173-8926-0893a7d94b3e 2026-08-20 13:25:48,488 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2a84ba9e-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:25:48,630 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=fe3e8fac-d021-43d4-af08-eeaf280ff5a0 2026-08-20 13:25:48,631 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=966b4038-207c-4c30-9869-0d2ebca307f5 2026-08-20 13:25:48,633 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:25:48,635 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:25:48,636 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:25:48,637 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:25:48,638 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=6145f725-a5a0-4e2d-b4c0-07d087c8989b 2026-08-20 13:25:48,672 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2bca1980-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:25:48,674 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2b1aa054-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:25:48,675 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2c548bce-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:25:53,673 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:25:53,675 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:25:53,676 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:25:53,678 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:25:58,692 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:25:58,693 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:25:58,695 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:25:58,696 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:26:03,709 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:26:03,711 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:26:03,713 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:26:03,716 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:26:08,744 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:26:08,746 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:26:08,751 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:26:08,758 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:26:13,759 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:26:13,760 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:26:13,762 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:26:13,772 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:26:18,787 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=9162dd09-cf11-472f-bba0-0def8503aec3 2026-08-20 13:26:18,790 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=cf63500a-579b-49ce-bfc7-c2cf5cdfe063 2026-08-20 13:26:18,793 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=439a2489-280f-4b7b-9d97-b809665b12e7 2026-08-20 13:26:18,794 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_VmListReq?uuid=8188d53d-943a-41a1-b03a-0309e9bb34f7 2026-08-20 13:26:18,798 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d74a958-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:26:18,808 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2cf26e20-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:26:18,813 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e86a29c-9c9a-11f1-9ff4-fa163ef67135 2026-08-20 13:26:18,814 - DEBUG - Requesting: http://10.0.0.163:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2dfd45c4-9c9a-11f1-9ff4-fa163ef67135