2025-10-09 22:52:56,892 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-10-09 22:52:57,149 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1564-1 2025-10-09 22:52:57,149 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-10-09 22:52:57,182 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1564-1 2025-10-09 22:52:57,182 - 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-10-09 22:52:57,286 - DEBUG - Output : NAMES contrail_test_JwFugYgbg contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 2025-10-09 22:52:57,286 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-09 22:52:57,319 - DEBUG - Output : 127.0.0.1/8 10.0.0.249/24 252.249.0.1/8 10.15.15.1/24 172.17.0.1/16 2025-10-09 22:52:57,320 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-10-09 22:52:57,363 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1564-1 2025-10-09 22:52:57,444 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-10-09 22:52:57,649 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1564-1 2025-10-09 22:52:57,649 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-10-09 22:52:57,672 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1564-1 2025-10-09 22:52:57,672 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-09 22:52:57,756 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-09 22:52:57,757 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-09 22:52:57,780 - DEBUG - Output : 10.0.0.19/24 2025-10-09 22:52:57,780 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-10-09 22:52:57,807 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1564-1 2025-10-09 22:52:57,896 - INFO - Using existing project ['default-domain', 'k8s-default'](7a196197-5752-4077-b966-29c16f416547) 2025-10-09 22:52:57,965 - INFO - Using existing project ['default-domain', 'k8s-default'](7a196197-5752-4077-b966-29c16f416547) 2025-10-09 22:52:58,078 - INFO - ================================================================================ 2025-10-09 22:52:58,078 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-09 22:52:58,078 - 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-10-09 22:52:58,268 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 22:52:58,274 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.249': '0'}} with 2025-10-09 22:52:58,274 - INFO - Initial checks done. Running the testcase now 2025-10-09 22:52:58,274 - INFO - 2025-10-09 22:52:58,279 - INFO - Namespace default already exists 2025-10-09 22:52:58,279 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-09 22:52:58,396 - DEBUG - Output : cluster_project={} 2025-10-09 22:52:58,434 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-09 22:52:58,434 - DEBUG - Project uuid in Contrail is 7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:52:58,434 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-09 22:52:58,561 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-09 22:52:58,561 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=e2e76861-6e07-4b1b-92a2-24b9ad3a82ce 2025-10-09 22:52:58,565 - INFO - Namespace default with uuid e2e76861-6e07-4b1b-92a2-24b9ad3a82ce found in kube manager 2025-10-09 22:52:58,565 - INFO - Namespace default verification passed 2025-10-09 22:52:58,568 - DEBUG - Service ctest-nginx-svc-20771600 not present 2025-10-09 22:52:58,568 - INFO - Creating service ctest-nginx-svc-20771600 2025-10-09 22:52:58,582 - INFO - Created Service ctest-nginx-svc-20771600 2025-10-09 22:52:58,590 - DEBUG - Pod ctest-nginx-pod-56621253 not present 2025-10-09 22:52:58,591 - INFO - Creating Pod ctest-nginx-pod-56621253 2025-10-09 22:52:58,650 - DEBUG - Pod : ctest-nginx-pod-56621253 UUID is bb2c62be-46ed-405e-a488-92d01242fc27 2025-10-09 22:52:58,658 - DEBUG - Pod ctest-nginx-pod-94834665 not present 2025-10-09 22:52:58,658 - INFO - Creating Pod ctest-nginx-pod-94834665 2025-10-09 22:52:58,697 - DEBUG - Pod : ctest-nginx-pod-94834665 UUID is a709a1a1-5e8f-45d7-a034-33d78a2f11c1 2025-10-09 22:52:58,852 - INFO - Created VN __public__, UUID :e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:52:59,053 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-09 22:52:59,063 - DEBUG - Requesting: http://10.0.0.249:8082/domain/1d2afda0-7851-44d8-a048-7289b804694c 2025-10-09 22:52:59,079 - DEBUG - Requesting: http://10.0.0.249:8082/project/7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:52:59,129 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:52:59,137 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:52:59,146 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:52:59,151 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:52:59,156 - DEBUG - Route Targets: [] 2025-10-09 22:52:59,156 - DEBUG - RT names not yet present for VN __public__ 2025-10-09 22:53:04,156 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-09 22:53:04,162 - DEBUG - Requesting: http://10.0.0.249:8082/domain/1d2afda0-7851-44d8-a048-7289b804694c 2025-10-09 22:53:04,168 - DEBUG - Requesting: http://10.0.0.249:8082/project/7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:53:04,203 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,210 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,218 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:53:04,224 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:53:04,229 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/8f767f62-6a7a-4630-b26a-df7c9d51a387 2025-10-09 22:53:04,234 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-09 22:53:04,234 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,240 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:53:04,249 - INFO - Verified VN network id 13 for VN e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,249 - INFO - Verifications in API Server for VN __public__ passed 2025-10-09 22:53:04,249 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,257 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:53:04,261 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:53:04,268 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/8f767f62-6a7a-4630-b26a-df7c9d51a387 2025-10-09 22:53:04,273 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-09 22:53:04,280 - DEBUG - Control-node 10.0.0.249 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '16707056061980560617', 'uuid-lslong': '10085592132602728910'}, 'enable': 'true', 'created': '2025-10-09T22:52:58', 'last-modified': '2025-10-09T22:52:58', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.260132'} 2025-10-09 22:53:04,280 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:04,291 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-09 22:53:04,292 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-09 22:53:04,292 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-09 22:53:04,292 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-09 22:53:04,298 - DEBUG - Requesting: http://10.0.0.249:8082/domain/1d2afda0-7851-44d8-a048-7289b804694c 2025-10-09 22:53:04,304 - DEBUG - Requesting: http://10.0.0.249:8082/project/7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:53:04,342 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,349 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-09 22:53:04,349 - DEBUG - Verifying the vn in opserver 2025-10-09 22:53:04,349 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-10-09 22:53:04,349 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-10-09 22:53:04,353 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-09 22:53:04,353 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-09 22:53:04,353 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:04,359 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:04,364 - DEBUG - Do not have enough data to verify VN in agent 2025-10-09 22:53:04,364 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:04,368 - DEBUG - VRF ids for VN __public__: {} 2025-10-09 22:53:04,458 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-09 22:53:04,558 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-09 22:53:04,564 - DEBUG - Requesting: http://10.0.0.249:8082/domain/1d2afda0-7851-44d8-a048-7289b804694c 2025-10-09 22:53:04,570 - DEBUG - Requesting: http://10.0.0.249:8082/project/7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:53:04,607 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,615 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/b5835ff8-b3de-4d77-abf3-7edee44c8ae6 2025-10-09 22:53:04,619 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-09 22:53:04,623 - DEBUG - Requesting: http://10.0.0.249:8082/domain/1d2afda0-7851-44d8-a048-7289b804694c 2025-10-09 22:53:04,628 - DEBUG - Requesting: http://10.0.0.249:8082/project/7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:53:04,664 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/e7db62f8-78e3-4ce9-8bf7-389bdd4291ce 2025-10-09 22:53:04,671 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-09 22:53:04,671 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-09 22:53:04,676 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-09 22:53:04,681 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-09 22:53:04,681 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-09 22:53:04,684 - DEBUG - Ingress ctest-nginx-ingress-83279229 not present 2025-10-09 22:53:04,685 - INFO - Creating Ingress ctest-nginx-ingress-83279229 2025-10-09 22:53:04,693 - INFO - Created Ingress ctest-nginx-ingress-83279229 2025-10-09 22:53:04,697 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-83279229 2025-10-09 22:53:07,702 - DEBUG - For Ingress ctest-nginx-ingress-83279229, Cluster IP: 10.47.255.249, External IPs ['147.164.212.252'] 2025-10-09 22:53:07,702 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-83279229 2025-10-09 22:53:07,702 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=a2a8f6d5-ce5d-445a-87c1-8a5eb59c39da 2025-10-09 22:53:07,713 - INFO - Ingress ctest-nginx-ingress-83279229 with uuid a2a8f6d5-ce5d-445a-87c1-8a5eb59c39da found in kube manager 2025-10-09 22:53:07,713 - INFO - Ingress ctest-nginx-ingress-83279229 verification passed 2025-10-09 22:53:07,719 - DEBUG - Pod ctest-busybox-pod-19823373 not present 2025-10-09 22:53:07,719 - INFO - Creating Pod ctest-busybox-pod-19823373 2025-10-09 22:53:07,753 - DEBUG - Pod : ctest-busybox-pod-19823373 UUID is fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:07,761 - DEBUG - Pod ctest-nginx-pod-56621253 not in running state.Currently in Pending 2025-10-09 22:53:12,768 - DEBUG - Pod ctest-nginx-pod-56621253 not in running state.Currently in Pending 2025-10-09 22:53:17,777 - INFO - Pod ctest-nginx-pod-56621253 is in running state.Got IP 10.47.255.251 2025-10-09 22:53:17,834 - DEBUG - Pod ctest-nginx-pod-56621253 has vmi b4574df2-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:53:17,834 - INFO - Verified pod ctest-nginx-pod-56621253 in contrail-api 2025-10-09 22:53:17,834 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:53:17,847 - DEBUG - VMI b4574df2-a562-11f0-8529-fa163e9a2e95 is active in agent 10.0.0.19 2025-10-09 22:53:17,847 - INFO - Verified Pod ctest-nginx-pod-56621253 in agent 10.0.0.19 2025-10-09 22:53:17,847 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=bb2c62be-46ed-405e-a488-92d01242fc27 2025-10-09 22:53:17,851 - INFO - Pod ctest-nginx-pod-56621253 with uuid bb2c62be-46ed-405e-a488-92d01242fc27 found in kube manager 2025-10-09 22:53:17,851 - INFO - Pod ctest-nginx-pod-56621253 verification passed 2025-10-09 22:53:17,918 - DEBUG - [Pod ctest-nginx-pod-56621253] Cmd: echo ctest-nginx-pod-56621253 > /usr/share/nginx/html/index.html, Output: 2025-10-09 22:53:17,926 - INFO - Pod ctest-nginx-pod-94834665 is in running state.Got IP 10.47.255.250 2025-10-09 22:53:17,941 - DEBUG - Pod ctest-nginx-pod-94834665 has vmi b4be6438-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:53:17,941 - INFO - Verified pod ctest-nginx-pod-94834665 in contrail-api 2025-10-09 22:53:17,942 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:53:17,951 - DEBUG - VMI b4be6438-a562-11f0-8529-fa163e9a2e95 is active in agent 10.0.0.19 2025-10-09 22:53:17,951 - INFO - Verified Pod ctest-nginx-pod-94834665 in agent 10.0.0.19 2025-10-09 22:53:17,951 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=a709a1a1-5e8f-45d7-a034-33d78a2f11c1 2025-10-09 22:53:17,955 - INFO - Pod ctest-nginx-pod-94834665 with uuid a709a1a1-5e8f-45d7-a034-33d78a2f11c1 found in kube manager 2025-10-09 22:53:17,955 - INFO - Pod ctest-nginx-pod-94834665 verification passed 2025-10-09 22:53:18,000 - DEBUG - [Pod ctest-nginx-pod-94834665] Cmd: echo ctest-nginx-pod-94834665 > /usr/share/nginx/html/index.html, Output: 2025-10-09 22:53:18,007 - DEBUG - Pod ctest-busybox-pod-19823373 not in running state.Currently in Pending 2025-10-09 22:53:23,015 - INFO - Pod ctest-busybox-pod-19823373 is in running state.Got IP 10.47.255.248 2025-10-09 22:53:23,026 - DEBUG - Pod ctest-busybox-pod-19823373 has vmi b914f646-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:53:23,026 - INFO - Verified pod ctest-busybox-pod-19823373 in contrail-api 2025-10-09 22:53:23,026 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:53:23,035 - DEBUG - VMI b914f646-a562-11f0-8529-fa163e9a2e95 is active in agent 10.0.0.19 2025-10-09 22:53:23,035 - INFO - Verified Pod ctest-busybox-pod-19823373 in agent 10.0.0.19 2025-10-09 22:53:23,035 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:23,039 - INFO - Pod ctest-busybox-pod-19823373 with uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 found in kube manager 2025-10-09 22:53:23,039 - INFO - Pod ctest-busybox-pod-19823373 verification passed 2025-10-09 22:53:23,088 - DEBUG - [Pod ctest-busybox-pod-19823373] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-56621253 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-10-09 22:53:23,088 - DEBUG - [Pod Pod ctest-busybox-pod-19823373] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-09 22:53:23,088 - DEBUG - [Pod Pod ctest-busybox-pod-19823373] Cmd output: ctest-nginx-pod-56621253 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-10-09 22:53:23,148 - DEBUG - [Pod ctest-busybox-pod-19823373] 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-94834665 2025-10-09 22:53:23,148 - DEBUG - [Pod Pod ctest-busybox-pod-19823373] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-09 22:53:23,148 - DEBUG - [Pod Pod ctest-busybox-pod-19823373] 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-94834665 2025-10-09 22:53:23,148 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-56621253': 1, 'ctest-nginx-pod-94834665': 1} 2025-10-09 22:53:23,149 - WARNING - Nothing to delete parallely 2025-10-09 22:53:23,149 - INFO - Deleting pod default:ctest-busybox-pod-19823373 2025-10-09 22:53:23,162 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:23,173 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:28,173 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:28,179 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:33,180 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:33,187 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:38,188 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:38,194 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:43,195 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:43,201 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:48,202 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:48,234 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:53,236 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:53,243 - WARNING - Pod uuid fd1eed81-3bf3-481b-a9da-2d3460acda97 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:53:58,244 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fd1eed81-3bf3-481b-a9da-2d3460acda97 2025-10-09 22:53:58,249 - DEBUG - Pod fd1eed81-3bf3-481b-a9da-2d3460acda97 is not in agent 10.0.0.19 VM list 2025-10-09 22:53:58,249 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b914f646-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:53:58,254 - DEBUG - VMI b914f646-a562-11f0-8529-fa163e9a2e95 is removed from agent 10.0.0.19 2025-10-09 22:53:58,254 - INFO - Verified that pod ctest-busybox-pod-19823373 is removed in agent 2025-10-09 22:53:58,254 - INFO - Deleting Ingress : ctest-nginx-ingress-83279229 2025-10-09 22:53:58,263 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=a2a8f6d5-ce5d-445a-87c1-8a5eb59c39da 2025-10-09 22:53:58,267 - ERROR - Ingress ctest-nginx-ingress-83279229 with uuid a2a8f6d5-ce5d-445a-87c1-8a5eb59c39da still found in kube manager 2025-10-09 22:53:59,269 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=a2a8f6d5-ce5d-445a-87c1-8a5eb59c39da 2025-10-09 22:53:59,273 - INFO - Ingress ctest-nginx-ingress-83279229 with uuid a2a8f6d5-ce5d-445a-87c1-8a5eb59c39da deleted successfully from kube manager 2025-10-09 22:53:59,273 - INFO - Verifications on Ingress %s cleanup passed 2025-10-09 22:53:59,273 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-09 22:53:59,384 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-09 22:53:59,389 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-09 22:53:59,389 - INFO - Deleting VN __public__ 2025-10-09 22:53:59,562 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/89a83aa6-902c-4ed8-91fd-82fab49e0d87 2025-10-09 22:53:59,568 - DEBUG - Response Code: 404 2025-10-09 22:53:59,568 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-09 22:53:59,573 - DEBUG - Requesting: http://10.0.0.249:8082/domain/1d2afda0-7851-44d8-a048-7289b804694c 2025-10-09 22:53:59,601 - DEBUG - Requesting: http://10.0.0.249:8082/project/7a196197-5752-4077-b966-29c16f416547 2025-10-09 22:53:59,679 - INFO - Validated that VN __public__ is not found in API Server 2025-10-09 22:53:59,679 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-09 22:53:59,684 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:59,691 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-10-09 22:53:59,691 - INFO - Validated that VN __public__ is not in any agent 2025-10-09 22:53:59,691 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:59,707 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 22:53:59,714 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-09 22:53:59,718 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-09 22:53:59,720 - INFO - Deleting pod default:ctest-nginx-pod-94834665 2025-10-09 22:53:59,741 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a709a1a1-5e8f-45d7-a034-33d78a2f11c1 2025-10-09 22:53:59,753 - WARNING - Pod uuid a709a1a1-5e8f-45d7-a034-33d78a2f11c1 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:54:04,754 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a709a1a1-5e8f-45d7-a034-33d78a2f11c1 2025-10-09 22:54:04,760 - DEBUG - Pod a709a1a1-5e8f-45d7-a034-33d78a2f11c1 is not in agent 10.0.0.19 VM list 2025-10-09 22:54:04,760 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4be6438-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:54:04,765 - DEBUG - VMI b4be6438-a562-11f0-8529-fa163e9a2e95 is removed from agent 10.0.0.19 2025-10-09 22:54:04,765 - INFO - Verified that pod ctest-nginx-pod-94834665 is removed in agent 2025-10-09 22:54:04,765 - INFO - Deleting pod default:ctest-nginx-pod-56621253 2025-10-09 22:54:04,786 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb2c62be-46ed-405e-a488-92d01242fc27 2025-10-09 22:54:04,798 - WARNING - Pod uuid bb2c62be-46ed-405e-a488-92d01242fc27 is still seen in agent 10.0.0.19 VM list 2025-10-09 22:54:09,799 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb2c62be-46ed-405e-a488-92d01242fc27 2025-10-09 22:54:09,805 - DEBUG - Pod bb2c62be-46ed-405e-a488-92d01242fc27 is not in agent 10.0.0.19 VM list 2025-10-09 22:54:09,805 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4574df2-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:54:09,810 - DEBUG - VMI b4574df2-a562-11f0-8529-fa163e9a2e95 is removed from agent 10.0.0.19 2025-10-09 22:54:09,810 - INFO - Verified that pod ctest-nginx-pod-56621253 is removed in agent 2025-10-09 22:54:09,810 - INFO - Deleting service : ctest-nginx-svc-20771600 2025-10-09 22:54:10,015 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 22:54:10,022 - DEBUG - No XMPP flaps were noticed during the test 2025-10-09 22:54:10,022 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-10-09 22:54:10,023 - INFO - -------------------------------------------------------------------------------- 2025-10-09 22:54:16,444 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-09 22:54:16,564 - DEBUG - Output : cluster_project={} 2025-10-09 22:54:16,675 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-09 22:54:16,843 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-09 22:54:16,848 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-09 22:54:16,997 - DEBUG - Output : cluster_project={} 2025-10-09 22:54:32,130 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:32,163 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:32,237 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:32,310 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:37,348 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:37,418 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:37,449 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:37,521 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 22:54:37,731 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 22:54:39,378 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-10-09 22:54:39,384 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-10-09 22:54:39,405 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-10-09 22:54:41,427 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-10-09 22:57:50,572 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 22:57:50,609 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=19628b97-03ce-432b-b584-aedab2e4b1bd 2025-10-09 22:57:50,619 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:57:50,624 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:57:50,637 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=7118d87b-9b72-4629-8ad3-0297c9d482b0 2025-10-09 22:57:50,643 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=36bf4e05-f7ba-4e87-91eb-291a68bfb520 2025-10-09 22:57:50,653 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:57:50,657 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=2a77d2ce-1713-44ce-b349-30d3962c4f78 2025-10-09 22:57:50,666 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:57:55,670 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=19628b97-03ce-432b-b584-aedab2e4b1bd 2025-10-09 22:57:55,672 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:57:55,678 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2ba20a2-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:57:55,713 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:57:55,714 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=36bf4e05-f7ba-4e87-91eb-291a68bfb520 2025-10-09 22:57:55,715 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=7118d87b-9b72-4629-8ad3-0297c9d482b0 2025-10-09 22:57:55,716 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:57:55,717 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=2a77d2ce-1713-44ce-b349-30d3962c4f78 2025-10-09 22:57:55,718 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:57:55,732 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e32f8716-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:57:55,735 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3bc164a-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:57:55,736 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4229de8-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:58:00,681 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:58:00,732 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:58:00,735 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:58:00,736 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:58:05,687 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:58:05,740 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:58:05,741 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:58:05,743 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:58:10,694 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:58:10,751 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:58:10,753 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:58:10,753 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:58:15,701 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:58:15,763 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:58:15,764 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:58:15,765 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:58:20,708 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:58:20,775 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:58:20,778 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:58:20,780 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:58:25,719 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a31ca44b-2ba0-48a6-babb-8cde45341f76 2025-10-09 22:58:25,726 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e49d4d5e-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:58:25,784 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8ec091e3-9efa-40cf-bf81-c17cf0af63ad 2025-10-09 22:58:25,789 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e55d4370-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:58:25,791 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04e033c5-92b3-4a63-abfa-ce58e4859230 2025-10-09 22:58:25,792 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1b5ecbe2-2991-43d7-a8f0-ea2f818133ce 2025-10-09 22:58:25,799 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4fbadf4-a562-11f0-8529-fa163e9a2e95 2025-10-09 22:58:25,801 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e5c68358-a562-11f0-8529-fa163e9a2e95