2025-10-23 01:40:34,674 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-10-23 01:40:34,950 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1599-1 2025-10-23 01:40:34,950 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-10-23 01:40:34,983 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1599-1 2025-10-23 01:40:34,983 - 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}' 2025-10-23 01:40:35,037 - DEBUG - Output : NAMES contrail_test_Jo3mH85hQ contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 2025-10-23 01:40:35,037 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-23 01:40:35,117 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 252.38.0.1/8 10.84.188.1/24 172.17.0.1/16 2025-10-23 01:40:35,117 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-10-23 01:40:35,162 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1599-1 2025-10-23 01:40:35,253 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-10-23 01:40:35,468 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1599-1 2025-10-23 01:40:35,468 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-10-23 01:40:35,492 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1599-1 2025-10-23 01:40:35,493 - DEBUG - [10.0.0.22]: 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-23 01:40:35,578 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-23 01:40:35,578 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-23 01:40:35,612 - DEBUG - Output : 10.0.0.22/24 2025-10-23 01:40:35,613 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-10-23 01:40:35,646 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1599-1 2025-10-23 01:40:35,747 - INFO - Using existing project ['default-domain', 'k8s-default'](a947e060-dbd0-4261-8bd8-a623afcf1610) 2025-10-23 01:40:35,849 - INFO - Using existing project ['default-domain', 'k8s-default'](a947e060-dbd0-4261-8bd8-a623afcf1610) 2025-10-23 01:40:35,969 - INFO - ================================================================================ 2025-10-23 01:40:35,969 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-23 01:40:35,969 - 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-23 01:40:36,218 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-23 01:40:36,226 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.38': '0'}} with 2025-10-23 01:40:36,226 - INFO - Initial checks done. Running the testcase now 2025-10-23 01:40:36,226 - INFO - 2025-10-23 01:40:36,232 - INFO - Namespace default already exists 2025-10-23 01:40:36,233 - 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' 2025-10-23 01:40:36,338 - DEBUG - Output : cluster_project={} 2025-10-23 01:40:36,387 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-23 01:40:36,387 - DEBUG - Project uuid in Contrail is a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:40:36,387 - 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' 2025-10-23 01:40:36,534 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-23 01:40:36,535 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=c83ae446-1753-4a0d-bdf0-b44e4dbaa48b 2025-10-23 01:40:36,539 - INFO - Namespace default with uuid c83ae446-1753-4a0d-bdf0-b44e4dbaa48b found in kube manager 2025-10-23 01:40:36,539 - INFO - Namespace default verification passed 2025-10-23 01:40:36,542 - DEBUG - Service ctest-nginx-svc-99052381 not present 2025-10-23 01:40:36,543 - INFO - Creating service ctest-nginx-svc-99052381 2025-10-23 01:40:36,561 - INFO - Created Service ctest-nginx-svc-99052381 2025-10-23 01:40:36,579 - DEBUG - Pod ctest-nginx-pod-18572307 not present 2025-10-23 01:40:36,580 - INFO - Creating Pod ctest-nginx-pod-18572307 2025-10-23 01:40:36,634 - DEBUG - Pod : ctest-nginx-pod-18572307 UUID is cea91221-91dd-4dc2-b694-e88d9b5b0922 2025-10-23 01:40:36,639 - DEBUG - Pod ctest-nginx-pod-22931183 not present 2025-10-23 01:40:36,640 - INFO - Creating Pod ctest-nginx-pod-22931183 2025-10-23 01:40:36,676 - DEBUG - Pod : ctest-nginx-pod-22931183 UUID is 0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 2025-10-23 01:40:36,844 - INFO - Created VN __public__, UUID :944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:37,093 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-23 01:40:37,099 - DEBUG - Requesting: http://10.0.0.38:8082/domain/30c61c43-23b7-496a-ae03-0507a8b58c99 2025-10-23 01:40:37,131 - DEBUG - Requesting: http://10.0.0.38:8082/project/a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:40:37,219 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:37,233 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:37,244 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:37,251 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:37,302 - DEBUG - Route Targets: [] 2025-10-23 01:40:37,302 - DEBUG - RT names not yet present for VN __public__ 2025-10-23 01:40:42,303 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-23 01:40:42,308 - DEBUG - Requesting: http://10.0.0.38:8082/domain/30c61c43-23b7-496a-ae03-0507a8b58c99 2025-10-23 01:40:42,315 - DEBUG - Requesting: http://10.0.0.38:8082/project/a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:40:42,365 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,376 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,385 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:42,393 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:42,402 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/25b9d8a0-e02f-4063-af19-8c4e52ffd335 2025-10-23 01:40:42,408 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-23 01:40:42,408 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,415 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:42,429 - INFO - Verified VN network id 13 for VN 944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,429 - INFO - Verifications in API Server for VN __public__ passed 2025-10-23 01:40:42,429 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,438 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:42,446 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:40:42,452 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/25b9d8a0-e02f-4063-af19-8c4e52ffd335 2025-10-23 01:40:42,457 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-23 01:40:42,462 - 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': '10686106111071240383', 'uuid-lslong': '10746690750417676013'}, 'enable': 'true', 'created': '2025-10-23T01:40:36', 'last-modified': '2025-10-23T01:40:36', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.425484'} 2025-10-23 01:40:42,463 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:40:42,473 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-23 01:40:42,473 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-23 01:40:42,474 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-23 01:40:42,474 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-23 01:40:42,480 - DEBUG - Requesting: http://10.0.0.38:8082/domain/30c61c43-23b7-496a-ae03-0507a8b58c99 2025-10-23 01:40:42,488 - DEBUG - Requesting: http://10.0.0.38:8082/project/a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:40:42,536 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,544 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-23 01:40:42,544 - DEBUG - Verifying the vn in opserver 2025-10-23 01:40:42,544 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-10-23 01:40:42,544 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-10-23 01:40:42,551 - 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'} 2025-10-23 01:40:42,551 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-23 01:40:42,552 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:40:42,559 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:40:42,565 - DEBUG - Do not have enough data to verify VN in agent 2025-10-23 01:40:42,565 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:40:42,570 - DEBUG - VRF ids for VN __public__: {} 2025-10-23 01:40:42,662 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-23 01:40:42,767 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-23 01:40:42,772 - DEBUG - Requesting: http://10.0.0.38:8082/domain/30c61c43-23b7-496a-ae03-0507a8b58c99 2025-10-23 01:40:42,779 - DEBUG - Requesting: http://10.0.0.38:8082/project/a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:40:42,814 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,823 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/83e7e356-60b8-4a28-a0e3-7950b9f4c560 2025-10-23 01:40:42,828 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-23 01:40:42,831 - DEBUG - Requesting: http://10.0.0.38:8082/domain/30c61c43-23b7-496a-ae03-0507a8b58c99 2025-10-23 01:40:42,837 - DEBUG - Requesting: http://10.0.0.38:8082/project/a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:40:42,878 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/944cace3-fe88-40bf-9523-ea4c919f26ed 2025-10-23 01:40:42,886 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-23 01:40:42,886 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-23 01:40:42,891 - 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__ 2025-10-23 01:40:42,896 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-23 01:40:42,896 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-23 01:40:42,898 - DEBUG - Ingress ctest-nginx-ingress-25693684 not present 2025-10-23 01:40:42,899 - INFO - Creating Ingress ctest-nginx-ingress-25693684 2025-10-23 01:40:42,905 - INFO - Created Ingress ctest-nginx-ingress-25693684 2025-10-23 01:40:42,908 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-25693684 2025-10-23 01:40:45,913 - DEBUG - For Ingress ctest-nginx-ingress-25693684, Cluster IP: 10.47.255.249, External IPs ['223.97.6.60'] 2025-10-23 01:40:45,913 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-25693684 2025-10-23 01:40:45,913 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=112ab524-f16e-4453-9690-a2916628372b 2025-10-23 01:40:45,919 - INFO - Ingress ctest-nginx-ingress-25693684 with uuid 112ab524-f16e-4453-9690-a2916628372b found in kube manager 2025-10-23 01:40:45,920 - INFO - Ingress ctest-nginx-ingress-25693684 verification passed 2025-10-23 01:40:45,922 - DEBUG - Pod ctest-busybox-pod-15170446 not present 2025-10-23 01:40:45,923 - INFO - Creating Pod ctest-busybox-pod-15170446 2025-10-23 01:40:45,942 - DEBUG - Node for Pod ctest-busybox-pod-15170446 not yet populated 2025-10-23 01:40:48,955 - DEBUG - Pod : ctest-busybox-pod-15170446 UUID is 06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:40:48,961 - DEBUG - Pod ctest-nginx-pod-18572307 not in running state.Currently in Pending 2025-10-23 01:40:53,968 - INFO - Pod ctest-nginx-pod-18572307 is in running state.Got IP 10.47.255.251 2025-10-23 01:40:54,026 - DEBUG - Pod ctest-nginx-pod-18572307 has vmi 46e5b4c6-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:40:54,026 - INFO - Verified pod ctest-nginx-pod-18572307 in contrail-api 2025-10-23 01:40:54,026 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:40:54,037 - DEBUG - VMI 46e5b4c6-afb1-11f0-bab6-fa163e7bf6ec is active in agent 10.0.0.22 2025-10-23 01:40:54,038 - INFO - Verified Pod ctest-nginx-pod-18572307 in agent 10.0.0.22 2025-10-23 01:40:54,038 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=cea91221-91dd-4dc2-b694-e88d9b5b0922 2025-10-23 01:40:54,042 - INFO - Pod ctest-nginx-pod-18572307 with uuid cea91221-91dd-4dc2-b694-e88d9b5b0922 found in kube manager 2025-10-23 01:40:54,042 - INFO - Pod ctest-nginx-pod-18572307 verification passed 2025-10-23 01:40:54,124 - DEBUG - [Pod ctest-nginx-pod-18572307] Cmd: echo ctest-nginx-pod-18572307 > /usr/share/nginx/html/index.html, Output: 2025-10-23 01:40:54,131 - INFO - Pod ctest-nginx-pod-22931183 is in running state.Got IP 10.47.255.250 2025-10-23 01:40:54,144 - DEBUG - Pod ctest-nginx-pod-22931183 has vmi 4751a334-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:40:54,144 - INFO - Verified pod ctest-nginx-pod-22931183 in contrail-api 2025-10-23 01:40:54,144 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:40:54,152 - DEBUG - VMI 4751a334-afb1-11f0-bab6-fa163e7bf6ec is active in agent 10.0.0.22 2025-10-23 01:40:54,153 - INFO - Verified Pod ctest-nginx-pod-22931183 in agent 10.0.0.22 2025-10-23 01:40:54,153 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 2025-10-23 01:40:54,159 - INFO - Pod ctest-nginx-pod-22931183 with uuid 0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 found in kube manager 2025-10-23 01:40:54,159 - INFO - Pod ctest-nginx-pod-22931183 verification passed 2025-10-23 01:40:54,229 - DEBUG - [Pod ctest-nginx-pod-22931183] Cmd: echo ctest-nginx-pod-22931183 > /usr/share/nginx/html/index.html, Output: 2025-10-23 01:40:54,243 - DEBUG - Pod ctest-busybox-pod-15170446 not in running state.Currently in Pending 2025-10-23 01:40:59,258 - INFO - Pod ctest-busybox-pod-15170446 is in running state.Got IP 10.47.255.248 2025-10-23 01:40:59,276 - DEBUG - Pod ctest-busybox-pod-15170446 has vmi 4b9d1996-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:40:59,276 - INFO - Verified pod ctest-busybox-pod-15170446 in contrail-api 2025-10-23 01:40:59,277 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:40:59,287 - DEBUG - VMI 4b9d1996-afb1-11f0-bab6-fa163e7bf6ec is active in agent 10.0.0.22 2025-10-23 01:40:59,287 - INFO - Verified Pod ctest-busybox-pod-15170446 in agent 10.0.0.22 2025-10-23 01:40:59,288 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:40:59,292 - INFO - Pod ctest-busybox-pod-15170446 with uuid 06443488-4893-4be0-9dc8-2ae8db6c724f found in kube manager 2025-10-23 01:40:59,292 - INFO - Pod ctest-busybox-pod-15170446 verification passed 2025-10-23 01:40:59,351 - DEBUG - [Pod ctest-busybox-pod-15170446] 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-22931183 2025-10-23 01:40:59,351 - DEBUG - [Pod Pod ctest-busybox-pod-15170446] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-23 01:40:59,351 - DEBUG - [Pod Pod ctest-busybox-pod-15170446] 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-22931183 2025-10-23 01:40:59,416 - DEBUG - [Pod ctest-busybox-pod-15170446] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-18572307 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-23 01:40:59,416 - DEBUG - [Pod Pod ctest-busybox-pod-15170446] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-23 01:40:59,416 - DEBUG - [Pod Pod ctest-busybox-pod-15170446] Cmd output: ctest-nginx-pod-18572307 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-23 01:40:59,416 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-18572307': 1, 'ctest-nginx-pod-22931183': 1} 2025-10-23 01:40:59,416 - WARNING - Nothing to delete parallely 2025-10-23 01:40:59,416 - INFO - Deleting pod default:ctest-busybox-pod-15170446 2025-10-23 01:40:59,428 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:40:59,434 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:04,437 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:04,443 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:09,444 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:09,450 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:14,451 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:14,458 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:19,459 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:19,465 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:24,466 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:24,472 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:29,472 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:29,479 - WARNING - Pod uuid 06443488-4893-4be0-9dc8-2ae8db6c724f is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:34,480 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=06443488-4893-4be0-9dc8-2ae8db6c724f 2025-10-23 01:41:34,486 - DEBUG - Pod 06443488-4893-4be0-9dc8-2ae8db6c724f is not in agent 10.0.0.22 VM list 2025-10-23 01:41:34,486 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4b9d1996-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:41:34,492 - DEBUG - VMI 4b9d1996-afb1-11f0-bab6-fa163e7bf6ec is removed from agent 10.0.0.22 2025-10-23 01:41:34,492 - INFO - Verified that pod ctest-busybox-pod-15170446 is removed in agent 2025-10-23 01:41:34,493 - INFO - Deleting Ingress : ctest-nginx-ingress-25693684 2025-10-23 01:41:34,502 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=112ab524-f16e-4453-9690-a2916628372b 2025-10-23 01:41:34,507 - ERROR - Ingress ctest-nginx-ingress-25693684 with uuid 112ab524-f16e-4453-9690-a2916628372b still found in kube manager 2025-10-23 01:41:35,508 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=112ab524-f16e-4453-9690-a2916628372b 2025-10-23 01:41:35,511 - INFO - Ingress ctest-nginx-ingress-25693684 with uuid 112ab524-f16e-4453-9690-a2916628372b deleted successfully from kube manager 2025-10-23 01:41:35,511 - INFO - Verifications on Ingress %s cleanup passed 2025-10-23 01:41:35,511 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-23 01:41:35,652 - 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__ 2025-10-23 01:41:35,657 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-23 01:41:35,657 - INFO - Deleting VN __public__ 2025-10-23 01:41:35,813 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/aa369965-a89e-4602-9ada-98eddbacfe9b 2025-10-23 01:41:35,822 - DEBUG - Response Code: 404 2025-10-23 01:41:35,823 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-23 01:41:35,833 - DEBUG - Requesting: http://10.0.0.38:8082/domain/30c61c43-23b7-496a-ae03-0507a8b58c99 2025-10-23 01:41:35,849 - DEBUG - Requesting: http://10.0.0.38:8082/project/a947e060-dbd0-4261-8bd8-a623afcf1610 2025-10-23 01:41:35,944 - INFO - Validated that VN __public__ is not found in API Server 2025-10-23 01:41:35,945 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-23 01:41:35,953 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:41:35,960 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-10-23 01:41:35,960 - INFO - Validated that VN __public__ is not in any agent 2025-10-23 01:41:35,961 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:41:35,970 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-23 01:41:35,975 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-23 01:41:35,980 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-23 01:41:35,980 - INFO - Deleting pod default:ctest-nginx-pod-22931183 2025-10-23 01:41:36,021 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 2025-10-23 01:41:36,047 - WARNING - Pod uuid 0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:41,048 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 2025-10-23 01:41:41,054 - DEBUG - Pod 0b7c7b08-d17e-4da2-99d5-f363aab5a3b4 is not in agent 10.0.0.22 VM list 2025-10-23 01:41:41,054 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4751a334-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:41:41,058 - DEBUG - VMI 4751a334-afb1-11f0-bab6-fa163e7bf6ec is removed from agent 10.0.0.22 2025-10-23 01:41:41,059 - INFO - Verified that pod ctest-nginx-pod-22931183 is removed in agent 2025-10-23 01:41:41,059 - INFO - Deleting pod default:ctest-nginx-pod-18572307 2025-10-23 01:41:41,073 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cea91221-91dd-4dc2-b694-e88d9b5b0922 2025-10-23 01:41:41,093 - WARNING - Pod uuid cea91221-91dd-4dc2-b694-e88d9b5b0922 is still seen in agent 10.0.0.22 VM list 2025-10-23 01:41:46,094 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cea91221-91dd-4dc2-b694-e88d9b5b0922 2025-10-23 01:41:46,099 - DEBUG - Pod cea91221-91dd-4dc2-b694-e88d9b5b0922 is not in agent 10.0.0.22 VM list 2025-10-23 01:41:46,100 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:46e5b4c6-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:41:46,104 - DEBUG - VMI 46e5b4c6-afb1-11f0-bab6-fa163e7bf6ec is removed from agent 10.0.0.22 2025-10-23 01:41:46,104 - INFO - Verified that pod ctest-nginx-pod-18572307 is removed in agent 2025-10-23 01:41:46,104 - INFO - Deleting service : ctest-nginx-svc-99052381 2025-10-23 01:41:46,342 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-23 01:41:46,349 - DEBUG - No XMPP flaps were noticed during the test
2025-10-23 01:41:46,349 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11]
2025-10-23 01:41:46,349 - INFO - -------------------------------------------------------------------------------- 2025-10-23 01:41:52,780 - 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' 2025-10-23 01:41:52,886 - DEBUG - Output : cluster_project={} 2025-10-23 01:41:52,986 - 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' 2025-10-23 01:41:53,145 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-23 01:41:53,149 - 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' 2025-10-23 01:41:53,271 - DEBUG - Output : cluster_project={} 2025-10-23 01:42:03,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:03,431 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:08,482 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:08,558 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:13,603 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:13,678 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:13,717 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:13,793 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-23 01:42:13,997 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-23 01:42:18,080 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-10-23 01:42:18,086 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-10-23 01:42:18,116 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-10-23 01:42:20,141 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-10-23 01:45:20,130 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-23 01:45:20,169 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b69c9b1-d252-47f3-84b0-48f62ff9136c 2025-10-23 01:45:20,196 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:20,213 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:20,227 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=473d57c4-3acd-4603-893e-a769895b716a 2025-10-23 01:45:20,235 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:20,250 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5635e08d-0b7b-4198-af92-5ccaec593cb8 2025-10-23 01:45:20,258 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4cfc667c-3ffe-44af-aca2-3c09cec7c78a 2025-10-23 01:45:20,271 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:25,238 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b69c9b1-d252-47f3-84b0-48f62ff9136c 2025-10-23 01:45:25,244 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7419e732-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:25,279 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:25,280 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:25,311 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:25,312 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=473d57c4-3acd-4603-893e-a769895b716a 2025-10-23 01:45:25,313 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:25,315 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5635e08d-0b7b-4198-af92-5ccaec593cb8 2025-10-23 01:45:25,316 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4cfc667c-3ffe-44af-aca2-3c09cec7c78a 2025-10-23 01:45:25,331 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75c747dc-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:25,334 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7492003c-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:25,335 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:753880c4-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:30,288 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:30,290 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:30,333 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:30,334 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:35,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:35,346 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:35,347 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:35,348 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:40,369 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:40,371 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:40,373 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:40,374 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:45,386 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:45,388 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:45,388 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:45,390 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:50,400 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:50,402 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:50,403 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:50,405 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:55,422 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17173743-946b-4d4a-97fb-ce12d940a9e0 2025-10-23 01:45:55,423 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e0bffb70-16f5-4afb-9bc7-daf84ffec6f2 2025-10-23 01:45:55,424 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=576da7d3-4ffe-4cc7-94e1-6c05e8402de1 2025-10-23 01:45:55,425 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=92c230f2-444a-4da6-bee5-3108c7e3f7fc 2025-10-23 01:45:55,435 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:76aee772-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:55,436 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7718935c-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:55,439 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77934746-afb1-11f0-bab6-fa163e7bf6ec 2025-10-23 01:45:55,440 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7644dc10-afb1-11f0-bab6-fa163e7bf6ec