2025-05-28 16:31:47,674 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-05-28 16:31:47,931 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1238-1 2025-05-28 16:31:47,932 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-05-28 16:31:47,965 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1238-1 2025-05-28 16:31:47,965 - 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-05-28 16:31:48,029 - DEBUG - Output : NAMES contrail_test_daX66ypEK contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-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-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-api-1 2025-05-28 16:31:48,030 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-28 16:31:48,099 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-05-28 16:31:48,099 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-05-28 16:31:48,133 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1238-1 2025-05-28 16:31:48,221 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-05-28 16:31:48,456 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1238-1 2025-05-28 16:31:48,456 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-05-28 16:31:48,491 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1238-1 2025-05-28 16:31:48,491 - DEBUG - [10.0.0.19]: 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-28 16:31:48,546 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-28 16:31:48,546 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-28 16:31:48,580 - DEBUG - Output : 10.0.0.19/24 2025-05-28 16:31:48,581 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-05-28 16:31:48,651 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1238-1 2025-05-28 16:31:48,733 - INFO - Using existing project ['default-domain', 'k8s-default'](ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed) 2025-05-28 16:31:48,840 - INFO - Using existing project ['default-domain', 'k8s-default'](ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed) 2025-05-28 16:31:48,973 - INFO - ================================================================================ 2025-05-28 16:31:48,973 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-28 16:31:48,974 - 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-28 16:31:49,212 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-28 16:31:49,220 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.22': '0'}} with 2025-05-28 16:31:49,220 - INFO - Initial checks done. Running the testcase now 2025-05-28 16:31:49,220 - INFO - 2025-05-28 16:31:49,224 - INFO - Namespace default already exists 2025-05-28 16:31:49,225 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-28 16:31:49,320 - DEBUG - Output : cluster_project={} 2025-05-28 16:31:49,370 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-28 16:31:49,371 - DEBUG - Project uuid in Contrail is ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:31:49,371 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-28 16:31:49,487 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-28 16:31:49,488 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=d5b6dae3-e82f-4940-b77b-3dd7c692ea22 2025-05-28 16:31:49,492 - INFO - Namespace default with uuid d5b6dae3-e82f-4940-b77b-3dd7c692ea22 found in kube manager 2025-05-28 16:31:49,492 - INFO - Namespace default verification passed 2025-05-28 16:31:49,495 - DEBUG - Service ctest-nginx-svc-53142728 not present 2025-05-28 16:31:49,495 - INFO - Creating service ctest-nginx-svc-53142728 2025-05-28 16:31:49,515 - INFO - Created Service ctest-nginx-svc-53142728 2025-05-28 16:31:49,536 - DEBUG - Pod ctest-nginx-pod-60191113 not present 2025-05-28 16:31:49,537 - INFO - Creating Pod ctest-nginx-pod-60191113 2025-05-28 16:31:49,592 - DEBUG - Pod : ctest-nginx-pod-60191113 UUID is 52acb763-b74e-4d87-af17-fb3489649cce 2025-05-28 16:31:49,600 - DEBUG - Pod ctest-nginx-pod-40053091 not present 2025-05-28 16:31:49,600 - INFO - Creating Pod ctest-nginx-pod-40053091 2025-05-28 16:31:49,629 - DEBUG - Pod : ctest-nginx-pod-40053091 UUID is e8243dfb-8826-4a6c-9470-7ece3a2f370f 2025-05-28 16:31:49,822 - INFO - Created VN __public__, UUID :76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:50,060 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-28 16:31:50,071 - DEBUG - Requesting: http://10.0.0.22:8082/domain/3593c50d-0b47-4126-883e-401c9b732a57 2025-05-28 16:31:50,107 - DEBUG - Requesting: http://10.0.0.22:8082/project/ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:31:50,153 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:50,164 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:50,173 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:50,225 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:50,233 - DEBUG - Route Targets: [] 2025-05-28 16:31:50,233 - DEBUG - RT names not yet present for VN __public__ 2025-05-28 16:31:55,234 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-28 16:31:55,240 - DEBUG - Requesting: http://10.0.0.22:8082/domain/3593c50d-0b47-4126-883e-401c9b732a57 2025-05-28 16:31:55,248 - DEBUG - Requesting: http://10.0.0.22:8082/project/ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:31:55,284 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,294 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,303 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:55,311 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:55,317 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/50c81a3e-c6ba-400e-8957-fca5900cbd83 2025-05-28 16:31:55,327 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-28 16:31:55,327 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,337 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:55,350 - INFO - Verified VN network id 14 for VN 76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,350 - INFO - Verifications in API Server for VN __public__ passed 2025-05-28 16:31:55,350 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,359 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:55,366 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:31:55,372 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/50c81a3e-c6ba-400e-8957-fca5900cbd83 2025-05-28 16:31:55,378 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-28 16:31:55,383 - DEBUG - Control-node 10.0.0.22 : 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': '8570299853709135491', 'uuid-lslong': '12620572800782023326'}, 'enable': 'true', 'created': '2025-05-28T16:31:49', 'last-modified': '2025-05-28T16:31:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.388559'} 2025-05-28 16:31:55,383 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:31:55,389 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-28 16:31:55,389 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-28 16:31:55,390 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-28 16:31:55,390 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-28 16:31:55,395 - DEBUG - Requesting: http://10.0.0.22:8082/domain/3593c50d-0b47-4126-883e-401c9b732a57 2025-05-28 16:31:55,401 - DEBUG - Requesting: http://10.0.0.22:8082/project/ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:31:55,442 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,451 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-28 16:31:55,451 - DEBUG - Verifying the vn in opserver 2025-05-28 16:31:55,451 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-05-28 16:31:55,451 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-05-28 16:31:55,461 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-28 16:31:55,461 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-28 16:31:55,461 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:31:55,473 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:31:55,480 - DEBUG - Do not have enough data to verify VN in agent 2025-05-28 16:31:55,480 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:31:55,486 - DEBUG - VRF ids for VN __public__: {} 2025-05-28 16:31:55,589 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-28 16:31:55,696 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-28 16:31:55,704 - DEBUG - Requesting: http://10.0.0.22:8082/domain/3593c50d-0b47-4126-883e-401c9b732a57 2025-05-28 16:31:55,711 - DEBUG - Requesting: http://10.0.0.22:8082/project/ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:31:55,763 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,774 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/b5a131bf-b471-4bb8-ab80-dcca0340076d 2025-05-28 16:31:55,780 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-28 16:31:55,786 - DEBUG - Requesting: http://10.0.0.22:8082/domain/3593c50d-0b47-4126-883e-401c9b732a57 2025-05-28 16:31:55,794 - DEBUG - Requesting: http://10.0.0.22:8082/project/ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:31:55,833 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/76efd24f-3eea-4e83-af25-48187c91ba9e 2025-05-28 16:31:55,843 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-28 16:31:55,843 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-28 16:31:55,850 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-28 16:31:55,856 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-28 16:31:55,856 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-28 16:31:55,859 - DEBUG - Ingress ctest-nginx-ingress-68157479 not present 2025-05-28 16:31:55,859 - INFO - Creating Ingress ctest-nginx-ingress-68157479 2025-05-28 16:31:55,865 - INFO - Created Ingress ctest-nginx-ingress-68157479 2025-05-28 16:31:55,868 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-68157479 2025-05-28 16:31:58,873 - DEBUG - For Ingress ctest-nginx-ingress-68157479, Cluster IP: 10.47.255.249, External IPs ['134.129.134.60'] 2025-05-28 16:31:58,873 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-68157479 2025-05-28 16:31:58,873 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=094f3c09-7e3f-4e6d-9f59-b5cd7ad582c8 2025-05-28 16:31:58,879 - INFO - Ingress ctest-nginx-ingress-68157479 with uuid 094f3c09-7e3f-4e6d-9f59-b5cd7ad582c8 found in kube manager 2025-05-28 16:31:58,879 - INFO - Ingress ctest-nginx-ingress-68157479 verification passed 2025-05-28 16:31:58,882 - DEBUG - Pod ctest-busybox-pod-20765199 not present 2025-05-28 16:31:58,882 - INFO - Creating Pod ctest-busybox-pod-20765199 2025-05-28 16:31:58,903 - DEBUG - Pod : ctest-busybox-pod-20765199 UUID is 9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:31:58,909 - DEBUG - Pod ctest-nginx-pod-60191113 not in running state.Currently in Pending 2025-05-28 16:32:03,918 - DEBUG - Pod ctest-nginx-pod-60191113 not in running state.Currently in Pending 2025-05-28 16:32:08,925 - INFO - Pod ctest-nginx-pod-60191113 is in running state.Got IP 10.47.255.251 2025-05-28 16:32:08,986 - DEBUG - Pod ctest-nginx-pod-60191113 has vmi 422bc6da-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:32:08,986 - INFO - Verified pod ctest-nginx-pod-60191113 in contrail-api 2025-05-28 16:32:08,986 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:32:09,008 - DEBUG - VMI 422bc6da-3be1-11f0-85f0-fa163ed0a3c0 is active in agent 10.0.0.19 2025-05-28 16:32:09,008 - INFO - Verified Pod ctest-nginx-pod-60191113 in agent 10.0.0.19 2025-05-28 16:32:09,008 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=52acb763-b74e-4d87-af17-fb3489649cce 2025-05-28 16:32:09,013 - INFO - Pod ctest-nginx-pod-60191113 with uuid 52acb763-b74e-4d87-af17-fb3489649cce found in kube manager 2025-05-28 16:32:09,013 - INFO - Pod ctest-nginx-pod-60191113 verification passed 2025-05-28 16:32:09,081 - DEBUG - [Pod ctest-nginx-pod-60191113] Cmd: echo ctest-nginx-pod-60191113 > /usr/share/nginx/html/index.html, Output: 2025-05-28 16:32:09,089 - INFO - Pod ctest-nginx-pod-40053091 is in running state.Got IP 10.47.255.250 2025-05-28 16:32:09,104 - DEBUG - Pod ctest-nginx-pod-40053091 has vmi 42a1fa3a-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:32:09,104 - INFO - Verified pod ctest-nginx-pod-40053091 in contrail-api 2025-05-28 16:32:09,104 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:32:09,116 - DEBUG - VMI 42a1fa3a-3be1-11f0-85f0-fa163ed0a3c0 is active in agent 10.0.0.19 2025-05-28 16:32:09,116 - INFO - Verified Pod ctest-nginx-pod-40053091 in agent 10.0.0.19 2025-05-28 16:32:09,116 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=e8243dfb-8826-4a6c-9470-7ece3a2f370f 2025-05-28 16:32:09,122 - INFO - Pod ctest-nginx-pod-40053091 with uuid e8243dfb-8826-4a6c-9470-7ece3a2f370f found in kube manager 2025-05-28 16:32:09,122 - INFO - Pod ctest-nginx-pod-40053091 verification passed 2025-05-28 16:32:09,184 - DEBUG - [Pod ctest-nginx-pod-40053091] Cmd: echo ctest-nginx-pod-40053091 > /usr/share/nginx/html/index.html, Output: 2025-05-28 16:32:09,189 - DEBUG - Pod ctest-busybox-pod-20765199 not in running state.Currently in Pending 2025-05-28 16:32:14,197 - INFO - Pod ctest-busybox-pod-20765199 is in running state.Got IP 10.47.255.248 2025-05-28 16:32:14,211 - DEBUG - Pod ctest-busybox-pod-20765199 has vmi 46e1260c-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:32:14,211 - INFO - Verified pod ctest-busybox-pod-20765199 in contrail-api 2025-05-28 16:32:14,212 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:32:14,225 - DEBUG - VMI 46e1260c-3be1-11f0-85f0-fa163ed0a3c0 is active in agent 10.0.0.19 2025-05-28 16:32:14,225 - INFO - Verified Pod ctest-busybox-pod-20765199 in agent 10.0.0.19 2025-05-28 16:32:14,225 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:14,230 - INFO - Pod ctest-busybox-pod-20765199 with uuid 9c55674b-c49b-487f-80ee-45f07ea3863d found in kube manager 2025-05-28 16:32:14,231 - INFO - Pod ctest-busybox-pod-20765199 verification passed 2025-05-28 16:32:14,290 - DEBUG - [Pod ctest-busybox-pod-20765199] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-40053091 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-28 16:32:14,290 - DEBUG - [Pod Pod ctest-busybox-pod-20765199] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-28 16:32:14,290 - DEBUG - [Pod Pod ctest-busybox-pod-20765199] Cmd output: ctest-nginx-pod-40053091 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-28 16:32:14,344 - DEBUG - [Pod ctest-busybox-pod-20765199] 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-60191113 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-28 16:32:14,344 - DEBUG - [Pod Pod ctest-busybox-pod-20765199] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-28 16:32:14,344 - DEBUG - [Pod Pod ctest-busybox-pod-20765199] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-60191113 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-28 16:32:14,344 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-60191113': 1, 'ctest-nginx-pod-40053091': 1} 2025-05-28 16:32:14,344 - WARNING - Nothing to delete parallely 2025-05-28 16:32:14,344 - INFO - Deleting pod default:ctest-busybox-pod-20765199 2025-05-28 16:32:14,357 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:14,365 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:19,366 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:19,373 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:24,374 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:24,380 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:29,382 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:29,389 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:34,390 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:34,399 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:39,400 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:39,408 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:44,408 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:44,417 - WARNING - Pod uuid 9c55674b-c49b-487f-80ee-45f07ea3863d is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:49,418 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9c55674b-c49b-487f-80ee-45f07ea3863d 2025-05-28 16:32:49,425 - DEBUG - Pod 9c55674b-c49b-487f-80ee-45f07ea3863d is not in agent 10.0.0.19 VM list 2025-05-28 16:32:49,425 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:46e1260c-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:32:49,431 - DEBUG - VMI 46e1260c-3be1-11f0-85f0-fa163ed0a3c0 is removed from agent 10.0.0.19 2025-05-28 16:32:49,432 - INFO - Verified that pod ctest-busybox-pod-20765199 is removed in agent 2025-05-28 16:32:49,432 - INFO - Deleting Ingress : ctest-nginx-ingress-68157479 2025-05-28 16:32:49,438 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=094f3c09-7e3f-4e6d-9f59-b5cd7ad582c8 2025-05-28 16:32:49,443 - ERROR - Ingress ctest-nginx-ingress-68157479 with uuid 094f3c09-7e3f-4e6d-9f59-b5cd7ad582c8 still found in kube manager 2025-05-28 16:32:50,443 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=094f3c09-7e3f-4e6d-9f59-b5cd7ad582c8 2025-05-28 16:32:50,447 - INFO - Ingress ctest-nginx-ingress-68157479 with uuid 094f3c09-7e3f-4e6d-9f59-b5cd7ad582c8 deleted successfully from kube manager 2025-05-28 16:32:50,448 - INFO - Verifications on Ingress %s cleanup passed 2025-05-28 16:32:50,448 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-28 16:32:50,508 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-28 16:32:50,515 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-28 16:32:50,515 - INFO - Deleting VN __public__ 2025-05-28 16:32:50,672 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/98bc93cc-2812-4d7a-94d6-bfc6b16e0c40 2025-05-28 16:32:50,677 - DEBUG - Response Code: 404 2025-05-28 16:32:50,677 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-05-28 16:32:50,685 - DEBUG - Requesting: http://10.0.0.22:8082/domain/3593c50d-0b47-4126-883e-401c9b732a57 2025-05-28 16:32:50,703 - DEBUG - Requesting: http://10.0.0.22:8082/project/ec8322bc-b9da-4c27-9a0d-1f2a3b7338ed 2025-05-28 16:32:50,752 - INFO - Validated that VN __public__ is not found in API Server 2025-05-28 16:32:50,752 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-28 16:32:50,763 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:32:50,770 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-05-28 16:32:50,770 - INFO - Validated that VN __public__ is not in any agent 2025-05-28 16:32:50,770 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:32:50,780 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-28 16:32:50,786 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-28 16:32:50,791 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-28 16:32:50,791 - INFO - Deleting pod default:ctest-nginx-pod-40053091 2025-05-28 16:32:50,806 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e8243dfb-8826-4a6c-9470-7ece3a2f370f 2025-05-28 16:32:50,829 - WARNING - Pod uuid e8243dfb-8826-4a6c-9470-7ece3a2f370f is still seen in agent 10.0.0.19 VM list 2025-05-28 16:32:55,829 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e8243dfb-8826-4a6c-9470-7ece3a2f370f 2025-05-28 16:32:55,836 - DEBUG - Pod e8243dfb-8826-4a6c-9470-7ece3a2f370f is not in agent 10.0.0.19 VM list 2025-05-28 16:32:55,836 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42a1fa3a-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:32:55,842 - DEBUG - VMI 42a1fa3a-3be1-11f0-85f0-fa163ed0a3c0 is removed from agent 10.0.0.19 2025-05-28 16:32:55,842 - INFO - Verified that pod ctest-nginx-pod-40053091 is removed in agent 2025-05-28 16:32:55,842 - INFO - Deleting pod default:ctest-nginx-pod-60191113 2025-05-28 16:32:55,858 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=52acb763-b74e-4d87-af17-fb3489649cce 2025-05-28 16:32:55,868 - WARNING - Pod uuid 52acb763-b74e-4d87-af17-fb3489649cce is still seen in agent 10.0.0.19 VM list 2025-05-28 16:33:00,873 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=52acb763-b74e-4d87-af17-fb3489649cce 2025-05-28 16:33:00,879 - DEBUG - Pod 52acb763-b74e-4d87-af17-fb3489649cce is not in agent 10.0.0.19 VM list 2025-05-28 16:33:00,879 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:422bc6da-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:33:00,885 - DEBUG - VMI 422bc6da-3be1-11f0-85f0-fa163ed0a3c0 is removed from agent 10.0.0.19 2025-05-28 16:33:00,885 - INFO - Verified that pod ctest-nginx-pod-60191113 is removed in agent 2025-05-28 16:33:00,886 - INFO - Deleting service : ctest-nginx-svc-53142728 2025-05-28 16:33:01,104 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-28 16:33:01,113 - DEBUG - No XMPP flaps were noticed during the test 2025-05-28 16:33:01,113 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-05-28 16:33:01,113 - INFO - -------------------------------------------------------------------------------- 2025-05-28 16:33:07,506 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-28 16:33:07,626 - DEBUG - Output : cluster_project={} 2025-05-28 16:33:07,676 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-28 16:33:07,838 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-28 16:33:07,849 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-28 16:33:08,018 - DEBUG - Output : cluster_project={} 2025-05-28 16:33:23,165 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:23,248 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:23,289 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:23,366 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:23,446 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:23,482 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:23,642 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:28,689 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-28 16:33:28,945 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-28 16:33:31,723 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-05-28 16:33:31,731 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-05-28 16:33:31,772 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-05-28 16:33:33,802 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-05-28 16:36:41,020 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-28 16:36:41,074 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8f647831-c556-45bb-9f56-3e3092b5add6 2025-05-28 16:36:41,080 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=eecadb2a-ae18-4031-b5a7-23fdfbfed0f4 2025-05-28 16:36:41,084 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b64f2597-6271-4207-919f-58febbb9c86e 2025-05-28 16:36:41,094 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:36:41,098 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=408cffe2-bdf5-410a-b3b8-30e06e918885 2025-05-28 16:36:41,108 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:36:41,112 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:36:41,117 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:36:46,171 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:36:46,173 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=408cffe2-bdf5-410a-b3b8-30e06e918885 2025-05-28 16:36:46,174 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:36:46,175 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:36:46,177 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:36:46,178 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b64f2597-6271-4207-919f-58febbb9c86e 2025-05-28 16:36:46,179 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=eecadb2a-ae18-4031-b5a7-23fdfbfed0f4 2025-05-28 16:36:46,180 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8f647831-c556-45bb-9f56-3e3092b5add6 2025-05-28 16:36:46,205 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7104f648-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:36:46,207 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7224f47e-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:36:46,208 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:708511a8-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:36:46,212 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71a548e6-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:36:51,208 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:36:51,210 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:36:51,211 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:36:51,213 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:36:56,230 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:36:56,232 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:36:56,238 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:36:56,239 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:37:01,257 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:37:01,259 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:37:01,260 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:37:01,261 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:37:06,276 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:37:06,278 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:37:06,279 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:37:06,281 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:37:11,300 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:37:11,302 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:37:11,304 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:37:11,305 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:37:16,342 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e9c2f8c5-6ae8-48c5-9b08-7b115ab08924 2025-05-28 16:37:16,344 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0cc6e81b-2f2a-4695-bed6-e96af9437ac1 2025-05-28 16:37:16,346 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c9f21be2-2719-4fec-93c1-26adb294b30d 2025-05-28 16:37:16,347 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a03745d4-3644-40d3-af64-690af49184ea 2025-05-28 16:37:16,360 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:731cb150-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:37:16,364 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72aaf146-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:37:16,365 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:738f99cc-3be1-11f0-85f0-fa163ed0a3c0 2025-05-28 16:37:16,366 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:740d1ad2-3be1-11f0-85f0-fa163ed0a3c0