2025-05-16 09:43:05,674 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-05-16 09:43:05,907 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1229-1 2025-05-16 09:43:05,907 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-05-16 09:43:05,941 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1229-1 2025-05-16 09:43:05,941 - 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-05-16 09:43:06,010 - DEBUG - Output : NAMES contrail_test_N5MG8WBud contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 2025-05-16 09:43:06,010 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-16 09:43:06,082 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-05-16 09:43:06,083 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-05-16 09:43:06,118 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1229-1 2025-05-16 09:43:06,214 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-05-16 09:43:06,455 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1229-1 2025-05-16 09:43:06,455 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-05-16 09:43:06,489 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1229-1 2025-05-16 09:43:06,489 - 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-05-16 09:43:06,566 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-16 09:43:06,566 - DEBUG - [10.0.0.50]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-16 09:43:06,600 - DEBUG - Output : 10.0.0.50/24 2025-05-16 09:43:06,601 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-05-16 09:43:06,635 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1229-1 2025-05-16 09:43:06,716 - INFO - Using existing project ['default-domain', 'k8s-default'](3e1d13dc-5d81-4ed4-83ad-370f23f64afd) 2025-05-16 09:43:06,839 - INFO - Using existing project ['default-domain', 'k8s-default'](3e1d13dc-5d81-4ed4-83ad-370f23f64afd) 2025-05-16 09:43:06,994 - INFO - ================================================================================ 2025-05-16 09:43:06,994 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-16 09:43:06,995 - 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-05-16 09:43:07,251 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-16 09:43:07,260 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.38': '0'}} with 2025-05-16 09:43:07,260 - INFO - Initial checks done. Running the testcase now 2025-05-16 09:43:07,260 - INFO - 2025-05-16 09:43:07,272 - INFO - Namespace default already exists 2025-05-16 09:43:07,273 - 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-05-16 09:43:07,390 - DEBUG - Output : cluster_project={} 2025-05-16 09:43:07,444 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-16 09:43:07,444 - DEBUG - Project uuid in Contrail is 3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:43:07,444 - 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-05-16 09:43:07,571 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-16 09:43:07,571 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=e2103cb4-f18f-4cbe-a3b5-6db2dc2b5d2d 2025-05-16 09:43:07,576 - INFO - Namespace default with uuid e2103cb4-f18f-4cbe-a3b5-6db2dc2b5d2d found in kube manager 2025-05-16 09:43:07,576 - INFO - Namespace default verification passed 2025-05-16 09:43:07,579 - DEBUG - Service ctest-nginx-svc-61910684 not present 2025-05-16 09:43:07,579 - INFO - Creating service ctest-nginx-svc-61910684 2025-05-16 09:43:07,598 - INFO - Created Service ctest-nginx-svc-61910684 2025-05-16 09:43:07,605 - DEBUG - Pod ctest-nginx-pod-08794027 not present 2025-05-16 09:43:07,605 - INFO - Creating Pod ctest-nginx-pod-08794027 2025-05-16 09:43:07,687 - DEBUG - Pod : ctest-nginx-pod-08794027 UUID is ce82f7e3-6d53-4658-b5b7-386044635802 2025-05-16 09:43:07,694 - DEBUG - Pod ctest-nginx-pod-38702819 not present 2025-05-16 09:43:07,694 - INFO - Creating Pod ctest-nginx-pod-38702819 2025-05-16 09:43:07,728 - DEBUG - Pod : ctest-nginx-pod-38702819 UUID is 1d0f7371-9cff-46b3-9802-343c600ddff9 2025-05-16 09:43:07,938 - INFO - Created VN __public__, UUID :e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:08,146 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-16 09:43:08,150 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e81b0bf5-211d-47bd-8509-c8292b7fb41c 2025-05-16 09:43:08,182 - DEBUG - Requesting: http://10.0.0.38:8082/project/3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:43:08,222 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:08,237 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:08,246 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:08,255 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:08,261 - DEBUG - Route Targets: [] 2025-05-16 09:43:08,262 - DEBUG - RT names not yet present for VN __public__ 2025-05-16 09:43:13,263 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-16 09:43:13,269 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e81b0bf5-211d-47bd-8509-c8292b7fb41c 2025-05-16 09:43:13,277 - DEBUG - Requesting: http://10.0.0.38:8082/project/3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:43:13,327 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,336 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,345 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:13,352 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:13,362 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a37d91c8-4f02-466a-807d-d39d8c1ab112 2025-05-16 09:43:13,369 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-16 09:43:13,369 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,379 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:13,394 - INFO - Verified VN network id 14 for VN e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,394 - INFO - Verifications in API Server for VN __public__ passed 2025-05-16 09:43:13,394 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,403 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:13,409 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:43:13,417 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a37d91c8-4f02-466a-807d-d39d8c1ab112 2025-05-16 09:43:13,425 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-16 09:43:13,432 - 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': '16720574746961921048', 'uuid-lslong': '9895039949555416397'}, 'enable': 'true', 'created': '2025-05-16T09:43:07', 'last-modified': '2025-05-16T09:43:08', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.324702'} 2025-05-16 09:43:13,432 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:43:13,441 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-16 09:43:13,441 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-16 09:43:13,442 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-16 09:43:13,442 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-16 09:43:13,464 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e81b0bf5-211d-47bd-8509-c8292b7fb41c 2025-05-16 09:43:13,474 - DEBUG - Requesting: http://10.0.0.38:8082/project/3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:43:13,527 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,542 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-16 09:43:13,542 - DEBUG - Verifying the vn in opserver 2025-05-16 09:43:13,543 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-05-16 09:43:13,543 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-05-16 09:43:13,548 - 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-05-16 09:43:13,548 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-16 09:43:13,548 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:43:13,560 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:43:13,567 - DEBUG - Do not have enough data to verify VN in agent 2025-05-16 09:43:13,567 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:43:13,573 - DEBUG - VRF ids for VN __public__: {} 2025-05-16 09:43:13,691 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-16 09:43:13,849 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-16 09:43:13,855 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e81b0bf5-211d-47bd-8509-c8292b7fb41c 2025-05-16 09:43:13,864 - DEBUG - Requesting: http://10.0.0.38:8082/project/3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:43:13,915 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:13,935 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/628565ad-b7d7-463c-bdd6-f2250e80fc6b 2025-05-16 09:43:13,942 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-16 09:43:13,947 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e81b0bf5-211d-47bd-8509-c8292b7fb41c 2025-05-16 09:43:13,954 - DEBUG - Requesting: http://10.0.0.38:8082/project/3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:43:13,994 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e80b6a24-9908-4418-8952-3e686f8cbd4d 2025-05-16 09:43:14,004 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-16 09:43:14,004 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-16 09:43:14,012 - 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-05-16 09:43:14,019 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-16 09:43:14,019 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-16 09:43:14,022 - DEBUG - Ingress ctest-nginx-ingress-37653814 not present 2025-05-16 09:43:14,022 - INFO - Creating Ingress ctest-nginx-ingress-37653814 2025-05-16 09:43:14,034 - INFO - Created Ingress ctest-nginx-ingress-37653814 2025-05-16 09:43:14,037 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37653814 2025-05-16 09:43:17,041 - DEBUG - For Ingress ctest-nginx-ingress-37653814, Cluster IP: 10.47.255.249, External IPs ['209.162.78.188'] 2025-05-16 09:43:17,041 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-37653814 2025-05-16 09:43:17,041 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=76298cb0-aeed-4cb1-943f-bfc7ad65bd65 2025-05-16 09:43:17,046 - INFO - Ingress ctest-nginx-ingress-37653814 with uuid 76298cb0-aeed-4cb1-943f-bfc7ad65bd65 found in kube manager 2025-05-16 09:43:17,046 - INFO - Ingress ctest-nginx-ingress-37653814 verification passed 2025-05-16 09:43:17,049 - DEBUG - Pod ctest-busybox-pod-38372286 not present 2025-05-16 09:43:17,049 - INFO - Creating Pod ctest-busybox-pod-38372286 2025-05-16 09:43:17,075 - DEBUG - Node for Pod ctest-busybox-pod-38372286 not yet populated 2025-05-16 09:43:20,082 - DEBUG - Pod : ctest-busybox-pod-38372286 UUID is f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:20,087 - DEBUG - Pod ctest-nginx-pod-08794027 not in running state.Currently in Pending 2025-05-16 09:43:25,095 - INFO - Pod ctest-nginx-pod-08794027 is in running state.Got IP 10.47.255.251 2025-05-16 09:43:25,115 - DEBUG - Pod ctest-nginx-pod-08794027 has vmi 2cff57fa-323a-11f0-ba32-fa163e909673 2025-05-16 09:43:25,115 - INFO - Verified pod ctest-nginx-pod-08794027 in contrail-api 2025-05-16 09:43:25,115 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:43:25,135 - DEBUG - VMI 2cff57fa-323a-11f0-ba32-fa163e909673 is active in agent 10.0.0.50 2025-05-16 09:43:25,136 - INFO - Verified Pod ctest-nginx-pod-08794027 in agent 10.0.0.50 2025-05-16 09:43:25,136 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=ce82f7e3-6d53-4658-b5b7-386044635802 2025-05-16 09:43:25,142 - INFO - Pod ctest-nginx-pod-08794027 with uuid ce82f7e3-6d53-4658-b5b7-386044635802 found in kube manager 2025-05-16 09:43:25,142 - INFO - Pod ctest-nginx-pod-08794027 verification passed 2025-05-16 09:43:25,212 - DEBUG - [Pod ctest-nginx-pod-08794027] Cmd: echo ctest-nginx-pod-08794027 > /usr/share/nginx/html/index.html, Output: 2025-05-16 09:43:25,217 - INFO - Pod ctest-nginx-pod-38702819 is in running state.Got IP 10.47.255.250 2025-05-16 09:43:25,230 - DEBUG - Pod ctest-nginx-pod-38702819 has vmi 2d7679b6-323a-11f0-ba32-fa163e909673 2025-05-16 09:43:25,230 - INFO - Verified pod ctest-nginx-pod-38702819 in contrail-api 2025-05-16 09:43:25,230 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:43:25,243 - DEBUG - VMI 2d7679b6-323a-11f0-ba32-fa163e909673 is active in agent 10.0.0.50 2025-05-16 09:43:25,243 - INFO - Verified Pod ctest-nginx-pod-38702819 in agent 10.0.0.50 2025-05-16 09:43:25,243 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=1d0f7371-9cff-46b3-9802-343c600ddff9 2025-05-16 09:43:25,247 - INFO - Pod ctest-nginx-pod-38702819 with uuid 1d0f7371-9cff-46b3-9802-343c600ddff9 found in kube manager 2025-05-16 09:43:25,247 - INFO - Pod ctest-nginx-pod-38702819 verification passed 2025-05-16 09:43:25,305 - DEBUG - [Pod ctest-nginx-pod-38702819] Cmd: echo ctest-nginx-pod-38702819 > /usr/share/nginx/html/index.html, Output: 2025-05-16 09:43:25,311 - DEBUG - Pod ctest-busybox-pod-38372286 not in running state.Currently in Pending 2025-05-16 09:43:30,324 - DEBUG - Pod ctest-busybox-pod-38372286 not in running state.Currently in Pending 2025-05-16 09:43:35,330 - INFO - Pod ctest-busybox-pod-38372286 is in running state.Got IP 10.47.255.248 2025-05-16 09:43:35,385 - DEBUG - Pod ctest-busybox-pod-38372286 has vmi 31c10f90-323a-11f0-ba32-fa163e909673 2025-05-16 09:43:35,385 - INFO - Verified pod ctest-busybox-pod-38372286 in contrail-api 2025-05-16 09:43:35,385 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:43:35,398 - DEBUG - VMI 31c10f90-323a-11f0-ba32-fa163e909673 is active in agent 10.0.0.50 2025-05-16 09:43:35,399 - INFO - Verified Pod ctest-busybox-pod-38372286 in agent 10.0.0.50 2025-05-16 09:43:35,399 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:35,405 - INFO - Pod ctest-busybox-pod-38372286 with uuid f5765141-099c-4a61-b756-3157aeb41a3a found in kube manager 2025-05-16 09:43:35,405 - INFO - Pod ctest-busybox-pod-38372286 verification passed 2025-05-16 09:43:35,470 - DEBUG - [Pod ctest-busybox-pod-38372286] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-38702819 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-05-16 09:43:35,470 - DEBUG - [Pod Pod ctest-busybox-pod-38372286] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-16 09:43:35,470 - DEBUG - [Pod Pod ctest-busybox-pod-38372286] Cmd output: ctest-nginx-pod-38702819 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-05-16 09:43:35,522 - DEBUG - [Pod ctest-busybox-pod-38372286] 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-08794027 2025-05-16 09:43:35,522 - DEBUG - [Pod Pod ctest-busybox-pod-38372286] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-16 09:43:35,522 - DEBUG - [Pod Pod ctest-busybox-pod-38372286] 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-08794027 2025-05-16 09:43:35,522 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-08794027': 1, 'ctest-nginx-pod-38702819': 1} 2025-05-16 09:43:35,522 - WARNING - Nothing to delete parallely 2025-05-16 09:43:35,522 - INFO - Deleting pod default:ctest-busybox-pod-38372286 2025-05-16 09:43:35,533 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:35,549 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:43:40,550 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:40,558 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:43:45,559 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:45,567 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:43:50,568 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:50,576 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:43:55,579 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:43:55,587 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:44:00,588 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:44:00,596 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:44:05,597 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:44:05,605 - WARNING - Pod uuid f5765141-099c-4a61-b756-3157aeb41a3a is still seen in agent 10.0.0.50 VM list 2025-05-16 09:44:10,606 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f5765141-099c-4a61-b756-3157aeb41a3a 2025-05-16 09:44:10,615 - DEBUG - Pod f5765141-099c-4a61-b756-3157aeb41a3a is not in agent 10.0.0.50 VM list 2025-05-16 09:44:10,615 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31c10f90-323a-11f0-ba32-fa163e909673 2025-05-16 09:44:10,624 - DEBUG - VMI 31c10f90-323a-11f0-ba32-fa163e909673 is removed from agent 10.0.0.50 2025-05-16 09:44:10,624 - INFO - Verified that pod ctest-busybox-pod-38372286 is removed in agent 2025-05-16 09:44:10,625 - INFO - Deleting Ingress : ctest-nginx-ingress-37653814 2025-05-16 09:44:10,635 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=76298cb0-aeed-4cb1-943f-bfc7ad65bd65 2025-05-16 09:44:10,643 - ERROR - Ingress ctest-nginx-ingress-37653814 with uuid 76298cb0-aeed-4cb1-943f-bfc7ad65bd65 still found in kube manager 2025-05-16 09:44:11,645 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=76298cb0-aeed-4cb1-943f-bfc7ad65bd65 2025-05-16 09:44:11,651 - INFO - Ingress ctest-nginx-ingress-37653814 with uuid 76298cb0-aeed-4cb1-943f-bfc7ad65bd65 deleted successfully from kube manager 2025-05-16 09:44:11,651 - INFO - Verifications on Ingress %s cleanup passed 2025-05-16 09:44:11,651 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-16 09:44:11,773 - 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-05-16 09:44:11,790 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-16 09:44:11,790 - INFO - Deleting VN __public__ 2025-05-16 09:44:11,926 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/49246bdd-9ea5-41d7-aa42-4e38e4dbe6e0 2025-05-16 09:44:11,934 - DEBUG - Response Code: 404 2025-05-16 09:44:11,934 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-16 09:44:11,949 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e81b0bf5-211d-47bd-8509-c8292b7fb41c 2025-05-16 09:44:11,958 - DEBUG - Requesting: http://10.0.0.38:8082/project/3e1d13dc-5d81-4ed4-83ad-370f23f64afd 2025-05-16 09:44:12,027 - INFO - Validated that VN __public__ is not found in API Server 2025-05-16 09:44:12,027 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-16 09:44:12,048 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:44:12,077 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-05-16 09:44:12,077 - INFO - Validated that VN __public__ is not in any agent 2025-05-16 09:44:12,077 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:44:12,093 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-16 09:44:12,104 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-16 09:44:12,111 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-16 09:44:12,112 - INFO - Deleting pod default:ctest-nginx-pod-38702819 2025-05-16 09:44:12,136 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1d0f7371-9cff-46b3-9802-343c600ddff9 2025-05-16 09:44:12,154 - WARNING - Pod uuid 1d0f7371-9cff-46b3-9802-343c600ddff9 is still seen in agent 10.0.0.50 VM list 2025-05-16 09:44:17,155 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1d0f7371-9cff-46b3-9802-343c600ddff9 2025-05-16 09:44:17,168 - DEBUG - Pod 1d0f7371-9cff-46b3-9802-343c600ddff9 is not in agent 10.0.0.50 VM list 2025-05-16 09:44:17,168 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d7679b6-323a-11f0-ba32-fa163e909673 2025-05-16 09:44:17,176 - DEBUG - VMI 2d7679b6-323a-11f0-ba32-fa163e909673 is removed from agent 10.0.0.50 2025-05-16 09:44:17,176 - INFO - Verified that pod ctest-nginx-pod-38702819 is removed in agent 2025-05-16 09:44:17,176 - INFO - Deleting pod default:ctest-nginx-pod-08794027 2025-05-16 09:44:17,186 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ce82f7e3-6d53-4658-b5b7-386044635802 2025-05-16 09:44:17,201 - WARNING - Pod uuid ce82f7e3-6d53-4658-b5b7-386044635802 is still seen in agent 10.0.0.50 VM list 2025-05-16 09:44:22,203 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ce82f7e3-6d53-4658-b5b7-386044635802 2025-05-16 09:44:22,212 - DEBUG - Pod ce82f7e3-6d53-4658-b5b7-386044635802 is not in agent 10.0.0.50 VM list 2025-05-16 09:44:22,212 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2cff57fa-323a-11f0-ba32-fa163e909673 2025-05-16 09:44:22,218 - DEBUG - VMI 2cff57fa-323a-11f0-ba32-fa163e909673 is removed from agent 10.0.0.50 2025-05-16 09:44:22,218 - INFO - Verified that pod ctest-nginx-pod-08794027 is removed in agent 2025-05-16 09:44:22,218 - INFO - Deleting service : ctest-nginx-svc-61910684 2025-05-16 09:44:22,505 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-16 09:44:22,514 - DEBUG - No XMPP flaps were noticed during the test 2025-05-16 09:44:22,514 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16] 2025-05-16 09:44:22,514 - INFO - -------------------------------------------------------------------------------- 2025-05-16 09:44:28,892 - 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-05-16 09:44:29,009 - DEBUG - Output : cluster_project={} 2025-05-16 09:44:29,067 - 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-05-16 09:44:29,216 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-16 09:44:29,224 - 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-05-16 09:44:29,359 - DEBUG - Output : cluster_project={} 2025-05-16 09:44:44,456 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,537 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,576 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,652 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,742 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,788 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,939 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:44,982 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-16 09:44:45,207 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-16 09:44:47,887 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2025-05-16 09:44:47,895 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-05-16 09:44:47,929 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-05-16 09:44:49,971 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-05-16 09:47:58,773 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-16 09:47:58,825 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=63d666b6-c4b1-40df-9744-c89ad2783361 2025-05-16 09:47:58,839 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:47:58,849 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:47:58,853 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:47:58,865 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=fc453d7b-1c27-49ba-bf68-b19fdd23f857 2025-05-16 09:47:58,891 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c155abab-3e70-4729-8f13-7ad01387da30 2025-05-16 09:47:58,898 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ad410df2-6fcc-49a1-aeea-75b536087453 2025-05-16 09:47:58,907 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:03,912 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=63d666b6-c4b1-40df-9744-c89ad2783361 2025-05-16 09:48:03,920 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d671a40-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:03,989 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:03,991 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c155abab-3e70-4729-8f13-7ad01387da30 2025-05-16 09:48:03,992 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ad410df2-6fcc-49a1-aeea-75b536087453 2025-05-16 09:48:03,994 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=fc453d7b-1c27-49ba-bf68-b19fdd23f857 2025-05-16 09:48:03,995 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:03,997 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:03,998 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:04,031 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e83d6ac-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:04,033 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ef715f4-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:04,036 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5de6b3d6-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:09,028 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:09,030 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:09,031 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:09,036 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:14,045 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:14,048 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:14,050 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:14,051 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:19,055 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:19,064 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:19,066 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:19,067 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:24,064 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:24,081 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:24,083 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:24,085 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:29,074 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:29,098 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:29,101 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:29,103 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:34,084 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=00e94a09-756b-4208-b746-228c9afc75e7 2025-05-16 09:48:34,092 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ffab794-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:34,130 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=98546407-d25c-40c9-bcff-94739d4718c8 2025-05-16 09:48:34,133 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=db87a553-ba10-4312-9e41-656c3fa56608 2025-05-16 09:48:34,134 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=1479b052-203a-4e90-8302-c326696096da 2025-05-16 09:48:34,148 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5f8545e0-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:34,149 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:60e9df18-323a-11f0-ba32-fa163e909673 2025-05-16 09:48:34,152 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:606de980-323a-11f0-ba32-fa163e909673