2025-03-28 22:22:32,992 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-03-28 22:22:33,227 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1060-1 2025-03-28 22:22:33,227 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-03-28 22:22:33,260 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1060-1 2025-03-28 22:22:33,261 - 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-03-28 22:22:33,325 - DEBUG - Output : NAMES contrail_test_b34Z2JDk5 contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_schema_1 config_api_nodemgr_1 config_api_dnsmasq_1 2025-03-28 22:22:33,326 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-28 22:22:33,389 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-03-28 22:22:33,390 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-03-28 22:22:33,423 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1060-1 2025-03-28 22:22:33,507 - DEBUG - [10.0.0.24]: Running cmd : hostname 2025-03-28 22:22:33,747 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1060-1 2025-03-28 22:22:33,747 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2025-03-28 22:22:33,782 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1060-1 2025-03-28 22:22:33,783 - DEBUG - [10.0.0.24]: 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-03-28 22:22:33,869 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-28 22:22:33,870 - DEBUG - [10.0.0.24]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-28 22:22:33,904 - DEBUG - Output : 10.0.0.24/24 2025-03-28 22:22:33,904 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2025-03-28 22:22:33,938 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1060-1 2025-03-28 22:22:34,022 - INFO - Using existing project ['default-domain', 'k8s-default'](f7522d62-6bef-4fa6-9cf2-71384ceb3fe2) 2025-03-28 22:22:34,092 - INFO - Using existing project ['default-domain', 'k8s-default'](f7522d62-6bef-4fa6-9cf2-71384ceb3fe2) 2025-03-28 22:22:34,219 - INFO - ================================================================================ 2025-03-28 22:22:34,219 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-28 22:22:34,220 - 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-03-28 22:22:34,405 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-28 22:22:34,413 - DEBUG - Nothing to compare xmpp stats {'10.0.0.24': {'10.0.0.22': '0'}} with 2025-03-28 22:22:34,413 - INFO - Initial checks done. Running the testcase now 2025-03-28 22:22:34,413 - INFO - 2025-03-28 22:22:34,417 - INFO - Namespace default already exists 2025-03-28 22:22:34,417 - 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-03-28 22:22:34,527 - DEBUG - Output : cluster_project={} 2025-03-28 22:22:34,632 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-28 22:22:34,632 - DEBUG - Project uuid in Contrail is f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:22:34,633 - 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-03-28 22:22:34,738 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-28 22:22:34,738 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=5f1409ed-e073-4edb-a4a5-ceb1e3c27d31 2025-03-28 22:22:34,743 - INFO - Namespace default with uuid 5f1409ed-e073-4edb-a4a5-ceb1e3c27d31 found in kube manager 2025-03-28 22:22:34,743 - INFO - Namespace default verification passed 2025-03-28 22:22:34,745 - DEBUG - Service ctest-nginx-svc-26975572 not present 2025-03-28 22:22:34,746 - INFO - Creating service ctest-nginx-svc-26975572 2025-03-28 22:22:34,763 - INFO - Created Service ctest-nginx-svc-26975572 2025-03-28 22:22:34,767 - DEBUG - Pod ctest-nginx-pod-63007652 not present 2025-03-28 22:22:34,772 - INFO - Creating Pod ctest-nginx-pod-63007652 2025-03-28 22:22:34,820 - DEBUG - Pod : ctest-nginx-pod-63007652 UUID is f2992f10-c5ac-4cd7-9537-30dae726c81e 2025-03-28 22:22:34,826 - DEBUG - Pod ctest-nginx-pod-29509281 not present 2025-03-28 22:22:34,826 - INFO - Creating Pod ctest-nginx-pod-29509281 2025-03-28 22:22:34,853 - DEBUG - Pod : ctest-nginx-pod-29509281 UUID is 443ecfae-c6f9-4d05-a62f-f5650b7aa622 2025-03-28 22:22:35,120 - INFO - Created VN __public__, UUID :c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:35,272 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-03-28 22:22:35,294 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7a091d17-9be3-4100-ad60-0e5430d5c5fc 2025-03-28 22:22:35,342 - DEBUG - Requesting: http://10.0.0.22:8082/project/f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:22:35,399 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:35,413 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:35,423 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:35,429 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:35,447 - DEBUG - Route Targets: [] 2025-03-28 22:22:35,447 - DEBUG - RT names not yet present for VN __public__ 2025-03-28 22:22:40,448 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-03-28 22:22:40,457 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7a091d17-9be3-4100-ad60-0e5430d5c5fc 2025-03-28 22:22:40,476 - DEBUG - Requesting: http://10.0.0.22:8082/project/f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:22:40,553 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:40,568 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:40,587 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:40,600 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:40,616 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/816575a8-8043-4f13-8737-fdfc3827ac8b 2025-03-28 22:22:40,623 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-28 22:22:40,623 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:40,658 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:40,684 - INFO - Verified VN network id 13 for VN c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:40,684 - INFO - Verifications in API Server for VN __public__ passed 2025-03-28 22:22:40,684 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:40,704 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:40,716 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:22:40,728 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/816575a8-8043-4f13-8737-fdfc3827ac8b 2025-03-28 22:22:40,744 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-28 22:22:40,765 - 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': '14115972905120121207', 'uuid-lslong': '9598557499450501676'}, 'enable': 'true', 'created': '2025-03-28T22:22:35', 'last-modified': '2025-03-28T22:22:35', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.585080'} 2025-03-28 22:22:40,765 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:22:40,777 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-28 22:22:40,777 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-28 22:22:40,778 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-28 22:22:40,778 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-03-28 22:22:40,788 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7a091d17-9be3-4100-ad60-0e5430d5c5fc 2025-03-28 22:22:40,806 - DEBUG - Requesting: http://10.0.0.22:8082/project/f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:22:40,900 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:40,931 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-28 22:22:40,931 - DEBUG - Verifying the vn in opserver 2025-03-28 22:22:40,931 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-03-28 22:22:40,931 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-03-28 22:22:40,942 - 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-03-28 22:22:40,942 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-28 22:22:40,942 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:22:40,956 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:22:40,964 - DEBUG - Do not have enough data to verify VN in agent 2025-03-28 22:22:40,964 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:22:40,972 - DEBUG - VRF ids for VN __public__: {} 2025-03-28 22:22:41,121 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-28 22:22:41,258 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-03-28 22:22:41,265 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7a091d17-9be3-4100-ad60-0e5430d5c5fc 2025-03-28 22:22:41,277 - DEBUG - Requesting: http://10.0.0.22:8082/project/f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:22:41,334 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:41,366 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/a1946656-4d3e-438c-9b05-324536f6a5b9 2025-03-28 22:22:41,378 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-03-28 22:22:41,394 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7a091d17-9be3-4100-ad60-0e5430d5c5fc 2025-03-28 22:22:41,410 - DEBUG - Requesting: http://10.0.0.22:8082/project/f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:22:41,474 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c3e60291-4cb9-4177-8534-ed30bee8aa2c 2025-03-28 22:22:41,494 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-28 22:22:41,494 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-28 22:22:41,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-03-28 22:22:41,526 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-28 22:22:41,526 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-28 22:22:41,532 - DEBUG - Ingress ctest-nginx-ingress-87037100 not present 2025-03-28 22:22:41,533 - INFO - Creating Ingress ctest-nginx-ingress-87037100 2025-03-28 22:22:41,544 - INFO - Created Ingress ctest-nginx-ingress-87037100 2025-03-28 22:22:41,549 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-87037100 2025-03-28 22:22:44,571 - DEBUG - For Ingress ctest-nginx-ingress-87037100, Cluster IP: 10.47.255.249, External IPs ['207.35.30.252'] 2025-03-28 22:22:44,572 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-87037100 2025-03-28 22:22:44,572 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=e8cf3158-7e96-41d6-a3d3-6a20ec2b9944 2025-03-28 22:22:44,578 - INFO - Ingress ctest-nginx-ingress-87037100 with uuid e8cf3158-7e96-41d6-a3d3-6a20ec2b9944 found in kube manager 2025-03-28 22:22:44,578 - INFO - Ingress ctest-nginx-ingress-87037100 verification passed 2025-03-28 22:22:44,582 - DEBUG - Pod ctest-busybox-pod-43883002 not present 2025-03-28 22:22:44,582 - INFO - Creating Pod ctest-busybox-pod-43883002 2025-03-28 22:22:44,620 - DEBUG - Pod : ctest-busybox-pod-43883002 UUID is e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:22:44,632 - DEBUG - Pod ctest-nginx-pod-63007652 not in running state.Currently in Pending 2025-03-28 22:22:49,639 - DEBUG - Pod ctest-nginx-pod-63007652 not in running state.Currently in Pending 2025-03-28 22:22:54,645 - INFO - Pod ctest-nginx-pod-63007652 is in running state.Got IP 10.47.255.251 2025-03-28 22:22:54,704 - DEBUG - Pod ctest-nginx-pod-63007652 has vmi 26f4c3be-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:22:54,705 - INFO - Verified pod ctest-nginx-pod-63007652 in contrail-api 2025-03-28 22:22:54,705 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:22:54,725 - DEBUG - VMI 26f4c3be-0c23-11f0-ac62-fa163e221e23 is active in agent 10.0.0.24 2025-03-28 22:22:54,725 - INFO - Verified Pod ctest-nginx-pod-63007652 in agent 10.0.0.24 2025-03-28 22:22:54,725 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=f2992f10-c5ac-4cd7-9537-30dae726c81e 2025-03-28 22:22:54,730 - INFO - Pod ctest-nginx-pod-63007652 with uuid f2992f10-c5ac-4cd7-9537-30dae726c81e found in kube manager 2025-03-28 22:22:54,730 - INFO - Pod ctest-nginx-pod-63007652 verification passed 2025-03-28 22:22:54,800 - DEBUG - [Pod ctest-nginx-pod-63007652] Cmd: echo ctest-nginx-pod-63007652 > /usr/share/nginx/html/index.html, Output: 2025-03-28 22:22:54,805 - INFO - Pod ctest-nginx-pod-29509281 is in running state.Got IP 10.47.255.250 2025-03-28 22:22:54,818 - DEBUG - Pod ctest-nginx-pod-29509281 has vmi 27725bda-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:22:54,818 - INFO - Verified pod ctest-nginx-pod-29509281 in contrail-api 2025-03-28 22:22:54,818 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:22:54,830 - DEBUG - VMI 27725bda-0c23-11f0-ac62-fa163e221e23 is active in agent 10.0.0.24 2025-03-28 22:22:54,830 - INFO - Verified Pod ctest-nginx-pod-29509281 in agent 10.0.0.24 2025-03-28 22:22:54,830 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=443ecfae-c6f9-4d05-a62f-f5650b7aa622 2025-03-28 22:22:54,834 - INFO - Pod ctest-nginx-pod-29509281 with uuid 443ecfae-c6f9-4d05-a62f-f5650b7aa622 found in kube manager 2025-03-28 22:22:54,834 - INFO - Pod ctest-nginx-pod-29509281 verification passed 2025-03-28 22:22:54,899 - DEBUG - [Pod ctest-nginx-pod-29509281] Cmd: echo ctest-nginx-pod-29509281 > /usr/share/nginx/html/index.html, Output: 2025-03-28 22:22:54,904 - DEBUG - Pod ctest-busybox-pod-43883002 not in running state.Currently in Pending 2025-03-28 22:22:59,911 - INFO - Pod ctest-busybox-pod-43883002 is in running state.Got IP 10.47.255.248 2025-03-28 22:22:59,925 - DEBUG - Pod ctest-busybox-pod-43883002 has vmi 2c05425c-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:22:59,925 - INFO - Verified pod ctest-busybox-pod-43883002 in contrail-api 2025-03-28 22:22:59,925 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:22:59,941 - DEBUG - VMI 2c05425c-0c23-11f0-ac62-fa163e221e23 is active in agent 10.0.0.24 2025-03-28 22:22:59,941 - INFO - Verified Pod ctest-busybox-pod-43883002 in agent 10.0.0.24 2025-03-28 22:22:59,941 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:22:59,946 - INFO - Pod ctest-busybox-pod-43883002 with uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e found in kube manager 2025-03-28 22:22:59,946 - INFO - Pod ctest-busybox-pod-43883002 verification passed 2025-03-28 22:23:00,018 - DEBUG - [Pod ctest-busybox-pod-43883002] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-29509281 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-03-28 22:23:00,018 - DEBUG - [Pod Pod ctest-busybox-pod-43883002] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-28 22:23:00,018 - DEBUG - [Pod Pod ctest-busybox-pod-43883002] Cmd output: ctest-nginx-pod-29509281 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-03-28 22:23:00,084 - DEBUG - [Pod ctest-busybox-pod-43883002] 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-63007652 2025-03-28 22:23:00,084 - DEBUG - [Pod Pod ctest-busybox-pod-43883002] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-28 22:23:00,084 - DEBUG - [Pod Pod ctest-busybox-pod-43883002] 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-63007652 2025-03-28 22:23:00,085 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-63007652': 1, 'ctest-nginx-pod-29509281': 1} 2025-03-28 22:23:00,085 - WARNING - Nothing to delete parallely 2025-03-28 22:23:00,085 - INFO - Deleting pod default:ctest-busybox-pod-43883002 2025-03-28 22:23:00,096 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:00,104 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:05,105 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:05,113 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:10,114 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:10,124 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:15,125 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:15,136 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:20,137 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:20,151 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:25,152 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:25,165 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:30,166 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:30,175 - WARNING - Pod uuid e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:35,176 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e 2025-03-28 22:23:35,183 - DEBUG - Pod e2ec5c4a-9f8d-4ec8-bbd7-c963b6c5913e is not in agent 10.0.0.24 VM list 2025-03-28 22:23:35,183 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2c05425c-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:23:35,190 - DEBUG - VMI 2c05425c-0c23-11f0-ac62-fa163e221e23 is removed from agent 10.0.0.24 2025-03-28 22:23:35,190 - INFO - Verified that pod ctest-busybox-pod-43883002 is removed in agent 2025-03-28 22:23:35,191 - INFO - Deleting Ingress : ctest-nginx-ingress-87037100 2025-03-28 22:23:35,196 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=e8cf3158-7e96-41d6-a3d3-6a20ec2b9944 2025-03-28 22:23:35,201 - ERROR - Ingress ctest-nginx-ingress-87037100 with uuid e8cf3158-7e96-41d6-a3d3-6a20ec2b9944 still found in kube manager 2025-03-28 22:23:36,202 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=e8cf3158-7e96-41d6-a3d3-6a20ec2b9944 2025-03-28 22:23:36,207 - INFO - Ingress ctest-nginx-ingress-87037100 with uuid e8cf3158-7e96-41d6-a3d3-6a20ec2b9944 deleted successfully from kube manager 2025-03-28 22:23:36,207 - INFO - Verifications on Ingress %s cleanup passed 2025-03-28 22:23:36,207 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-28 22:23:36,433 - 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-03-28 22:23:36,445 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-28 22:23:36,445 - INFO - Deleting VN __public__ 2025-03-28 22:23:36,649 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/42fb5716-308a-48af-9f6f-7a65551355ee 2025-03-28 22:23:36,654 - DEBUG - Response Code: 404 2025-03-28 22:23:36,654 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-03-28 22:23:36,659 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7a091d17-9be3-4100-ad60-0e5430d5c5fc 2025-03-28 22:23:36,668 - DEBUG - Requesting: http://10.0.0.22:8082/project/f7522d62-6bef-4fa6-9cf2-71384ceb3fe2 2025-03-28 22:23:36,731 - INFO - Validated that VN __public__ is not found in API Server 2025-03-28 22:23:36,732 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-28 22:23:36,746 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:23:36,759 - DEBUG - VN __public__ is not present in Agent 10.0.0.24 2025-03-28 22:23:36,759 - INFO - Validated that VN __public__ is not in any agent 2025-03-28 22:23:36,759 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:23:36,771 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-28 22:23:36,777 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-28 22:23:36,782 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-28 22:23:36,783 - INFO - Deleting pod default:ctest-nginx-pod-29509281 2025-03-28 22:23:36,796 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=443ecfae-c6f9-4d05-a62f-f5650b7aa622 2025-03-28 22:23:36,812 - WARNING - Pod uuid 443ecfae-c6f9-4d05-a62f-f5650b7aa622 is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:41,813 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=443ecfae-c6f9-4d05-a62f-f5650b7aa622 2025-03-28 22:23:41,822 - DEBUG - Pod 443ecfae-c6f9-4d05-a62f-f5650b7aa622 is not in agent 10.0.0.24 VM list 2025-03-28 22:23:41,823 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27725bda-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:23:41,829 - DEBUG - VMI 27725bda-0c23-11f0-ac62-fa163e221e23 is removed from agent 10.0.0.24 2025-03-28 22:23:41,829 - INFO - Verified that pod ctest-nginx-pod-29509281 is removed in agent 2025-03-28 22:23:41,829 - INFO - Deleting pod default:ctest-nginx-pod-63007652 2025-03-28 22:23:41,840 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f2992f10-c5ac-4cd7-9537-30dae726c81e 2025-03-28 22:23:41,851 - WARNING - Pod uuid f2992f10-c5ac-4cd7-9537-30dae726c81e is still seen in agent 10.0.0.24 VM list 2025-03-28 22:23:46,852 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f2992f10-c5ac-4cd7-9537-30dae726c81e 2025-03-28 22:23:46,860 - DEBUG - Pod f2992f10-c5ac-4cd7-9537-30dae726c81e is not in agent 10.0.0.24 VM list 2025-03-28 22:23:46,860 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:26f4c3be-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:23:46,866 - DEBUG - VMI 26f4c3be-0c23-11f0-ac62-fa163e221e23 is removed from agent 10.0.0.24 2025-03-28 22:23:46,866 - INFO - Verified that pod ctest-nginx-pod-63007652 is removed in agent 2025-03-28 22:23:46,867 - INFO - Deleting service : ctest-nginx-svc-26975572 2025-03-28 22:23:47,034 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-28 22:23:47,042 - DEBUG - No XMPP flaps were noticed during the test
2025-03-28 22:23:47,042 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-03-28 22:23:47,042 - INFO - -------------------------------------------------------------------------------- 2025-03-28 22:23:53,423 - 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-03-28 22:23:53,567 - DEBUG - Output : cluster_project={} 2025-03-28 22:23:53,610 - 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-03-28 22:23:53,739 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-28 22:23:53,744 - 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-03-28 22:23:53,876 - DEBUG - Output : cluster_project={} 2025-03-28 22:24:09,020 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:09,109 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:09,155 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:14,249 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:14,284 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:14,365 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:14,449 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:14,489 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-28 22:24:14,729 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-28 22:24:17,435 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_ApplicationPolicySetReq? 2025-03-28 22:24:17,443 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2025-03-28 22:24:17,472 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2025-03-28 22:24:19,503 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2025-03-28 22:27:29,139 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-28 22:27:29,207 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=64b25dab-872b-4dab-9b60-554bcb1e7402 2025-03-28 22:27:29,229 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:29,243 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:29,248 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bd417630-b197-4e07-9e35-7a8127a2610f 2025-03-28 22:27:29,257 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7ba28042-ca7d-4833-ae19-b7891762cd22 2025-03-28 22:27:29,260 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=091059e8-53d3-4a47-b2b7-7d1c27276a92 2025-03-28 22:27:29,264 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:27:29,267 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:34,273 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=64b25dab-872b-4dab-9b60-554bcb1e7402 2025-03-28 22:27:34,281 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:55b6e4ca-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:27:34,347 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:34,350 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:34,351 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:34,353 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=091059e8-53d3-4a47-b2b7-7d1c27276a92 2025-03-28 22:27:34,354 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7ba28042-ca7d-4833-ae19-b7891762cd22 2025-03-28 22:27:34,355 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:27:34,357 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bd417630-b197-4e07-9e35-7a8127a2610f 2025-03-28 22:27:34,380 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:56e35720-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:27:34,381 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:563a600c-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:27:34,383 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57650b4e-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:27:39,361 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:39,378 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:39,382 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:39,383 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:27:44,373 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:44,387 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:44,396 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:27:44,397 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:49,388 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:49,395 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:49,408 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:27:49,410 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:54,405 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:54,407 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:54,420 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:27:54,422 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:59,418 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:27:59,420 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:27:59,430 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:27:59,432 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:28:04,491 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9647793b-be0e-48e6-ac5d-418bd8b17050 2025-03-28 22:28:04,492 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7632dfa5-7f71-4193-a4ce-48105d9f9d36 2025-03-28 22:28:04,493 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=f7a0187a-2ad5-4b38-8ba2-2685740e1510 2025-03-28 22:28:04,495 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=59972a4f-446c-4b82-bdf2-f379df51b269 2025-03-28 22:28:04,510 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5863d0d4-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:28:04,514 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:58dd0404-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:28:04,515 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:595913aa-0c23-11f0-ac62-fa163e221e23 2025-03-28 22:28:04,516 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57ed7a1a-0c23-11f0-ac62-fa163e221e23