2026-04-07 17:58:24,426 - DEBUG - [10.0.0.38]: Running cmd : hostname 2026-04-07 17:58:24,688 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1965-1 2026-04-07 17:58:24,688 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2026-04-07 17:58:24,733 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1965-1 2026-04-07 17:58:24,733 - DEBUG - [10.0.0.38]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-04-07 17:58:24,846 - DEBUG - Output : NAMES contrail_test_vhab6a6PI contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 2026-04-07 17:58:24,846 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-07 17:58:24,881 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 252.38.0.1/8 10.182.35.1/24 172.17.0.1/16 2026-04-07 17:58:24,882 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2026-04-07 17:58:24,915 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1965-1 2026-04-07 17:58:25,034 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-04-07 17:58:25,273 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1965-1 2026-04-07 17:58:25,273 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-04-07 17:58:25,298 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1965-1 2026-04-07 17:58:25,298 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-04-07 17:58:25,386 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-04-07 17:58:25,386 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-07 17:58:25,422 - DEBUG - Output : 10.0.0.33/24 2026-04-07 17:58:25,422 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-04-07 17:58:25,457 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1965-1 2026-04-07 17:58:25,526 - INFO - Using existing project ['default-domain', 'k8s-default'](2f62da34-1789-4599-8697-04629be8e906) 2026-04-07 17:58:25,608 - INFO - Using existing project ['default-domain', 'k8s-default'](2f62da34-1789-4599-8697-04629be8e906) 2026-04-07 17:58:25,726 - INFO - ================================================================================ 2026-04-07 17:58:25,726 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-07 17:58:25,727 - 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 2026-04-07 17:58:25,985 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-07 17:58:25,991 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.38': '0'}} with 2026-04-07 17:58:25,992 - INFO - Initial checks done. Running the testcase now 2026-04-07 17:58:25,992 - INFO - 2026-04-07 17:58:25,996 - INFO - Namespace default already exists 2026-04-07 17:58:25,996 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-07 17:58:26,136 - DEBUG - Output : cluster_project={} 2026-04-07 17:58:26,186 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-07 17:58:26,186 - DEBUG - Project uuid in Contrail is 2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:58:26,186 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-07 17:58:26,344 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-07 17:58:26,345 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=9c0498bd-bbc3-458c-a71a-8351209c1859 2026-04-07 17:58:26,349 - INFO - Namespace default with uuid 9c0498bd-bbc3-458c-a71a-8351209c1859 found in kube manager 2026-04-07 17:58:26,349 - INFO - Namespace default verification passed 2026-04-07 17:58:26,353 - DEBUG - Service ctest-nginx-svc-93709668 not present 2026-04-07 17:58:26,353 - INFO - Creating service ctest-nginx-svc-93709668 2026-04-07 17:58:26,377 - INFO - Created Service ctest-nginx-svc-93709668 2026-04-07 17:58:26,386 - DEBUG - Pod ctest-nginx-pod-22209449 not present 2026-04-07 17:58:26,387 - INFO - Creating Pod ctest-nginx-pod-22209449 2026-04-07 17:58:26,479 - DEBUG - Pod : ctest-nginx-pod-22209449 UUID is 725274f9-3aaf-4d3e-8d77-6a2b2670916b 2026-04-07 17:58:26,491 - DEBUG - Pod ctest-nginx-pod-82140949 not present 2026-04-07 17:58:26,492 - INFO - Creating Pod ctest-nginx-pod-82140949 2026-04-07 17:58:26,530 - DEBUG - Pod : ctest-nginx-pod-82140949 UUID is 82a8ae04-71bb-48e1-8704-2c815d9dc0b0 2026-04-07 17:58:26,708 - INFO - Created VN __public__, UUID :dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:26,997 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-04-07 17:58:27,005 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e11b63b1-de5b-4035-9145-43d1ef69cbe1 2026-04-07 17:58:27,034 - DEBUG - Requesting: http://10.0.0.38:8082/project/2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:58:27,148 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:27,200 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:27,217 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:27,234 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:27,258 - DEBUG - Route Targets: [] 2026-04-07 17:58:27,258 - DEBUG - RT names not yet present for VN __public__ 2026-04-07 17:58:32,259 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-04-07 17:58:32,265 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e11b63b1-de5b-4035-9145-43d1ef69cbe1 2026-04-07 17:58:32,272 - DEBUG - Requesting: http://10.0.0.38:8082/project/2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:58:32,329 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,340 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,348 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:32,354 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:32,360 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/1e1a3618-c3d2-4214-830a-93bd588634c0 2026-04-07 17:58:32,365 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-07 17:58:32,365 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,375 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:32,387 - INFO - Verified VN network id 13 for VN dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,388 - INFO - Verifications in API Server for VN __public__ passed 2026-04-07 17:58:32,389 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,398 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:32,404 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:58:32,412 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/1e1a3618-c3d2-4214-830a-93bd588634c0 2026-04-07 17:58:32,421 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-07 17:58:32,435 - DEBUG - Control-node 10.0.0.38 : 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': '16053498055809386376', 'uuid-lslong': '9844391154303266229'}, 'enable': 'true', 'created': '2026-04-07T17:58:26', 'last-modified': '2026-04-07T17:58:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.544196'} 2026-04-07 17:58:32,435 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:58:32,447 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-07 17:58:32,447 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-07 17:58:32,448 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-07 17:58:32,448 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-04-07 17:58:32,454 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e11b63b1-de5b-4035-9145-43d1ef69cbe1 2026-04-07 17:58:32,463 - DEBUG - Requesting: http://10.0.0.38:8082/project/2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:58:32,527 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,538 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-07 17:58:32,538 - DEBUG - Verifying the vn in opserver 2026-04-07 17:58:32,538 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2026-04-07 17:58:32,538 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2026-04-07 17:58:32,544 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-04-07 17:58:32,544 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-07 17:58:32,544 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:58:32,557 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:58:32,566 - DEBUG - Do not have enough data to verify VN in agent 2026-04-07 17:58:32,567 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:58:32,580 - DEBUG - VRF ids for VN __public__: {} 2026-04-07 17:58:32,650 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-07 17:58:32,829 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-04-07 17:58:32,835 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e11b63b1-de5b-4035-9145-43d1ef69cbe1 2026-04-07 17:58:32,843 - DEBUG - Requesting: http://10.0.0.38:8082/project/2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:58:32,875 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,888 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/f4830fa2-d95b-4e5c-81ed-38514c3c86f4 2026-04-07 17:58:32,899 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-04-07 17:58:32,906 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e11b63b1-de5b-4035-9145-43d1ef69cbe1 2026-04-07 17:58:32,917 - DEBUG - Requesting: http://10.0.0.38:8082/project/2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:58:32,971 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/dec97b6d-3af1-4788-889e-4d98d63e6db5 2026-04-07 17:58:32,983 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-07 17:58:32,983 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-07 17:58:32,993 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-07 17:58:33,005 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-07 17:58:33,005 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-07 17:58:33,008 - DEBUG - Ingress ctest-nginx-ingress-79055245 not present 2026-04-07 17:58:33,008 - INFO - Creating Ingress ctest-nginx-ingress-79055245 2026-04-07 17:58:33,017 - INFO - Created Ingress ctest-nginx-ingress-79055245 2026-04-07 17:58:33,021 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-79055245 2026-04-07 17:58:36,028 - DEBUG - For Ingress ctest-nginx-ingress-79055245, Cluster IP: 10.47.255.249, External IPs ['80.103.205.60'] 2026-04-07 17:58:36,028 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-79055245 2026-04-07 17:58:36,029 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=b891160b-56c5-4ed1-a426-074e0df1ff44 2026-04-07 17:58:36,033 - INFO - Ingress ctest-nginx-ingress-79055245 with uuid b891160b-56c5-4ed1-a426-074e0df1ff44 found in kube manager 2026-04-07 17:58:36,033 - INFO - Ingress ctest-nginx-ingress-79055245 verification passed 2026-04-07 17:58:36,035 - DEBUG - Pod ctest-busybox-pod-19878697 not present 2026-04-07 17:58:36,036 - INFO - Creating Pod ctest-busybox-pod-19878697 2026-04-07 17:58:36,067 - DEBUG - Pod : ctest-busybox-pod-19878697 UUID is d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:58:36,075 - DEBUG - Pod ctest-nginx-pod-22209449 not in running state.Currently in Pending 2026-04-07 17:58:41,097 - INFO - Pod ctest-nginx-pod-22209449 is in running state.Got IP 10.47.255.251 2026-04-07 17:58:41,109 - DEBUG - Pod ctest-nginx-pod-22209449 has vmi 616f5982-32ab-11f1-a0fc-fa163ec94182 2026-04-07 17:58:41,109 - INFO - Verified pod ctest-nginx-pod-22209449 in contrail-api 2026-04-07 17:58:41,109 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:58:41,119 - DEBUG - VMI 616f5982-32ab-11f1-a0fc-fa163ec94182 is active in agent 10.0.0.33 2026-04-07 17:58:41,120 - INFO - Verified Pod ctest-nginx-pod-22209449 in agent 10.0.0.33 2026-04-07 17:58:41,120 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=725274f9-3aaf-4d3e-8d77-6a2b2670916b 2026-04-07 17:58:41,124 - INFO - Pod ctest-nginx-pod-22209449 with uuid 725274f9-3aaf-4d3e-8d77-6a2b2670916b found in kube manager 2026-04-07 17:58:41,124 - INFO - Pod ctest-nginx-pod-22209449 verification passed 2026-04-07 17:58:41,204 - DEBUG - [Pod ctest-nginx-pod-22209449] Cmd: echo ctest-nginx-pod-22209449 > /usr/share/nginx/html/index.html, Output: 2026-04-07 17:58:41,211 - INFO - Pod ctest-nginx-pod-82140949 is in running state.Got IP 10.47.255.250 2026-04-07 17:58:41,223 - DEBUG - Pod ctest-nginx-pod-82140949 has vmi 61e1b5c2-32ab-11f1-a0fc-fa163ec94182 2026-04-07 17:58:41,223 - INFO - Verified pod ctest-nginx-pod-82140949 in contrail-api 2026-04-07 17:58:41,223 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:58:41,232 - DEBUG - VMI 61e1b5c2-32ab-11f1-a0fc-fa163ec94182 is active in agent 10.0.0.33 2026-04-07 17:58:41,232 - INFO - Verified Pod ctest-nginx-pod-82140949 in agent 10.0.0.33 2026-04-07 17:58:41,232 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=82a8ae04-71bb-48e1-8704-2c815d9dc0b0 2026-04-07 17:58:41,236 - INFO - Pod ctest-nginx-pod-82140949 with uuid 82a8ae04-71bb-48e1-8704-2c815d9dc0b0 found in kube manager 2026-04-07 17:58:41,236 - INFO - Pod ctest-nginx-pod-82140949 verification passed 2026-04-07 17:58:41,287 - DEBUG - [Pod ctest-nginx-pod-82140949] Cmd: echo ctest-nginx-pod-82140949 > /usr/share/nginx/html/index.html, Output: 2026-04-07 17:58:41,297 - DEBUG - Pod ctest-busybox-pod-19878697 not in running state.Currently in Pending 2026-04-07 17:58:46,306 - INFO - Pod ctest-busybox-pod-19878697 is in running state.Got IP 10.47.255.248 2026-04-07 17:58:46,365 - DEBUG - Pod ctest-busybox-pod-19878697 has vmi 664d81fe-32ab-11f1-a0fc-fa163ec94182 2026-04-07 17:58:46,365 - INFO - Verified pod ctest-busybox-pod-19878697 in contrail-api 2026-04-07 17:58:46,365 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:58:46,377 - DEBUG - VMI 664d81fe-32ab-11f1-a0fc-fa163ec94182 is active in agent 10.0.0.33 2026-04-07 17:58:46,377 - INFO - Verified Pod ctest-busybox-pod-19878697 in agent 10.0.0.33 2026-04-07 17:58:46,377 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:58:46,381 - INFO - Pod ctest-busybox-pod-19878697 with uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 found in kube manager 2026-04-07 17:58:46,381 - INFO - Pod ctest-busybox-pod-19878697 verification passed 2026-04-07 17:58:46,434 - DEBUG - [Pod ctest-busybox-pod-19878697] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22209449 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-07 17:58:46,434 - DEBUG - [Pod Pod ctest-busybox-pod-19878697] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-07 17:58:46,434 - DEBUG - [Pod Pod ctest-busybox-pod-19878697] Cmd output: ctest-nginx-pod-22209449 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-07 17:58:46,499 - DEBUG - [Pod ctest-busybox-pod-19878697] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-82140949 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-07 17:58:46,499 - DEBUG - [Pod Pod ctest-busybox-pod-19878697] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-07 17:58:46,499 - DEBUG - [Pod Pod ctest-busybox-pod-19878697] Cmd output: ctest-nginx-pod-82140949 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-07 17:58:46,499 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-22209449': 1, 'ctest-nginx-pod-82140949': 1} 2026-04-07 17:58:46,499 - WARNING - Nothing to delete parallely 2026-04-07 17:58:46,500 - INFO - Deleting pod default:ctest-busybox-pod-19878697 2026-04-07 17:58:46,513 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:58:46,520 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:58:51,521 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:58:51,526 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:58:56,527 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:58:56,533 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:01,534 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:59:01,541 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:06,542 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:59:06,553 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:11,554 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:59:11,564 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:16,565 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:59:16,571 - WARNING - Pod uuid d47fba4a-d573-489b-af36-0a8d9ed34f34 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:21,572 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d47fba4a-d573-489b-af36-0a8d9ed34f34 2026-04-07 17:59:21,578 - DEBUG - Pod d47fba4a-d573-489b-af36-0a8d9ed34f34 is not in agent 10.0.0.33 VM list 2026-04-07 17:59:21,578 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:664d81fe-32ab-11f1-a0fc-fa163ec94182 2026-04-07 17:59:21,583 - DEBUG - VMI 664d81fe-32ab-11f1-a0fc-fa163ec94182 is removed from agent 10.0.0.33 2026-04-07 17:59:21,583 - INFO - Verified that pod ctest-busybox-pod-19878697 is removed in agent 2026-04-07 17:59:21,583 - INFO - Deleting Ingress : ctest-nginx-ingress-79055245 2026-04-07 17:59:21,599 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=b891160b-56c5-4ed1-a426-074e0df1ff44 2026-04-07 17:59:21,603 - ERROR - Ingress ctest-nginx-ingress-79055245 with uuid b891160b-56c5-4ed1-a426-074e0df1ff44 still found in kube manager 2026-04-07 17:59:22,604 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=b891160b-56c5-4ed1-a426-074e0df1ff44 2026-04-07 17:59:22,607 - INFO - Ingress ctest-nginx-ingress-79055245 with uuid b891160b-56c5-4ed1-a426-074e0df1ff44 deleted successfully from kube manager 2026-04-07 17:59:22,608 - INFO - Verifications on Ingress %s cleanup passed 2026-04-07 17:59:22,608 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-07 17:59:22,687 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-07 17:59:22,696 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-07 17:59:22,696 - INFO - Deleting VN __public__ 2026-04-07 17:59:22,866 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/2a52bf78-3acc-4b28-9d44-ced4c44ff79a 2026-04-07 17:59:22,873 - DEBUG - Response Code: 404 2026-04-07 17:59:22,873 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-04-07 17:59:22,886 - DEBUG - Requesting: http://10.0.0.38:8082/domain/e11b63b1-de5b-4035-9145-43d1ef69cbe1 2026-04-07 17:59:22,892 - DEBUG - Requesting: http://10.0.0.38:8082/project/2f62da34-1789-4599-8697-04629be8e906 2026-04-07 17:59:22,941 - INFO - Validated that VN __public__ is not found in API Server 2026-04-07 17:59:22,941 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-07 17:59:22,950 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:59:22,964 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2026-04-07 17:59:22,964 - INFO - Validated that VN __public__ is not in any agent 2026-04-07 17:59:22,964 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:59:22,978 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-07 17:59:22,984 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-07 17:59:22,990 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-07 17:59:22,991 - INFO - Deleting pod default:ctest-nginx-pod-82140949 2026-04-07 17:59:23,010 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=82a8ae04-71bb-48e1-8704-2c815d9dc0b0 2026-04-07 17:59:23,036 - WARNING - Pod uuid 82a8ae04-71bb-48e1-8704-2c815d9dc0b0 is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:28,037 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=82a8ae04-71bb-48e1-8704-2c815d9dc0b0 2026-04-07 17:59:28,050 - DEBUG - Pod 82a8ae04-71bb-48e1-8704-2c815d9dc0b0 is not in agent 10.0.0.33 VM list 2026-04-07 17:59:28,050 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:61e1b5c2-32ab-11f1-a0fc-fa163ec94182 2026-04-07 17:59:28,057 - DEBUG - VMI 61e1b5c2-32ab-11f1-a0fc-fa163ec94182 is removed from agent 10.0.0.33 2026-04-07 17:59:28,057 - INFO - Verified that pod ctest-nginx-pod-82140949 is removed in agent 2026-04-07 17:59:28,058 - INFO - Deleting pod default:ctest-nginx-pod-22209449 2026-04-07 17:59:28,080 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=725274f9-3aaf-4d3e-8d77-6a2b2670916b 2026-04-07 17:59:28,087 - WARNING - Pod uuid 725274f9-3aaf-4d3e-8d77-6a2b2670916b is still seen in agent 10.0.0.33 VM list 2026-04-07 17:59:33,088 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=725274f9-3aaf-4d3e-8d77-6a2b2670916b 2026-04-07 17:59:33,094 - DEBUG - Pod 725274f9-3aaf-4d3e-8d77-6a2b2670916b is not in agent 10.0.0.33 VM list 2026-04-07 17:59:33,094 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:616f5982-32ab-11f1-a0fc-fa163ec94182 2026-04-07 17:59:33,099 - DEBUG - VMI 616f5982-32ab-11f1-a0fc-fa163ec94182 is removed from agent 10.0.0.33 2026-04-07 17:59:33,099 - INFO - Verified that pod ctest-nginx-pod-22209449 is removed in agent 2026-04-07 17:59:33,099 - INFO - Deleting service : ctest-nginx-svc-93709668 2026-04-07 17:59:33,350 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-07 17:59:33,356 - DEBUG - No XMPP flaps were noticed during the test 2026-04-07 17:59:33,356 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2026-04-07 17:59:33,356 - INFO - -------------------------------------------------------------------------------- 2026-04-07 17:59:39,843 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-07 17:59:39,960 - DEBUG - Output : cluster_project={} 2026-04-07 17:59:40,028 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-07 17:59:40,212 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-07 17:59:40,217 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-07 17:59:40,391 - DEBUG - Output : cluster_project={} 2026-04-07 17:59:50,522 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:59:55,561 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:59:55,645 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:59:55,678 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:59:55,753 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 17:59:55,830 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 18:00:00,870 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 18:00:00,945 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-07 18:00:01,197 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-07 18:00:03,735 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2026-04-07 18:00:03,741 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-04-07 18:00:03,771 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-04-07 18:00:05,795 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-04-07 18:15:03,441 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-07 18:15:03,484 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:03,515 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8f310698-f2f3-4d38-9b3d-b2be8a02003e 2026-04-07 18:15:03,523 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c1794d1a-9c50-4920-9c1a-caca85636ad4 2026-04-07 18:15:03,528 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:03,532 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8ceeb609-ce57-4947-95c4-ca4c2e7bfbd1 2026-04-07 18:15:03,538 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:03,542 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4fa6383a-81aa-4421-bf39-e2a78214f505 2026-04-07 18:15:03,547 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:08,596 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:08,597 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c1794d1a-9c50-4920-9c1a-caca85636ad4 2026-04-07 18:15:08,599 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:08,600 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8f310698-f2f3-4d38-9b3d-b2be8a02003e 2026-04-07 18:15:08,601 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:08,601 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:08,602 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4fa6383a-81aa-4421-bf39-e2a78214f505 2026-04-07 18:15:08,603 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8ceeb609-ce57-4947-95c4-ca4c2e7bfbd1 2026-04-07 18:15:08,622 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8cfdb3dc-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:08,623 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e8294f2-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:08,625 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8d763b5e-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:08,626 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e0f402e-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:13,624 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:13,626 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:13,627 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:13,627 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:13,638 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8ceeb609-ce57-4947-95c4-ca4c2e7bfbd1 2026-04-07 18:15:13,644 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8cfdb3dc-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:18,638 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:18,640 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:18,642 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:18,643 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:23,654 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:23,656 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:23,657 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:23,658 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:28,670 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:28,671 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:28,674 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:28,675 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:33,687 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:33,688 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:33,689 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:33,690 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:38,727 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=db5099b6-a51a-4df4-9b32-da317dbd2c06 2026-04-07 18:15:38,728 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0545a77f-68a0-42d8-a08c-9fdfe5c4f4d1 2026-04-07 18:15:38,729 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3032d56e-fb8a-4534-bd2e-3629b493699f 2026-04-07 18:15:38,730 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=66e36f43-3687-4bd7-9ee8-014e733c147a 2026-04-07 18:15:38,741 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f6c2dc4-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:38,741 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9047b24a-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:38,744 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f063be0-32ab-11f1-a0fc-fa163ec94182 2026-04-07 18:15:38,745 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fdcfae0-32ab-11f1-a0fc-fa163ec94182