2025-04-28 15:38:53,912 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-28 15:38:54,132 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1201-1 2025-04-28 15:38:54,132 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-28 15:38:54,165 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1201-1 2025-04-28 15:38:54,166 - DEBUG - [10.0.0.50]: 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-04-28 15:38:54,229 - DEBUG - Output : NAMES contrail_test_1RXtYCjCg contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 2025-04-28 15:38:54,230 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 15:38:54,295 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-04-28 15:38:54,295 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-28 15:38:54,328 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1201-1 2025-04-28 15:38:54,413 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-04-28 15:38:54,617 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1201-1 2025-04-28 15:38:54,617 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-04-28 15:38:54,640 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1201-1 2025-04-28 15:38:54,640 - DEBUG - [10.0.0.27]: 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-04-28 15:38:54,683 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-28 15:38:54,684 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 15:38:54,753 - DEBUG - Output : 10.0.0.27/24 2025-04-28 15:38:54,753 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-04-28 15:38:54,786 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1201-1 2025-04-28 15:38:54,857 - INFO - Using existing project ['default-domain', 'k8s-default'](644cdb13-f91e-4d55-9aa5-77e685d30575) 2025-04-28 15:38:54,954 - INFO - Using existing project ['default-domain', 'k8s-default'](644cdb13-f91e-4d55-9aa5-77e685d30575) 2025-04-28 15:38:55,091 - INFO - ================================================================================ 2025-04-28 15:38:55,091 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-28 15:38:55,092 - 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-04-28 15:38:55,321 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:38:55,327 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.50': '0'}} with 2025-04-28 15:38:55,328 - INFO - Initial checks done. Running the testcase now 2025-04-28 15:38:55,328 - INFO - 2025-04-28 15:38:55,333 - INFO - Namespace default already exists 2025-04-28 15:38:55,334 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 15:38:55,439 - DEBUG - Output : cluster_project={} 2025-04-28 15:38:55,477 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-28 15:38:55,477 - DEBUG - Project uuid in Contrail is 644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:38:55,477 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 15:38:55,595 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 15:38:55,595 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=9a8064f6-d6b8-4b9f-9133-e5017ecced18 2025-04-28 15:38:55,599 - INFO - Namespace default with uuid 9a8064f6-d6b8-4b9f-9133-e5017ecced18 found in kube manager 2025-04-28 15:38:55,599 - INFO - Namespace default verification passed 2025-04-28 15:38:55,602 - DEBUG - Service ctest-nginx-svc-18934578 not present 2025-04-28 15:38:55,602 - INFO - Creating service ctest-nginx-svc-18934578 2025-04-28 15:38:55,627 - INFO - Created Service ctest-nginx-svc-18934578 2025-04-28 15:38:55,632 - DEBUG - Pod ctest-nginx-pod-10373814 not present 2025-04-28 15:38:55,632 - INFO - Creating Pod ctest-nginx-pod-10373814 2025-04-28 15:38:55,683 - DEBUG - Pod : ctest-nginx-pod-10373814 UUID is a6d95cc9-1e8f-4103-ba7e-06e8d2031169 2025-04-28 15:38:55,685 - DEBUG - Pod ctest-nginx-pod-49478309 not present 2025-04-28 15:38:55,685 - INFO - Creating Pod ctest-nginx-pod-49478309 2025-04-28 15:38:55,736 - DEBUG - Pod : ctest-nginx-pod-49478309 UUID is d84a809c-587a-4fed-9518-f04271263854 2025-04-28 15:38:55,890 - INFO - Created VN __public__, UUID :3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:38:56,148 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-28 15:38:56,154 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b063dd86-4de2-4e36-b172-6d03cbe4eeb5 2025-04-28 15:38:56,184 - DEBUG - Requesting: http://10.0.0.50:8082/project/644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:38:56,224 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:38:56,236 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:38:56,244 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:38:56,250 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:38:56,257 - DEBUG - Route Targets: [] 2025-04-28 15:38:56,257 - DEBUG - RT names not yet present for VN __public__ 2025-04-28 15:39:01,257 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-28 15:39:01,264 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b063dd86-4de2-4e36-b172-6d03cbe4eeb5 2025-04-28 15:39:01,275 - DEBUG - Requesting: http://10.0.0.50:8082/project/644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:39:01,322 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,333 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,344 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:39:01,354 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:39:01,363 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/978fe4bd-ef30-44ec-9f61-1fe275f4ea73 2025-04-28 15:39:01,368 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 15:39:01,368 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,376 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:39:01,387 - INFO - Verified VN network id 13 for VN 3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,387 - INFO - Verifications in API Server for VN __public__ passed 2025-04-28 15:39:01,387 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,395 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:39:01,401 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:39:01,406 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/978fe4bd-ef30-44ec-9f61-1fe275f4ea73 2025-04-28 15:39:01,412 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 15:39:01,417 - DEBUG - Control-node 10.0.0.50 : 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': '4469257325001526135', 'uuid-lslong': '10785665871617719885'}, 'enable': 'true', 'created': '2025-04-28T15:38:55', 'last-modified': '2025-04-28T15:38:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.330096'} 2025-04-28 15:39:01,417 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:01,423 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 15:39:01,423 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-28 15:39:01,424 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-28 15:39:01,424 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-28 15:39:01,429 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b063dd86-4de2-4e36-b172-6d03cbe4eeb5 2025-04-28 15:39:01,435 - DEBUG - Requesting: http://10.0.0.50:8082/project/644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:39:01,476 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,486 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-28 15:39:01,486 - DEBUG - Verifying the vn in opserver 2025-04-28 15:39:01,486 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-04-28 15:39:01,486 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-04-28 15:39:01,491 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-28 15:39:01,491 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-28 15:39:01,491 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:01,498 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:01,503 - DEBUG - Do not have enough data to verify VN in agent 2025-04-28 15:39:01,503 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:01,508 - DEBUG - VRF ids for VN __public__: {} 2025-04-28 15:39:01,609 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-28 15:39:01,704 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-28 15:39:01,708 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b063dd86-4de2-4e36-b172-6d03cbe4eeb5 2025-04-28 15:39:01,715 - DEBUG - Requesting: http://10.0.0.50:8082/project/644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:39:01,757 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,767 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/ba21b643-f4f6-4133-9c91-62c0b934ca4a 2025-04-28 15:39:01,774 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-28 15:39:01,779 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b063dd86-4de2-4e36-b172-6d03cbe4eeb5 2025-04-28 15:39:01,785 - DEBUG - Requesting: http://10.0.0.50:8082/project/644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:39:01,826 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/3e05fddb-a287-4b77-95ae-61f71fd3fe4d 2025-04-28 15:39:01,834 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-28 15:39:01,834 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-28 15:39:01,840 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 15:39:01,847 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-28 15:39:01,847 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-28 15:39:01,849 - DEBUG - Ingress ctest-nginx-ingress-21771467 not present 2025-04-28 15:39:01,850 - INFO - Creating Ingress ctest-nginx-ingress-21771467 2025-04-28 15:39:01,856 - INFO - Created Ingress ctest-nginx-ingress-21771467 2025-04-28 15:39:01,859 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-21771467 2025-04-28 15:39:04,864 - DEBUG - For Ingress ctest-nginx-ingress-21771467, Cluster IP: 10.47.255.249, External IPs ['153.9.110.124'] 2025-04-28 15:39:04,864 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-21771467 2025-04-28 15:39:04,864 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=a4f97d9d-a0d7-4705-8981-7f3b1098f3ac 2025-04-28 15:39:04,868 - INFO - Ingress ctest-nginx-ingress-21771467 with uuid a4f97d9d-a0d7-4705-8981-7f3b1098f3ac found in kube manager 2025-04-28 15:39:04,868 - INFO - Ingress ctest-nginx-ingress-21771467 verification passed 2025-04-28 15:39:04,871 - DEBUG - Pod ctest-busybox-pod-21839554 not present 2025-04-28 15:39:04,871 - INFO - Creating Pod ctest-busybox-pod-21839554 2025-04-28 15:39:04,921 - DEBUG - Pod : ctest-busybox-pod-21839554 UUID is 80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:04,927 - DEBUG - Pod ctest-nginx-pod-10373814 not in running state.Currently in Pending 2025-04-28 15:39:09,933 - INFO - Pod ctest-nginx-pod-10373814 is in running state.Got IP 10.47.255.251 2025-04-28 15:39:09,986 - DEBUG - Pod ctest-nginx-pod-10373814 has vmi e5df2f2c-2446-11f0-861e-fa163ed59ac2 2025-04-28 15:39:09,986 - INFO - Verified pod ctest-nginx-pod-10373814 in contrail-api 2025-04-28 15:39:09,986 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:39:09,999 - DEBUG - VMI e5df2f2c-2446-11f0-861e-fa163ed59ac2 is active in agent 10.0.0.27 2025-04-28 15:39:10,000 - INFO - Verified Pod ctest-nginx-pod-10373814 in agent 10.0.0.27 2025-04-28 15:39:10,000 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=a6d95cc9-1e8f-4103-ba7e-06e8d2031169 2025-04-28 15:39:10,004 - INFO - Pod ctest-nginx-pod-10373814 with uuid a6d95cc9-1e8f-4103-ba7e-06e8d2031169 found in kube manager 2025-04-28 15:39:10,004 - INFO - Pod ctest-nginx-pod-10373814 verification passed 2025-04-28 15:39:10,066 - DEBUG - [Pod ctest-nginx-pod-10373814] Cmd: echo ctest-nginx-pod-10373814 > /usr/share/nginx/html/index.html, Output: 2025-04-28 15:39:10,074 - INFO - Pod ctest-nginx-pod-49478309 is in running state.Got IP 10.47.255.250 2025-04-28 15:39:10,111 - DEBUG - Pod ctest-nginx-pod-49478309 has vmi e64874d2-2446-11f0-861e-fa163ed59ac2 2025-04-28 15:39:10,111 - INFO - Verified pod ctest-nginx-pod-49478309 in contrail-api 2025-04-28 15:39:10,112 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:39:10,125 - DEBUG - VMI e64874d2-2446-11f0-861e-fa163ed59ac2 is active in agent 10.0.0.27 2025-04-28 15:39:10,125 - INFO - Verified Pod ctest-nginx-pod-49478309 in agent 10.0.0.27 2025-04-28 15:39:10,126 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=d84a809c-587a-4fed-9518-f04271263854 2025-04-28 15:39:10,131 - INFO - Pod ctest-nginx-pod-49478309 with uuid d84a809c-587a-4fed-9518-f04271263854 found in kube manager 2025-04-28 15:39:10,131 - INFO - Pod ctest-nginx-pod-49478309 verification passed 2025-04-28 15:39:10,181 - DEBUG - [Pod ctest-nginx-pod-49478309] Cmd: echo ctest-nginx-pod-49478309 > /usr/share/nginx/html/index.html, Output: 2025-04-28 15:39:10,185 - DEBUG - Pod ctest-busybox-pod-21839554 not in running state.Currently in Pending 2025-04-28 15:39:15,194 - DEBUG - Pod ctest-busybox-pod-21839554 not in running state.Currently in Pending 2025-04-28 15:39:20,202 - INFO - Pod ctest-busybox-pod-21839554 is in running state.Got IP 10.47.255.248 2025-04-28 15:39:20,218 - DEBUG - Pod ctest-busybox-pod-21839554 has vmi ea9dd5d6-2446-11f0-861e-fa163ed59ac2 2025-04-28 15:39:20,218 - INFO - Verified pod ctest-busybox-pod-21839554 in contrail-api 2025-04-28 15:39:20,218 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:39:20,230 - DEBUG - VMI ea9dd5d6-2446-11f0-861e-fa163ed59ac2 is active in agent 10.0.0.27 2025-04-28 15:39:20,230 - INFO - Verified Pod ctest-busybox-pod-21839554 in agent 10.0.0.27 2025-04-28 15:39:20,231 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:20,236 - INFO - Pod ctest-busybox-pod-21839554 with uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d found in kube manager 2025-04-28 15:39:20,236 - INFO - Pod ctest-busybox-pod-21839554 verification passed 2025-04-28 15:39:20,304 - DEBUG - [Pod ctest-busybox-pod-21839554] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10373814 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-04-28 15:39:20,304 - DEBUG - [Pod Pod ctest-busybox-pod-21839554] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 15:39:20,304 - DEBUG - [Pod Pod ctest-busybox-pod-21839554] Cmd output: ctest-nginx-pod-10373814 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-04-28 15:39:20,363 - DEBUG - [Pod ctest-busybox-pod-21839554] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49478309 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-04-28 15:39:20,363 - DEBUG - [Pod Pod ctest-busybox-pod-21839554] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 15:39:20,363 - DEBUG - [Pod Pod ctest-busybox-pod-21839554] Cmd output: ctest-nginx-pod-49478309 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-04-28 15:39:20,364 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-10373814': 1, 'ctest-nginx-pod-49478309': 1} 2025-04-28 15:39:20,364 - WARNING - Nothing to delete parallely 2025-04-28 15:39:20,364 - INFO - Deleting pod default:ctest-busybox-pod-21839554 2025-04-28 15:39:20,376 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:20,383 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:25,383 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:25,390 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:30,390 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:30,397 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:35,398 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:35,404 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:40,405 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:40,412 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:45,413 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:45,421 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:50,422 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:50,429 - WARNING - Pod uuid 80eb3e6f-11dd-4ef1-9109-90051d37e24d is still seen in agent 10.0.0.27 VM list 2025-04-28 15:39:55,429 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=80eb3e6f-11dd-4ef1-9109-90051d37e24d 2025-04-28 15:39:55,437 - DEBUG - Pod 80eb3e6f-11dd-4ef1-9109-90051d37e24d is not in agent 10.0.0.27 VM list 2025-04-28 15:39:55,437 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ea9dd5d6-2446-11f0-861e-fa163ed59ac2 2025-04-28 15:39:55,446 - DEBUG - VMI ea9dd5d6-2446-11f0-861e-fa163ed59ac2 is removed from agent 10.0.0.27 2025-04-28 15:39:55,446 - INFO - Verified that pod ctest-busybox-pod-21839554 is removed in agent 2025-04-28 15:39:55,446 - INFO - Deleting Ingress : ctest-nginx-ingress-21771467 2025-04-28 15:39:55,459 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=a4f97d9d-a0d7-4705-8981-7f3b1098f3ac 2025-04-28 15:39:55,470 - ERROR - Ingress ctest-nginx-ingress-21771467 with uuid a4f97d9d-a0d7-4705-8981-7f3b1098f3ac still found in kube manager 2025-04-28 15:39:56,471 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=a4f97d9d-a0d7-4705-8981-7f3b1098f3ac 2025-04-28 15:39:56,475 - INFO - Ingress ctest-nginx-ingress-21771467 with uuid a4f97d9d-a0d7-4705-8981-7f3b1098f3ac deleted successfully from kube manager 2025-04-28 15:39:56,475 - INFO - Verifications on Ingress %s cleanup passed 2025-04-28 15:39:56,475 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-28 15:39:56,592 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 15:39:56,598 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-28 15:39:56,598 - INFO - Deleting VN __public__ 2025-04-28 15:39:56,719 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e33fb18c-81e3-462b-881e-0c1a8926b177 2025-04-28 15:39:56,724 - DEBUG - Response Code: 404 2025-04-28 15:39:56,724 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-28 15:39:56,728 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b063dd86-4de2-4e36-b172-6d03cbe4eeb5 2025-04-28 15:39:56,734 - DEBUG - Requesting: http://10.0.0.50:8082/project/644cdb13-f91e-4d55-9aa5-77e685d30575 2025-04-28 15:39:56,764 - INFO - Validated that VN __public__ is not found in API Server 2025-04-28 15:39:56,764 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-28 15:39:56,772 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:56,781 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-04-28 15:39:56,781 - INFO - Validated that VN __public__ is not in any agent 2025-04-28 15:39:56,781 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:56,790 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:39:56,796 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 15:39:56,801 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-28 15:39:56,801 - INFO - Deleting pod default:ctest-nginx-pod-49478309 2025-04-28 15:39:56,824 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d84a809c-587a-4fed-9518-f04271263854 2025-04-28 15:39:56,857 - WARNING - Pod uuid d84a809c-587a-4fed-9518-f04271263854 is still seen in agent 10.0.0.27 VM list 2025-04-28 15:40:01,863 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d84a809c-587a-4fed-9518-f04271263854 2025-04-28 15:40:01,870 - DEBUG - Pod d84a809c-587a-4fed-9518-f04271263854 is not in agent 10.0.0.27 VM list 2025-04-28 15:40:01,870 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e64874d2-2446-11f0-861e-fa163ed59ac2 2025-04-28 15:40:01,876 - DEBUG - VMI e64874d2-2446-11f0-861e-fa163ed59ac2 is removed from agent 10.0.0.27 2025-04-28 15:40:01,876 - INFO - Verified that pod ctest-nginx-pod-49478309 is removed in agent 2025-04-28 15:40:01,876 - INFO - Deleting pod default:ctest-nginx-pod-10373814 2025-04-28 15:40:01,889 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a6d95cc9-1e8f-4103-ba7e-06e8d2031169 2025-04-28 15:40:01,898 - WARNING - Pod uuid a6d95cc9-1e8f-4103-ba7e-06e8d2031169 is still seen in agent 10.0.0.27 VM list 2025-04-28 15:40:06,899 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a6d95cc9-1e8f-4103-ba7e-06e8d2031169 2025-04-28 15:40:06,906 - DEBUG - Pod a6d95cc9-1e8f-4103-ba7e-06e8d2031169 is not in agent 10.0.0.27 VM list 2025-04-28 15:40:06,906 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e5df2f2c-2446-11f0-861e-fa163ed59ac2 2025-04-28 15:40:06,912 - DEBUG - VMI e5df2f2c-2446-11f0-861e-fa163ed59ac2 is removed from agent 10.0.0.27 2025-04-28 15:40:06,912 - INFO - Verified that pod ctest-nginx-pod-10373814 is removed in agent 2025-04-28 15:40:06,912 - INFO - Deleting service : ctest-nginx-svc-18934578 2025-04-28 15:40:07,106 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:40:07,112 - DEBUG - No XMPP flaps were noticed during the test 2025-04-28 15:40:07,112 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-04-28 15:40:07,112 - INFO - -------------------------------------------------------------------------------- 2025-04-28 15:40:13,538 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 15:40:13,643 - DEBUG - Output : cluster_project={} 2025-04-28 15:40:13,755 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 15:40:13,909 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 15:40:13,925 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 15:40:14,062 - DEBUG - Output : cluster_project={} 2025-04-28 15:40:29,199 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:29,233 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:29,309 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:29,383 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:34,427 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:34,534 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:34,609 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:34,682 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:40:34,837 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:40:37,547 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-04-28 15:40:37,554 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-28 15:40:37,581 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-28 15:40:39,608 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-28 15:43:45,914 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:43:45,957 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1c22c82f-d64c-4be7-a671-f0e76c501ff3 2025-04-28 15:43:45,982 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=28ff8852-4ab5-4b8a-ac4f-5e068184f4e0 2025-04-28 15:43:45,992 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:43:45,996 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2e245b3d-5204-44a5-9014-65932a7eefb1 2025-04-28 15:43:46,002 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=df0340ca-e22a-4bcf-88bf-5dbabf454f3d 2025-04-28 15:43:46,009 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:43:46,015 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:43:46,021 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:43:51,121 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1c22c82f-d64c-4be7-a671-f0e76c501ff3 2025-04-28 15:43:51,124 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2e245b3d-5204-44a5-9014-65932a7eefb1 2025-04-28 15:43:51,127 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:43:51,128 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:43:51,129 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=28ff8852-4ab5-4b8a-ac4f-5e068184f4e0 2025-04-28 15:43:51,131 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:43:51,132 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:43:51,133 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=df0340ca-e22a-4bcf-88bf-5dbabf454f3d 2025-04-28 15:43:51,137 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:15c248c8-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:43:51,138 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1436c07e-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:43:51,161 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:14ac4eca-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:43:51,162 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1545e922-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:43:56,163 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:43:56,165 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:43:56,166 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:43:56,168 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:44:01,182 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:44:01,183 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:44:01,185 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:44:01,186 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:44:06,199 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:44:06,201 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:44:06,202 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:44:06,204 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:44:11,217 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:44:11,220 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:44:11,222 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:44:11,223 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:44:16,239 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:44:16,242 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:44:16,244 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:44:16,246 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:44:21,290 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=bb54b058-9411-46ac-baa8-221551b4b102 2025-04-28 15:44:21,295 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f3c13661-b59e-430a-8386-727a364a2c74 2025-04-28 15:44:21,296 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d6cffec-dcda-4da1-a42a-cdd77263c46d 2025-04-28 15:44:21,298 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cb9f9fea-699c-4a56-b361-8418b3b88c4b 2025-04-28 15:44:21,313 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16457a0e-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:44:21,316 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16b074e4-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:44:21,321 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:171c41d8-2447-11f0-861e-fa163ed59ac2 2025-04-28 15:44:21,323 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1788e19e-2447-11f0-861e-fa163ed59ac2