2025-03-21 10:16:04,940 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-03-21 10:16:05,184 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1042-1 2025-03-21 10:16:05,184 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-03-21 10:16:05,219 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1042-1 2025-03-21 10:16:05,219 - DEBUG - [10.0.0.41]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-21 10:16:05,305 - DEBUG - Output : NAMES contrail_test_9uFQAAZVy contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_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_nodemgr_1 analytics_collector_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 config_api_dnsmasq_1 2025-03-21 10:16:05,308 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-21 10:16:05,380 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2025-03-21 10:16:05,380 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-03-21 10:16:05,414 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1042-1 2025-03-21 10:16:05,513 - DEBUG - [10.0.0.28]: Running cmd : hostname 2025-03-21 10:16:05,731 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1042-1 2025-03-21 10:16:05,731 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2025-03-21 10:16:05,756 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1042-1 2025-03-21 10:16:05,756 - DEBUG - [10.0.0.28]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-21 10:16:05,800 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-21 10:16:05,801 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-21 10:16:05,862 - DEBUG - Output : 10.0.0.28/24 2025-03-21 10:16:05,863 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2025-03-21 10:16:05,890 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1042-1 2025-03-21 10:16:05,987 - INFO - Using existing project ['default-domain', 'k8s-default'](3c575bf9-5556-490a-b145-67cc2e12cd34) 2025-03-21 10:16:06,095 - INFO - Using existing project ['default-domain', 'k8s-default'](3c575bf9-5556-490a-b145-67cc2e12cd34) 2025-03-21 10:16:06,232 - INFO - ================================================================================ 2025-03-21 10:16:06,233 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-21 10:16:06,233 - 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-21 10:16:06,431 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-21 10:16:06,439 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.41': '0'}} with 2025-03-21 10:16:06,440 - INFO - Initial checks done. Running the testcase now 2025-03-21 10:16:06,440 - INFO - 2025-03-21 10:16:06,444 - INFO - Namespace default already exists 2025-03-21 10:16:06,445 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-21 10:16:06,574 - DEBUG - Output : cluster_project={} 2025-03-21 10:16:06,632 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-21 10:16:06,632 - DEBUG - Project uuid in Contrail is 3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:16:06,632 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-21 10:16:06,760 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-21 10:16:06,760 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=5255f754-8574-4a5f-acfd-47ba532a3648 2025-03-21 10:16:06,765 - INFO - Namespace default with uuid 5255f754-8574-4a5f-acfd-47ba532a3648 found in kube manager 2025-03-21 10:16:06,765 - INFO - Namespace default verification passed 2025-03-21 10:16:06,768 - DEBUG - Service ctest-nginx-svc-64706643 not present 2025-03-21 10:16:06,768 - INFO - Creating service ctest-nginx-svc-64706643 2025-03-21 10:16:06,794 - INFO - Created Service ctest-nginx-svc-64706643 2025-03-21 10:16:06,799 - DEBUG - Pod ctest-nginx-pod-36856956 not present 2025-03-21 10:16:06,799 - INFO - Creating Pod ctest-nginx-pod-36856956 2025-03-21 10:16:06,845 - DEBUG - Pod : ctest-nginx-pod-36856956 UUID is d07a6558-69d9-4fcf-92f9-446931cd24dc 2025-03-21 10:16:06,859 - DEBUG - Pod ctest-nginx-pod-00100076 not present 2025-03-21 10:16:06,879 - INFO - Creating Pod ctest-nginx-pod-00100076 2025-03-21 10:16:06,914 - DEBUG - Pod : ctest-nginx-pod-00100076 UUID is 79b45ceb-d600-437c-b0e0-b250cf91b3dc 2025-03-21 10:16:07,109 - INFO - Created VN __public__, UUID :00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:07,376 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-21 10:16:07,382 - DEBUG - Requesting: http://10.0.0.41:8082/domain/cefe1c1a-65c0-433a-a0a1-05f40e658134 2025-03-21 10:16:07,432 - DEBUG - Requesting: http://10.0.0.41:8082/project/3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:16:07,503 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:07,522 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:07,574 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:07,604 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:07,624 - DEBUG - Route Targets: [] 2025-03-21 10:16:07,625 - DEBUG - RT names not yet present for VN __public__ 2025-03-21 10:16:12,626 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-21 10:16:12,632 - DEBUG - Requesting: http://10.0.0.41:8082/domain/cefe1c1a-65c0-433a-a0a1-05f40e658134 2025-03-21 10:16:12,640 - DEBUG - Requesting: http://10.0.0.41:8082/project/3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:16:12,688 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:12,698 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:12,709 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:12,717 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:12,724 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/de06335a-4eee-4b4e-b77e-73f888be027b 2025-03-21 10:16:12,731 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-21 10:16:12,731 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:12,740 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:12,753 - INFO - Verified VN network id 13 for VN 00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:12,753 - INFO - Verifications in API Server for VN __public__ passed 2025-03-21 10:16:12,754 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:12,765 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:12,774 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:16:12,781 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/de06335a-4eee-4b4e-b77e-73f888be027b 2025-03-21 10:16:12,789 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-21 10:16:12,797 - DEBUG - Control-node 10.0.0.41 : 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': '65011711866784905', 'uuid-lslong': '11099681666326360617'}, 'enable': 'true', 'created': '2025-03-21T10:16:07', 'last-modified': '2025-03-21T10:16:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.483154'} 2025-03-21 10:16:12,797 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:16:12,806 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-21 10:16:12,806 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-21 10:16:12,807 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-21 10:16:12,807 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-21 10:16:12,813 - DEBUG - Requesting: http://10.0.0.41:8082/domain/cefe1c1a-65c0-433a-a0a1-05f40e658134 2025-03-21 10:16:12,823 - DEBUG - Requesting: http://10.0.0.41:8082/project/3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:16:12,894 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:12,905 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-21 10:16:12,905 - DEBUG - Verifying the vn in opserver 2025-03-21 10:16:12,905 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-03-21 10:16:12,905 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-03-21 10:16:12,909 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-21 10:16:12,909 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-21 10:16:12,909 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:16:12,917 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:16:12,923 - DEBUG - Do not have enough data to verify VN in agent 2025-03-21 10:16:12,924 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:16:12,930 - DEBUG - VRF ids for VN __public__: {} 2025-03-21 10:16:13,021 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-21 10:16:13,132 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-21 10:16:13,144 - DEBUG - Requesting: http://10.0.0.41:8082/domain/cefe1c1a-65c0-433a-a0a1-05f40e658134 2025-03-21 10:16:13,157 - DEBUG - Requesting: http://10.0.0.41:8082/project/3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:16:13,216 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:13,231 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/3b3143cb-8162-4e1d-b25b-293e8534909b 2025-03-21 10:16:13,238 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-21 10:16:13,244 - DEBUG - Requesting: http://10.0.0.41:8082/domain/cefe1c1a-65c0-433a-a0a1-05f40e658134 2025-03-21 10:16:13,254 - DEBUG - Requesting: http://10.0.0.41:8082/project/3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:16:13,299 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/00e6f7ce-b80f-4c89-9a09-fdaab94c7229 2025-03-21 10:16:13,311 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-21 10:16:13,311 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-21 10:16:13,329 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-21 10:16:13,335 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-21 10:16:13,335 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-21 10:16:13,338 - DEBUG - Ingress ctest-nginx-ingress-72923477 not present 2025-03-21 10:16:13,338 - INFO - Creating Ingress ctest-nginx-ingress-72923477 2025-03-21 10:16:13,347 - INFO - Created Ingress ctest-nginx-ingress-72923477 2025-03-21 10:16:13,351 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72923477 2025-03-21 10:16:16,358 - DEBUG - For Ingress ctest-nginx-ingress-72923477, Cluster IP: 10.47.255.249, External IPs ['177.254.10.124'] 2025-03-21 10:16:16,358 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-72923477 2025-03-21 10:16:16,358 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=6cc2b3ae-a059-4932-9467-d9813741a183 2025-03-21 10:16:16,373 - INFO - Ingress ctest-nginx-ingress-72923477 with uuid 6cc2b3ae-a059-4932-9467-d9813741a183 found in kube manager 2025-03-21 10:16:16,373 - INFO - Ingress ctest-nginx-ingress-72923477 verification passed 2025-03-21 10:16:16,376 - DEBUG - Pod ctest-busybox-pod-60837505 not present 2025-03-21 10:16:16,376 - INFO - Creating Pod ctest-busybox-pod-60837505 2025-03-21 10:16:16,424 - DEBUG - Pod : ctest-busybox-pod-60837505 UUID is a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:16,437 - DEBUG - Pod ctest-nginx-pod-36856956 not in running state.Currently in Pending 2025-03-21 10:16:21,445 - DEBUG - Pod ctest-nginx-pod-36856956 not in running state.Currently in Pending 2025-03-21 10:16:26,452 - INFO - Pod ctest-nginx-pod-36856956 is in running state.Got IP 10.47.255.251 2025-03-21 10:16:26,515 - DEBUG - Pod ctest-nginx-pod-36856956 has vmi 81cecf28-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:16:26,515 - INFO - Verified pod ctest-nginx-pod-36856956 in contrail-api 2025-03-21 10:16:26,515 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:16:26,530 - DEBUG - VMI 81cecf28-063d-11f0-97f2-fa163e485f3c is active in agent 10.0.0.28 2025-03-21 10:16:26,530 - INFO - Verified Pod ctest-nginx-pod-36856956 in agent 10.0.0.28 2025-03-21 10:16:26,530 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=d07a6558-69d9-4fcf-92f9-446931cd24dc 2025-03-21 10:16:26,538 - INFO - Pod ctest-nginx-pod-36856956 with uuid d07a6558-69d9-4fcf-92f9-446931cd24dc found in kube manager 2025-03-21 10:16:26,538 - INFO - Pod ctest-nginx-pod-36856956 verification passed 2025-03-21 10:16:26,608 - DEBUG - [Pod ctest-nginx-pod-36856956] Cmd: echo ctest-nginx-pod-36856956 > /usr/share/nginx/html/index.html, Output: 2025-03-21 10:16:26,617 - INFO - Pod ctest-nginx-pod-00100076 is in running state.Got IP 10.47.255.250 2025-03-21 10:16:26,636 - DEBUG - Pod ctest-nginx-pod-00100076 has vmi 82506858-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:16:26,636 - INFO - Verified pod ctest-nginx-pod-00100076 in contrail-api 2025-03-21 10:16:26,636 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:16:26,647 - DEBUG - VMI 82506858-063d-11f0-97f2-fa163e485f3c is active in agent 10.0.0.28 2025-03-21 10:16:26,648 - INFO - Verified Pod ctest-nginx-pod-00100076 in agent 10.0.0.28 2025-03-21 10:16:26,648 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=79b45ceb-d600-437c-b0e0-b250cf91b3dc 2025-03-21 10:16:26,652 - INFO - Pod ctest-nginx-pod-00100076 with uuid 79b45ceb-d600-437c-b0e0-b250cf91b3dc found in kube manager 2025-03-21 10:16:26,653 - INFO - Pod ctest-nginx-pod-00100076 verification passed 2025-03-21 10:16:26,720 - DEBUG - [Pod ctest-nginx-pod-00100076] Cmd: echo ctest-nginx-pod-00100076 > /usr/share/nginx/html/index.html, Output: 2025-03-21 10:16:26,727 - DEBUG - Pod ctest-busybox-pod-60837505 not in running state.Currently in Pending 2025-03-21 10:16:31,734 - INFO - Pod ctest-busybox-pod-60837505 is in running state.Got IP 10.47.255.248 2025-03-21 10:16:31,749 - DEBUG - Pod ctest-busybox-pod-60837505 has vmi 866e3f50-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:16:31,749 - INFO - Verified pod ctest-busybox-pod-60837505 in contrail-api 2025-03-21 10:16:31,749 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:16:31,760 - DEBUG - VMI 866e3f50-063d-11f0-97f2-fa163e485f3c is active in agent 10.0.0.28 2025-03-21 10:16:31,761 - INFO - Verified Pod ctest-busybox-pod-60837505 in agent 10.0.0.28 2025-03-21 10:16:31,761 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:31,765 - INFO - Pod ctest-busybox-pod-60837505 with uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 found in kube manager 2025-03-21 10:16:31,766 - INFO - Pod ctest-busybox-pod-60837505 verification passed 2025-03-21 10:16:31,818 - DEBUG - [Pod ctest-busybox-pod-60837505] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36856956 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-21 10:16:31,818 - DEBUG - [Pod Pod ctest-busybox-pod-60837505] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-21 10:16:31,818 - DEBUG - [Pod Pod ctest-busybox-pod-60837505] Cmd output: ctest-nginx-pod-36856956 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-21 10:16:31,879 - DEBUG - [Pod ctest-busybox-pod-60837505] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-00100076 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-21 10:16:31,879 - DEBUG - [Pod Pod ctest-busybox-pod-60837505] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-21 10:16:31,880 - DEBUG - [Pod Pod ctest-busybox-pod-60837505] Cmd output: ctest-nginx-pod-00100076 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-21 10:16:31,880 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-36856956': 1, 'ctest-nginx-pod-00100076': 1} 2025-03-21 10:16:31,880 - WARNING - Nothing to delete parallely 2025-03-21 10:16:31,880 - INFO - Deleting pod default:ctest-busybox-pod-60837505 2025-03-21 10:16:31,895 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:31,902 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:16:36,903 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:36,914 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:16:41,916 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:41,923 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:16:46,924 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:46,932 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:16:51,933 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:51,942 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:16:56,943 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:16:56,950 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:17:01,950 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:17:01,957 - WARNING - Pod uuid a1b5c3ab-b36c-4385-b08d-5c52dc754913 is still seen in agent 10.0.0.28 VM list 2025-03-21 10:17:06,958 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a1b5c3ab-b36c-4385-b08d-5c52dc754913 2025-03-21 10:17:06,967 - DEBUG - Pod a1b5c3ab-b36c-4385-b08d-5c52dc754913 is not in agent 10.0.0.28 VM list 2025-03-21 10:17:06,967 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:866e3f50-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:17:06,972 - DEBUG - VMI 866e3f50-063d-11f0-97f2-fa163e485f3c is removed from agent 10.0.0.28 2025-03-21 10:17:06,973 - INFO - Verified that pod ctest-busybox-pod-60837505 is removed in agent 2025-03-21 10:17:06,973 - INFO - Deleting Ingress : ctest-nginx-ingress-72923477 2025-03-21 10:17:06,985 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=6cc2b3ae-a059-4932-9467-d9813741a183 2025-03-21 10:17:06,990 - ERROR - Ingress ctest-nginx-ingress-72923477 with uuid 6cc2b3ae-a059-4932-9467-d9813741a183 still found in kube manager 2025-03-21 10:17:07,991 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=6cc2b3ae-a059-4932-9467-d9813741a183 2025-03-21 10:17:07,995 - INFO - Ingress ctest-nginx-ingress-72923477 with uuid 6cc2b3ae-a059-4932-9467-d9813741a183 deleted successfully from kube manager 2025-03-21 10:17:07,995 - INFO - Verifications on Ingress %s cleanup passed 2025-03-21 10:17:07,995 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-21 10:17:08,142 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-21 10:17:08,149 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-21 10:17:08,149 - INFO - Deleting VN __public__ 2025-03-21 10:17:08,401 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/c7c4bb32-0e33-4681-aa98-89afb0532ef4 2025-03-21 10:17:08,438 - DEBUG - Response Code: 404 2025-03-21 10:17:08,438 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-21 10:17:08,451 - DEBUG - Requesting: http://10.0.0.41:8082/domain/cefe1c1a-65c0-433a-a0a1-05f40e658134 2025-03-21 10:17:08,466 - DEBUG - Requesting: http://10.0.0.41:8082/project/3c575bf9-5556-490a-b145-67cc2e12cd34 2025-03-21 10:17:08,552 - INFO - Validated that VN __public__ is not found in API Server 2025-03-21 10:17:08,552 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-21 10:17:08,573 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:17:08,611 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2025-03-21 10:17:08,611 - INFO - Validated that VN __public__ is not in any agent 2025-03-21 10:17:08,611 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:17:08,629 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-21 10:17:08,654 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-21 10:17:08,669 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-21 10:17:08,669 - INFO - Deleting pod default:ctest-nginx-pod-00100076 2025-03-21 10:17:08,713 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=79b45ceb-d600-437c-b0e0-b250cf91b3dc 2025-03-21 10:17:08,732 - WARNING - Pod uuid 79b45ceb-d600-437c-b0e0-b250cf91b3dc is still seen in agent 10.0.0.28 VM list 2025-03-21 10:17:13,732 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=79b45ceb-d600-437c-b0e0-b250cf91b3dc 2025-03-21 10:17:13,739 - DEBUG - Pod 79b45ceb-d600-437c-b0e0-b250cf91b3dc is not in agent 10.0.0.28 VM list 2025-03-21 10:17:13,740 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:82506858-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:17:13,745 - DEBUG - VMI 82506858-063d-11f0-97f2-fa163e485f3c is removed from agent 10.0.0.28 2025-03-21 10:17:13,746 - INFO - Verified that pod ctest-nginx-pod-00100076 is removed in agent 2025-03-21 10:17:13,746 - INFO - Deleting pod default:ctest-nginx-pod-36856956 2025-03-21 10:17:13,773 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=d07a6558-69d9-4fcf-92f9-446931cd24dc 2025-03-21 10:17:13,786 - WARNING - Pod uuid d07a6558-69d9-4fcf-92f9-446931cd24dc is still seen in agent 10.0.0.28 VM list 2025-03-21 10:17:18,787 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=d07a6558-69d9-4fcf-92f9-446931cd24dc 2025-03-21 10:17:18,794 - DEBUG - Pod d07a6558-69d9-4fcf-92f9-446931cd24dc is not in agent 10.0.0.28 VM list 2025-03-21 10:17:18,794 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:81cecf28-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:17:18,801 - DEBUG - VMI 81cecf28-063d-11f0-97f2-fa163e485f3c is removed from agent 10.0.0.28 2025-03-21 10:17:18,801 - INFO - Verified that pod ctest-nginx-pod-36856956 is removed in agent 2025-03-21 10:17:18,801 - INFO - Deleting service : ctest-nginx-svc-64706643 2025-03-21 10:17:18,966 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-21 10:17:18,977 - DEBUG - No XMPP flaps were noticed during the test 2025-03-21 10:17:18,977 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-03-21 10:17:18,978 - INFO - -------------------------------------------------------------------------------- 2025-03-21 10:17:25,376 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-21 10:17:25,496 - DEBUG - Output : cluster_project={} 2025-03-21 10:17:25,591 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-21 10:17:25,761 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-21 10:17:25,766 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-21 10:17:25,924 - DEBUG - Output : cluster_project={} 2025-03-21 10:17:36,011 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:36,096 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:41,148 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:41,243 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:41,286 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:46,383 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:46,490 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:46,571 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-21 10:17:46,801 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-21 10:17:49,472 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_ApplicationPolicySetReq? 2025-03-21 10:17:49,480 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-03-21 10:17:49,516 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-03-21 10:17:51,548 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-03-21 10:20:51,934 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-21 10:20:51,986 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6219fa22-e46d-479d-a4f9-3246dfba0533 2025-03-21 10:20:52,019 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:20:52,027 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=47efb6aa-1d34-40df-b518-d1fbab8e5562 2025-03-21 10:20:52,035 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:20:52,041 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=2e9a81ed-343b-422d-a9d7-5e00fe55f358 2025-03-21 10:20:52,048 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3093e8e0-c1e8-4d3e-88f6-9806abd48389 2025-03-21 10:20:52,057 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:20:52,062 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:20:56,996 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6219fa22-e46d-479d-a4f9-3246dfba0533 2025-03-21 10:20:57,004 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0525fb8-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:20:57,094 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=2e9a81ed-343b-422d-a9d7-5e00fe55f358 2025-03-21 10:20:57,096 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3093e8e0-c1e8-4d3e-88f6-9806abd48389 2025-03-21 10:20:57,098 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:20:57,099 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:20:57,100 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:20:57,101 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=47efb6aa-1d34-40df-b518-d1fbab8e5562 2025-03-21 10:20:57,107 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:20:57,111 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b206b30e-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:20:57,135 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b17fe734-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:20:57,136 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0d83746-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:21:02,131 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:21:02,134 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:21:02,136 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:21:02,137 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:21:07,141 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:21:07,152 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:21:07,154 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:21:07,156 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:21:12,148 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:21:12,168 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:21:12,169 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:21:12,171 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:21:17,157 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:21:17,186 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:21:17,188 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:21:17,190 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:21:22,165 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:21:22,202 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:21:22,203 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:21:22,204 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:21:27,177 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=de90b447-f06d-438f-b260-0e87c4b0f502 2025-03-21 10:21:27,185 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b30c71ee-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:21:27,222 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c964f10e-074c-4706-992c-c887a5d6f29f 2025-03-21 10:21:27,229 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b3884f76-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:21:27,231 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f7487316-59f0-4df6-901e-43929b191328 2025-03-21 10:21:27,233 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a921bb8b-ee8e-411c-bc4f-f71015a46e13 2025-03-21 10:21:27,240 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b2934e90-063d-11f0-97f2-fa163e485f3c 2025-03-21 10:21:27,242 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b3fe21ec-063d-11f0-97f2-fa163e485f3c