2025-04-23 10:43:24,994 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-04-23 10:43:25,221 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1177-1 2025-04-23 10:43:25,221 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-04-23 10:43:25,255 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1177-1 2025-04-23 10:43:25,255 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-23 10:43:25,355 - DEBUG - Output : NAMES contrail_test_jHKcwu317 contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 config_api-svcmonitor-1 2025-04-23 10:43:25,356 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 10:43:25,389 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-04-23 10:43:25,389 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-04-23 10:43:25,422 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1177-1 2025-04-23 10:43:25,510 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-04-23 10:43:25,711 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1177-1 2025-04-23 10:43:25,711 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-04-23 10:43:25,733 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1177-1 2025-04-23 10:43:25,733 - 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-04-23 10:43:25,777 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-23 10:43:25,777 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 10:43:25,800 - DEBUG - Output : 10.0.0.19/24 2025-04-23 10:43:25,801 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-04-23 10:43:25,863 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1177-1 2025-04-23 10:43:25,930 - INFO - Using existing project ['default-domain', 'k8s-default'](12714b34-7666-4485-9228-215f501f318f) 2025-04-23 10:43:26,036 - INFO - Using existing project ['default-domain', 'k8s-default'](12714b34-7666-4485-9228-215f501f318f) 2025-04-23 10:43:26,172 - INFO - ================================================================================ 2025-04-23 10:43:26,172 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-23 10:43:26,173 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-04-23 10:43:26,391 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 10:43:26,397 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.249': '0'}} with 2025-04-23 10:43:26,397 - INFO - Initial checks done. Running the testcase now 2025-04-23 10:43:26,397 - INFO - 2025-04-23 10:43:26,400 - INFO - Namespace default already exists 2025-04-23 10:43:26,401 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 10:43:26,518 - DEBUG - Output : cluster_project={} 2025-04-23 10:43:26,590 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-23 10:43:26,590 - DEBUG - Project uuid in Contrail is 12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:43:26,590 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-23 10:43:26,695 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-23 10:43:26,695 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=a6b9be62-954c-4b44-93ef-f3474aa65e04 2025-04-23 10:43:26,700 - INFO - Namespace default with uuid a6b9be62-954c-4b44-93ef-f3474aa65e04 found in kube manager 2025-04-23 10:43:26,700 - INFO - Namespace default verification passed 2025-04-23 10:43:26,702 - DEBUG - Service ctest-nginx-svc-54854200 not present 2025-04-23 10:43:26,702 - INFO - Creating service ctest-nginx-svc-54854200 2025-04-23 10:43:26,721 - INFO - Created Service ctest-nginx-svc-54854200 2025-04-23 10:43:26,730 - DEBUG - Pod ctest-nginx-pod-38659275 not present 2025-04-23 10:43:26,731 - INFO - Creating Pod ctest-nginx-pod-38659275 2025-04-23 10:43:26,772 - DEBUG - Pod : ctest-nginx-pod-38659275 UUID is 84de8dbb-c529-4468-b54a-54a1e207219d 2025-04-23 10:43:26,779 - DEBUG - Pod ctest-nginx-pod-98552944 not present 2025-04-23 10:43:26,779 - INFO - Creating Pod ctest-nginx-pod-98552944 2025-04-23 10:43:26,805 - DEBUG - Pod : ctest-nginx-pod-98552944 UUID is ff3e3670-f4f9-4068-a2c4-94222f660951 2025-04-23 10:43:27,007 - INFO - Created VN __public__, UUID :8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:27,098 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-23 10:43:27,102 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ffac0959-ccf9-4b25-ac16-d5e0b9d89598 2025-04-23 10:43:27,171 - DEBUG - Requesting: http://10.0.0.249:8082/project/12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:43:27,232 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:27,242 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:27,251 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:27,256 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:27,271 - DEBUG - Route Targets: [] 2025-04-23 10:43:27,271 - DEBUG - RT names not yet present for VN __public__ 2025-04-23 10:43:32,272 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-23 10:43:32,278 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ffac0959-ccf9-4b25-ac16-d5e0b9d89598 2025-04-23 10:43:32,284 - DEBUG - Requesting: http://10.0.0.249:8082/project/12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:43:32,324 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,332 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,340 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:32,352 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:32,357 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/eec8b4fd-e2bb-4183-b081-19f97bfc0c6a 2025-04-23 10:43:32,362 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 10:43:32,362 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,369 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:32,379 - INFO - Verified VN network id 13 for VN 8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,379 - INFO - Verifications in API Server for VN __public__ passed 2025-04-23 10:43:32,379 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,387 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:32,392 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:43:32,397 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/eec8b4fd-e2bb-4183-b081-19f97bfc0c6a 2025-04-23 10:43:32,402 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 10:43:32,408 - DEBUG - Control-node 10.0.0.249 : 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': '10073252104652672421', 'uuid-lslong': '10660095811524751828'}, 'enable': 'true', 'created': '2025-04-23T10:43:26', 'last-modified': '2025-04-23T10:43:27', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.351175'} 2025-04-23 10:43:32,408 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:43:32,414 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 10:43:32,414 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-23 10:43:32,415 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-23 10:43:32,415 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-23 10:43:32,419 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ffac0959-ccf9-4b25-ac16-d5e0b9d89598 2025-04-23 10:43:32,425 - DEBUG - Requesting: http://10.0.0.249:8082/project/12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:43:32,472 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,480 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-23 10:43:32,480 - DEBUG - Verifying the vn in opserver 2025-04-23 10:43:32,480 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-04-23 10:43:32,481 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-04-23 10:43:32,485 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-23 10:43:32,485 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-23 10:43:32,485 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:43:32,492 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:43:32,497 - DEBUG - Do not have enough data to verify VN in agent 2025-04-23 10:43:32,497 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:43:32,502 - DEBUG - VRF ids for VN __public__: {} 2025-04-23 10:43:32,594 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-23 10:43:32,684 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-23 10:43:32,689 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ffac0959-ccf9-4b25-ac16-d5e0b9d89598 2025-04-23 10:43:32,696 - DEBUG - Requesting: http://10.0.0.249:8082/project/12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:43:32,731 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,740 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/2cda37a6-a55e-4807-943f-28308c4feee4 2025-04-23 10:43:32,746 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-23 10:43:32,749 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ffac0959-ccf9-4b25-ac16-d5e0b9d89598 2025-04-23 10:43:32,756 - DEBUG - Requesting: http://10.0.0.249:8082/project/12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:43:32,798 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/8bcb616b-36c7-4da5-93f0-44a9358ff1d4 2025-04-23 10:43:32,806 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-23 10:43:32,806 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-23 10:43:32,812 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-23 10:43:32,817 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-23 10:43:32,818 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-23 10:43:32,820 - DEBUG - Ingress ctest-nginx-ingress-68198868 not present 2025-04-23 10:43:32,821 - INFO - Creating Ingress ctest-nginx-ingress-68198868 2025-04-23 10:43:32,831 - INFO - Created Ingress ctest-nginx-ingress-68198868 2025-04-23 10:43:32,834 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-68198868 2025-04-23 10:43:35,841 - DEBUG - For Ingress ctest-nginx-ingress-68198868, Cluster IP: 10.47.255.249, External IPs ['208.123.139.188'] 2025-04-23 10:43:35,841 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-68198868 2025-04-23 10:43:35,841 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=ea06ef9a-9d3e-469c-9901-3a1750b011ce 2025-04-23 10:43:35,846 - INFO - Ingress ctest-nginx-ingress-68198868 with uuid ea06ef9a-9d3e-469c-9901-3a1750b011ce found in kube manager 2025-04-23 10:43:35,846 - INFO - Ingress ctest-nginx-ingress-68198868 verification passed 2025-04-23 10:43:35,849 - DEBUG - Pod ctest-busybox-pod-36716041 not present 2025-04-23 10:43:35,849 - INFO - Creating Pod ctest-busybox-pod-36716041 2025-04-23 10:43:35,870 - DEBUG - Pod : ctest-busybox-pod-36716041 UUID is 8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:43:35,876 - DEBUG - Pod ctest-nginx-pod-38659275 not in running state.Currently in Pending 2025-04-23 10:43:40,882 - INFO - Pod ctest-nginx-pod-38659275 is in running state.Got IP 10.47.255.251 2025-04-23 10:43:40,940 - DEBUG - Pod ctest-nginx-pod-38659275 has vmi ca746830-202f-11f0-9436-fa163e1999d0 2025-04-23 10:43:40,940 - INFO - Verified pod ctest-nginx-pod-38659275 in contrail-api 2025-04-23 10:43:40,940 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:43:40,950 - DEBUG - VMI ca746830-202f-11f0-9436-fa163e1999d0 is active in agent 10.0.0.19 2025-04-23 10:43:40,950 - INFO - Verified Pod ctest-nginx-pod-38659275 in agent 10.0.0.19 2025-04-23 10:43:40,950 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=84de8dbb-c529-4468-b54a-54a1e207219d 2025-04-23 10:43:40,954 - INFO - Pod ctest-nginx-pod-38659275 with uuid 84de8dbb-c529-4468-b54a-54a1e207219d found in kube manager 2025-04-23 10:43:40,954 - INFO - Pod ctest-nginx-pod-38659275 verification passed 2025-04-23 10:43:41,030 - DEBUG - [Pod ctest-nginx-pod-38659275] Cmd: echo ctest-nginx-pod-38659275 > /usr/share/nginx/html/index.html, Output: 2025-04-23 10:43:41,035 - INFO - Pod ctest-nginx-pod-98552944 is in running state.Got IP 10.47.255.250 2025-04-23 10:43:41,048 - DEBUG - Pod ctest-nginx-pod-98552944 has vmi cae1ecd4-202f-11f0-9436-fa163e1999d0 2025-04-23 10:43:41,049 - INFO - Verified pod ctest-nginx-pod-98552944 in contrail-api 2025-04-23 10:43:41,049 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:43:41,057 - DEBUG - VMI cae1ecd4-202f-11f0-9436-fa163e1999d0 is active in agent 10.0.0.19 2025-04-23 10:43:41,057 - INFO - Verified Pod ctest-nginx-pod-98552944 in agent 10.0.0.19 2025-04-23 10:43:41,057 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=ff3e3670-f4f9-4068-a2c4-94222f660951 2025-04-23 10:43:41,061 - INFO - Pod ctest-nginx-pod-98552944 with uuid ff3e3670-f4f9-4068-a2c4-94222f660951 found in kube manager 2025-04-23 10:43:41,062 - INFO - Pod ctest-nginx-pod-98552944 verification passed 2025-04-23 10:43:41,111 - DEBUG - [Pod ctest-nginx-pod-98552944] Cmd: echo ctest-nginx-pod-98552944 > /usr/share/nginx/html/index.html, Output: 2025-04-23 10:43:41,116 - DEBUG - Pod ctest-busybox-pod-36716041 not in running state.Currently in Pending 2025-04-23 10:43:46,121 - INFO - Pod ctest-busybox-pod-36716041 is in running state.Got IP 10.47.255.248 2025-04-23 10:43:46,135 - DEBUG - Pod ctest-busybox-pod-36716041 has vmi cf35d11a-202f-11f0-9436-fa163e1999d0 2025-04-23 10:43:46,136 - INFO - Verified pod ctest-busybox-pod-36716041 in contrail-api 2025-04-23 10:43:46,136 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:43:46,145 - DEBUG - VMI cf35d11a-202f-11f0-9436-fa163e1999d0 is active in agent 10.0.0.19 2025-04-23 10:43:46,145 - INFO - Verified Pod ctest-busybox-pod-36716041 in agent 10.0.0.19 2025-04-23 10:43:46,146 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:43:46,149 - INFO - Pod ctest-busybox-pod-36716041 with uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a found in kube manager 2025-04-23 10:43:46,149 - INFO - Pod ctest-busybox-pod-36716041 verification passed 2025-04-23 10:43:46,196 - DEBUG - [Pod ctest-busybox-pod-36716041] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-38659275 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-23 10:43:46,196 - DEBUG - [Pod Pod ctest-busybox-pod-36716041] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 10:43:46,196 - DEBUG - [Pod Pod ctest-busybox-pod-36716041] Cmd output: ctest-nginx-pod-38659275 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-23 10:43:46,244 - DEBUG - [Pod ctest-busybox-pod-36716041] 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-38659275 2025-04-23 10:43:46,244 - DEBUG - [Pod Pod ctest-busybox-pod-36716041] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 10:43:46,244 - DEBUG - [Pod Pod ctest-busybox-pod-36716041] 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-38659275 2025-04-23 10:43:46,297 - DEBUG - [Pod ctest-busybox-pod-36716041] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98552944 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-23 10:43:46,297 - DEBUG - [Pod Pod ctest-busybox-pod-36716041] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 10:43:46,297 - DEBUG - [Pod Pod ctest-busybox-pod-36716041] Cmd output: ctest-nginx-pod-98552944 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-23 10:43:46,297 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-38659275': 2, 'ctest-nginx-pod-98552944': 1} 2025-04-23 10:43:46,297 - WARNING - Nothing to delete parallely 2025-04-23 10:43:46,297 - INFO - Deleting pod default:ctest-busybox-pod-36716041 2025-04-23 10:43:46,307 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:43:46,313 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:43:51,314 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:43:51,320 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:43:56,320 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:43:56,327 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:01,329 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:44:01,337 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:06,337 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:44:06,343 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:11,344 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:44:11,351 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:16,352 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:44:16,359 - WARNING - Pod uuid 8c6b987c-7825-4354-8ce8-7f9b0045154a is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:21,361 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8c6b987c-7825-4354-8ce8-7f9b0045154a 2025-04-23 10:44:21,367 - DEBUG - Pod 8c6b987c-7825-4354-8ce8-7f9b0045154a is not in agent 10.0.0.19 VM list 2025-04-23 10:44:21,368 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cf35d11a-202f-11f0-9436-fa163e1999d0 2025-04-23 10:44:21,373 - DEBUG - VMI cf35d11a-202f-11f0-9436-fa163e1999d0 is removed from agent 10.0.0.19 2025-04-23 10:44:21,373 - INFO - Verified that pod ctest-busybox-pod-36716041 is removed in agent 2025-04-23 10:44:21,373 - INFO - Deleting Ingress : ctest-nginx-ingress-68198868 2025-04-23 10:44:21,378 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=ea06ef9a-9d3e-469c-9901-3a1750b011ce 2025-04-23 10:44:21,382 - ERROR - Ingress ctest-nginx-ingress-68198868 with uuid ea06ef9a-9d3e-469c-9901-3a1750b011ce still found in kube manager 2025-04-23 10:44:22,383 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=ea06ef9a-9d3e-469c-9901-3a1750b011ce 2025-04-23 10:44:22,388 - INFO - Ingress ctest-nginx-ingress-68198868 with uuid ea06ef9a-9d3e-469c-9901-3a1750b011ce deleted successfully from kube manager 2025-04-23 10:44:22,388 - INFO - Verifications on Ingress %s cleanup passed 2025-04-23 10:44:22,388 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-23 10:44:22,510 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-23 10:44:22,517 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-23 10:44:22,517 - INFO - Deleting VN __public__ 2025-04-23 10:44:22,658 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/505cfd22-5b2b-47ff-9a34-3e4e27801583 2025-04-23 10:44:22,664 - DEBUG - Response Code: 404 2025-04-23 10:44:22,664 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-23 10:44:22,669 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ffac0959-ccf9-4b25-ac16-d5e0b9d89598 2025-04-23 10:44:22,675 - DEBUG - Requesting: http://10.0.0.249:8082/project/12714b34-7666-4485-9228-215f501f318f 2025-04-23 10:44:22,731 - INFO - Validated that VN __public__ is not found in API Server 2025-04-23 10:44:22,731 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-23 10:44:22,738 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:44:22,749 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-04-23 10:44:22,749 - INFO - Validated that VN __public__ is not in any agent 2025-04-23 10:44:22,750 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:44:22,768 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 10:44:22,774 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 10:44:22,780 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-23 10:44:22,780 - INFO - Deleting pod default:ctest-nginx-pod-98552944 2025-04-23 10:44:22,819 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ff3e3670-f4f9-4068-a2c4-94222f660951 2025-04-23 10:44:22,831 - WARNING - Pod uuid ff3e3670-f4f9-4068-a2c4-94222f660951 is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:27,832 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ff3e3670-f4f9-4068-a2c4-94222f660951 2025-04-23 10:44:27,838 - DEBUG - Pod ff3e3670-f4f9-4068-a2c4-94222f660951 is not in agent 10.0.0.19 VM list 2025-04-23 10:44:27,838 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cae1ecd4-202f-11f0-9436-fa163e1999d0 2025-04-23 10:44:27,843 - DEBUG - VMI cae1ecd4-202f-11f0-9436-fa163e1999d0 is removed from agent 10.0.0.19 2025-04-23 10:44:27,843 - INFO - Verified that pod ctest-nginx-pod-98552944 is removed in agent 2025-04-23 10:44:27,843 - INFO - Deleting pod default:ctest-nginx-pod-38659275 2025-04-23 10:44:27,853 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=84de8dbb-c529-4468-b54a-54a1e207219d 2025-04-23 10:44:27,871 - WARNING - Pod uuid 84de8dbb-c529-4468-b54a-54a1e207219d is still seen in agent 10.0.0.19 VM list 2025-04-23 10:44:32,871 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=84de8dbb-c529-4468-b54a-54a1e207219d 2025-04-23 10:44:32,877 - DEBUG - Pod 84de8dbb-c529-4468-b54a-54a1e207219d is not in agent 10.0.0.19 VM list 2025-04-23 10:44:32,877 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca746830-202f-11f0-9436-fa163e1999d0 2025-04-23 10:44:32,882 - DEBUG - VMI ca746830-202f-11f0-9436-fa163e1999d0 is removed from agent 10.0.0.19 2025-04-23 10:44:32,882 - INFO - Verified that pod ctest-nginx-pod-38659275 is removed in agent 2025-04-23 10:44:32,883 - INFO - Deleting service : ctest-nginx-svc-54854200 2025-04-23 10:44:33,107 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 10:44:33,113 - DEBUG - No XMPP flaps were noticed during the test 2025-04-23 10:44:33,113 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07] 2025-04-23 10:44:33,113 - INFO - -------------------------------------------------------------------------------- 2025-04-23 10:44:39,479 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 10:44:39,599 - DEBUG - Output : cluster_project={} 2025-04-23 10:44:39,667 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-23 10:44:39,878 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-23 10:44:39,899 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 10:44:40,026 - DEBUG - Output : cluster_project={} 2025-04-23 10:44:55,106 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:44:55,138 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:44:55,214 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:44:55,250 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:44:55,327 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:44:55,358 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:45:00,453 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:45:00,527 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 10:45:00,768 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 10:45:03,292 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-04-23 10:45:03,299 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-23 10:45:03,325 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-23 10:45:05,352 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-23 10:48:05,419 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 10:48:05,450 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a529fbd9-d352-4a9f-9530-c6149d5eff89 2025-04-23 10:48:05,474 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:05,483 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:05,487 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:05,499 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=368030a3-4896-4652-9184-cabf6595bf84 2025-04-23 10:48:05,512 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:05,517 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=800f1fa5-b7d9-4043-a3eb-ff464c1ea599 2025-04-23 10:48:05,523 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9a81ae3b-2bd5-46a3-9c61-1675b3b3b509 2025-04-23 10:48:10,530 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a529fbd9-d352-4a9f-9530-c6149d5eff89 2025-04-23 10:48:10,536 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5db18ca-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:10,580 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=800f1fa5-b7d9-4043-a3eb-ff464c1ea599 2025-04-23 10:48:10,581 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9a81ae3b-2bd5-46a3-9c61-1675b3b3b509 2025-04-23 10:48:10,583 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:10,584 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=368030a3-4896-4652-9184-cabf6595bf84 2025-04-23 10:48:10,585 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:10,586 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:10,588 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:10,612 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f6f701b0-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:10,614 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f76cf7d0-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:10,615 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f647eec8-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:15,612 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:15,614 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:15,615 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:15,618 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:20,628 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:20,630 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:20,631 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:20,633 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:25,650 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:25,652 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:25,653 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:25,654 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:30,667 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:30,668 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:30,669 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:30,671 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:35,685 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:35,687 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:35,689 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:35,690 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:40,727 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=992ecda0-914c-4a67-aed8-b6723ff2be7b 2025-04-23 10:48:40,728 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1a551da1-76b4-4eab-9be8-1651c03ff307 2025-04-23 10:48:40,730 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1ac9aab4-0c80-4974-8090-7a58049663c6 2025-04-23 10:48:40,732 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=0ee59090-b48d-4681-af9a-d41fbd801720 2025-04-23 10:48:40,745 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f7ebac88-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:40,746 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f9475df2-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:40,749 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f8c42360-202f-11f0-9436-fa163e1999d0 2025-04-23 10:48:40,750 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f8556614-202f-11f0-9436-fa163e1999d0