2025-06-19 01:59:09,839 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-06-19 01:59:10,077 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1280-1 2025-06-19 01:59:10,077 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-06-19 01:59:10,114 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1280-1 2025-06-19 01:59:10,114 - DEBUG - [10.0.0.65]: 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-06-19 01:59:10,182 - DEBUG - Output : NAMES contrail_test_iLvU3ICGj contrail-kubernetes-master-kubemanager-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 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 2025-06-19 01:59:10,182 - DEBUG - [10.0.0.65]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 01:59:10,253 - DEBUG - Output : 10.0.0.65/24 172.17.0.1/16 2025-06-19 01:59:10,253 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-06-19 01:59:10,287 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1280-1 2025-06-19 01:59:10,377 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-06-19 01:59:10,618 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1280-1 2025-06-19 01:59:10,618 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-06-19 01:59:10,654 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1280-1 2025-06-19 01:59:10,655 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-19 01:59:10,732 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-19 01:59:10,732 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 01:59:10,766 - DEBUG - Output : 10.0.0.249/24 2025-06-19 01:59:10,766 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-06-19 01:59:10,799 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1280-1 2025-06-19 01:59:10,868 - INFO - Using existing project ['default-domain', 'k8s-default'](f3ed37bc-ae6a-4a25-96ae-37ef0447412e) 2025-06-19 01:59:10,967 - INFO - Using existing project ['default-domain', 'k8s-default'](f3ed37bc-ae6a-4a25-96ae-37ef0447412e) 2025-06-19 01:59:11,098 - INFO - ================================================================================ 2025-06-19 01:59:11,098 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-19 01:59:11,099 - 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-06-19 01:59:11,304 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 01:59:11,312 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.65': '0'}} with 2025-06-19 01:59:11,312 - INFO - Initial checks done. Running the testcase now 2025-06-19 01:59:11,312 - INFO - 2025-06-19 01:59:11,316 - INFO - Namespace default already exists 2025-06-19 01:59:11,316 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 01:59:11,434 - DEBUG - Output : cluster_project={} 2025-06-19 01:59:11,484 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-19 01:59:11,484 - DEBUG - Project uuid in Contrail is f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 01:59:11,484 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 01:59:11,601 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 01:59:11,601 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_NamespaceDatabaseList?namespace_uuid=d6430826-cc7b-4420-a7a6-f269897aef72 2025-06-19 01:59:11,605 - INFO - Namespace default with uuid d6430826-cc7b-4420-a7a6-f269897aef72 found in kube manager 2025-06-19 01:59:11,605 - INFO - Namespace default verification passed 2025-06-19 01:59:11,608 - DEBUG - Service ctest-nginx-svc-73890425 not present 2025-06-19 01:59:11,608 - INFO - Creating service ctest-nginx-svc-73890425 2025-06-19 01:59:11,622 - INFO - Created Service ctest-nginx-svc-73890425 2025-06-19 01:59:11,631 - DEBUG - Pod ctest-nginx-pod-22354918 not present 2025-06-19 01:59:11,632 - INFO - Creating Pod ctest-nginx-pod-22354918 2025-06-19 01:59:11,706 - DEBUG - Pod : ctest-nginx-pod-22354918 UUID is 9e849ccd-be0c-4a1c-8068-9ddeadda936e 2025-06-19 01:59:11,712 - DEBUG - Pod ctest-nginx-pod-85448275 not present 2025-06-19 01:59:11,712 - INFO - Creating Pod ctest-nginx-pod-85448275 2025-06-19 01:59:11,748 - DEBUG - Pod : ctest-nginx-pod-85448275 UUID is f21cb135-09e7-4256-8a10-3131c312d1df 2025-06-19 01:59:11,935 - INFO - Created VN __public__, UUID :1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:12,171 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-19 01:59:12,176 - DEBUG - Requesting: http://10.0.0.65:8082/domain/791ba142-90ea-4ae0-bab0-a12f4359d874 2025-06-19 01:59:12,190 - DEBUG - Requesting: http://10.0.0.65:8082/project/f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 01:59:12,247 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:12,261 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:12,313 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:12,335 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:12,362 - DEBUG - Route Targets: [] 2025-06-19 01:59:12,363 - DEBUG - RT names not yet present for VN __public__ 2025-06-19 01:59:17,363 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-19 01:59:17,370 - DEBUG - Requesting: http://10.0.0.65:8082/domain/791ba142-90ea-4ae0-bab0-a12f4359d874 2025-06-19 01:59:17,379 - DEBUG - Requesting: http://10.0.0.65:8082/project/f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 01:59:17,418 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,427 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,438 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:17,447 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:17,453 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/1d4371b6-732c-45ef-b79d-4fbb8b282645 2025-06-19 01:59:17,459 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 01:59:17,459 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,466 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:17,478 - INFO - Verified VN network id 13 for VN 1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,479 - INFO - Verifications in API Server for VN __public__ passed 2025-06-19 01:59:17,479 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,487 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:17,493 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 01:59:17,500 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/1d4371b6-732c-45ef-b79d-4fbb8b282645 2025-06-19 01:59:17,506 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 01:59:17,512 - DEBUG - Control-node 10.0.0.65 : 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': '2257894971846577481', 'uuid-lslong': '10895153737408573257'}, 'enable': 'true', 'created': '2025-06-19T01:59:11', 'last-modified': '2025-06-19T01:59:12', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.443849'} 2025-06-19 01:59:17,513 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 01:59:17,519 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 01:59:17,519 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-19 01:59:17,520 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-19 01:59:17,520 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-19 01:59:17,525 - DEBUG - Requesting: http://10.0.0.65:8082/domain/791ba142-90ea-4ae0-bab0-a12f4359d874 2025-06-19 01:59:17,532 - DEBUG - Requesting: http://10.0.0.65:8082/project/f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 01:59:17,576 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,590 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-19 01:59:17,590 - DEBUG - Verifying the vn in opserver 2025-06-19 01:59:17,590 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.65 2025-06-19 01:59:17,590 - DEBUG - Requesting: http://10.0.0.65:8081/analytics/uves/virtual-networks 2025-06-19 01:59:17,595 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.65:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-19 01:59:17,595 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-19 01:59:17,595 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 01:59:17,603 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 01:59:17,609 - DEBUG - Do not have enough data to verify VN in agent 2025-06-19 01:59:17,609 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 01:59:17,616 - DEBUG - VRF ids for VN __public__: {} 2025-06-19 01:59:17,707 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-19 01:59:17,807 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-19 01:59:17,812 - DEBUG - Requesting: http://10.0.0.65:8082/domain/791ba142-90ea-4ae0-bab0-a12f4359d874 2025-06-19 01:59:17,820 - DEBUG - Requesting: http://10.0.0.65:8082/project/f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 01:59:17,855 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,873 - DEBUG - Requesting: http://10.0.0.65:8082/floating-ip-pool/920c8152-4d22-4851-80a0-751f2a6af47a 2025-06-19 01:59:17,880 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-19 01:59:17,885 - DEBUG - Requesting: http://10.0.0.65:8082/domain/791ba142-90ea-4ae0-bab0-a12f4359d874 2025-06-19 01:59:17,893 - DEBUG - Requesting: http://10.0.0.65:8082/project/f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 01:59:17,939 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/1f55a783-990e-4d49-9733-5c996381ef49 2025-06-19 01:59:17,950 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-19 01:59:17,950 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-19 01:59:17,957 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 01:59:17,963 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-19 01:59:17,963 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-19 01:59:17,965 - DEBUG - Ingress ctest-nginx-ingress-94246766 not present 2025-06-19 01:59:17,966 - INFO - Creating Ingress ctest-nginx-ingress-94246766 2025-06-19 01:59:17,973 - INFO - Created Ingress ctest-nginx-ingress-94246766 2025-06-19 01:59:17,976 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-94246766 2025-06-19 01:59:20,984 - DEBUG - For Ingress ctest-nginx-ingress-94246766, Cluster IP: 10.47.255.249, External IPs ['114.164.187.252'] 2025-06-19 01:59:20,985 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-94246766 2025-06-19 01:59:20,985 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=38a51da3-e957-4856-8793-004652dd77f9 2025-06-19 01:59:20,989 - INFO - Ingress ctest-nginx-ingress-94246766 with uuid 38a51da3-e957-4856-8793-004652dd77f9 found in kube manager 2025-06-19 01:59:20,989 - INFO - Ingress ctest-nginx-ingress-94246766 verification passed 2025-06-19 01:59:20,999 - DEBUG - Pod ctest-busybox-pod-91797685 not present 2025-06-19 01:59:21,003 - INFO - Creating Pod ctest-busybox-pod-91797685 2025-06-19 01:59:21,019 - DEBUG - Node for Pod ctest-busybox-pod-91797685 not yet populated 2025-06-19 01:59:24,027 - DEBUG - Pod : ctest-busybox-pod-91797685 UUID is 5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 01:59:24,032 - DEBUG - Pod ctest-nginx-pod-22354918 not in running state.Currently in Pending 2025-06-19 01:59:29,039 - DEBUG - Pod ctest-nginx-pod-22354918 not in running state.Currently in Pending 2025-06-19 01:59:34,051 - DEBUG - Pod ctest-nginx-pod-22354918 not in running state.Currently in Pending 2025-06-19 01:59:39,058 - DEBUG - Pod ctest-nginx-pod-22354918 not in running state.Currently in Pending 2025-06-19 01:59:44,063 - DEBUG - Pod ctest-nginx-pod-22354918 not in running state.Currently in Pending 2025-06-19 01:59:49,072 - DEBUG - Pod ctest-nginx-pod-22354918 not in running state.Currently in Pending 2025-06-19 01:59:54,079 - INFO - Pod ctest-nginx-pod-22354918 is in running state.Got IP 10.47.255.251 2025-06-19 01:59:54,095 - DEBUG - Pod ctest-nginx-pod-22354918 has vmi ff711738-4cb0-11f0-95ff-fa163e1cad06 2025-06-19 01:59:54,096 - INFO - Verified pod ctest-nginx-pod-22354918 in contrail-api 2025-06-19 01:59:54,096 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 01:59:54,110 - DEBUG - VMI ff711738-4cb0-11f0-95ff-fa163e1cad06 is active in agent 10.0.0.249 2025-06-19 01:59:54,110 - INFO - Verified Pod ctest-nginx-pod-22354918 in agent 10.0.0.249 2025-06-19 01:59:54,110 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=9e849ccd-be0c-4a1c-8068-9ddeadda936e 2025-06-19 01:59:54,115 - INFO - Pod ctest-nginx-pod-22354918 with uuid 9e849ccd-be0c-4a1c-8068-9ddeadda936e found in kube manager 2025-06-19 01:59:54,115 - INFO - Pod ctest-nginx-pod-22354918 verification passed 2025-06-19 01:59:54,196 - DEBUG - [Pod ctest-nginx-pod-22354918] Cmd: echo ctest-nginx-pod-22354918 > /usr/share/nginx/html/index.html, Output: 2025-06-19 01:59:54,202 - INFO - Pod ctest-nginx-pod-85448275 is in running state.Got IP 10.47.255.250 2025-06-19 01:59:54,259 - DEBUG - Pod ctest-nginx-pod-85448275 has vmi ffe23ef4-4cb0-11f0-95ff-fa163e1cad06 2025-06-19 01:59:54,259 - INFO - Verified pod ctest-nginx-pod-85448275 in contrail-api 2025-06-19 01:59:54,259 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 01:59:54,273 - DEBUG - VMI ffe23ef4-4cb0-11f0-95ff-fa163e1cad06 is active in agent 10.0.0.249 2025-06-19 01:59:54,274 - INFO - Verified Pod ctest-nginx-pod-85448275 in agent 10.0.0.249 2025-06-19 01:59:54,274 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=f21cb135-09e7-4256-8a10-3131c312d1df 2025-06-19 01:59:54,278 - INFO - Pod ctest-nginx-pod-85448275 with uuid f21cb135-09e7-4256-8a10-3131c312d1df found in kube manager 2025-06-19 01:59:54,278 - INFO - Pod ctest-nginx-pod-85448275 verification passed 2025-06-19 01:59:54,342 - DEBUG - [Pod ctest-nginx-pod-85448275] Cmd: echo ctest-nginx-pod-85448275 > /usr/share/nginx/html/index.html, Output: 2025-06-19 01:59:54,347 - DEBUG - Pod ctest-busybox-pod-91797685 not in running state.Currently in Pending 2025-06-19 01:59:59,355 - INFO - Pod ctest-busybox-pod-91797685 is in running state.Got IP 10.47.255.248 2025-06-19 01:59:59,368 - DEBUG - Pod ctest-busybox-pod-91797685 has vmi 0434f3e8-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 01:59:59,368 - INFO - Verified pod ctest-busybox-pod-91797685 in contrail-api 2025-06-19 01:59:59,368 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 01:59:59,383 - DEBUG - VMI 0434f3e8-4cb1-11f0-95ff-fa163e1cad06 is active in agent 10.0.0.249 2025-06-19 01:59:59,384 - INFO - Verified Pod ctest-busybox-pod-91797685 in agent 10.0.0.249 2025-06-19 01:59:59,384 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 01:59:59,388 - INFO - Pod ctest-busybox-pod-91797685 with uuid 5870beef-95e4-4384-8645-ca47397bb714 found in kube manager 2025-06-19 01:59:59,388 - INFO - Pod ctest-busybox-pod-91797685 verification passed 2025-06-19 01:59:59,449 - DEBUG - [Pod ctest-busybox-pod-91797685] 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-22354918 2025-06-19 01:59:59,449 - DEBUG - [Pod Pod ctest-busybox-pod-91797685] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 01:59:59,449 - DEBUG - [Pod Pod ctest-busybox-pod-91797685] 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-22354918 2025-06-19 01:59:59,520 - DEBUG - [Pod ctest-busybox-pod-91797685] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-85448275 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-06-19 01:59:59,520 - DEBUG - [Pod Pod ctest-busybox-pod-91797685] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 01:59:59,520 - DEBUG - [Pod Pod ctest-busybox-pod-91797685] Cmd output: ctest-nginx-pod-85448275 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-06-19 01:59:59,520 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-22354918': 1, 'ctest-nginx-pod-85448275': 1} 2025-06-19 01:59:59,521 - WARNING - Nothing to delete parallely 2025-06-19 01:59:59,521 - INFO - Deleting pod default:ctest-busybox-pod-91797685 2025-06-19 01:59:59,531 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 01:59:59,542 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:04,542 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:04,550 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:09,551 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:09,559 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:14,560 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:14,567 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:19,568 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:19,576 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:24,577 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:24,584 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:29,585 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:29,594 - WARNING - Pod uuid 5870beef-95e4-4384-8645-ca47397bb714 is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:34,594 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5870beef-95e4-4384-8645-ca47397bb714 2025-06-19 02:00:34,602 - DEBUG - Pod 5870beef-95e4-4384-8645-ca47397bb714 is not in agent 10.0.0.249 VM list 2025-06-19 02:00:34,602 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0434f3e8-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:00:34,609 - DEBUG - VMI 0434f3e8-4cb1-11f0-95ff-fa163e1cad06 is removed from agent 10.0.0.249 2025-06-19 02:00:34,609 - INFO - Verified that pod ctest-busybox-pod-91797685 is removed in agent 2025-06-19 02:00:34,609 - INFO - Deleting Ingress : ctest-nginx-ingress-94246766 2025-06-19 02:00:34,621 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=38a51da3-e957-4856-8793-004652dd77f9 2025-06-19 02:00:34,627 - ERROR - Ingress ctest-nginx-ingress-94246766 with uuid 38a51da3-e957-4856-8793-004652dd77f9 still found in kube manager 2025-06-19 02:00:35,628 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=38a51da3-e957-4856-8793-004652dd77f9 2025-06-19 02:00:35,632 - INFO - Ingress ctest-nginx-ingress-94246766 with uuid 38a51da3-e957-4856-8793-004652dd77f9 deleted successfully from kube manager 2025-06-19 02:00:35,632 - INFO - Verifications on Ingress %s cleanup passed 2025-06-19 02:00:35,632 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-19 02:00:35,746 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 02:00:35,755 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-19 02:00:35,755 - INFO - Deleting VN __public__ 2025-06-19 02:00:35,870 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ad9feec7-96b1-42be-89f9-6b5af4878d94 2025-06-19 02:00:35,879 - DEBUG - Response Code: 404 2025-06-19 02:00:35,879 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-19 02:00:35,891 - DEBUG - Requesting: http://10.0.0.65:8082/domain/791ba142-90ea-4ae0-bab0-a12f4359d874 2025-06-19 02:00:35,903 - DEBUG - Requesting: http://10.0.0.65:8082/project/f3ed37bc-ae6a-4a25-96ae-37ef0447412e 2025-06-19 02:00:35,963 - INFO - Validated that VN __public__ is not found in API Server 2025-06-19 02:00:35,963 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-19 02:00:35,976 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 02:00:35,997 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-06-19 02:00:35,997 - INFO - Validated that VN __public__ is not in any agent 2025-06-19 02:00:35,998 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 02:00:36,009 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 02:00:36,016 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 02:00:36,029 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-19 02:00:36,029 - INFO - Deleting pod default:ctest-nginx-pod-85448275 2025-06-19 02:00:36,040 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f21cb135-09e7-4256-8a10-3131c312d1df 2025-06-19 02:00:36,059 - WARNING - Pod uuid f21cb135-09e7-4256-8a10-3131c312d1df is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:41,059 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f21cb135-09e7-4256-8a10-3131c312d1df 2025-06-19 02:00:41,069 - DEBUG - Pod f21cb135-09e7-4256-8a10-3131c312d1df is not in agent 10.0.0.249 VM list 2025-06-19 02:00:41,069 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffe23ef4-4cb0-11f0-95ff-fa163e1cad06 2025-06-19 02:00:41,076 - DEBUG - VMI ffe23ef4-4cb0-11f0-95ff-fa163e1cad06 is removed from agent 10.0.0.249 2025-06-19 02:00:41,077 - INFO - Verified that pod ctest-nginx-pod-85448275 is removed in agent 2025-06-19 02:00:41,077 - INFO - Deleting pod default:ctest-nginx-pod-22354918 2025-06-19 02:00:41,086 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=9e849ccd-be0c-4a1c-8068-9ddeadda936e 2025-06-19 02:00:41,103 - WARNING - Pod uuid 9e849ccd-be0c-4a1c-8068-9ddeadda936e is still seen in agent 10.0.0.249 VM list 2025-06-19 02:00:46,104 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=9e849ccd-be0c-4a1c-8068-9ddeadda936e 2025-06-19 02:00:46,112 - DEBUG - Pod 9e849ccd-be0c-4a1c-8068-9ddeadda936e is not in agent 10.0.0.249 VM list 2025-06-19 02:00:46,112 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff711738-4cb0-11f0-95ff-fa163e1cad06 2025-06-19 02:00:46,123 - DEBUG - VMI ff711738-4cb0-11f0-95ff-fa163e1cad06 is removed from agent 10.0.0.249 2025-06-19 02:00:46,123 - INFO - Verified that pod ctest-nginx-pod-22354918 is removed in agent 2025-06-19 02:00:46,123 - INFO - Deleting service : ctest-nginx-svc-73890425 2025-06-19 02:00:46,292 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 02:00:46,299 - DEBUG - No XMPP flaps were noticed during the test
2025-06-19 02:00:46,299 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:35]
2025-06-19 02:00:46,300 - INFO - -------------------------------------------------------------------------------- 2025-06-19 02:00:58,807 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 02:00:58,994 - DEBUG - Output : cluster_project={} 2025-06-19 02:00:59,060 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 02:00:59,268 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 02:00:59,273 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 02:00:59,437 - DEBUG - Output : cluster_project={} 2025-06-19 02:01:04,675 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:14,731 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:14,811 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:14,853 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:14,936 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:15,019 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:20,068 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:20,106 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 02:01:20,320 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 02:01:23,029 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2025-06-19 02:01:23,036 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-06-19 02:01:23,069 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-06-19 02:01:25,099 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-06-19 02:04:25,260 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 02:04:25,294 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=6eb7b7c5-389c-47f4-93bd-72b2b2dd32f6 2025-06-19 02:04:25,337 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:25,341 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=166a4738-4580-403d-a7bf-9508a3a59a35 2025-06-19 02:04:25,347 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=03fdc8b5-0903-4074-8086-7fc859244059 2025-06-19 02:04:25,353 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:25,356 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:04:25,362 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:25,372 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb2d279d-6b05-495a-90cd-46c368697376 2025-06-19 02:04:30,306 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=6eb7b7c5-389c-47f4-93bd-72b2b2dd32f6 2025-06-19 02:04:30,313 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3df2008a-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:04:30,438 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:30,440 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:30,441 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:30,442 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:04:30,443 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=03fdc8b5-0903-4074-8086-7fc859244059 2025-06-19 02:04:30,445 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=166a4738-4580-403d-a7bf-9508a3a59a35 2025-06-19 02:04:30,448 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb2d279d-6b05-495a-90cd-46c368697376 2025-06-19 02:04:30,474 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4061294a-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:04:30,475 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f83b65a-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:04:30,477 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3e9bc534-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:04:35,477 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:04:35,479 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:35,480 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:35,481 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:40,501 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:40,502 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:40,504 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:04:40,505 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:45,523 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:45,524 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:45,532 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:45,534 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:04:50,538 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:50,540 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:50,546 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:04:50,548 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:55,559 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:04:55,561 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:04:55,563 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:04:55,564 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:05:00,582 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b685639e-8063-4c94-a9d0-cd22725170f4 2025-06-19 02:05:00,584 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7f9656d3-4ca6-44ac-af20-5d2e23635719 2025-06-19 02:05:00,586 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0f1dff0c-dc75-4bf6-ba00-95011a43006b 2025-06-19 02:05:00,588 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe1c6982-e01c-4c51-860a-17ead6ec8c5e 2025-06-19 02:05:00,604 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4235782a-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:05:00,606 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42b7c474-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:05:00,610 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41aecece-4cb1-11f0-95ff-fa163e1cad06 2025-06-19 02:05:00,612 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:410b0622-4cb1-11f0-95ff-fa163e1cad06