2025-03-29 10:38:26,075 - DEBUG - [10.0.0.52]: Running cmd : hostname 2025-03-29 10:38:26,385 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1064-1 2025-03-29 10:38:26,386 - DEBUG - [10.0.0.52]: Running cmd : hostname -f 2025-03-29 10:38:26,422 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1064-1 2025-03-29 10:38:26,422 - DEBUG - [10.0.0.52]: 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-29 10:38:26,586 - DEBUG - Output : NAMES contrail_test_LCt4KdJOp contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_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_api_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_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-29 10:38:26,587 - DEBUG - [10.0.0.52]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-29 10:38:26,669 - DEBUG - Output : 10.0.0.52/24 172.17.0.1/16 2025-03-29 10:38:26,670 - DEBUG - [10.0.0.52]: Running cmd : getent hosts 10.0.0.52 | head -n 1 | awk '{print $2}' 2025-03-29 10:38:26,726 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1064-1 2025-03-29 10:38:26,815 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-03-29 10:38:27,041 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1064-1 2025-03-29 10:38:27,041 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-03-29 10:38:27,067 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1064-1 2025-03-29 10:38:27,067 - 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-29 10:38:27,157 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-29 10:38:27,157 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-29 10:38:27,191 - DEBUG - Output : 10.0.0.22/24 2025-03-29 10:38:27,192 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-03-29 10:38:27,262 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1064-1 2025-03-29 10:38:27,370 - INFO - Using existing project ['default-domain', 'k8s-default'](38cb9ed1-7870-4950-b352-c68df4391919) 2025-03-29 10:38:27,529 - INFO - Using existing project ['default-domain', 'k8s-default'](38cb9ed1-7870-4950-b352-c68df4391919) 2025-03-29 10:38:27,685 - INFO - ================================================================================ 2025-03-29 10:38:27,686 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-29 10:38:27,687 - 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-29 10:38:27,948 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 10:38:27,957 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.52': '0'}} with 2025-03-29 10:38:27,957 - INFO - Initial checks done. Running the testcase now 2025-03-29 10:38:27,957 - INFO - 2025-03-29 10:38:27,962 - INFO - Namespace default already exists 2025-03-29 10:38:27,963 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-29 10:38:28,154 - DEBUG - Output : cluster_project={} 2025-03-29 10:38:28,223 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-29 10:38:28,223 - DEBUG - Project uuid in Contrail is 38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:38:28,223 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-29 10:38:28,402 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-29 10:38:28,402 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_NamespaceDatabaseList?namespace_uuid=ece3589f-7fda-491d-a70d-5edeac7a421f 2025-03-29 10:38:28,407 - INFO - Namespace default with uuid ece3589f-7fda-491d-a70d-5edeac7a421f found in kube manager 2025-03-29 10:38:28,407 - INFO - Namespace default verification passed 2025-03-29 10:38:28,410 - DEBUG - Service ctest-nginx-svc-58199363 not present 2025-03-29 10:38:28,410 - INFO - Creating service ctest-nginx-svc-58199363 2025-03-29 10:38:28,438 - INFO - Created Service ctest-nginx-svc-58199363 2025-03-29 10:38:28,444 - DEBUG - Pod ctest-nginx-pod-22426044 not present 2025-03-29 10:38:28,444 - INFO - Creating Pod ctest-nginx-pod-22426044 2025-03-29 10:38:28,495 - DEBUG - Pod : ctest-nginx-pod-22426044 UUID is 15c0b741-48b9-4e72-8d23-d34123de52c3 2025-03-29 10:38:28,498 - DEBUG - Pod ctest-nginx-pod-83870677 not present 2025-03-29 10:38:28,499 - INFO - Creating Pod ctest-nginx-pod-83870677 2025-03-29 10:38:28,531 - DEBUG - Pod : ctest-nginx-pod-83870677 UUID is 0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 2025-03-29 10:38:28,840 - INFO - Created VN __public__, UUID :a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:29,203 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2025-03-29 10:38:29,212 - DEBUG - Requesting: http://10.0.0.52:8082/domain/f25d777d-e3e8-4633-919b-0cc19a346499 2025-03-29 10:38:29,250 - DEBUG - Requesting: http://10.0.0.52:8082/project/38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:38:29,352 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:29,395 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:29,417 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:29,438 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:29,478 - DEBUG - Route Targets: [] 2025-03-29 10:38:29,478 - DEBUG - RT names not yet present for VN __public__ 2025-03-29 10:38:34,479 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2025-03-29 10:38:34,485 - DEBUG - Requesting: http://10.0.0.52:8082/domain/f25d777d-e3e8-4633-919b-0cc19a346499 2025-03-29 10:38:34,494 - DEBUG - Requesting: http://10.0.0.52:8082/project/38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:38:34,543 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:34,554 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:34,565 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:34,582 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:34,590 - DEBUG - Requesting: http://10.0.0.52:8082/route-target/33136174-c05d-4d0b-92be-9ac81b9f65b5 2025-03-29 10:38:34,597 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-29 10:38:34,597 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:34,607 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:34,623 - INFO - Verified VN network id 13 for VN a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:34,623 - INFO - Verifications in API Server for VN __public__ passed 2025-03-29 10:38:34,623 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:34,634 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:34,641 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:38:34,648 - DEBUG - Requesting: http://10.0.0.52:8082/route-target/33136174-c05d-4d0b-92be-9ac81b9f65b5 2025-03-29 10:38:34,656 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-29 10:38:34,662 - DEBUG - Control-node 10.0.0.52 : 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': '12026738037463008810', 'uuid-lslong': '10256793228640375971'}, 'enable': 'true', 'created': '2025-03-29T10:38:28', 'last-modified': '2025-03-29T10:38:29', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.567144'} 2025-03-29 10:38:34,663 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:38:34,672 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-29 10:38:34,672 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-29 10:38:34,672 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-29 10:38:34,673 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2025-03-29 10:38:34,679 - DEBUG - Requesting: http://10.0.0.52:8082/domain/f25d777d-e3e8-4633-919b-0cc19a346499 2025-03-29 10:38:34,688 - DEBUG - Requesting: http://10.0.0.52:8082/project/38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:38:34,737 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:34,747 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-29 10:38:34,747 - DEBUG - Verifying the vn in opserver 2025-03-29 10:38:34,747 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.52 2025-03-29 10:38:34,748 - DEBUG - Requesting: http://10.0.0.52:8081/analytics/uves/virtual-networks 2025-03-29 10:38:34,753 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.52:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-29 10:38:34,753 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-29 10:38:34,753 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:38:34,762 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:38:34,768 - DEBUG - Do not have enough data to verify VN in agent 2025-03-29 10:38:34,768 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:38:34,775 - DEBUG - VRF ids for VN __public__: {} 2025-03-29 10:38:34,874 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-29 10:38:34,983 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2025-03-29 10:38:34,992 - DEBUG - Requesting: http://10.0.0.52:8082/domain/f25d777d-e3e8-4633-919b-0cc19a346499 2025-03-29 10:38:35,011 - DEBUG - Requesting: http://10.0.0.52:8082/project/38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:38:35,062 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:35,074 - DEBUG - Requesting: http://10.0.0.52:8082/floating-ip-pool/965a48a9-10db-460d-ba48-0f761b0ad219 2025-03-29 10:38:35,081 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2025-03-29 10:38:35,088 - DEBUG - Requesting: http://10.0.0.52:8082/domain/f25d777d-e3e8-4633-919b-0cc19a346499 2025-03-29 10:38:35,097 - DEBUG - Requesting: http://10.0.0.52:8082/project/38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:38:35,152 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/a6e78e86-51a9-462a-8e57-73193fbdd4a3 2025-03-29 10:38:35,164 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-29 10:38:35,164 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-29 10:38:35,172 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-29 10:38:35,179 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-29 10:38:35,179 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-29 10:38:35,182 - DEBUG - Ingress ctest-nginx-ingress-50245624 not present 2025-03-29 10:38:35,183 - INFO - Creating Ingress ctest-nginx-ingress-50245624 2025-03-29 10:38:35,190 - INFO - Created Ingress ctest-nginx-ingress-50245624 2025-03-29 10:38:35,194 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-50245624 2025-03-29 10:38:38,203 - DEBUG - For Ingress ctest-nginx-ingress-50245624, Cluster IP: 10.47.255.249, External IPs ['90.166.74.252'] 2025-03-29 10:38:38,203 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-50245624 2025-03-29 10:38:38,203 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_LoadbalancerDatabaseList?x=7f865c07-402c-469e-8763-d009116c29e5 2025-03-29 10:38:38,214 - INFO - Ingress ctest-nginx-ingress-50245624 with uuid 7f865c07-402c-469e-8763-d009116c29e5 found in kube manager 2025-03-29 10:38:38,215 - INFO - Ingress ctest-nginx-ingress-50245624 verification passed 2025-03-29 10:38:38,225 - DEBUG - Pod ctest-busybox-pod-05064938 not present 2025-03-29 10:38:38,225 - INFO - Creating Pod ctest-busybox-pod-05064938 2025-03-29 10:38:38,263 - DEBUG - Pod : ctest-busybox-pod-05064938 UUID is 2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:38:38,272 - DEBUG - Pod ctest-nginx-pod-22426044 not in running state.Currently in Pending 2025-03-29 10:38:43,278 - INFO - Pod ctest-nginx-pod-22426044 is in running state.Got IP 10.47.255.251 2025-03-29 10:38:43,294 - DEBUG - Pod ctest-nginx-pod-22426044 has vmi f4cdd9fe-0c89-11f0-8fcc-fa163ea61601 2025-03-29 10:38:43,295 - INFO - Verified pod ctest-nginx-pod-22426044 in contrail-api 2025-03-29 10:38:43,295 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:38:43,308 - DEBUG - VMI f4cdd9fe-0c89-11f0-8fcc-fa163ea61601 is active in agent 10.0.0.22 2025-03-29 10:38:43,308 - INFO - Verified Pod ctest-nginx-pod-22426044 in agent 10.0.0.22 2025-03-29 10:38:43,308 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_VirtualMachineDatabaseList?x=15c0b741-48b9-4e72-8d23-d34123de52c3 2025-03-29 10:38:43,319 - INFO - Pod ctest-nginx-pod-22426044 with uuid 15c0b741-48b9-4e72-8d23-d34123de52c3 found in kube manager 2025-03-29 10:38:43,319 - INFO - Pod ctest-nginx-pod-22426044 verification passed 2025-03-29 10:38:43,412 - DEBUG - [Pod ctest-nginx-pod-22426044] Cmd: echo ctest-nginx-pod-22426044 > /usr/share/nginx/html/index.html, Output: 2025-03-29 10:38:43,418 - INFO - Pod ctest-nginx-pod-83870677 is in running state.Got IP 10.47.255.250 2025-03-29 10:38:43,490 - DEBUG - Pod ctest-nginx-pod-83870677 has vmi f55cf7d8-0c89-11f0-8fcc-fa163ea61601 2025-03-29 10:38:43,490 - INFO - Verified pod ctest-nginx-pod-83870677 in contrail-api 2025-03-29 10:38:43,490 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:38:43,502 - DEBUG - VMI f55cf7d8-0c89-11f0-8fcc-fa163ea61601 is active in agent 10.0.0.22 2025-03-29 10:38:43,502 - INFO - Verified Pod ctest-nginx-pod-83870677 in agent 10.0.0.22 2025-03-29 10:38:43,502 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_VirtualMachineDatabaseList?x=0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 2025-03-29 10:38:43,512 - INFO - Pod ctest-nginx-pod-83870677 with uuid 0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 found in kube manager 2025-03-29 10:38:43,512 - INFO - Pod ctest-nginx-pod-83870677 verification passed 2025-03-29 10:38:43,582 - DEBUG - [Pod ctest-nginx-pod-83870677] Cmd: echo ctest-nginx-pod-83870677 > /usr/share/nginx/html/index.html, Output: 2025-03-29 10:38:43,597 - DEBUG - Pod ctest-busybox-pod-05064938 not in running state.Currently in Pending 2025-03-29 10:38:48,612 - DEBUG - Pod ctest-busybox-pod-05064938 not in running state.Currently in Pending 2025-03-29 10:38:53,619 - INFO - Pod ctest-busybox-pod-05064938 is in running state.Got IP 10.47.255.248 2025-03-29 10:38:53,633 - DEBUG - Pod ctest-busybox-pod-05064938 has vmi f9af847c-0c89-11f0-8fcc-fa163ea61601 2025-03-29 10:38:53,634 - INFO - Verified pod ctest-busybox-pod-05064938 in contrail-api 2025-03-29 10:38:53,634 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:38:53,646 - DEBUG - VMI f9af847c-0c89-11f0-8fcc-fa163ea61601 is active in agent 10.0.0.22 2025-03-29 10:38:53,646 - INFO - Verified Pod ctest-busybox-pod-05064938 in agent 10.0.0.22 2025-03-29 10:38:53,646 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_VirtualMachineDatabaseList?x=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:38:53,651 - INFO - Pod ctest-busybox-pod-05064938 with uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 found in kube manager 2025-03-29 10:38:53,651 - INFO - Pod ctest-busybox-pod-05064938 verification passed 2025-03-29 10:38:53,717 - DEBUG - [Pod ctest-busybox-pod-05064938] 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-22426044 2025-03-29 10:38:53,717 - DEBUG - [Pod Pod ctest-busybox-pod-05064938] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-29 10:38:53,717 - DEBUG - [Pod Pod ctest-busybox-pod-05064938] 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-22426044 2025-03-29 10:38:53,787 - DEBUG - [Pod ctest-busybox-pod-05064938] 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-83870677 2025-03-29 10:38:53,787 - DEBUG - [Pod Pod ctest-busybox-pod-05064938] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-29 10:38:53,787 - DEBUG - [Pod Pod ctest-busybox-pod-05064938] 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-83870677 2025-03-29 10:38:53,787 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-22426044': 1, 'ctest-nginx-pod-83870677': 1} 2025-03-29 10:38:53,788 - WARNING - Nothing to delete parallely 2025-03-29 10:38:53,789 - INFO - Deleting pod default:ctest-busybox-pod-05064938 2025-03-29 10:38:53,802 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:38:53,811 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:38:58,812 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:38:58,819 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:03,820 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:39:03,829 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:08,829 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:39:08,838 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:13,839 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:39:13,846 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:18,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:39:18,855 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:23,856 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:39:23,865 - WARNING - Pod uuid 2488333e-67be-4da1-ba35-52f49cf5ea48 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:28,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2488333e-67be-4da1-ba35-52f49cf5ea48 2025-03-29 10:39:28,875 - DEBUG - Pod 2488333e-67be-4da1-ba35-52f49cf5ea48 is not in agent 10.0.0.22 VM list 2025-03-29 10:39:28,875 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f9af847c-0c89-11f0-8fcc-fa163ea61601 2025-03-29 10:39:28,881 - DEBUG - VMI f9af847c-0c89-11f0-8fcc-fa163ea61601 is removed from agent 10.0.0.22 2025-03-29 10:39:28,881 - INFO - Verified that pod ctest-busybox-pod-05064938 is removed in agent 2025-03-29 10:39:28,882 - INFO - Deleting Ingress : ctest-nginx-ingress-50245624 2025-03-29 10:39:28,888 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_LoadbalancerDatabaseList?x=7f865c07-402c-469e-8763-d009116c29e5 2025-03-29 10:39:28,894 - ERROR - Ingress ctest-nginx-ingress-50245624 with uuid 7f865c07-402c-469e-8763-d009116c29e5 still found in kube manager 2025-03-29 10:39:29,896 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_LoadbalancerDatabaseList?x=7f865c07-402c-469e-8763-d009116c29e5 2025-03-29 10:39:29,903 - INFO - Ingress ctest-nginx-ingress-50245624 with uuid 7f865c07-402c-469e-8763-d009116c29e5 deleted successfully from kube manager 2025-03-29 10:39:29,904 - INFO - Verifications on Ingress %s cleanup passed 2025-03-29 10:39:29,904 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-29 10:39:30,114 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-29 10:39:30,123 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-29 10:39:30,123 - INFO - Deleting VN __public__ 2025-03-29 10:39:30,537 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/c520077a-91b0-4dee-a15d-9eb9854d8a5c 2025-03-29 10:39:30,561 - DEBUG - Response Code: 404 2025-03-29 10:39:30,561 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2025-03-29 10:39:30,574 - DEBUG - Requesting: http://10.0.0.52:8082/domain/f25d777d-e3e8-4633-919b-0cc19a346499 2025-03-29 10:39:30,597 - DEBUG - Requesting: http://10.0.0.52:8082/project/38cb9ed1-7870-4950-b352-c68df4391919 2025-03-29 10:39:30,713 - INFO - Validated that VN __public__ is not found in API Server 2025-03-29 10:39:30,714 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-29 10:39:30,728 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:39:30,753 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-03-29 10:39:30,753 - INFO - Validated that VN __public__ is not in any agent 2025-03-29 10:39:30,753 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:39:30,777 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 10:39:30,807 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-29 10:39:30,820 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-29 10:39:30,821 - INFO - Deleting pod default:ctest-nginx-pod-83870677 2025-03-29 10:39:30,831 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 2025-03-29 10:39:30,851 - WARNING - Pod uuid 0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:35,852 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 2025-03-29 10:39:35,859 - DEBUG - Pod 0cd181ce-7f2d-4e2d-aa6c-ce4756ff2128 is not in agent 10.0.0.22 VM list 2025-03-29 10:39:35,860 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f55cf7d8-0c89-11f0-8fcc-fa163ea61601 2025-03-29 10:39:35,867 - DEBUG - VMI f55cf7d8-0c89-11f0-8fcc-fa163ea61601 is removed from agent 10.0.0.22 2025-03-29 10:39:35,867 - INFO - Verified that pod ctest-nginx-pod-83870677 is removed in agent 2025-03-29 10:39:35,867 - INFO - Deleting pod default:ctest-nginx-pod-22426044 2025-03-29 10:39:35,889 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15c0b741-48b9-4e72-8d23-d34123de52c3 2025-03-29 10:39:35,906 - WARNING - Pod uuid 15c0b741-48b9-4e72-8d23-d34123de52c3 is still seen in agent 10.0.0.22 VM list 2025-03-29 10:39:40,907 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15c0b741-48b9-4e72-8d23-d34123de52c3 2025-03-29 10:39:40,915 - DEBUG - Pod 15c0b741-48b9-4e72-8d23-d34123de52c3 is not in agent 10.0.0.22 VM list 2025-03-29 10:39:40,915 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4cdd9fe-0c89-11f0-8fcc-fa163ea61601 2025-03-29 10:39:40,922 - DEBUG - VMI f4cdd9fe-0c89-11f0-8fcc-fa163ea61601 is removed from agent 10.0.0.22 2025-03-29 10:39:40,922 - INFO - Verified that pod ctest-nginx-pod-22426044 is removed in agent 2025-03-29 10:39:40,922 - INFO - Deleting service : ctest-nginx-svc-58199363 2025-03-29 10:39:41,153 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 10:39:41,162 - DEBUG - No XMPP flaps were noticed during the test 2025-03-29 10:39:41,162 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2025-03-29 10:39:41,162 - INFO - -------------------------------------------------------------------------------- 2025-03-29 10:39:47,570 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-29 10:39:47,711 - DEBUG - Output : cluster_project={} 2025-03-29 10:39:47,774 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-29 10:39:47,965 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-29 10:39:47,974 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-29 10:39:48,115 - DEBUG - Output : cluster_project={} 2025-03-29 10:39:58,261 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:39:58,342 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:39:58,383 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:39:58,468 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:40:03,519 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:40:08,626 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:40:08,671 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:40:08,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 10:40:09,018 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 10:40:11,920 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-03-29 10:40:11,928 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-03-29 10:40:11,962 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-03-29 10:40:13,994 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-03-29 10:43:14,728 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 10:43:14,787 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1fb5dfca-974e-4ccb-9ebb-e9a4a8862a23 2025-03-29 10:43:14,797 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2aa9a93b-1418-4e0d-bae6-5ebdc991ef5a 2025-03-29 10:43:14,802 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2c85d485-dd37-4ae9-8bdf-623baed7e896 2025-03-29 10:43:14,843 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:14,851 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:14,859 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:14,863 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:14,869 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f02b34cc-82de-4fea-90f5-e08b3d55cb03 2025-03-29 10:43:19,823 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1fb5dfca-974e-4ccb-9ebb-e9a4a8862a23 2025-03-29 10:43:19,830 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2c85d485-dd37-4ae9-8bdf-623baed7e896 2025-03-29 10:43:19,833 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:23b0a1b6-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:19,835 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2aa9a93b-1418-4e0d-bae6-5ebdc991ef5a 2025-03-29 10:43:19,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:243d1574-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:19,849 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:24e58c86-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:19,912 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:19,914 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f02b34cc-82de-4fea-90f5-e08b3d55cb03 2025-03-29 10:43:19,915 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:19,916 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:19,917 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:19,936 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:256e8ab8-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:24,934 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:24,936 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:24,938 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:24,939 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:29,953 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:29,955 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:29,956 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:29,957 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:34,979 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:34,981 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:34,983 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:34,984 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:39,998 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:40,002 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:40,004 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:40,006 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:45,023 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:45,025 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:45,026 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:45,028 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:50,056 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6dbd6591-4240-4eaf-b495-247c4fa52868 2025-03-29 10:43:50,057 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15732940-5636-4f1c-94f9-e35428ca0b66 2025-03-29 10:43:50,059 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ed32cac-515c-4af6-899b-ad5c902fa44e 2025-03-29 10:43:50,060 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524c2587-4542-45d3-89ca-b04c4f5ac639 2025-03-29 10:43:50,074 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:26035e86-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:50,075 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:268789a4-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:50,079 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27040c2c-0c8a-11f0-8fcc-fa163ea61601 2025-03-29 10:43:50,080 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27820b68-0c8a-11f0-8fcc-fa163ea61601