2025-03-24 10:58:01,886 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-03-24 10:58:02,186 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1046-1 2025-03-24 10:58:02,186 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-03-24 10:58:02,232 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1046-1 2025-03-24 10:58:02,233 - DEBUG - [10.0.0.41]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-24 10:58:02,344 - DEBUG - Output : NAMES contrail_test_u2qqTCp6d contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2025-03-24 10:58:02,344 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-24 10:58:02,430 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2025-03-24 10:58:02,430 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-03-24 10:58:02,464 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1046-1 2025-03-24 10:58:02,561 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-03-24 10:58:02,842 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1046-1 2025-03-24 10:58:02,843 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-03-24 10:58:02,913 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1046-1 2025-03-24 10:58:02,913 - DEBUG - [10.0.0.29]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-24 10:58:02,968 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-24 10:58:02,968 - DEBUG - [10.0.0.29]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-24 10:58:03,015 - DEBUG - Output : 10.0.0.29/24 2025-03-24 10:58:03,016 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-03-24 10:58:03,080 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1046-1 2025-03-24 10:58:03,161 - INFO - Using existing project ['default-domain', 'k8s-default'](05c119d3-7a66-4f87-aa90-9abaf405170c) 2025-03-24 10:58:03,290 - INFO - Using existing project ['default-domain', 'k8s-default'](05c119d3-7a66-4f87-aa90-9abaf405170c) 2025-03-24 10:58:03,474 - INFO - ================================================================================ 2025-03-24 10:58:03,474 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-24 10:58:03,476 - 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-03-24 10:58:03,775 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 10:58:03,785 - DEBUG - Nothing to compare xmpp stats {'10.0.0.29': {'10.0.0.41': '0'}} with 2025-03-24 10:58:03,785 - INFO - Initial checks done. Running the testcase now 2025-03-24 10:58:03,786 - INFO - 2025-03-24 10:58:03,791 - INFO - Namespace default already exists 2025-03-24 10:58:03,791 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-24 10:58:04,014 - DEBUG - Output : cluster_project={} 2025-03-24 10:58:04,067 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-24 10:58:04,068 - DEBUG - Project uuid in Contrail is 05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:58:04,068 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-24 10:58:04,220 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-24 10:58:04,220 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=4c8e1fb7-4e4a-4812-8c60-44d5c1fc330c 2025-03-24 10:58:04,226 - INFO - Namespace default with uuid 4c8e1fb7-4e4a-4812-8c60-44d5c1fc330c found in kube manager 2025-03-24 10:58:04,226 - INFO - Namespace default verification passed 2025-03-24 10:58:04,233 - DEBUG - Service ctest-nginx-svc-01558502 not present 2025-03-24 10:58:04,234 - INFO - Creating service ctest-nginx-svc-01558502 2025-03-24 10:58:04,256 - INFO - Created Service ctest-nginx-svc-01558502 2025-03-24 10:58:04,278 - DEBUG - Pod ctest-nginx-pod-71328422 not present 2025-03-24 10:58:04,278 - INFO - Creating Pod ctest-nginx-pod-71328422 2025-03-24 10:58:04,338 - DEBUG - Pod : ctest-nginx-pod-71328422 UUID is c1833024-1721-442d-99e2-7ebf0b469b70 2025-03-24 10:58:04,344 - DEBUG - Pod ctest-nginx-pod-38903854 not present 2025-03-24 10:58:04,344 - INFO - Creating Pod ctest-nginx-pod-38903854 2025-03-24 10:58:04,384 - DEBUG - Pod : ctest-nginx-pod-38903854 UUID is 8cfac880-9e27-4434-91e6-0965b394972e 2025-03-24 10:58:04,598 - INFO - Created VN __public__, UUID :334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:04,900 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-24 10:58:04,914 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dc0e26d5-f258-4a5a-8606-a49effd54f81 2025-03-24 10:58:04,928 - DEBUG - Requesting: http://10.0.0.41:8082/project/05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:58:05,015 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:05,028 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:05,081 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:05,119 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:05,141 - DEBUG - Route Targets: [] 2025-03-24 10:58:05,141 - DEBUG - RT names not yet present for VN __public__ 2025-03-24 10:58:10,142 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-24 10:58:10,150 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dc0e26d5-f258-4a5a-8606-a49effd54f81 2025-03-24 10:58:10,166 - DEBUG - Requesting: http://10.0.0.41:8082/project/05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:58:10,232 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,250 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,264 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:10,274 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:10,283 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/5c5c359c-42cc-4eb0-bbd7-d311c5b38a10 2025-03-24 10:58:10,292 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-24 10:58:10,292 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,303 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:10,319 - INFO - Verified VN network id 13 for VN 334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,319 - INFO - Verifications in API Server for VN __public__ passed 2025-03-24 10:58:10,319 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,329 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:10,338 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:58:10,346 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/5c5c359c-42cc-4eb0-bbd7-d311c5b38a10 2025-03-24 10:58:10,353 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-24 10:58:10,359 - DEBUG - Control-node 10.0.0.41 : 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': '3695773933920012176', 'uuid-lslong': '13735676955830493060'}, 'enable': 'true', 'created': '2025-03-24T10:58:04', 'last-modified': '2025-03-24T10:58:04', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.565897'} 2025-03-24 10:58:10,359 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:58:10,368 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-24 10:58:10,368 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-24 10:58:10,369 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-24 10:58:10,369 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-24 10:58:10,376 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dc0e26d5-f258-4a5a-8606-a49effd54f81 2025-03-24 10:58:10,394 - DEBUG - Requesting: http://10.0.0.41:8082/project/05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:58:10,449 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,467 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-24 10:58:10,467 - DEBUG - Verifying the vn in opserver 2025-03-24 10:58:10,467 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-03-24 10:58:10,467 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-03-24 10:58:10,473 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-24 10:58:10,473 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-24 10:58:10,473 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:58:10,482 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:58:10,490 - DEBUG - Do not have enough data to verify VN in agent 2025-03-24 10:58:10,490 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:58:10,497 - DEBUG - VRF ids for VN __public__: {} 2025-03-24 10:58:10,604 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-24 10:58:10,717 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-24 10:58:10,729 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dc0e26d5-f258-4a5a-8606-a49effd54f81 2025-03-24 10:58:10,737 - DEBUG - Requesting: http://10.0.0.41:8082/project/05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:58:10,789 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,802 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/46a88b3c-f7f3-4f68-80a4-aa768799a4e6 2025-03-24 10:58:10,810 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-24 10:58:10,816 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dc0e26d5-f258-4a5a-8606-a49effd54f81 2025-03-24 10:58:10,825 - DEBUG - Requesting: http://10.0.0.41:8082/project/05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:58:10,876 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/334a06cf-d573-4790-be9e-ed6aa5cb9f84 2025-03-24 10:58:10,886 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-24 10:58:10,886 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-24 10:58:10,896 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-24 10:58:10,904 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-24 10:58:10,904 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-24 10:58:10,908 - DEBUG - Ingress ctest-nginx-ingress-31293998 not present 2025-03-24 10:58:10,908 - INFO - Creating Ingress ctest-nginx-ingress-31293998 2025-03-24 10:58:10,916 - INFO - Created Ingress ctest-nginx-ingress-31293998 2025-03-24 10:58:10,920 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-31293998 2025-03-24 10:58:13,932 - DEBUG - For Ingress ctest-nginx-ingress-31293998, Cluster IP: 10.47.255.249, External IPs ['56.69.173.252'] 2025-03-24 10:58:13,932 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-31293998 2025-03-24 10:58:13,932 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=98efa562-0863-4464-920a-d43af60db4d6 2025-03-24 10:58:13,937 - INFO - Ingress ctest-nginx-ingress-31293998 with uuid 98efa562-0863-4464-920a-d43af60db4d6 found in kube manager 2025-03-24 10:58:13,937 - INFO - Ingress ctest-nginx-ingress-31293998 verification passed 2025-03-24 10:58:13,939 - DEBUG - Pod ctest-busybox-pod-71171452 not present 2025-03-24 10:58:13,940 - INFO - Creating Pod ctest-busybox-pod-71171452 2025-03-24 10:58:13,963 - DEBUG - Pod : ctest-busybox-pod-71171452 UUID is d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:13,977 - DEBUG - Pod ctest-nginx-pod-71328422 not in running state.Currently in Pending 2025-03-24 10:58:18,984 - INFO - Pod ctest-nginx-pod-71328422 is in running state.Got IP 10.47.255.251 2025-03-24 10:58:19,005 - DEBUG - Pod ctest-nginx-pod-71328422 has vmi dd6d632c-089e-11f0-8e15-fa163ea689a5 2025-03-24 10:58:19,005 - INFO - Verified pod ctest-nginx-pod-71328422 in contrail-api 2025-03-24 10:58:19,005 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:58:19,023 - DEBUG - VMI dd6d632c-089e-11f0-8e15-fa163ea689a5 is active in agent 10.0.0.29 2025-03-24 10:58:19,024 - INFO - Verified Pod ctest-nginx-pod-71328422 in agent 10.0.0.29 2025-03-24 10:58:19,024 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=c1833024-1721-442d-99e2-7ebf0b469b70 2025-03-24 10:58:19,031 - INFO - Pod ctest-nginx-pod-71328422 with uuid c1833024-1721-442d-99e2-7ebf0b469b70 found in kube manager 2025-03-24 10:58:19,031 - INFO - Pod ctest-nginx-pod-71328422 verification passed 2025-03-24 10:58:19,095 - DEBUG - [Pod ctest-nginx-pod-71328422] Cmd: echo ctest-nginx-pod-71328422 > /usr/share/nginx/html/index.html, Output: 2025-03-24 10:58:19,102 - INFO - Pod ctest-nginx-pod-38903854 is in running state.Got IP 10.47.255.250 2025-03-24 10:58:19,164 - DEBUG - Pod ctest-nginx-pod-38903854 has vmi de000c7c-089e-11f0-8e15-fa163ea689a5 2025-03-24 10:58:19,164 - INFO - Verified pod ctest-nginx-pod-38903854 in contrail-api 2025-03-24 10:58:19,165 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:58:19,178 - DEBUG - VMI de000c7c-089e-11f0-8e15-fa163ea689a5 is active in agent 10.0.0.29 2025-03-24 10:58:19,178 - INFO - Verified Pod ctest-nginx-pod-38903854 in agent 10.0.0.29 2025-03-24 10:58:19,178 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=8cfac880-9e27-4434-91e6-0965b394972e 2025-03-24 10:58:19,184 - INFO - Pod ctest-nginx-pod-38903854 with uuid 8cfac880-9e27-4434-91e6-0965b394972e found in kube manager 2025-03-24 10:58:19,184 - INFO - Pod ctest-nginx-pod-38903854 verification passed 2025-03-24 10:58:19,255 - DEBUG - [Pod ctest-nginx-pod-38903854] Cmd: echo ctest-nginx-pod-38903854 > /usr/share/nginx/html/index.html, Output: 2025-03-24 10:58:19,262 - DEBUG - Pod ctest-busybox-pod-71171452 not in running state.Currently in Pending 2025-03-24 10:58:24,269 - DEBUG - Pod ctest-busybox-pod-71171452 not in running state.Currently in Pending 2025-03-24 10:58:29,276 - INFO - Pod ctest-busybox-pod-71171452 is in running state.Got IP 10.47.255.248 2025-03-24 10:58:29,292 - DEBUG - Pod ctest-busybox-pod-71171452 has vmi e25efd64-089e-11f0-8e15-fa163ea689a5 2025-03-24 10:58:29,292 - INFO - Verified pod ctest-busybox-pod-71171452 in contrail-api 2025-03-24 10:58:29,292 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:58:29,305 - DEBUG - VMI e25efd64-089e-11f0-8e15-fa163ea689a5 is active in agent 10.0.0.29 2025-03-24 10:58:29,305 - INFO - Verified Pod ctest-busybox-pod-71171452 in agent 10.0.0.29 2025-03-24 10:58:29,305 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:29,310 - INFO - Pod ctest-busybox-pod-71171452 with uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c found in kube manager 2025-03-24 10:58:29,311 - INFO - Pod ctest-busybox-pod-71171452 verification passed 2025-03-24 10:58:29,369 - DEBUG - [Pod ctest-busybox-pod-71171452] 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-71328422 2025-03-24 10:58:29,369 - DEBUG - [Pod Pod ctest-busybox-pod-71171452] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-24 10:58:29,369 - DEBUG - [Pod Pod ctest-busybox-pod-71171452] 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-71328422 2025-03-24 10:58:29,439 - DEBUG - [Pod ctest-busybox-pod-71171452] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-38903854 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-03-24 10:58:29,439 - DEBUG - [Pod Pod ctest-busybox-pod-71171452] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-24 10:58:29,440 - DEBUG - [Pod Pod ctest-busybox-pod-71171452] Cmd output: ctest-nginx-pod-38903854 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-03-24 10:58:29,440 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-71328422': 1, 'ctest-nginx-pod-38903854': 1} 2025-03-24 10:58:29,440 - WARNING - Nothing to delete parallely 2025-03-24 10:58:29,440 - INFO - Deleting pod default:ctest-busybox-pod-71171452 2025-03-24 10:58:29,451 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:29,459 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:58:34,460 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:34,467 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:58:39,468 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:39,477 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:58:44,477 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:44,486 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:58:49,487 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:49,496 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:58:54,497 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:54,506 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:58:59,507 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:58:59,517 - WARNING - Pod uuid d7546310-1cb2-4764-a38f-1c8ff5dcef9c is still seen in agent 10.0.0.29 VM list 2025-03-24 10:59:04,518 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d7546310-1cb2-4764-a38f-1c8ff5dcef9c 2025-03-24 10:59:04,527 - DEBUG - Pod d7546310-1cb2-4764-a38f-1c8ff5dcef9c is not in agent 10.0.0.29 VM list 2025-03-24 10:59:04,528 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e25efd64-089e-11f0-8e15-fa163ea689a5 2025-03-24 10:59:04,534 - DEBUG - VMI e25efd64-089e-11f0-8e15-fa163ea689a5 is removed from agent 10.0.0.29 2025-03-24 10:59:04,534 - INFO - Verified that pod ctest-busybox-pod-71171452 is removed in agent 2025-03-24 10:59:04,534 - INFO - Deleting Ingress : ctest-nginx-ingress-31293998 2025-03-24 10:59:04,547 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=98efa562-0863-4464-920a-d43af60db4d6 2025-03-24 10:59:04,556 - ERROR - Ingress ctest-nginx-ingress-31293998 with uuid 98efa562-0863-4464-920a-d43af60db4d6 still found in kube manager 2025-03-24 10:59:05,558 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=98efa562-0863-4464-920a-d43af60db4d6 2025-03-24 10:59:05,564 - INFO - Ingress ctest-nginx-ingress-31293998 with uuid 98efa562-0863-4464-920a-d43af60db4d6 deleted successfully from kube manager 2025-03-24 10:59:05,564 - INFO - Verifications on Ingress %s cleanup passed 2025-03-24 10:59:05,564 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-24 10:59:05,683 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-24 10:59:05,693 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-24 10:59:05,693 - INFO - Deleting VN __public__ 2025-03-24 10:59:05,906 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/0581de9b-5c53-4513-a3bf-fe8e41d83963 2025-03-24 10:59:05,912 - DEBUG - Response Code: 404 2025-03-24 10:59:05,912 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-24 10:59:05,920 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dc0e26d5-f258-4a5a-8606-a49effd54f81 2025-03-24 10:59:05,931 - DEBUG - Requesting: http://10.0.0.41:8082/project/05c119d3-7a66-4f87-aa90-9abaf405170c 2025-03-24 10:59:05,983 - INFO - Validated that VN __public__ is not found in API Server 2025-03-24 10:59:05,983 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-24 10:59:05,995 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:59:06,011 - DEBUG - VN __public__ is not present in Agent 10.0.0.29 2025-03-24 10:59:06,011 - INFO - Validated that VN __public__ is not in any agent 2025-03-24 10:59:06,011 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:59:06,026 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 10:59:06,034 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-24 10:59:06,040 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-24 10:59:06,041 - INFO - Deleting pod default:ctest-nginx-pod-38903854 2025-03-24 10:59:06,055 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8cfac880-9e27-4434-91e6-0965b394972e 2025-03-24 10:59:06,076 - WARNING - Pod uuid 8cfac880-9e27-4434-91e6-0965b394972e is still seen in agent 10.0.0.29 VM list 2025-03-24 10:59:11,076 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8cfac880-9e27-4434-91e6-0965b394972e 2025-03-24 10:59:11,086 - DEBUG - Pod 8cfac880-9e27-4434-91e6-0965b394972e is not in agent 10.0.0.29 VM list 2025-03-24 10:59:11,086 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:de000c7c-089e-11f0-8e15-fa163ea689a5 2025-03-24 10:59:11,093 - DEBUG - VMI de000c7c-089e-11f0-8e15-fa163ea689a5 is removed from agent 10.0.0.29 2025-03-24 10:59:11,093 - INFO - Verified that pod ctest-nginx-pod-38903854 is removed in agent 2025-03-24 10:59:11,094 - INFO - Deleting pod default:ctest-nginx-pod-71328422 2025-03-24 10:59:11,121 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c1833024-1721-442d-99e2-7ebf0b469b70 2025-03-24 10:59:11,133 - WARNING - Pod uuid c1833024-1721-442d-99e2-7ebf0b469b70 is still seen in agent 10.0.0.29 VM list 2025-03-24 10:59:16,134 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c1833024-1721-442d-99e2-7ebf0b469b70 2025-03-24 10:59:16,142 - DEBUG - Pod c1833024-1721-442d-99e2-7ebf0b469b70 is not in agent 10.0.0.29 VM list 2025-03-24 10:59:16,142 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dd6d632c-089e-11f0-8e15-fa163ea689a5 2025-03-24 10:59:16,148 - DEBUG - VMI dd6d632c-089e-11f0-8e15-fa163ea689a5 is removed from agent 10.0.0.29 2025-03-24 10:59:16,149 - INFO - Verified that pod ctest-nginx-pod-71328422 is removed in agent 2025-03-24 10:59:16,149 - INFO - Deleting service : ctest-nginx-svc-01558502 2025-03-24 10:59:16,355 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 10:59:16,363 - DEBUG - No XMPP flaps were noticed during the test 2025-03-24 10:59:16,363 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-03-24 10:59:16,364 - INFO - -------------------------------------------------------------------------------- 2025-03-24 10:59:22,777 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-24 10:59:22,903 - DEBUG - Output : cluster_project={} 2025-03-24 10:59:22,954 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-24 10:59:23,166 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-24 10:59:23,172 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-24 10:59:23,309 - DEBUG - Output : cluster_project={} 2025-03-24 10:59:33,426 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:38,482 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:38,574 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:38,668 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:43,736 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:43,788 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:43,876 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:43,965 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 10:59:44,238 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 10:59:47,295 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_ApplicationPolicySetReq? 2025-03-24 10:59:47,304 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-03-24 10:59:47,337 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-03-24 10:59:49,372 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-03-24 11:02:50,543 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 11:02:50,596 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:02:50,609 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a8014643-f5de-4798-a056-ff325eaec340 2025-03-24 11:02:50,626 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:02:50,634 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a98642f9-9299-4f85-bbec-d3624c5ad513 2025-03-24 11:02:50,640 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:02:50,645 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:02:50,651 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=2bf0a78a-d621-46eb-ab9b-070e97123141 2025-03-24 11:02:50,656 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f678b668-9a68-48a6-93cb-314a6bdbf85f 2025-03-24 11:02:55,738 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a8014643-f5de-4798-a056-ff325eaec340 2025-03-24 11:02:55,740 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:02:55,742 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:02:55,743 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a98642f9-9299-4f85-bbec-d3624c5ad513 2025-03-24 11:02:55,745 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:02:55,746 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=2bf0a78a-d621-46eb-ab9b-070e97123141 2025-03-24 11:02:55,747 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:02:55,750 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f678b668-9a68-48a6-93cb-314a6bdbf85f 2025-03-24 11:02:55,775 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0cb0a6da-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:02:55,779 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0d59d4ee-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:02:55,786 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0c231b8a-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:02:55,788 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0de10b9e-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:03:00,779 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:03:00,781 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:03:00,785 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:03:00,787 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:03:05,803 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:03:05,805 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:03:05,806 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:03:05,808 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:03:10,822 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:03:10,825 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:03:10,826 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:03:10,827 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:03:15,844 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:03:15,846 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:03:15,847 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:03:15,849 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:03:20,870 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:03:20,871 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:03:20,872 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:03:20,873 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:03:25,889 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e39c9c3a-2fc2-4f61-848d-6128bc6f27cf 2025-03-24 11:03:25,891 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0947a92c-0a5b-4fa8-b212-c3501df12616 2025-03-24 11:03:25,892 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=d052c2cf-1811-46c1-9012-ac5483e8a608 2025-03-24 11:03:25,894 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f9c0df8a-0f31-4d58-b154-b946b8a92288 2025-03-24 11:03:25,909 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0ffb04ca-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:03:25,911 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0effc8da-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:03:25,915 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0e752acc-089f-11f0-8e15-fa163ea689a5 2025-03-24 11:03:25,916 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0f7a0b7c-089f-11f0-8e15-fa163ea689a5