2025-06-20 15:10:28,427 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-06-20 15:10:28,695 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1289-1 2025-06-20 15:10:28,696 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-06-20 15:10:28,729 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1289-1 2025-06-20 15:10:28,729 - DEBUG - [10.0.0.49]: 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-20 15:10:28,828 - DEBUG - Output : NAMES contrail_test_xTDLm5xZX 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-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-dnsmasq-1 2025-06-20 15:10:28,828 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-20 15:10:28,862 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-06-20 15:10:28,862 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-06-20 15:10:28,896 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1289-1 2025-06-20 15:10:28,988 - DEBUG - [10.0.0.240]: Running cmd : hostname 2025-06-20 15:10:29,225 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1289-1 2025-06-20 15:10:29,225 - DEBUG - [10.0.0.240]: Running cmd : hostname -f 2025-06-20 15:10:29,260 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1289-1 2025-06-20 15:10:29,260 - DEBUG - [10.0.0.240]: 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-20 15:10:29,315 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-20 15:10:29,315 - DEBUG - [10.0.0.240]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-20 15:10:29,383 - DEBUG - Output : 10.0.0.240/24 2025-06-20 15:10:29,383 - DEBUG - [10.0.0.240]: Running cmd : getent hosts 10.0.0.240 | head -n 1 | awk '{print $2}' 2025-06-20 15:10:29,422 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1289-1 2025-06-20 15:10:29,519 - INFO - Using existing project ['default-domain', 'k8s-default'](50f7e6b8-9eb8-4567-9464-c0fd87053a8c) 2025-06-20 15:10:29,664 - INFO - Using existing project ['default-domain', 'k8s-default'](50f7e6b8-9eb8-4567-9464-c0fd87053a8c) 2025-06-20 15:10:29,808 - INFO - ================================================================================ 2025-06-20 15:10:29,808 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-20 15:10:29,809 - 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-20 15:10:30,061 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-20 15:10:30,070 - DEBUG - Nothing to compare xmpp stats {'10.0.0.240': {'10.0.0.49': '0'}} with 2025-06-20 15:10:30,070 - INFO - Initial checks done. Running the testcase now 2025-06-20 15:10:30,070 - INFO - 2025-06-20 15:10:30,074 - INFO - Namespace default already exists 2025-06-20 15:10:30,076 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-20 15:10:30,171 - DEBUG - Output : cluster_project={} 2025-06-20 15:10:30,218 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-20 15:10:30,218 - DEBUG - Project uuid in Contrail is 50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:10:30,218 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-20 15:10:30,334 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-20 15:10:30,334 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=9e99b8a6-fc81-455b-90bb-f455f2d24af2 2025-06-20 15:10:30,339 - INFO - Namespace default with uuid 9e99b8a6-fc81-455b-90bb-f455f2d24af2 found in kube manager 2025-06-20 15:10:30,339 - INFO - Namespace default verification passed 2025-06-20 15:10:30,342 - DEBUG - Service ctest-nginx-svc-87998590 not present 2025-06-20 15:10:30,342 - INFO - Creating service ctest-nginx-svc-87998590 2025-06-20 15:10:30,369 - INFO - Created Service ctest-nginx-svc-87998590 2025-06-20 15:10:30,389 - DEBUG - Pod ctest-nginx-pod-48590558 not present 2025-06-20 15:10:30,396 - INFO - Creating Pod ctest-nginx-pod-48590558 2025-06-20 15:10:30,462 - DEBUG - Pod : ctest-nginx-pod-48590558 UUID is 55e6ca1c-0d96-44c2-adb2-7dd03b89a376 2025-06-20 15:10:30,472 - DEBUG - Pod ctest-nginx-pod-32735869 not present 2025-06-20 15:10:30,472 - INFO - Creating Pod ctest-nginx-pod-32735869 2025-06-20 15:10:30,504 - DEBUG - Pod : ctest-nginx-pod-32735869 UUID is 0ceea6c4-2f0d-4a82-a028-0c70b1e11956 2025-06-20 15:10:30,688 - INFO - Created VN __public__, UUID :266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:30,894 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-20 15:10:30,900 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9d782475-9021-4f25-aeea-d910172bdcf8 2025-06-20 15:10:30,915 - DEBUG - Requesting: http://10.0.0.49:8082/project/50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:10:30,977 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:30,988 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:31,045 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:31,060 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:31,070 - DEBUG - Route Targets: [] 2025-06-20 15:10:31,070 - DEBUG - RT names not yet present for VN __public__ 2025-06-20 15:10:36,071 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-20 15:10:36,077 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9d782475-9021-4f25-aeea-d910172bdcf8 2025-06-20 15:10:36,084 - DEBUG - Requesting: http://10.0.0.49:8082/project/50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:10:36,134 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,143 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,151 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:36,158 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:36,163 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/4d257870-8a0a-4e18-ac74-692d04ad5cda 2025-06-20 15:10:36,168 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-20 15:10:36,168 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,176 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:36,188 - INFO - Verified VN network id 14 for VN 266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,188 - INFO - Verifications in API Server for VN __public__ passed 2025-06-20 15:10:36,188 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,196 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:36,203 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:10:36,208 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/4d257870-8a0a-4e18-ac74-692d04ad5cda 2025-06-20 15:10:36,214 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-20 15:10:36,220 - DEBUG - Control-node 10.0.0.49 : 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': '2768436631275128983', 'uuid-lslong': '11688550828937315546'}, 'enable': 'true', 'created': '2025-06-20T15:10:30', 'last-modified': '2025-06-20T15:10:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.384476'} 2025-06-20 15:10:36,220 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:10:36,226 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-20 15:10:36,226 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-20 15:10:36,227 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-20 15:10:36,227 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-20 15:10:36,231 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9d782475-9021-4f25-aeea-d910172bdcf8 2025-06-20 15:10:36,239 - DEBUG - Requesting: http://10.0.0.49:8082/project/50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:10:36,277 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,285 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-20 15:10:36,285 - DEBUG - Verifying the vn in opserver 2025-06-20 15:10:36,285 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-06-20 15:10:36,286 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-06-20 15:10:36,290 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-20 15:10:36,290 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-20 15:10:36,290 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:10:36,298 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:10:36,304 - DEBUG - Do not have enough data to verify VN in agent 2025-06-20 15:10:36,305 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:10:36,312 - DEBUG - VRF ids for VN __public__: {} 2025-06-20 15:10:36,402 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-20 15:10:36,501 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-20 15:10:36,506 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9d782475-9021-4f25-aeea-d910172bdcf8 2025-06-20 15:10:36,513 - DEBUG - Requesting: http://10.0.0.49:8082/project/50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:10:36,545 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,557 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/bd02a3da-7de6-4f93-9618-d2eb6ee4ebe5 2025-06-20 15:10:36,563 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-20 15:10:36,567 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9d782475-9021-4f25-aeea-d910172bdcf8 2025-06-20 15:10:36,574 - DEBUG - Requesting: http://10.0.0.49:8082/project/50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:10:36,613 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/266b7672-c655-4897-a236-130ce1e804da 2025-06-20 15:10:36,622 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-20 15:10:36,622 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-20 15:10:36,629 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-20 15:10:36,634 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-20 15:10:36,634 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-20 15:10:36,637 - DEBUG - Ingress ctest-nginx-ingress-36342157 not present 2025-06-20 15:10:36,637 - INFO - Creating Ingress ctest-nginx-ingress-36342157 2025-06-20 15:10:36,644 - INFO - Created Ingress ctest-nginx-ingress-36342157 2025-06-20 15:10:36,646 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-36342157 2025-06-20 15:10:39,651 - DEBUG - For Ingress ctest-nginx-ingress-36342157, Cluster IP: 10.47.255.249, External IPs ['201.252.100.124'] 2025-06-20 15:10:39,651 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-36342157 2025-06-20 15:10:39,651 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=2817d9ec-2f38-4dd2-a7da-72384bd9b33f 2025-06-20 15:10:39,658 - INFO - Ingress ctest-nginx-ingress-36342157 with uuid 2817d9ec-2f38-4dd2-a7da-72384bd9b33f found in kube manager 2025-06-20 15:10:39,658 - INFO - Ingress ctest-nginx-ingress-36342157 verification passed 2025-06-20 15:10:39,663 - DEBUG - Pod ctest-busybox-pod-13464992 not present 2025-06-20 15:10:39,663 - INFO - Creating Pod ctest-busybox-pod-13464992 2025-06-20 15:10:39,714 - DEBUG - Pod : ctest-busybox-pod-13464992 UUID is ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:10:39,720 - DEBUG - Pod ctest-nginx-pod-48590558 not in running state.Currently in Pending 2025-06-20 15:10:44,727 - INFO - Pod ctest-nginx-pod-48590558 is in running state.Got IP 10.47.255.251 2025-06-20 15:10:44,783 - DEBUG - Pod ctest-nginx-pod-48590558 has vmi b561ac8c-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:10:44,783 - INFO - Verified pod ctest-nginx-pod-48590558 in contrail-api 2025-06-20 15:10:44,784 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:10:44,799 - DEBUG - VMI b561ac8c-4de8-11f0-a92f-fa163e769e3a is active in agent 10.0.0.240 2025-06-20 15:10:44,800 - INFO - Verified Pod ctest-nginx-pod-48590558 in agent 10.0.0.240 2025-06-20 15:10:44,800 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=55e6ca1c-0d96-44c2-adb2-7dd03b89a376 2025-06-20 15:10:44,806 - INFO - Pod ctest-nginx-pod-48590558 with uuid 55e6ca1c-0d96-44c2-adb2-7dd03b89a376 found in kube manager 2025-06-20 15:10:44,806 - INFO - Pod ctest-nginx-pod-48590558 verification passed 2025-06-20 15:10:44,875 - DEBUG - [Pod ctest-nginx-pod-48590558] Cmd: echo ctest-nginx-pod-48590558 > /usr/share/nginx/html/index.html, Output: 2025-06-20 15:10:44,881 - INFO - Pod ctest-nginx-pod-32735869 is in running state.Got IP 10.47.255.250 2025-06-20 15:10:44,893 - DEBUG - Pod ctest-nginx-pod-32735869 has vmi b5d70e64-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:10:44,893 - INFO - Verified pod ctest-nginx-pod-32735869 in contrail-api 2025-06-20 15:10:44,893 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:10:44,905 - DEBUG - VMI b5d70e64-4de8-11f0-a92f-fa163e769e3a is active in agent 10.0.0.240 2025-06-20 15:10:44,905 - INFO - Verified Pod ctest-nginx-pod-32735869 in agent 10.0.0.240 2025-06-20 15:10:44,905 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=0ceea6c4-2f0d-4a82-a028-0c70b1e11956 2025-06-20 15:10:44,909 - INFO - Pod ctest-nginx-pod-32735869 with uuid 0ceea6c4-2f0d-4a82-a028-0c70b1e11956 found in kube manager 2025-06-20 15:10:44,909 - INFO - Pod ctest-nginx-pod-32735869 verification passed 2025-06-20 15:10:44,970 - DEBUG - [Pod ctest-nginx-pod-32735869] Cmd: echo ctest-nginx-pod-32735869 > /usr/share/nginx/html/index.html, Output: 2025-06-20 15:10:44,975 - DEBUG - Pod ctest-busybox-pod-13464992 not in running state.Currently in Pending 2025-06-20 15:10:49,981 - DEBUG - Pod ctest-busybox-pod-13464992 not in running state.Currently in Pending 2025-06-20 15:10:54,987 - INFO - Pod ctest-busybox-pod-13464992 is in running state.Got IP 10.47.255.248 2025-06-20 15:10:55,002 - DEBUG - Pod ctest-busybox-pod-13464992 has vmi ba1d65ae-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:10:55,002 - INFO - Verified pod ctest-busybox-pod-13464992 in contrail-api 2025-06-20 15:10:55,002 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:10:55,013 - DEBUG - VMI ba1d65ae-4de8-11f0-a92f-fa163e769e3a is active in agent 10.0.0.240 2025-06-20 15:10:55,014 - INFO - Verified Pod ctest-busybox-pod-13464992 in agent 10.0.0.240 2025-06-20 15:10:55,014 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:10:55,018 - INFO - Pod ctest-busybox-pod-13464992 with uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 found in kube manager 2025-06-20 15:10:55,019 - INFO - Pod ctest-busybox-pod-13464992 verification passed 2025-06-20 15:10:55,074 - DEBUG - [Pod ctest-busybox-pod-13464992] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-32735869 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-20 15:10:55,076 - DEBUG - [Pod Pod ctest-busybox-pod-13464992] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-20 15:10:55,076 - DEBUG - [Pod Pod ctest-busybox-pod-13464992] Cmd output: ctest-nginx-pod-32735869 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-20 15:10:55,136 - DEBUG - [Pod ctest-busybox-pod-13464992] 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) ctest-nginx-pod-48590558 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-20 15:10:55,136 - DEBUG - [Pod Pod ctest-busybox-pod-13464992] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-20 15:10:55,136 - DEBUG - [Pod Pod ctest-busybox-pod-13464992] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-48590558 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-20 15:10:55,136 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-48590558': 1, 'ctest-nginx-pod-32735869': 1} 2025-06-20 15:10:55,136 - WARNING - Nothing to delete parallely 2025-06-20 15:10:55,137 - INFO - Deleting pod default:ctest-busybox-pod-13464992 2025-06-20 15:10:55,153 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:10:55,161 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:00,162 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:00,169 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:05,170 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:05,180 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:10,180 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:10,187 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:15,188 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:15,198 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:20,199 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:20,211 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:25,212 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:25,221 - WARNING - Pod uuid ad8e32aa-48c6-4e66-9337-755838cbb9f6 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:30,222 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=ad8e32aa-48c6-4e66-9337-755838cbb9f6 2025-06-20 15:11:30,229 - DEBUG - Pod ad8e32aa-48c6-4e66-9337-755838cbb9f6 is not in agent 10.0.0.240 VM list 2025-06-20 15:11:30,229 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ba1d65ae-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:11:30,235 - DEBUG - VMI ba1d65ae-4de8-11f0-a92f-fa163e769e3a is removed from agent 10.0.0.240 2025-06-20 15:11:30,235 - INFO - Verified that pod ctest-busybox-pod-13464992 is removed in agent 2025-06-20 15:11:30,235 - INFO - Deleting Ingress : ctest-nginx-ingress-36342157 2025-06-20 15:11:30,248 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=2817d9ec-2f38-4dd2-a7da-72384bd9b33f 2025-06-20 15:11:30,252 - ERROR - Ingress ctest-nginx-ingress-36342157 with uuid 2817d9ec-2f38-4dd2-a7da-72384bd9b33f still found in kube manager 2025-06-20 15:11:31,253 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=2817d9ec-2f38-4dd2-a7da-72384bd9b33f 2025-06-20 15:11:31,257 - INFO - Ingress ctest-nginx-ingress-36342157 with uuid 2817d9ec-2f38-4dd2-a7da-72384bd9b33f deleted successfully from kube manager 2025-06-20 15:11:31,257 - INFO - Verifications on Ingress %s cleanup passed 2025-06-20 15:11:31,257 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-20 15:11:31,477 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-20 15:11:31,484 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-20 15:11:31,485 - INFO - Deleting VN __public__ 2025-06-20 15:11:31,702 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/1f02639e-10b5-4b16-93d0-cef770c613ab 2025-06-20 15:11:31,711 - DEBUG - Response Code: 404 2025-06-20 15:11:31,711 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-20 15:11:31,742 - DEBUG - Requesting: http://10.0.0.49:8082/domain/9d782475-9021-4f25-aeea-d910172bdcf8 2025-06-20 15:11:31,752 - DEBUG - Requesting: http://10.0.0.49:8082/project/50f7e6b8-9eb8-4567-9464-c0fd87053a8c 2025-06-20 15:11:31,818 - INFO - Validated that VN __public__ is not found in API Server 2025-06-20 15:11:31,818 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-20 15:11:31,828 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:11:31,840 - DEBUG - VN __public__ is not present in Agent 10.0.0.240 2025-06-20 15:11:31,840 - INFO - Validated that VN __public__ is not in any agent 2025-06-20 15:11:31,840 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:11:31,857 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-20 15:11:31,877 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-20 15:11:31,902 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-20 15:11:31,902 - INFO - Deleting pod default:ctest-nginx-pod-32735869 2025-06-20 15:11:31,924 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=0ceea6c4-2f0d-4a82-a028-0c70b1e11956 2025-06-20 15:11:31,971 - WARNING - Pod uuid 0ceea6c4-2f0d-4a82-a028-0c70b1e11956 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:36,972 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=0ceea6c4-2f0d-4a82-a028-0c70b1e11956 2025-06-20 15:11:36,979 - DEBUG - Pod 0ceea6c4-2f0d-4a82-a028-0c70b1e11956 is not in agent 10.0.0.240 VM list 2025-06-20 15:11:36,979 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b5d70e64-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:11:36,988 - DEBUG - VMI b5d70e64-4de8-11f0-a92f-fa163e769e3a is removed from agent 10.0.0.240 2025-06-20 15:11:36,988 - INFO - Verified that pod ctest-nginx-pod-32735869 is removed in agent 2025-06-20 15:11:36,988 - INFO - Deleting pod default:ctest-nginx-pod-48590558 2025-06-20 15:11:36,999 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=55e6ca1c-0d96-44c2-adb2-7dd03b89a376 2025-06-20 15:11:37,010 - WARNING - Pod uuid 55e6ca1c-0d96-44c2-adb2-7dd03b89a376 is still seen in agent 10.0.0.240 VM list 2025-06-20 15:11:42,011 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=55e6ca1c-0d96-44c2-adb2-7dd03b89a376 2025-06-20 15:11:42,019 - DEBUG - Pod 55e6ca1c-0d96-44c2-adb2-7dd03b89a376 is not in agent 10.0.0.240 VM list 2025-06-20 15:11:42,019 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b561ac8c-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:11:42,025 - DEBUG - VMI b561ac8c-4de8-11f0-a92f-fa163e769e3a is removed from agent 10.0.0.240 2025-06-20 15:11:42,025 - INFO - Verified that pod ctest-nginx-pod-48590558 is removed in agent 2025-06-20 15:11:42,025 - INFO - Deleting service : ctest-nginx-svc-87998590 2025-06-20 15:11:42,274 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-20 15:11:42,281 - DEBUG - No XMPP flaps were noticed during the test
2025-06-20 15:11:42,281 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-06-20 15:11:42,281 - INFO - -------------------------------------------------------------------------------- 2025-06-20 15:11:48,674 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-20 15:11:48,800 - DEBUG - Output : cluster_project={} 2025-06-20 15:11:48,851 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-20 15:11:49,041 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-20 15:11:49,046 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-20 15:11:49,159 - DEBUG - Output : cluster_project={} 2025-06-20 15:11:59,288 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:11:59,327 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:11:59,408 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:12:04,453 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:12:09,539 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:12:09,578 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:12:09,659 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:12:09,694 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-20 15:12:09,949 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-20 15:12:12,546 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_ApplicationPolicySetReq? 2025-06-20 15:12:12,554 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AclReq? 2025-06-20 15:12:12,585 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AclReq? 2025-06-20 15:12:14,616 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AclReq? 2025-06-20 15:15:21,557 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-20 15:15:21,630 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=0f656793-db5f-4148-b680-eebadec5c32d 2025-06-20 15:15:21,645 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:21,656 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:21,663 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:21,669 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=0e82c179-6a2a-4dc2-b111-41eb80ffae5f 2025-06-20 15:15:21,676 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=c639bc03-fa90-4b75-b388-bcea383f3fed 2025-06-20 15:15:21,682 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=af25880f-42ab-4e8b-9794-605aa23fb962 2025-06-20 15:15:21,687 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:26,741 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:26,743 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=0e82c179-6a2a-4dc2-b111-41eb80ffae5f 2025-06-20 15:15:26,744 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=c639bc03-fa90-4b75-b388-bcea383f3fed 2025-06-20 15:15:26,746 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:26,747 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:26,748 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=0f656793-db5f-4148-b680-eebadec5c32d 2025-06-20 15:15:26,749 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:26,751 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=af25880f-42ab-4e8b-9794-605aa23fb962 2025-06-20 15:15:26,779 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e5ac1aee-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:26,781 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3f2236a-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:26,782 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e52b5a9e-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:26,784 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e478a7b4-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:31,779 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:31,781 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:31,782 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:31,784 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:36,800 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:36,802 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:36,804 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:36,806 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:41,823 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:41,825 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:41,826 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:41,828 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:46,843 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:46,845 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:46,846 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:46,847 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:51,863 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:51,864 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:51,866 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:51,867 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:56,894 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=2fa1adb8-9883-4297-a76c-4187a881f507 2025-06-20 15:15:56,895 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=e73dff4f-4ec1-4774-b72a-37c4c2116cea 2025-06-20 15:15:56,897 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=bf525e47-6c6a-49d8-bb5b-8ecc2e543a8f 2025-06-20 15:15:56,898 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_VmListReq?uuid=db74a6aa-94b6-40db-b27a-4c834eab6c4a 2025-06-20 15:15:56,918 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6bd4be2-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:56,921 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6412ed6-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:56,922 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e73b68b0-4de8-11f0-a92f-fa163e769e3a 2025-06-20 15:15:56,931 - DEBUG - Requesting: http://10.0.0.240:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7b4baf8-4de8-11f0-a92f-fa163e769e3a