2025-07-22 20:53:52,581 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-07-22 20:53:52,817 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1336-1 2025-07-22 20:53:52,818 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-07-22 20:53:52,862 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1336-1 2025-07-22 20:53:52,862 - DEBUG - [10.0.0.50]: 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-07-22 20:53:52,964 - DEBUG - Output : NAMES contrail_test_goNrUDKrU contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 2025-07-22 20:53:52,965 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-22 20:53:53,009 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-07-22 20:53:53,009 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-07-22 20:53:53,044 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1336-1 2025-07-22 20:53:53,129 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-07-22 20:53:53,349 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1336-1 2025-07-22 20:53:53,349 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-07-22 20:53:53,374 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1336-1 2025-07-22 20:53:53,374 - DEBUG - [10.0.0.48]: 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-07-22 20:53:53,420 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-22 20:53:53,420 - DEBUG - [10.0.0.48]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-22 20:53:53,491 - DEBUG - Output : 10.0.0.48/24 2025-07-22 20:53:53,491 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-07-22 20:53:53,527 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1336-1 2025-07-22 20:53:53,629 - INFO - Using existing project ['default-domain', 'k8s-default'](7e916381-2a0f-4aa4-80c0-6301d1b4ac54) 2025-07-22 20:53:53,760 - INFO - Using existing project ['default-domain', 'k8s-default'](7e916381-2a0f-4aa4-80c0-6301d1b4ac54) 2025-07-22 20:53:53,904 - INFO - ================================================================================ 2025-07-22 20:53:53,904 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-22 20:53:53,905 - 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-07-22 20:53:54,149 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-22 20:53:54,157 - DEBUG - Nothing to compare xmpp stats {'10.0.0.48': {'10.0.0.50': '0'}} with 2025-07-22 20:53:54,157 - INFO - Initial checks done. Running the testcase now 2025-07-22 20:53:54,157 - INFO - 2025-07-22 20:53:54,161 - INFO - Namespace default already exists 2025-07-22 20:53:54,161 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-22 20:53:54,271 - DEBUG - Output : cluster_project={} 2025-07-22 20:53:54,325 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-22 20:53:54,325 - DEBUG - Project uuid in Contrail is 7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:53:54,325 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-22 20:53:54,445 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-22 20:53:54,445 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=ad98e53b-cf8b-401a-b4d8-0a51636448a3 2025-07-22 20:53:54,450 - INFO - Namespace default with uuid ad98e53b-cf8b-401a-b4d8-0a51636448a3 found in kube manager 2025-07-22 20:53:54,450 - INFO - Namespace default verification passed 2025-07-22 20:53:54,453 - DEBUG - Service ctest-nginx-svc-78469678 not present 2025-07-22 20:53:54,453 - INFO - Creating service ctest-nginx-svc-78469678 2025-07-22 20:53:54,469 - INFO - Created Service ctest-nginx-svc-78469678 2025-07-22 20:53:54,474 - DEBUG - Pod ctest-nginx-pod-89296075 not present 2025-07-22 20:53:54,475 - INFO - Creating Pod ctest-nginx-pod-89296075 2025-07-22 20:53:54,522 - DEBUG - Pod : ctest-nginx-pod-89296075 UUID is af056949-5dc8-4fd2-a040-982dbe12c552 2025-07-22 20:53:54,526 - DEBUG - Pod ctest-nginx-pod-92625649 not present 2025-07-22 20:53:54,526 - INFO - Creating Pod ctest-nginx-pod-92625649 2025-07-22 20:53:54,579 - DEBUG - Pod : ctest-nginx-pod-92625649 UUID is 3d797135-0640-432b-942a-f1d21ccfb14e 2025-07-22 20:53:54,756 - INFO - Created VN __public__, UUID :14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:53:54,952 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-22 20:53:54,957 - DEBUG - Requesting: http://10.0.0.50:8082/domain/517c327f-4834-45c8-8f02-67dd962c3c1b 2025-07-22 20:53:54,974 - DEBUG - Requesting: http://10.0.0.50:8082/project/7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:53:55,039 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:53:55,057 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:53:55,074 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:53:55,083 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:53:55,089 - DEBUG - Route Targets: [] 2025-07-22 20:53:55,089 - DEBUG - RT names not yet present for VN __public__ 2025-07-22 20:54:00,090 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-22 20:54:00,096 - DEBUG - Requesting: http://10.0.0.50:8082/domain/517c327f-4834-45c8-8f02-67dd962c3c1b 2025-07-22 20:54:00,104 - DEBUG - Requesting: http://10.0.0.50:8082/project/7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:54:00,145 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,154 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,163 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:54:00,171 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:54:00,178 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/584fd9fc-d38b-400f-b7af-777d4bfa7031 2025-07-22 20:54:00,184 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-22 20:54:00,184 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,194 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:54:00,209 - INFO - Verified VN network id 13 for VN 14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,209 - INFO - Verifications in API Server for VN __public__ passed 2025-07-22 20:54:00,209 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,219 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:54:00,227 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:54:00,234 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/584fd9fc-d38b-400f-b7af-777d4bfa7031 2025-07-22 20:54:00,241 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-22 20:54:00,248 - DEBUG - Control-node 10.0.0.50 : 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': '1483754261435272560', 'uuid-lslong': '9486404276530218944'}, 'enable': 'true', 'created': '2025-07-22T20:53:54', 'last-modified': '2025-07-22T20:53:54', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.435689'} 2025-07-22 20:54:00,248 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:00,256 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-22 20:54:00,256 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-22 20:54:00,257 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-22 20:54:00,257 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-22 20:54:00,266 - DEBUG - Requesting: http://10.0.0.50:8082/domain/517c327f-4834-45c8-8f02-67dd962c3c1b 2025-07-22 20:54:00,276 - DEBUG - Requesting: http://10.0.0.50:8082/project/7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:54:00,330 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,342 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-22 20:54:00,342 - DEBUG - Verifying the vn in opserver 2025-07-22 20:54:00,342 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-07-22 20:54:00,342 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-07-22 20:54:00,348 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-22 20:54:00,348 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-22 20:54:00,348 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:00,358 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:00,364 - DEBUG - Do not have enough data to verify VN in agent 2025-07-22 20:54:00,364 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:00,370 - DEBUG - VRF ids for VN __public__: {} 2025-07-22 20:54:00,476 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-22 20:54:00,579 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-22 20:54:00,585 - DEBUG - Requesting: http://10.0.0.50:8082/domain/517c327f-4834-45c8-8f02-67dd962c3c1b 2025-07-22 20:54:00,593 - DEBUG - Requesting: http://10.0.0.50:8082/project/7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:54:00,637 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,648 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/d40dddfa-85ab-4179-9f8c-d807e9dc4f44 2025-07-22 20:54:00,655 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-22 20:54:00,661 - DEBUG - Requesting: http://10.0.0.50:8082/domain/517c327f-4834-45c8-8f02-67dd962c3c1b 2025-07-22 20:54:00,669 - DEBUG - Requesting: http://10.0.0.50:8082/project/7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:54:00,713 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/14975aa3-b6d2-4d70-83a6-7a6daa5487c0 2025-07-22 20:54:00,723 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-22 20:54:00,723 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-22 20:54:00,731 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-22 20:54:00,738 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-22 20:54:00,738 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-22 20:54:00,741 - DEBUG - Ingress ctest-nginx-ingress-73210867 not present 2025-07-22 20:54:00,741 - INFO - Creating Ingress ctest-nginx-ingress-73210867 2025-07-22 20:54:00,751 - INFO - Created Ingress ctest-nginx-ingress-73210867 2025-07-22 20:54:00,755 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-73210867 2025-07-22 20:54:03,765 - DEBUG - For Ingress ctest-nginx-ingress-73210867, Cluster IP: 10.47.255.249, External IPs ['91.40.138.60'] 2025-07-22 20:54:03,765 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-73210867 2025-07-22 20:54:03,765 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=d915f1bf-ace6-4265-9ed3-4a533e461a3a 2025-07-22 20:54:03,772 - INFO - Ingress ctest-nginx-ingress-73210867 with uuid d915f1bf-ace6-4265-9ed3-4a533e461a3a found in kube manager 2025-07-22 20:54:03,773 - INFO - Ingress ctest-nginx-ingress-73210867 verification passed 2025-07-22 20:54:03,776 - DEBUG - Pod ctest-busybox-pod-98028922 not present 2025-07-22 20:54:03,776 - INFO - Creating Pod ctest-busybox-pod-98028922 2025-07-22 20:54:03,807 - DEBUG - Pod : ctest-busybox-pod-98028922 UUID is 1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:03,815 - DEBUG - Pod ctest-nginx-pod-89296075 not in running state.Currently in Pending 2025-07-22 20:54:08,821 - INFO - Pod ctest-nginx-pod-89296075 is in running state.Got IP 10.47.255.251 2025-07-22 20:54:08,836 - DEBUG - Pod ctest-nginx-pod-89296075 has vmi fbabb016-673d-11f0-b148-fa163e52370a 2025-07-22 20:54:08,836 - INFO - Verified pod ctest-nginx-pod-89296075 in contrail-api 2025-07-22 20:54:08,836 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:54:08,852 - DEBUG - VMI fbabb016-673d-11f0-b148-fa163e52370a is active in agent 10.0.0.48 2025-07-22 20:54:08,852 - INFO - Verified Pod ctest-nginx-pod-89296075 in agent 10.0.0.48 2025-07-22 20:54:08,852 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=af056949-5dc8-4fd2-a040-982dbe12c552 2025-07-22 20:54:08,858 - INFO - Pod ctest-nginx-pod-89296075 with uuid af056949-5dc8-4fd2-a040-982dbe12c552 found in kube manager 2025-07-22 20:54:08,858 - INFO - Pod ctest-nginx-pod-89296075 verification passed 2025-07-22 20:54:08,924 - DEBUG - [Pod ctest-nginx-pod-89296075] Cmd: echo ctest-nginx-pod-89296075 > /usr/share/nginx/html/index.html, Output: 2025-07-22 20:54:08,934 - DEBUG - Pod ctest-nginx-pod-92625649 not in running state.Currently in Pending 2025-07-22 20:54:13,941 - INFO - Pod ctest-nginx-pod-92625649 is in running state.Got IP 10.47.255.250 2025-07-22 20:54:13,996 - DEBUG - Pod ctest-nginx-pod-92625649 has vmi fc299d5a-673d-11f0-b148-fa163e52370a 2025-07-22 20:54:13,996 - INFO - Verified pod ctest-nginx-pod-92625649 in contrail-api 2025-07-22 20:54:13,996 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:54:14,013 - DEBUG - VMI fc299d5a-673d-11f0-b148-fa163e52370a is active in agent 10.0.0.48 2025-07-22 20:54:14,013 - INFO - Verified Pod ctest-nginx-pod-92625649 in agent 10.0.0.48 2025-07-22 20:54:14,015 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=3d797135-0640-432b-942a-f1d21ccfb14e 2025-07-22 20:54:14,020 - INFO - Pod ctest-nginx-pod-92625649 with uuid 3d797135-0640-432b-942a-f1d21ccfb14e found in kube manager 2025-07-22 20:54:14,020 - INFO - Pod ctest-nginx-pod-92625649 verification passed 2025-07-22 20:54:14,079 - DEBUG - [Pod ctest-nginx-pod-92625649] Cmd: echo ctest-nginx-pod-92625649 > /usr/share/nginx/html/index.html, Output: 2025-07-22 20:54:14,086 - DEBUG - Pod ctest-busybox-pod-98028922 not in running state.Currently in Pending 2025-07-22 20:54:19,130 - INFO - Pod ctest-busybox-pod-98028922 is in running state.Got IP 10.47.255.248 2025-07-22 20:54:19,144 - DEBUG - Pod ctest-busybox-pod-98028922 has vmi 005ecaf8-673e-11f0-b148-fa163e52370a 2025-07-22 20:54:19,144 - INFO - Verified pod ctest-busybox-pod-98028922 in contrail-api 2025-07-22 20:54:19,144 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:54:19,157 - DEBUG - VMI 005ecaf8-673e-11f0-b148-fa163e52370a is active in agent 10.0.0.48 2025-07-22 20:54:19,158 - INFO - Verified Pod ctest-busybox-pod-98028922 in agent 10.0.0.48 2025-07-22 20:54:19,158 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:19,164 - INFO - Pod ctest-busybox-pod-98028922 with uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 found in kube manager 2025-07-22 20:54:19,164 - INFO - Pod ctest-busybox-pod-98028922 verification passed 2025-07-22 20:54:19,225 - DEBUG - [Pod ctest-busybox-pod-98028922] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92625649 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-07-22 20:54:19,225 - DEBUG - [Pod Pod ctest-busybox-pod-98028922] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 20:54:19,226 - DEBUG - [Pod Pod ctest-busybox-pod-98028922] Cmd output: ctest-nginx-pod-92625649 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-07-22 20:54:19,280 - DEBUG - [Pod ctest-busybox-pod-98028922] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-89296075 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-07-22 20:54:19,280 - DEBUG - [Pod Pod ctest-busybox-pod-98028922] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-22 20:54:19,280 - DEBUG - [Pod Pod ctest-busybox-pod-98028922] Cmd output: ctest-nginx-pod-89296075 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-07-22 20:54:19,280 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-89296075': 1, 'ctest-nginx-pod-92625649': 1} 2025-07-22 20:54:19,280 - WARNING - Nothing to delete parallely 2025-07-22 20:54:19,280 - INFO - Deleting pod default:ctest-busybox-pod-98028922 2025-07-22 20:54:19,288 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:19,300 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:24,301 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:24,308 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:29,309 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:29,316 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:34,317 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:34,328 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:39,330 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:39,370 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:44,371 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:44,378 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:49,379 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:49,386 - WARNING - Pod uuid 1aa4be72-b367-49bc-b4b6-4893d807ac48 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:54:54,387 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1aa4be72-b367-49bc-b4b6-4893d807ac48 2025-07-22 20:54:54,394 - DEBUG - Pod 1aa4be72-b367-49bc-b4b6-4893d807ac48 is not in agent 10.0.0.48 VM list 2025-07-22 20:54:54,394 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:005ecaf8-673e-11f0-b148-fa163e52370a 2025-07-22 20:54:54,401 - DEBUG - VMI 005ecaf8-673e-11f0-b148-fa163e52370a is removed from agent 10.0.0.48 2025-07-22 20:54:54,401 - INFO - Verified that pod ctest-busybox-pod-98028922 is removed in agent 2025-07-22 20:54:54,401 - INFO - Deleting Ingress : ctest-nginx-ingress-73210867 2025-07-22 20:54:54,409 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=d915f1bf-ace6-4265-9ed3-4a533e461a3a 2025-07-22 20:54:54,414 - ERROR - Ingress ctest-nginx-ingress-73210867 with uuid d915f1bf-ace6-4265-9ed3-4a533e461a3a still found in kube manager 2025-07-22 20:54:55,414 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=d915f1bf-ace6-4265-9ed3-4a533e461a3a 2025-07-22 20:54:55,418 - INFO - Ingress ctest-nginx-ingress-73210867 with uuid d915f1bf-ace6-4265-9ed3-4a533e461a3a deleted successfully from kube manager 2025-07-22 20:54:55,419 - INFO - Verifications on Ingress %s cleanup passed 2025-07-22 20:54:55,419 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-22 20:54:55,547 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-22 20:54:55,569 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-22 20:54:55,569 - INFO - Deleting VN __public__ 2025-07-22 20:54:55,827 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/a9580ded-2ddf-4f21-a842-2d97dff9ce21 2025-07-22 20:54:55,843 - DEBUG - Response Code: 404 2025-07-22 20:54:55,843 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-22 20:54:55,851 - DEBUG - Requesting: http://10.0.0.50:8082/domain/517c327f-4834-45c8-8f02-67dd962c3c1b 2025-07-22 20:54:55,882 - DEBUG - Requesting: http://10.0.0.50:8082/project/7e916381-2a0f-4aa4-80c0-6301d1b4ac54 2025-07-22 20:54:55,964 - INFO - Validated that VN __public__ is not found in API Server 2025-07-22 20:54:55,965 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-22 20:54:55,973 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:55,981 - DEBUG - VN __public__ is not present in Agent 10.0.0.48 2025-07-22 20:54:55,981 - INFO - Validated that VN __public__ is not in any agent 2025-07-22 20:54:55,981 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:55,990 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-22 20:54:56,001 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-22 20:54:56,006 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-22 20:54:56,006 - INFO - Deleting pod default:ctest-nginx-pod-92625649 2025-07-22 20:54:56,016 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=3d797135-0640-432b-942a-f1d21ccfb14e 2025-07-22 20:54:56,026 - WARNING - Pod uuid 3d797135-0640-432b-942a-f1d21ccfb14e is still seen in agent 10.0.0.48 VM list 2025-07-22 20:55:01,027 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=3d797135-0640-432b-942a-f1d21ccfb14e 2025-07-22 20:55:01,034 - DEBUG - Pod 3d797135-0640-432b-942a-f1d21ccfb14e is not in agent 10.0.0.48 VM list 2025-07-22 20:55:01,034 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc299d5a-673d-11f0-b148-fa163e52370a 2025-07-22 20:55:01,041 - DEBUG - VMI fc299d5a-673d-11f0-b148-fa163e52370a is removed from agent 10.0.0.48 2025-07-22 20:55:01,041 - INFO - Verified that pod ctest-nginx-pod-92625649 is removed in agent 2025-07-22 20:55:01,041 - INFO - Deleting pod default:ctest-nginx-pod-89296075 2025-07-22 20:55:01,052 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=af056949-5dc8-4fd2-a040-982dbe12c552 2025-07-22 20:55:01,071 - WARNING - Pod uuid af056949-5dc8-4fd2-a040-982dbe12c552 is still seen in agent 10.0.0.48 VM list 2025-07-22 20:55:06,072 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=af056949-5dc8-4fd2-a040-982dbe12c552 2025-07-22 20:55:06,080 - DEBUG - Pod af056949-5dc8-4fd2-a040-982dbe12c552 is not in agent 10.0.0.48 VM list 2025-07-22 20:55:06,080 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fbabb016-673d-11f0-b148-fa163e52370a 2025-07-22 20:55:06,087 - DEBUG - VMI fbabb016-673d-11f0-b148-fa163e52370a is removed from agent 10.0.0.48 2025-07-22 20:55:06,087 - INFO - Verified that pod ctest-nginx-pod-89296075 is removed in agent 2025-07-22 20:55:06,087 - INFO - Deleting service : ctest-nginx-svc-78469678 2025-07-22 20:55:06,342 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-22 20:55:06,351 - DEBUG - No XMPP flaps were noticed during the test
2025-07-22 20:55:06,351 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-07-22 20:55:06,351 - INFO - -------------------------------------------------------------------------------- 2025-07-22 20:55:12,734 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-22 20:55:12,874 - DEBUG - Output : cluster_project={} 2025-07-22 20:55:12,916 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-22 20:55:13,098 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-22 20:55:13,108 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-22 20:55:13,226 - DEBUG - Output : cluster_project={} 2025-07-22 20:55:28,329 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:28,408 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:28,446 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:28,532 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:33,583 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:33,705 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:33,784 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:33,868 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-22 20:55:34,100 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-22 20:55:36,674 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_ApplicationPolicySetReq? 2025-07-22 20:55:36,682 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-07-22 20:55:36,722 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-07-22 20:55:38,754 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-07-22 20:58:38,724 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-22 20:58:38,778 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0639eb16-6763-4e26-8a31-6b02ba48285b 2025-07-22 20:58:38,793 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=3a9823ef-1cd2-4ba9-b598-3e73ebcd9553 2025-07-22 20:58:38,801 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=222afa44-6d5f-4aa5-bc39-623431dc2f09 2025-07-22 20:58:38,807 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:58:38,814 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:58:38,819 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:58:38,823 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:58:38,827 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=29e9eab3-aba6-4e42-85c2-8bb051dc4934 2025-07-22 20:58:43,788 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0639eb16-6763-4e26-8a31-6b02ba48285b 2025-07-22 20:58:43,796 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2a3abb34-673e-11f0-b148-fa163e52370a 2025-07-22 20:58:43,833 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=3a9823ef-1cd2-4ba9-b598-3e73ebcd9553 2025-07-22 20:58:43,835 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=222afa44-6d5f-4aa5-bc39-623431dc2f09 2025-07-22 20:58:43,844 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2bdc86b6-673e-11f0-b148-fa163e52370a 2025-07-22 20:58:43,846 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ab93626-673e-11f0-b148-fa163e52370a 2025-07-22 20:58:43,890 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:58:43,891 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=29e9eab3-aba6-4e42-85c2-8bb051dc4934 2025-07-22 20:58:43,893 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:58:43,894 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:58:43,894 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:58:43,912 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2b5d396a-673e-11f0-b148-fa163e52370a 2025-07-22 20:58:48,914 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:58:48,916 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:58:48,918 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:58:48,919 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:58:53,933 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:58:53,934 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:58:53,936 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:58:53,937 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:58:58,950 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:58:58,952 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:58:58,953 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:58:58,955 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:59:03,969 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:59:03,970 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:59:03,972 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:59:03,973 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:59:08,986 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:59:08,990 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:59:08,991 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:59:08,992 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:59:14,016 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=0ef8fe43-0154-417a-b9e0-c327c8656028 2025-07-22 20:59:14,017 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e8d912b9-e2e5-4e97-b402-3f1258384180 2025-07-22 20:59:14,019 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=eaa4928d-c604-463b-860c-755a6ed35ff3 2025-07-22 20:59:14,020 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=b5697475-1f5a-4e8a-83a4-33303988d2cd 2025-07-22 20:59:14,027 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2c700a26-673e-11f0-b148-fa163e52370a 2025-07-22 20:59:14,033 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2de94cf0-673e-11f0-b148-fa163e52370a 2025-07-22 20:59:14,036 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d7a9c38-673e-11f0-b148-fa163e52370a 2025-07-22 20:59:14,037 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d0355ce-673e-11f0-b148-fa163e52370a