2025-06-02 02:12:09,932 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-06-02 02:12:10,203 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1247-1 2025-06-02 02:12:10,203 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-06-02 02:12:10,237 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1247-1 2025-06-02 02:12:10,238 - 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-06-02 02:12:10,348 - DEBUG - Output : NAMES contrail_test_32QtN8yFZ contrail-kubernetes-master-kubemanager-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-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-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-06-02 02:12:10,348 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-02 02:12:10,382 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-06-02 02:12:10,383 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-06-02 02:12:10,455 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1247-1 2025-06-02 02:12:10,512 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-06-02 02:12:10,752 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1247-1 2025-06-02 02:12:10,752 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-06-02 02:12:10,776 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1247-1 2025-06-02 02:12:10,776 - 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-06-02 02:12:10,820 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-02 02:12:10,820 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-02 02:12:10,899 - DEBUG - Output : 10.0.0.22/24 2025-06-02 02:12:10,899 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-06-02 02:12:10,933 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1247-1 2025-06-02 02:12:11,023 - INFO - Using existing project ['default-domain', 'k8s-default'](784c97b1-5719-42ed-864e-f2f82c91ae98) 2025-06-02 02:12:11,090 - INFO - Using existing project ['default-domain', 'k8s-default'](784c97b1-5719-42ed-864e-f2f82c91ae98) 2025-06-02 02:12:11,241 - INFO - ================================================================================ 2025-06-02 02:12:11,241 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-02 02:12:11,242 - 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-06-02 02:12:11,395 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-02 02:12:11,403 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-06-02 02:12:11,403 - INFO - Initial checks done. Running the testcase now 2025-06-02 02:12:11,403 - INFO - 2025-06-02 02:12:11,406 - INFO - Namespace default already exists 2025-06-02 02:12:11,407 - 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-06-02 02:12:11,522 - DEBUG - Output : cluster_project={} 2025-06-02 02:12:11,601 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-02 02:12:11,602 - DEBUG - Project uuid in Contrail is 784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:12:11,602 - 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-06-02 02:12:11,733 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-02 02:12:11,734 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=955a3420-4f26-4900-81d7-fbabe10bacb4 2025-06-02 02:12:11,738 - INFO - Namespace default with uuid 955a3420-4f26-4900-81d7-fbabe10bacb4 found in kube manager 2025-06-02 02:12:11,738 - INFO - Namespace default verification passed 2025-06-02 02:12:11,741 - DEBUG - Service ctest-nginx-svc-79066857 not present 2025-06-02 02:12:11,742 - INFO - Creating service ctest-nginx-svc-79066857 2025-06-02 02:12:11,761 - INFO - Created Service ctest-nginx-svc-79066857 2025-06-02 02:12:11,767 - DEBUG - Pod ctest-nginx-pod-50056810 not present 2025-06-02 02:12:11,768 - INFO - Creating Pod ctest-nginx-pod-50056810 2025-06-02 02:12:11,807 - DEBUG - Pod : ctest-nginx-pod-50056810 UUID is 28a7da16-2675-4187-ba11-b6241b6d542a 2025-06-02 02:12:11,810 - DEBUG - Pod ctest-nginx-pod-40948527 not present 2025-06-02 02:12:11,810 - INFO - Creating Pod ctest-nginx-pod-40948527 2025-06-02 02:12:11,862 - DEBUG - Pod : ctest-nginx-pod-40948527 UUID is 917f406c-95d2-44e3-a866-9b86be3058b1 2025-06-02 02:12:12,109 - INFO - Created VN __public__, UUID :2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:12,326 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-02 02:12:12,332 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6c4e954a-58f5-4a77-b516-9c12fd1ad423 2025-06-02 02:12:12,351 - DEBUG - Requesting: http://10.0.0.50:8082/project/784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:12:12,422 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:12,443 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:12,454 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:12,506 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:12,539 - DEBUG - Route Targets: [] 2025-06-02 02:12:12,539 - DEBUG - RT names not yet present for VN __public__ 2025-06-02 02:12:17,540 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-02 02:12:17,546 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6c4e954a-58f5-4a77-b516-9c12fd1ad423 2025-06-02 02:12:17,554 - DEBUG - Requesting: http://10.0.0.50:8082/project/784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:12:17,592 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:17,602 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:17,610 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:17,618 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:17,624 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/5470111c-b225-4b2b-8d57-6a668f142b1e 2025-06-02 02:12:17,629 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-02 02:12:17,629 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:17,642 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:17,655 - INFO - Verified VN network id 13 for VN 2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:17,655 - INFO - Verifications in API Server for VN __public__ passed 2025-06-02 02:12:17,655 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:17,664 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:17,670 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:12:17,676 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/5470111c-b225-4b2b-8d57-6a668f142b1e 2025-06-02 02:12:17,682 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-02 02:12:17,688 - 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': '2704124801689864407', 'uuid-lslong': '9906803708473799525'}, 'enable': 'true', 'created': '2025-06-02T02:12:11', 'last-modified': '2025-06-02T02:12:12', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.528383'} 2025-06-02 02:12:17,688 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:12:17,695 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-02 02:12:17,695 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-02 02:12:17,696 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-02 02:12:17,696 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-02 02:12:17,700 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6c4e954a-58f5-4a77-b516-9c12fd1ad423 2025-06-02 02:12:17,707 - DEBUG - Requesting: http://10.0.0.50:8082/project/784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:12:17,745 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:17,753 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-02 02:12:17,754 - DEBUG - Verifying the vn in opserver 2025-06-02 02:12:17,754 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-06-02 02:12:17,754 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-06-02 02:12:17,759 - 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-06-02 02:12:17,759 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-02 02:12:17,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:12:17,767 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:12:17,773 - DEBUG - Do not have enough data to verify VN in agent 2025-06-02 02:12:17,773 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:12:17,779 - DEBUG - VRF ids for VN __public__: {} 2025-06-02 02:12:17,875 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-02 02:12:17,993 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-02 02:12:17,999 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6c4e954a-58f5-4a77-b516-9c12fd1ad423 2025-06-02 02:12:18,009 - DEBUG - Requesting: http://10.0.0.50:8082/project/784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:12:18,055 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:18,067 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/becbac64-d7d0-43ae-9075-b6c4afb6c25c 2025-06-02 02:12:18,074 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-02 02:12:18,079 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6c4e954a-58f5-4a77-b516-9c12fd1ad423 2025-06-02 02:12:18,086 - DEBUG - Requesting: http://10.0.0.50:8082/project/784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:12:18,135 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/2586fb2e-190c-48d7-897c-097bff1a7365 2025-06-02 02:12:18,144 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-02 02:12:18,144 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-02 02:12:18,153 - 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-06-02 02:12:18,160 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-02 02:12:18,160 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-02 02:12:18,163 - DEBUG - Ingress ctest-nginx-ingress-70859720 not present 2025-06-02 02:12:18,163 - INFO - Creating Ingress ctest-nginx-ingress-70859720 2025-06-02 02:12:18,173 - INFO - Created Ingress ctest-nginx-ingress-70859720 2025-06-02 02:12:18,176 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-70859720 2025-06-02 02:12:21,184 - DEBUG - For Ingress ctest-nginx-ingress-70859720, Cluster IP: 10.47.255.249, External IPs ['129.57.178.60'] 2025-06-02 02:12:21,184 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-70859720 2025-06-02 02:12:21,184 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=a3467b0c-7dcd-4e81-a058-e0503d9a0024 2025-06-02 02:12:21,195 - INFO - Ingress ctest-nginx-ingress-70859720 with uuid a3467b0c-7dcd-4e81-a058-e0503d9a0024 found in kube manager 2025-06-02 02:12:21,195 - INFO - Ingress ctest-nginx-ingress-70859720 verification passed 2025-06-02 02:12:21,198 - DEBUG - Pod ctest-busybox-pod-45342558 not present 2025-06-02 02:12:21,199 - INFO - Creating Pod ctest-busybox-pod-45342558 2025-06-02 02:12:21,224 - DEBUG - Pod : ctest-busybox-pod-45342558 UUID is 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:12:21,229 - DEBUG - Pod ctest-nginx-pod-50056810 not in running state.Currently in Pending 2025-06-02 02:12:26,235 - INFO - Pod ctest-nginx-pod-50056810 is in running state.Got IP 10.47.255.251 2025-06-02 02:12:26,294 - DEBUG - Pod ctest-nginx-pod-50056810 has vmi ff877e72-3f56-11f0-9511-fa163e961c9d 2025-06-02 02:12:26,294 - INFO - Verified pod ctest-nginx-pod-50056810 in contrail-api 2025-06-02 02:12:26,294 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:12:26,306 - DEBUG - VMI ff877e72-3f56-11f0-9511-fa163e961c9d is active in agent 10.0.0.22 2025-06-02 02:12:26,307 - INFO - Verified Pod ctest-nginx-pod-50056810 in agent 10.0.0.22 2025-06-02 02:12:26,307 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=28a7da16-2675-4187-ba11-b6241b6d542a 2025-06-02 02:12:26,311 - INFO - Pod ctest-nginx-pod-50056810 with uuid 28a7da16-2675-4187-ba11-b6241b6d542a found in kube manager 2025-06-02 02:12:26,311 - INFO - Pod ctest-nginx-pod-50056810 verification passed 2025-06-02 02:12:26,375 - DEBUG - [Pod ctest-nginx-pod-50056810] Cmd: echo ctest-nginx-pod-50056810 > /usr/share/nginx/html/index.html, Output: 2025-06-02 02:12:26,380 - INFO - Pod ctest-nginx-pod-40948527 is in running state.Got IP 10.47.255.250 2025-06-02 02:12:26,393 - DEBUG - Pod ctest-nginx-pod-40948527 has vmi 00050414-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:12:26,393 - INFO - Verified pod ctest-nginx-pod-40948527 in contrail-api 2025-06-02 02:12:26,393 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:12:26,404 - DEBUG - VMI 00050414-3f57-11f0-9511-fa163e961c9d is active in agent 10.0.0.22 2025-06-02 02:12:26,404 - INFO - Verified Pod ctest-nginx-pod-40948527 in agent 10.0.0.22 2025-06-02 02:12:26,404 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=917f406c-95d2-44e3-a866-9b86be3058b1 2025-06-02 02:12:26,408 - INFO - Pod ctest-nginx-pod-40948527 with uuid 917f406c-95d2-44e3-a866-9b86be3058b1 found in kube manager 2025-06-02 02:12:26,408 - INFO - Pod ctest-nginx-pod-40948527 verification passed 2025-06-02 02:12:26,462 - DEBUG - [Pod ctest-nginx-pod-40948527] Cmd: echo ctest-nginx-pod-40948527 > /usr/share/nginx/html/index.html, Output: 2025-06-02 02:12:26,467 - DEBUG - Pod ctest-busybox-pod-45342558 not in running state.Currently in Pending 2025-06-02 02:12:31,473 - DEBUG - Pod ctest-busybox-pod-45342558 not in running state.Currently in Pending 2025-06-02 02:12:36,480 - DEBUG - Pod ctest-busybox-pod-45342558 not in running state.Currently in Pending 2025-06-02 02:12:41,487 - INFO - Pod ctest-busybox-pod-45342558 is in running state.Got IP 10.47.255.248 2025-06-02 02:12:41,501 - DEBUG - Pod ctest-busybox-pod-45342558 has vmi 04323c32-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:12:41,501 - INFO - Verified pod ctest-busybox-pod-45342558 in contrail-api 2025-06-02 02:12:41,501 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:12:41,512 - DEBUG - VMI 04323c32-3f57-11f0-9511-fa163e961c9d is active in agent 10.0.0.22 2025-06-02 02:12:41,512 - INFO - Verified Pod ctest-busybox-pod-45342558 in agent 10.0.0.22 2025-06-02 02:12:41,512 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:12:41,516 - INFO - Pod ctest-busybox-pod-45342558 with uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 found in kube manager 2025-06-02 02:12:41,517 - INFO - Pod ctest-busybox-pod-45342558 verification passed 2025-06-02 02:12:41,569 - DEBUG - [Pod ctest-busybox-pod-45342558] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50056810 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-06-02 02:12:41,569 - DEBUG - [Pod Pod ctest-busybox-pod-45342558] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-02 02:12:41,569 - DEBUG - [Pod Pod ctest-busybox-pod-45342558] Cmd output: ctest-nginx-pod-50056810 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-06-02 02:12:41,621 - DEBUG - [Pod ctest-busybox-pod-45342558] 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) ctest-nginx-pod-40948527 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-02 02:12:41,621 - DEBUG - [Pod Pod ctest-busybox-pod-45342558] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-02 02:12:41,621 - DEBUG - [Pod Pod ctest-busybox-pod-45342558] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-40948527 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-02 02:12:41,621 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-50056810': 1, 'ctest-nginx-pod-40948527': 1} 2025-06-02 02:12:41,621 - WARNING - Nothing to delete parallely 2025-06-02 02:12:41,622 - INFO - Deleting pod default:ctest-busybox-pod-45342558 2025-06-02 02:12:41,634 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:12:41,641 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:12:46,642 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:12:46,651 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:12:51,652 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:12:51,662 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:12:56,663 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:12:56,680 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:13:01,680 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:13:01,687 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:13:06,688 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:13:06,695 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:13:11,695 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:13:11,703 - WARNING - Pod uuid 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:13:16,703 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 2025-06-02 02:13:16,711 - DEBUG - Pod 17f67c5b-d94e-40f3-a31e-d2e7b7f61ba2 is not in agent 10.0.0.22 VM list 2025-06-02 02:13:16,711 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:04323c32-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:13:16,717 - DEBUG - VMI 04323c32-3f57-11f0-9511-fa163e961c9d is removed from agent 10.0.0.22 2025-06-02 02:13:16,717 - INFO - Verified that pod ctest-busybox-pod-45342558 is removed in agent 2025-06-02 02:13:16,717 - INFO - Deleting Ingress : ctest-nginx-ingress-70859720 2025-06-02 02:13:16,727 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=a3467b0c-7dcd-4e81-a058-e0503d9a0024 2025-06-02 02:13:16,734 - ERROR - Ingress ctest-nginx-ingress-70859720 with uuid a3467b0c-7dcd-4e81-a058-e0503d9a0024 still found in kube manager 2025-06-02 02:13:17,734 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=a3467b0c-7dcd-4e81-a058-e0503d9a0024 2025-06-02 02:13:17,739 - INFO - Ingress ctest-nginx-ingress-70859720 with uuid a3467b0c-7dcd-4e81-a058-e0503d9a0024 deleted successfully from kube manager 2025-06-02 02:13:17,739 - INFO - Verifications on Ingress %s cleanup passed 2025-06-02 02:13:17,740 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-02 02:13:17,910 - 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-06-02 02:13:17,943 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-02 02:13:17,943 - INFO - Deleting VN __public__ 2025-06-02 02:13:18,090 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/581623ba-8daa-49dc-ae7a-5a621dcb9b2a 2025-06-02 02:13:18,099 - DEBUG - Response Code: 404 2025-06-02 02:13:18,099 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-02 02:13:18,111 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6c4e954a-58f5-4a77-b516-9c12fd1ad423 2025-06-02 02:13:18,125 - DEBUG - Requesting: http://10.0.0.50:8082/project/784c97b1-5719-42ed-864e-f2f82c91ae98 2025-06-02 02:13:18,182 - INFO - Validated that VN __public__ is not found in API Server 2025-06-02 02:13:18,183 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-02 02:13:18,196 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:13:18,209 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-06-02 02:13:18,209 - INFO - Validated that VN __public__ is not in any agent 2025-06-02 02:13:18,209 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:13:18,224 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-02 02:13:18,233 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-02 02:13:18,241 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-02 02:13:18,242 - INFO - Deleting pod default:ctest-nginx-pod-40948527 2025-06-02 02:13:18,271 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=917f406c-95d2-44e3-a866-9b86be3058b1 2025-06-02 02:13:18,292 - WARNING - Pod uuid 917f406c-95d2-44e3-a866-9b86be3058b1 is still seen in agent 10.0.0.22 VM list 2025-06-02 02:13:23,293 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=917f406c-95d2-44e3-a866-9b86be3058b1 2025-06-02 02:13:23,300 - DEBUG - Pod 917f406c-95d2-44e3-a866-9b86be3058b1 is not in agent 10.0.0.22 VM list 2025-06-02 02:13:23,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:00050414-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:13:23,306 - DEBUG - VMI 00050414-3f57-11f0-9511-fa163e961c9d is removed from agent 10.0.0.22 2025-06-02 02:13:23,306 - INFO - Verified that pod ctest-nginx-pod-40948527 is removed in agent 2025-06-02 02:13:23,306 - INFO - Deleting pod default:ctest-nginx-pod-50056810 2025-06-02 02:13:23,328 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=28a7da16-2675-4187-ba11-b6241b6d542a 2025-06-02 02:13:23,335 - WARNING - Pod uuid 28a7da16-2675-4187-ba11-b6241b6d542a is still seen in agent 10.0.0.22 VM list 2025-06-02 02:13:28,336 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=28a7da16-2675-4187-ba11-b6241b6d542a 2025-06-02 02:13:28,343 - DEBUG - Pod 28a7da16-2675-4187-ba11-b6241b6d542a is not in agent 10.0.0.22 VM list 2025-06-02 02:13:28,343 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff877e72-3f56-11f0-9511-fa163e961c9d 2025-06-02 02:13:28,350 - DEBUG - VMI ff877e72-3f56-11f0-9511-fa163e961c9d is removed from agent 10.0.0.22 2025-06-02 02:13:28,350 - INFO - Verified that pod ctest-nginx-pod-50056810 is removed in agent 2025-06-02 02:13:28,350 - INFO - Deleting service : ctest-nginx-svc-79066857 2025-06-02 02:13:28,549 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-02 02:13:28,557 - DEBUG - No XMPP flaps were noticed during the test 2025-06-02 02:13:28,557 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17] 2025-06-02 02:13:28,557 - INFO - -------------------------------------------------------------------------------- 2025-06-02 02:13:34,940 - 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-06-02 02:13:35,111 - DEBUG - Output : cluster_project={} 2025-06-02 02:13:35,162 - 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-06-02 02:13:35,310 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-02 02:13:35,325 - 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-06-02 02:13:35,495 - DEBUG - Output : cluster_project={} 2025-06-02 02:13:50,662 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:50,699 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:50,777 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:50,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:50,906 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:56,006 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:56,053 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:56,146 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-02 02:13:56,343 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-02 02:13:59,061 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-06-02 02:13:59,068 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-02 02:13:59,097 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-02 02:14:01,132 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-02 02:17:08,924 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-02 02:17:08,989 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79bc30d6-18c2-41e2-a482-a7737005f8f6 2025-06-02 02:17:09,006 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:09,011 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:09,015 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b5037c37-c75a-4c80-a7c8-7120b971ad42 2025-06-02 02:17:09,020 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffd02559-f816-4d17-86b1-e32b5d2acaa9 2025-06-02 02:17:09,024 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:09,031 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:09,035 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=22dd1b71-56d3-46f5-837f-51cd0e7e8914 2025-06-02 02:17:14,084 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79bc30d6-18c2-41e2-a482-a7737005f8f6 2025-06-02 02:17:14,086 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:14,088 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b5037c37-c75a-4c80-a7c8-7120b971ad42 2025-06-02 02:17:14,089 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffd02559-f816-4d17-86b1-e32b5d2acaa9 2025-06-02 02:17:14,090 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=22dd1b71-56d3-46f5-837f-51cd0e7e8914 2025-06-02 02:17:14,092 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:14,096 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:14,097 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:14,100 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3112746a-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:14,124 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32657e2a-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:14,126 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32ecefea-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:14,130 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:319ebde4-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:19,125 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:19,127 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:19,129 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:19,132 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:24,141 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:24,143 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:24,145 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:24,148 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:29,162 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:29,165 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:29,167 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:29,168 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:34,183 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:34,185 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:34,189 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:34,191 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:39,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:39,208 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:39,209 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:39,210 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:44,334 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01e5fdb9-b39d-415e-8f22-6ba0748b97d3 2025-06-02 02:17:44,336 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a4bbd180-2b71-484a-b058-9a1ce103f72d 2025-06-02 02:17:44,337 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d161d3d9-d8d6-4159-8874-e70724245b3b 2025-06-02 02:17:44,338 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5b8ac004-a6db-4427-b939-7e4da77cbaca 2025-06-02 02:17:44,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3452fe4c-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:44,355 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3377d9d4-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:44,357 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:34bc3826-3f57-11f0-9511-fa163e961c9d 2025-06-02 02:17:44,358 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33e69432-3f57-11f0-9511-fa163e961c9d