2025-04-09 14:49:13,450 - DEBUG - [10.0.0.46]: Running cmd : hostname 2025-04-09 14:49:13,694 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1097-1 2025-04-09 14:49:13,694 - DEBUG - [10.0.0.46]: Running cmd : hostname -f 2025-04-09 14:49:13,764 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1097-1 2025-04-09 14:49:13,764 - DEBUG - [10.0.0.46]: 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-04-09 14:49:13,843 - DEBUG - Output : NAMES contrail_test_oVNA0McwR contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_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-04-09 14:49:13,844 - DEBUG - [10.0.0.46]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 14:49:13,912 - DEBUG - Output : 10.0.0.46/24 172.17.0.1/16 2025-04-09 14:49:13,912 - DEBUG - [10.0.0.46]: Running cmd : getent hosts 10.0.0.46 | head -n 1 | awk '{print $2}' 2025-04-09 14:49:13,947 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1097-1 2025-04-09 14:49:14,005 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-04-09 14:49:14,247 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1097-1 2025-04-09 14:49:14,247 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-04-09 14:49:14,281 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1097-1 2025-04-09 14:49:14,282 - 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-04-09 14:49:14,372 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-04-09 14:49:14,373 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 14:49:14,408 - DEBUG - Output : 10.0.0.49/24 2025-04-09 14:49:14,408 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-04-09 14:49:14,444 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1097-1 2025-04-09 14:49:14,532 - INFO - Using existing project ['default-domain', 'k8s-default'](2f1a4585-fb1f-411d-9cc9-cb2ba76c1566) 2025-04-09 14:49:14,645 - INFO - Using existing project ['default-domain', 'k8s-default'](2f1a4585-fb1f-411d-9cc9-cb2ba76c1566) 2025-04-09 14:49:14,841 - INFO - ================================================================================ 2025-04-09 14:49:14,841 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-09 14:49:14,842 - 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-04-09 14:49:15,081 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 14:49:15,090 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.46': '0'}} with 2025-04-09 14:49:15,090 - INFO - Initial checks done. Running the testcase now 2025-04-09 14:49:15,090 - INFO - 2025-04-09 14:49:15,093 - INFO - Namespace default already exists 2025-04-09 14:49:15,094 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 14:49:15,225 - DEBUG - Output : cluster_project={} 2025-04-09 14:49:15,287 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-09 14:49:15,287 - DEBUG - Project uuid in Contrail is 2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:49:15,287 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 14:49:15,417 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 14:49:15,417 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_NamespaceDatabaseList?namespace_uuid=8cc91338-5020-49f1-8e04-fc6f1eee9a44 2025-04-09 14:49:15,421 - INFO - Namespace default with uuid 8cc91338-5020-49f1-8e04-fc6f1eee9a44 found in kube manager 2025-04-09 14:49:15,421 - INFO - Namespace default verification passed 2025-04-09 14:49:15,424 - DEBUG - Service ctest-nginx-svc-20850903 not present 2025-04-09 14:49:15,424 - INFO - Creating service ctest-nginx-svc-20850903 2025-04-09 14:49:15,442 - INFO - Created Service ctest-nginx-svc-20850903 2025-04-09 14:49:15,448 - DEBUG - Pod ctest-nginx-pod-05145940 not present 2025-04-09 14:49:15,448 - INFO - Creating Pod ctest-nginx-pod-05145940 2025-04-09 14:49:15,507 - DEBUG - Pod : ctest-nginx-pod-05145940 UUID is f89646c7-1420-4808-9873-b1467c7e9cd4 2025-04-09 14:49:15,513 - DEBUG - Pod ctest-nginx-pod-67897160 not present 2025-04-09 14:49:15,513 - INFO - Creating Pod ctest-nginx-pod-67897160 2025-04-09 14:49:15,547 - DEBUG - Pod : ctest-nginx-pod-67897160 UUID is b772dad1-88b1-42b8-87db-f4afe8600cf8 2025-04-09 14:49:15,740 - INFO - Created VN __public__, UUID :8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:15,969 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-04-09 14:49:15,998 - DEBUG - Requesting: http://10.0.0.46:8082/domain/4290f40a-422a-4b88-8b1d-92e529b53130 2025-04-09 14:49:16,021 - DEBUG - Requesting: http://10.0.0.46:8082/project/2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:49:16,126 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:16,138 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:16,159 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:16,168 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:16,210 - DEBUG - Route Targets: [] 2025-04-09 14:49:16,210 - DEBUG - RT names not yet present for VN __public__ 2025-04-09 14:49:21,211 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-04-09 14:49:21,217 - DEBUG - Requesting: http://10.0.0.46:8082/domain/4290f40a-422a-4b88-8b1d-92e529b53130 2025-04-09 14:49:21,225 - DEBUG - Requesting: http://10.0.0.46:8082/project/2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:49:21,281 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,295 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,306 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:21,315 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:21,327 - DEBUG - Requesting: http://10.0.0.46:8082/route-target/727aa50e-f2dc-44b8-8afc-264ade34ed34 2025-04-09 14:49:21,334 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-04-09 14:49:21,334 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,343 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:21,359 - INFO - Verified VN network id 13 for VN 8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,359 - INFO - Verifications in API Server for VN __public__ passed 2025-04-09 14:49:21,359 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,374 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:21,384 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:49:21,392 - DEBUG - Requesting: http://10.0.0.46:8082/route-target/727aa50e-f2dc-44b8-8afc-264ade34ed34 2025-04-09 14:49:21,400 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 14:49:21,408 - DEBUG - Control-node 10.0.0.46 : 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': '10324655678221536285', 'uuid-lslong': '11865784245300536053'}, 'enable': 'true', 'created': '2025-04-09T14:49:15', 'last-modified': '2025-04-09T14:49:15', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.515827'} 2025-04-09 14:49:21,408 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:49:21,415 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-04-09 14:49:21,415 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-09 14:49:21,416 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-09 14:49:21,416 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-04-09 14:49:21,422 - DEBUG - Requesting: http://10.0.0.46:8082/domain/4290f40a-422a-4b88-8b1d-92e529b53130 2025-04-09 14:49:21,433 - DEBUG - Requesting: http://10.0.0.46:8082/project/2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:49:21,501 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,512 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-09 14:49:21,512 - DEBUG - Verifying the vn in opserver 2025-04-09 14:49:21,512 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.46 2025-04-09 14:49:21,512 - DEBUG - Requesting: http://10.0.0.46:8081/analytics/uves/virtual-networks 2025-04-09 14:49:21,517 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.46:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-09 14:49:21,517 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-09 14:49:21,517 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:49:21,528 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:49:21,534 - DEBUG - Do not have enough data to verify VN in agent 2025-04-09 14:49:21,534 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:49:21,540 - DEBUG - VRF ids for VN __public__: {} 2025-04-09 14:49:21,662 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-09 14:49:21,798 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-04-09 14:49:21,809 - DEBUG - Requesting: http://10.0.0.46:8082/domain/4290f40a-422a-4b88-8b1d-92e529b53130 2025-04-09 14:49:21,828 - DEBUG - Requesting: http://10.0.0.46:8082/project/2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:49:21,892 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,906 - DEBUG - Requesting: http://10.0.0.46:8082/floating-ip-pool/711f0b08-2fef-4e97-9b52-2ba7829e4dcd 2025-04-09 14:49:21,917 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-04-09 14:49:21,925 - DEBUG - Requesting: http://10.0.0.46:8082/domain/4290f40a-422a-4b88-8b1d-92e529b53130 2025-04-09 14:49:21,935 - DEBUG - Requesting: http://10.0.0.46:8082/project/2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:49:21,978 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/8f488ba3-109d-4c1d-a4ab-bbe74a90a2f5 2025-04-09 14:49:21,989 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-09 14:49:21,989 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-09 14:49:21,997 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 14:49:22,013 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-09 14:49:22,013 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-09 14:49:22,016 - DEBUG - Ingress ctest-nginx-ingress-17315022 not present 2025-04-09 14:49:22,017 - INFO - Creating Ingress ctest-nginx-ingress-17315022 2025-04-09 14:49:22,028 - INFO - Created Ingress ctest-nginx-ingress-17315022 2025-04-09 14:49:22,032 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-17315022 2025-04-09 14:49:25,042 - DEBUG - For Ingress ctest-nginx-ingress-17315022, Cluster IP: 10.47.255.249, External IPs ['167.128.246.188'] 2025-04-09 14:49:25,042 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-17315022 2025-04-09 14:49:25,049 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=2641dc8e-590a-4011-91aa-4d7606511c5e 2025-04-09 14:49:25,062 - INFO - Ingress ctest-nginx-ingress-17315022 with uuid 2641dc8e-590a-4011-91aa-4d7606511c5e found in kube manager 2025-04-09 14:49:25,062 - INFO - Ingress ctest-nginx-ingress-17315022 verification passed 2025-04-09 14:49:25,066 - DEBUG - Pod ctest-busybox-pod-41207252 not present 2025-04-09 14:49:25,066 - INFO - Creating Pod ctest-busybox-pod-41207252 2025-04-09 14:49:25,112 - DEBUG - Pod : ctest-busybox-pod-41207252 UUID is ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:25,118 - DEBUG - Pod ctest-nginx-pod-05145940 not in running state.Currently in Pending 2025-04-09 14:49:30,138 - DEBUG - Pod ctest-nginx-pod-05145940 not in running state.Currently in Pending 2025-04-09 14:49:35,146 - INFO - Pod ctest-nginx-pod-05145940 is in running state.Got IP 10.47.255.251 2025-04-09 14:49:35,201 - DEBUG - Pod ctest-nginx-pod-05145940 has vmi cfe4049e-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:49:35,202 - INFO - Verified pod ctest-nginx-pod-05145940 in contrail-api 2025-04-09 14:49:35,202 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:49:35,215 - DEBUG - VMI cfe4049e-1551-11f0-8e84-fa163e9b5197 is active in agent 10.0.0.49 2025-04-09 14:49:35,216 - INFO - Verified Pod ctest-nginx-pod-05145940 in agent 10.0.0.49 2025-04-09 14:49:35,216 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=f89646c7-1420-4808-9873-b1467c7e9cd4 2025-04-09 14:49:35,222 - INFO - Pod ctest-nginx-pod-05145940 with uuid f89646c7-1420-4808-9873-b1467c7e9cd4 found in kube manager 2025-04-09 14:49:35,222 - INFO - Pod ctest-nginx-pod-05145940 verification passed 2025-04-09 14:49:35,301 - DEBUG - [Pod ctest-nginx-pod-05145940] Cmd: echo ctest-nginx-pod-05145940 > /usr/share/nginx/html/index.html, Output: 2025-04-09 14:49:35,308 - INFO - Pod ctest-nginx-pod-67897160 is in running state.Got IP 10.47.255.250 2025-04-09 14:49:35,332 - DEBUG - Pod ctest-nginx-pod-67897160 has vmi d063e3ee-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:49:35,332 - INFO - Verified pod ctest-nginx-pod-67897160 in contrail-api 2025-04-09 14:49:35,332 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:49:35,350 - DEBUG - VMI d063e3ee-1551-11f0-8e84-fa163e9b5197 is active in agent 10.0.0.49 2025-04-09 14:49:35,350 - INFO - Verified Pod ctest-nginx-pod-67897160 in agent 10.0.0.49 2025-04-09 14:49:35,350 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=b772dad1-88b1-42b8-87db-f4afe8600cf8 2025-04-09 14:49:35,356 - INFO - Pod ctest-nginx-pod-67897160 with uuid b772dad1-88b1-42b8-87db-f4afe8600cf8 found in kube manager 2025-04-09 14:49:35,356 - INFO - Pod ctest-nginx-pod-67897160 verification passed 2025-04-09 14:49:35,425 - DEBUG - [Pod ctest-nginx-pod-67897160] Cmd: echo ctest-nginx-pod-67897160 > /usr/share/nginx/html/index.html, Output: 2025-04-09 14:49:35,430 - INFO - Pod ctest-busybox-pod-41207252 is in running state.Got IP 10.47.255.248 2025-04-09 14:49:35,453 - DEBUG - Pod ctest-busybox-pod-41207252 has vmi d5327e76-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:49:35,453 - INFO - Verified pod ctest-busybox-pod-41207252 in contrail-api 2025-04-09 14:49:35,453 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:49:35,466 - DEBUG - VMI d5327e76-1551-11f0-8e84-fa163e9b5197 is active in agent 10.0.0.49 2025-04-09 14:49:35,466 - INFO - Verified Pod ctest-busybox-pod-41207252 in agent 10.0.0.49 2025-04-09 14:49:35,466 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:35,471 - INFO - Pod ctest-busybox-pod-41207252 with uuid ee66179c-9495-4bdf-9861-ab17214a114c found in kube manager 2025-04-09 14:49:35,471 - INFO - Pod ctest-busybox-pod-41207252 verification passed 2025-04-09 14:49:35,557 - DEBUG - [Pod ctest-busybox-pod-41207252] 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-67897160 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-09 14:49:35,557 - DEBUG - [Pod Pod ctest-busybox-pod-41207252] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 14:49:35,557 - DEBUG - [Pod Pod ctest-busybox-pod-41207252] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-67897160 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-09 14:49:35,644 - DEBUG - [Pod ctest-busybox-pod-41207252] 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-05145940 2025-04-09 14:49:35,644 - DEBUG - [Pod Pod ctest-busybox-pod-41207252] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 14:49:35,644 - DEBUG - [Pod Pod ctest-busybox-pod-41207252] 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-05145940 2025-04-09 14:49:35,644 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-05145940': 1, 'ctest-nginx-pod-67897160': 1} 2025-04-09 14:49:35,644 - WARNING - Nothing to delete parallely 2025-04-09 14:49:35,644 - INFO - Deleting pod default:ctest-busybox-pod-41207252 2025-04-09 14:49:35,661 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:35,669 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:49:40,670 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:40,678 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:49:45,679 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:45,685 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:49:50,686 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:50,694 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:49:55,694 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:49:55,701 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:50:00,702 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:50:00,709 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:50:05,710 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:50:05,718 - WARNING - Pod uuid ee66179c-9495-4bdf-9861-ab17214a114c is still seen in agent 10.0.0.49 VM list 2025-04-09 14:50:10,719 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee66179c-9495-4bdf-9861-ab17214a114c 2025-04-09 14:50:10,727 - DEBUG - Pod ee66179c-9495-4bdf-9861-ab17214a114c is not in agent 10.0.0.49 VM list 2025-04-09 14:50:10,727 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d5327e76-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:50:10,733 - DEBUG - VMI d5327e76-1551-11f0-8e84-fa163e9b5197 is removed from agent 10.0.0.49 2025-04-09 14:50:10,733 - INFO - Verified that pod ctest-busybox-pod-41207252 is removed in agent 2025-04-09 14:50:10,733 - INFO - Deleting Ingress : ctest-nginx-ingress-17315022 2025-04-09 14:50:10,750 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=2641dc8e-590a-4011-91aa-4d7606511c5e 2025-04-09 14:50:10,760 - ERROR - Ingress ctest-nginx-ingress-17315022 with uuid 2641dc8e-590a-4011-91aa-4d7606511c5e still found in kube manager 2025-04-09 14:50:11,761 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=2641dc8e-590a-4011-91aa-4d7606511c5e 2025-04-09 14:50:11,766 - INFO - Ingress ctest-nginx-ingress-17315022 with uuid 2641dc8e-590a-4011-91aa-4d7606511c5e deleted successfully from kube manager 2025-04-09 14:50:11,766 - INFO - Verifications on Ingress %s cleanup passed 2025-04-09 14:50:11,766 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-09 14:50:11,866 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 14:50:11,872 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-09 14:50:11,872 - INFO - Deleting VN __public__ 2025-04-09 14:50:12,037 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/456d2f26-3e10-4f07-a19c-b9048d50ecc4 2025-04-09 14:50:12,049 - DEBUG - Response Code: 404 2025-04-09 14:50:12,049 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-04-09 14:50:12,057 - DEBUG - Requesting: http://10.0.0.46:8082/domain/4290f40a-422a-4b88-8b1d-92e529b53130 2025-04-09 14:50:12,074 - DEBUG - Requesting: http://10.0.0.46:8082/project/2f1a4585-fb1f-411d-9cc9-cb2ba76c1566 2025-04-09 14:50:12,121 - INFO - Validated that VN __public__ is not found in API Server 2025-04-09 14:50:12,121 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-09 14:50:12,140 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:50:12,153 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-04-09 14:50:12,153 - INFO - Validated that VN __public__ is not in any agent 2025-04-09 14:50:12,153 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:50:12,185 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 14:50:12,191 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 14:50:12,199 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-09 14:50:12,201 - INFO - Deleting pod default:ctest-nginx-pod-67897160 2025-04-09 14:50:12,217 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b772dad1-88b1-42b8-87db-f4afe8600cf8 2025-04-09 14:50:12,234 - WARNING - Pod uuid b772dad1-88b1-42b8-87db-f4afe8600cf8 is still seen in agent 10.0.0.49 VM list 2025-04-09 14:50:17,235 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b772dad1-88b1-42b8-87db-f4afe8600cf8 2025-04-09 14:50:17,242 - DEBUG - Pod b772dad1-88b1-42b8-87db-f4afe8600cf8 is not in agent 10.0.0.49 VM list 2025-04-09 14:50:17,242 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d063e3ee-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:50:17,259 - DEBUG - VMI d063e3ee-1551-11f0-8e84-fa163e9b5197 is removed from agent 10.0.0.49 2025-04-09 14:50:17,259 - INFO - Verified that pod ctest-nginx-pod-67897160 is removed in agent 2025-04-09 14:50:17,259 - INFO - Deleting pod default:ctest-nginx-pod-05145940 2025-04-09 14:50:17,279 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=f89646c7-1420-4808-9873-b1467c7e9cd4 2025-04-09 14:50:17,311 - WARNING - Pod uuid f89646c7-1420-4808-9873-b1467c7e9cd4 is still seen in agent 10.0.0.49 VM list 2025-04-09 14:50:22,313 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=f89646c7-1420-4808-9873-b1467c7e9cd4 2025-04-09 14:50:22,321 - DEBUG - Pod f89646c7-1420-4808-9873-b1467c7e9cd4 is not in agent 10.0.0.49 VM list 2025-04-09 14:50:22,321 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cfe4049e-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:50:22,333 - DEBUG - VMI cfe4049e-1551-11f0-8e84-fa163e9b5197 is removed from agent 10.0.0.49 2025-04-09 14:50:22,333 - INFO - Verified that pod ctest-nginx-pod-05145940 is removed in agent 2025-04-09 14:50:22,334 - INFO - Deleting service : ctest-nginx-svc-20850903 2025-04-09 14:50:22,589 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 14:50:22,598 - DEBUG - No XMPP flaps were noticed during the test 2025-04-09 14:50:22,598 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2025-04-09 14:50:22,598 - INFO - -------------------------------------------------------------------------------- 2025-04-09 14:50:32,152 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 14:50:32,333 - DEBUG - Output : cluster_project={} 2025-04-09 14:50:32,424 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 14:50:32,581 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 14:50:32,591 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 14:50:32,772 - DEBUG - Output : cluster_project={} 2025-04-09 14:50:37,925 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:47,995 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,082 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,136 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,224 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,318 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,373 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,458 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 14:50:48,731 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 14:50:51,582 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-04-09 14:50:51,591 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-04-09 14:50:51,623 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-04-09 14:50:53,655 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-04-09 14:53:54,523 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 14:53:54,606 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1f89ad10-c7d8-4e5f-ac10-32f57816a72b 2025-04-09 14:53:54,610 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:53:54,627 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=87a0fcdc-2145-46f7-830f-0cff73936cf0 2025-04-09 14:53:54,645 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b66a046d-e7dc-4e94-b419-cb4cbfab82bf 2025-04-09 14:53:54,650 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:53:54,656 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=6d7f01bd-25dd-4b9a-b533-b54cac6c0c80 2025-04-09 14:53:54,664 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:53:54,667 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:53:59,635 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1f89ad10-c7d8-4e5f-ac10-32f57816a72b 2025-04-09 14:53:59,637 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:53:59,647 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fbb20e7c-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:53:59,726 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:53:59,728 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:53:59,730 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=6d7f01bd-25dd-4b9a-b533-b54cac6c0c80 2025-04-09 14:53:59,731 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:53:59,732 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=87a0fcdc-2145-46f7-830f-0cff73936cf0 2025-04-09 14:53:59,733 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b66a046d-e7dc-4e94-b419-cb4cbfab82bf 2025-04-09 14:53:59,753 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fdd073ce-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:53:59,756 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd3d27b8-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:53:59,758 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc7e023e-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:54:04,648 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:54:04,758 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:54:04,760 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:54:04,763 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:54:09,656 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:54:09,772 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:54:09,775 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:54:09,777 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:54:14,663 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:54:14,791 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:54:14,793 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:54:14,794 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:54:19,672 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:54:19,808 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:54:19,810 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:54:19,811 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:54:24,682 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:54:24,823 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:54:24,825 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:54:24,826 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:54:29,689 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=505ba943-e196-4f44-900a-51675e6a0b0d 2025-04-09 14:54:29,697 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fe653374-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:54:29,921 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=83aa508b-7f7b-4e65-a647-be4934e51583 2025-04-09 14:54:29,923 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d202011b-8465-410c-ba3c-cd9878540042 2025-04-09 14:54:29,926 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=30ad9f7d-58b6-4d0d-bc17-5c0c3ee6b36a 2025-04-09 14:54:29,937 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff7dd446-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:54:29,940 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff00db12-1551-11f0-8e84-fa163e9b5197 2025-04-09 14:54:29,941 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fff77292-1551-11f0-8e84-fa163e9b5197