2025-11-18 03:28:54,104 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-11-18 03:28:54,358 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1731-1 2025-11-18 03:28:54,358 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-11-18 03:28:54,393 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1731-1 2025-11-18 03:28:54,393 - 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}' 2025-11-18 03:28:54,459 - DEBUG - Output : NAMES contrail_test_xW6iB8rRG contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-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-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-schema-1 config_api-api-1 config_api-dnsmasq-1 2025-11-18 03:28:54,459 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-18 03:28:54,540 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.74.144.1/24 172.17.0.1/16 2025-11-18 03:28:54,540 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-11-18 03:28:54,573 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1731-1 2025-11-18 03:28:54,675 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-11-18 03:28:54,921 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1731-1 2025-11-18 03:28:54,921 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-11-18 03:28:54,955 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1731-1 2025-11-18 03:28:54,955 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-11-18 03:28:55,038 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-11-18 03:28:55,038 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-18 03:28:55,075 - DEBUG - Output : 10.0.0.22/24 2025-11-18 03:28:55,075 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-11-18 03:28:55,142 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1731-1 2025-11-18 03:28:55,210 - INFO - Using existing project ['default-domain', 'k8s-default'](9d71cd80-c219-472a-94eb-72b274648b24) 2025-11-18 03:28:55,316 - INFO - Using existing project ['default-domain', 'k8s-default'](9d71cd80-c219-472a-94eb-72b274648b24) 2025-11-18 03:28:55,427 - INFO - ================================================================================ 2025-11-18 03:28:55,427 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-18 03:28:55,427 - 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-11-18 03:28:55,681 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 03:28:55,687 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.33': '0'}} with 2025-11-18 03:28:55,688 - INFO - Initial checks done. Running the testcase now 2025-11-18 03:28:55,688 - INFO - 2025-11-18 03:28:55,692 - INFO - Namespace default already exists 2025-11-18 03:28:55,692 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-18 03:28:55,819 - DEBUG - Output : cluster_project={} 2025-11-18 03:28:55,855 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-18 03:28:55,856 - DEBUG - Project uuid in Contrail is 9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:28:55,856 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-18 03:28:55,982 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-18 03:28:55,982 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=32b15cba-94dc-46fe-9464-6ed73191e81a 2025-11-18 03:28:55,986 - INFO - Namespace default with uuid 32b15cba-94dc-46fe-9464-6ed73191e81a found in kube manager 2025-11-18 03:28:55,986 - INFO - Namespace default verification passed 2025-11-18 03:28:55,990 - DEBUG - Service ctest-nginx-svc-26229133 not present 2025-11-18 03:28:55,990 - INFO - Creating service ctest-nginx-svc-26229133 2025-11-18 03:28:56,008 - INFO - Created Service ctest-nginx-svc-26229133 2025-11-18 03:28:56,037 - DEBUG - Pod ctest-nginx-pod-34148649 not present 2025-11-18 03:28:56,037 - INFO - Creating Pod ctest-nginx-pod-34148649 2025-11-18 03:28:56,113 - DEBUG - Pod : ctest-nginx-pod-34148649 UUID is 030724c7-2513-416e-b236-f3aa7308355a 2025-11-18 03:28:56,126 - DEBUG - Pod ctest-nginx-pod-76806629 not present 2025-11-18 03:28:56,127 - INFO - Creating Pod ctest-nginx-pod-76806629 2025-11-18 03:28:56,162 - DEBUG - Pod : ctest-nginx-pod-76806629 UUID is 6cf71dba-3827-4dea-888a-eff35cdeda20 2025-11-18 03:28:56,321 - INFO - Created VN __public__, UUID :38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:28:56,542 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-11-18 03:28:56,552 - DEBUG - Requesting: http://10.0.0.33:8082/domain/c394cb54-fde7-4f3f-8ec0-0fc5dbe2ca67 2025-11-18 03:28:56,570 - DEBUG - Requesting: http://10.0.0.33:8082/project/9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:28:56,610 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:28:56,620 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:28:56,628 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:28:56,633 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:28:56,639 - DEBUG - Route Targets: [] 2025-11-18 03:28:56,639 - DEBUG - RT names not yet present for VN __public__ 2025-11-18 03:29:01,640 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-11-18 03:29:01,647 - DEBUG - Requesting: http://10.0.0.33:8082/domain/c394cb54-fde7-4f3f-8ec0-0fc5dbe2ca67 2025-11-18 03:29:01,656 - DEBUG - Requesting: http://10.0.0.33:8082/project/9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:29:01,697 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:01,708 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:01,717 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:29:01,726 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:29:01,732 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/26d6a37e-ce72-4005-b233-26a213f54b90 2025-11-18 03:29:01,739 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-18 03:29:01,739 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:01,749 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:29:01,764 - INFO - Verified VN network id 13 for VN 38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:01,764 - INFO - Verifications in API Server for VN __public__ passed 2025-11-18 03:29:01,765 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:01,783 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:29:01,791 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:29:01,799 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/26d6a37e-ce72-4005-b233-26a213f54b90 2025-11-18 03:29:01,807 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-18 03:29:01,814 - DEBUG - Control-node 10.0.0.33 : 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': '4091594173588393402', 'uuid-lslong': '10485528247808071230'}, 'enable': 'true', 'created': '2025-11-18T03:28:56', 'last-modified': '2025-11-18T03:28:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.330637'} 2025-11-18 03:29:01,814 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:01,821 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-18 03:29:01,822 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-18 03:29:01,822 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-18 03:29:01,822 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-11-18 03:29:01,828 - DEBUG - Requesting: http://10.0.0.33:8082/domain/c394cb54-fde7-4f3f-8ec0-0fc5dbe2ca67 2025-11-18 03:29:01,835 - DEBUG - Requesting: http://10.0.0.33:8082/project/9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:29:01,882 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:01,891 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-18 03:29:01,891 - DEBUG - Verifying the vn in opserver 2025-11-18 03:29:01,891 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-11-18 03:29:01,891 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-11-18 03:29:01,896 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-18 03:29:01,896 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-18 03:29:01,896 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:01,903 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:01,909 - DEBUG - Do not have enough data to verify VN in agent 2025-11-18 03:29:01,909 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:01,914 - DEBUG - VRF ids for VN __public__: {} 2025-11-18 03:29:02,025 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-18 03:29:02,191 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-11-18 03:29:02,201 - DEBUG - Requesting: http://10.0.0.33:8082/domain/c394cb54-fde7-4f3f-8ec0-0fc5dbe2ca67 2025-11-18 03:29:02,208 - DEBUG - Requesting: http://10.0.0.33:8082/project/9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:29:02,260 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:02,270 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/ef71cbd2-357d-490a-8e5a-016d046a133f 2025-11-18 03:29:02,277 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-11-18 03:29:02,281 - DEBUG - Requesting: http://10.0.0.33:8082/domain/c394cb54-fde7-4f3f-8ec0-0fc5dbe2ca67 2025-11-18 03:29:02,288 - DEBUG - Requesting: http://10.0.0.33:8082/project/9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:29:02,329 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/38c84339-01cb-4dba-9184-1462fcec963e 2025-11-18 03:29:02,337 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-18 03:29:02,337 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-18 03:29:02,344 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-18 03:29:02,354 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-18 03:29:02,354 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-18 03:29:02,357 - DEBUG - Ingress ctest-nginx-ingress-54801225 not present 2025-11-18 03:29:02,358 - INFO - Creating Ingress ctest-nginx-ingress-54801225 2025-11-18 03:29:02,365 - INFO - Created Ingress ctest-nginx-ingress-54801225 2025-11-18 03:29:02,369 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-54801225 2025-11-18 03:29:05,381 - DEBUG - For Ingress ctest-nginx-ingress-54801225, Cluster IP: 10.47.255.249, External IPs ['139.181.68.60'] 2025-11-18 03:29:05,381 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-54801225 2025-11-18 03:29:05,381 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=69dec808-2701-4d53-bceb-39d3fe478d1a 2025-11-18 03:29:05,391 - INFO - Ingress ctest-nginx-ingress-54801225 with uuid 69dec808-2701-4d53-bceb-39d3fe478d1a found in kube manager 2025-11-18 03:29:05,391 - INFO - Ingress ctest-nginx-ingress-54801225 verification passed 2025-11-18 03:29:05,397 - DEBUG - Pod ctest-busybox-pod-13331566 not present 2025-11-18 03:29:05,397 - INFO - Creating Pod ctest-busybox-pod-13331566 2025-11-18 03:29:05,469 - DEBUG - Pod : ctest-busybox-pod-13331566 UUID is 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:05,479 - DEBUG - Pod ctest-nginx-pod-34148649 not in running state.Currently in Pending 2025-11-18 03:29:10,487 - DEBUG - Pod ctest-nginx-pod-34148649 not in running state.Currently in Pending 2025-11-18 03:29:15,496 - INFO - Pod ctest-nginx-pod-34148649 is in running state.Got IP 10.47.255.251 2025-11-18 03:29:15,508 - DEBUG - Pod ctest-nginx-pod-34148649 has vmi b77f055c-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:29:15,508 - INFO - Verified pod ctest-nginx-pod-34148649 in contrail-api 2025-11-18 03:29:15,508 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:29:15,519 - DEBUG - VMI b77f055c-c42e-11f0-82e9-fa163e7eab8d is active in agent 10.0.0.22 2025-11-18 03:29:15,519 - INFO - Verified Pod ctest-nginx-pod-34148649 in agent 10.0.0.22 2025-11-18 03:29:15,519 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=030724c7-2513-416e-b236-f3aa7308355a 2025-11-18 03:29:15,524 - INFO - Pod ctest-nginx-pod-34148649 with uuid 030724c7-2513-416e-b236-f3aa7308355a found in kube manager 2025-11-18 03:29:15,524 - INFO - Pod ctest-nginx-pod-34148649 verification passed 2025-11-18 03:29:15,604 - DEBUG - [Pod ctest-nginx-pod-34148649] Cmd: echo ctest-nginx-pod-34148649 > /usr/share/nginx/html/index.html, Output: 2025-11-18 03:29:15,611 - INFO - Pod ctest-nginx-pod-76806629 is in running state.Got IP 10.47.255.250 2025-11-18 03:29:15,624 - DEBUG - Pod ctest-nginx-pod-76806629 has vmi b7f0f5c2-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:29:15,625 - INFO - Verified pod ctest-nginx-pod-76806629 in contrail-api 2025-11-18 03:29:15,625 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:29:15,636 - DEBUG - VMI b7f0f5c2-c42e-11f0-82e9-fa163e7eab8d is active in agent 10.0.0.22 2025-11-18 03:29:15,636 - INFO - Verified Pod ctest-nginx-pod-76806629 in agent 10.0.0.22 2025-11-18 03:29:15,636 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=6cf71dba-3827-4dea-888a-eff35cdeda20 2025-11-18 03:29:15,640 - INFO - Pod ctest-nginx-pod-76806629 with uuid 6cf71dba-3827-4dea-888a-eff35cdeda20 found in kube manager 2025-11-18 03:29:15,640 - INFO - Pod ctest-nginx-pod-76806629 verification passed 2025-11-18 03:29:15,699 - DEBUG - [Pod ctest-nginx-pod-76806629] Cmd: echo ctest-nginx-pod-76806629 > /usr/share/nginx/html/index.html, Output: 2025-11-18 03:29:15,704 - DEBUG - Pod ctest-busybox-pod-13331566 not in running state.Currently in Pending 2025-11-18 03:29:20,715 - INFO - Pod ctest-busybox-pod-13331566 is in running state.Got IP 10.47.255.248 2025-11-18 03:29:20,770 - DEBUG - Pod ctest-busybox-pod-13331566 has vmi bc633228-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:29:20,770 - INFO - Verified pod ctest-busybox-pod-13331566 in contrail-api 2025-11-18 03:29:20,771 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:29:20,781 - DEBUG - VMI bc633228-c42e-11f0-82e9-fa163e7eab8d is active in agent 10.0.0.22 2025-11-18 03:29:20,781 - INFO - Verified Pod ctest-busybox-pod-13331566 in agent 10.0.0.22 2025-11-18 03:29:20,782 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:20,785 - INFO - Pod ctest-busybox-pod-13331566 with uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 found in kube manager 2025-11-18 03:29:20,785 - INFO - Pod ctest-busybox-pod-13331566 verification passed 2025-11-18 03:29:20,847 - DEBUG - [Pod ctest-busybox-pod-13331566] 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-76806629 2025-11-18 03:29:20,847 - DEBUG - [Pod Pod ctest-busybox-pod-13331566] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 03:29:20,847 - DEBUG - [Pod Pod ctest-busybox-pod-13331566] 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-76806629 2025-11-18 03:29:20,899 - DEBUG - [Pod ctest-busybox-pod-13331566] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-34148649 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-11-18 03:29:20,900 - DEBUG - [Pod Pod ctest-busybox-pod-13331566] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 03:29:20,900 - DEBUG - [Pod Pod ctest-busybox-pod-13331566] Cmd output: ctest-nginx-pod-34148649 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-11-18 03:29:20,900 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-34148649': 1, 'ctest-nginx-pod-76806629': 1} 2025-11-18 03:29:20,900 - WARNING - Nothing to delete parallely 2025-11-18 03:29:20,901 - INFO - Deleting pod default:ctest-busybox-pod-13331566 2025-11-18 03:29:20,919 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:20,926 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:25,926 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:25,933 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:30,934 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:30,940 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:35,941 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:35,947 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:40,949 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:40,955 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:45,956 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:45,963 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:50,964 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:50,974 - WARNING - Pod uuid 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:29:55,976 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 2025-11-18 03:29:55,983 - DEBUG - Pod 2273bf82-cde1-4be3-8c92-3b7ec42bf4b0 is not in agent 10.0.0.22 VM list 2025-11-18 03:29:55,983 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc633228-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:29:55,989 - DEBUG - VMI bc633228-c42e-11f0-82e9-fa163e7eab8d is removed from agent 10.0.0.22 2025-11-18 03:29:55,989 - INFO - Verified that pod ctest-busybox-pod-13331566 is removed in agent 2025-11-18 03:29:55,989 - INFO - Deleting Ingress : ctest-nginx-ingress-54801225 2025-11-18 03:29:56,005 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=69dec808-2701-4d53-bceb-39d3fe478d1a 2025-11-18 03:29:56,013 - ERROR - Ingress ctest-nginx-ingress-54801225 with uuid 69dec808-2701-4d53-bceb-39d3fe478d1a still found in kube manager 2025-11-18 03:29:57,014 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=69dec808-2701-4d53-bceb-39d3fe478d1a 2025-11-18 03:29:57,020 - INFO - Ingress ctest-nginx-ingress-54801225 with uuid 69dec808-2701-4d53-bceb-39d3fe478d1a deleted successfully from kube manager 2025-11-18 03:29:57,021 - INFO - Verifications on Ingress %s cleanup passed 2025-11-18 03:29:57,021 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-18 03:29:57,118 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-18 03:29:57,123 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-18 03:29:57,123 - INFO - Deleting VN __public__ 2025-11-18 03:29:57,268 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/e41a6705-4a67-4ac0-a41f-829ea0d2232f 2025-11-18 03:29:57,272 - DEBUG - Response Code: 404 2025-11-18 03:29:57,272 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-11-18 03:29:57,276 - DEBUG - Requesting: http://10.0.0.33:8082/domain/c394cb54-fde7-4f3f-8ec0-0fc5dbe2ca67 2025-11-18 03:29:57,284 - DEBUG - Requesting: http://10.0.0.33:8082/project/9d71cd80-c219-472a-94eb-72b274648b24 2025-11-18 03:29:57,340 - INFO - Validated that VN __public__ is not found in API Server 2025-11-18 03:29:57,340 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-18 03:29:57,346 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:57,353 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-11-18 03:29:57,353 - INFO - Validated that VN __public__ is not in any agent 2025-11-18 03:29:57,354 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:57,362 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 03:29:57,367 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-18 03:29:57,374 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-18 03:29:57,375 - INFO - Deleting pod default:ctest-nginx-pod-76806629 2025-11-18 03:29:57,391 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6cf71dba-3827-4dea-888a-eff35cdeda20 2025-11-18 03:29:57,411 - WARNING - Pod uuid 6cf71dba-3827-4dea-888a-eff35cdeda20 is still seen in agent 10.0.0.22 VM list 2025-11-18 03:30:02,412 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6cf71dba-3827-4dea-888a-eff35cdeda20 2025-11-18 03:30:02,420 - DEBUG - Pod 6cf71dba-3827-4dea-888a-eff35cdeda20 is not in agent 10.0.0.22 VM list 2025-11-18 03:30:02,420 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b7f0f5c2-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:30:02,426 - DEBUG - VMI b7f0f5c2-c42e-11f0-82e9-fa163e7eab8d is removed from agent 10.0.0.22 2025-11-18 03:30:02,426 - INFO - Verified that pod ctest-nginx-pod-76806629 is removed in agent 2025-11-18 03:30:02,427 - INFO - Deleting pod default:ctest-nginx-pod-34148649 2025-11-18 03:30:02,461 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=030724c7-2513-416e-b236-f3aa7308355a 2025-11-18 03:30:02,469 - WARNING - Pod uuid 030724c7-2513-416e-b236-f3aa7308355a is still seen in agent 10.0.0.22 VM list 2025-11-18 03:30:07,471 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=030724c7-2513-416e-b236-f3aa7308355a 2025-11-18 03:30:07,478 - DEBUG - Pod 030724c7-2513-416e-b236-f3aa7308355a is not in agent 10.0.0.22 VM list 2025-11-18 03:30:07,478 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b77f055c-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:30:07,483 - DEBUG - VMI b77f055c-c42e-11f0-82e9-fa163e7eab8d is removed from agent 10.0.0.22 2025-11-18 03:30:07,483 - INFO - Verified that pod ctest-nginx-pod-34148649 is removed in agent 2025-11-18 03:30:07,484 - INFO - Deleting service : ctest-nginx-svc-26229133 2025-11-18 03:30:07,721 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 03:30:07,727 - DEBUG - No XMPP flaps were noticed during the test 2025-11-18 03:30:07,727 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-11-18 03:30:07,727 - INFO - -------------------------------------------------------------------------------- 2025-11-18 03:30:14,142 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-18 03:30:14,260 - DEBUG - Output : cluster_project={} 2025-11-18 03:30:14,347 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-18 03:30:14,506 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-18 03:30:14,510 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-18 03:30:14,659 - DEBUG - Output : cluster_project={} 2025-11-18 03:30:29,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:29,840 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:29,919 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:29,966 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:35,055 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:35,100 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:35,182 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:35,259 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 03:30:35,509 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 03:30:38,144 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-11-18 03:30:38,151 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-18 03:30:38,175 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-18 03:30:40,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-18 03:33:40,558 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 03:33:40,617 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a13a3bdd-3a25-406c-8f02-c70a755a18d9 2025-11-18 03:33:40,632 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:33:40,646 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b42d6d9-a16f-4e29-bb31-7096858c2ed2 2025-11-18 03:33:40,655 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=42700959-07f4-4721-a25e-6a5ec7090875 2025-11-18 03:33:40,661 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=679ca985-5c14-4a6a-974a-a6339817297c 2025-11-18 03:33:40,686 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:33:40,695 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:33:40,728 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:33:45,732 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=679ca985-5c14-4a6a-974a-a6339817297c 2025-11-18 03:33:45,733 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=42700959-07f4-4721-a25e-6a5ec7090875 2025-11-18 03:33:45,735 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b42d6d9-a16f-4e29-bb31-7096858c2ed2 2025-11-18 03:33:45,736 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:33:45,737 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a13a3bdd-3a25-406c-8f02-c70a755a18d9 2025-11-18 03:33:45,750 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e66f1046-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:33:45,752 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7061fa4-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:33:45,753 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e76f0604-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:33:45,754 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:33:45,755 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:33:45,755 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:33:45,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e5f50648-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:33:50,761 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:33:50,794 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:33:50,795 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:33:50,801 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:33:55,769 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:33:55,804 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:33:55,806 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:33:55,807 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:34:00,778 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:34:00,817 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:34:00,819 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:34:00,820 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:34:05,784 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:34:05,833 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:34:05,834 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:34:05,835 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:34:10,793 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:34:10,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:34:10,848 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:34:10,849 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:34:15,817 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35aaea1a-9654-4165-8ba7-5f098de2e10f 2025-11-18 03:34:15,825 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7eb973c-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:34:15,858 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0335e7ee-ff99-4d07-b4e9-4c22c18eeda5 2025-11-18 03:34:15,860 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ac87637f-8f59-4588-8383-5883e4fe55de 2025-11-18 03:34:15,861 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b920f2b-fb5c-4838-ad0b-3b5113949381 2025-11-18 03:34:15,869 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e8fe2054-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:34:15,871 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e97570f0-c42e-11f0-82e9-fa163e7eab8d 2025-11-18 03:34:15,872 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e85f1ac2-c42e-11f0-82e9-fa163e7eab8d