2025-01-16 02:17:08,042 - DEBUG - [10.0.0.58]: Running cmd : hostname 2025-01-16 02:17:08,479 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-940-1 2025-01-16 02:17:08,479 - DEBUG - [10.0.0.58]: Running cmd : hostname -f 2025-01-16 02:17:08,567 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-940-1 2025-01-16 02:17:08,567 - DEBUG - [10.0.0.58]: 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-01-16 02:17:08,653 - DEBUG - Output : NAMES contrail_test_O5FHJy3QN contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 2025-01-16 02:17:08,653 - DEBUG - [10.0.0.58]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-16 02:17:08,697 - DEBUG - Output : 10.0.0.58/24 172.17.0.1/16 2025-01-16 02:17:08,698 - DEBUG - [10.0.0.58]: Running cmd : getent hosts 10.0.0.58 | head -n 1 | awk '{print $2}' 2025-01-16 02:17:08,779 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-940-1 2025-01-16 02:17:08,848 - DEBUG - [10.0.0.42]: Running cmd : hostname 2025-01-16 02:17:09,115 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-940-1 2025-01-16 02:17:09,115 - DEBUG - [10.0.0.42]: Running cmd : hostname -f 2025-01-16 02:17:09,188 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-940-1 2025-01-16 02:17:09,189 - DEBUG - [10.0.0.42]: 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-01-16 02:17:09,247 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-16 02:17:09,248 - DEBUG - [10.0.0.42]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-16 02:17:09,282 - DEBUG - Output : 10.0.0.42/24 2025-01-16 02:17:09,283 - DEBUG - [10.0.0.42]: Running cmd : getent hosts 10.0.0.42 | head -n 1 | awk '{print $2}' 2025-01-16 02:17:09,359 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-940-1 2025-01-16 02:17:09,469 - INFO - Using existing project ['default-domain', 'k8s-default'](dfcb70a5-c83d-43b1-9a7b-04af09abeffc) 2025-01-16 02:17:09,595 - INFO - Using existing project ['default-domain', 'k8s-default'](dfcb70a5-c83d-43b1-9a7b-04af09abeffc) 2025-01-16 02:17:09,753 - INFO - ================================================================================ 2025-01-16 02:17:09,754 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-16 02:17:09,754 - 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-01-16 02:17:10,036 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-16 02:17:10,048 - DEBUG - Nothing to compare xmpp stats {'10.0.0.42': {'10.0.0.58': '0'}} with 2025-01-16 02:17:10,048 - INFO - Initial checks done. Running the testcase now 2025-01-16 02:17:10,048 - INFO - 2025-01-16 02:17:10,053 - INFO - Namespace default already exists 2025-01-16 02:17:10,054 - DEBUG - [10.0.0.58]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-16 02:17:10,182 - DEBUG - Output : cluster_project={} 2025-01-16 02:17:10,255 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-16 02:17:10,255 - DEBUG - Project uuid in Contrail is dfcb70a5-c83d-43b1-9a7b-04af09abeffc 2025-01-16 02:17:10,256 - DEBUG - [10.0.0.58]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-16 02:17:10,395 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-16 02:17:10,396 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_NamespaceDatabaseList?namespace_uuid=81952ad6-5e37-4e43-b48c-57d7c798c7a9 2025-01-16 02:17:10,401 - INFO - Namespace default with uuid 81952ad6-5e37-4e43-b48c-57d7c798c7a9 found in kube manager 2025-01-16 02:17:10,401 - INFO - Namespace default verification passed 2025-01-16 02:17:10,403 - DEBUG - Service ctest-nginx-svc-01190881 not present 2025-01-16 02:17:10,404 - INFO - Creating service ctest-nginx-svc-01190881 2025-01-16 02:17:10,427 - INFO - Created Service ctest-nginx-svc-01190881 2025-01-16 02:17:10,439 - DEBUG - Pod ctest-nginx-pod-13292307 not present 2025-01-16 02:17:10,439 - INFO - Creating Pod ctest-nginx-pod-13292307 2025-01-16 02:17:10,551 - DEBUG - Pod : ctest-nginx-pod-13292307 UUID is 0f5c9b51-2d86-4329-b36b-01698aa20833 2025-01-16 02:17:10,562 - DEBUG - Pod ctest-nginx-pod-92771326 not present 2025-01-16 02:17:10,563 - INFO - Creating Pod ctest-nginx-pod-92771326 2025-01-16 02:17:10,584 - DEBUG - Pod : ctest-nginx-pod-92771326 UUID is ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c 2025-01-16 02:17:10,805 - INFO - Created VN __public__, UUID :85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,219 - DEBUG - Requesting: http://10.0.0.58:8082/domains 2025-01-16 02:17:11,230 - DEBUG - Requesting: http://10.0.0.58:8082/domain/7f9249e4-325f-433a-ba6a-dfd402e41730 2025-01-16 02:17:11,261 - DEBUG - Requesting: http://10.0.0.58:8082/project/dfcb70a5-c83d-43b1-9a7b-04af09abeffc 2025-01-16 02:17:11,456 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,502 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,537 - DEBUG - Requesting: http://10.0.0.58:8082/routing-instance/93296e90-1334-4191-8266-f8cdfa4d8a87 2025-01-16 02:17:11,547 - DEBUG - Requesting: http://10.0.0.58:8082/routing-instance/93296e90-1334-4191-8266-f8cdfa4d8a87 2025-01-16 02:17:11,562 - DEBUG - Requesting: http://10.0.0.58:8082/route-target/35171fc7-60aa-402a-8ccf-a917de88afdd 2025-01-16 02:17:11,615 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-16 02:17:11,615 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,629 - DEBUG - Requesting: http://10.0.0.58:8082/routing-instance/93296e90-1334-4191-8266-f8cdfa4d8a87 2025-01-16 02:17:11,672 - INFO - Verified VN network id 13 for VN 85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,673 - INFO - Verifications in API Server for VN __public__ passed 2025-01-16 02:17:11,673 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,685 - DEBUG - Requesting: http://10.0.0.58:8082/routing-instance/93296e90-1334-4191-8266-f8cdfa4d8a87 2025-01-16 02:17:11,696 - DEBUG - Requesting: http://10.0.0.58:8082/routing-instance/93296e90-1334-4191-8266-f8cdfa4d8a87 2025-01-16 02:17:11,710 - DEBUG - Requesting: http://10.0.0.58:8082/route-target/35171fc7-60aa-402a-8ccf-a917de88afdd 2025-01-16 02:17:11,725 - DEBUG - Requesting: http://10.0.0.58:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-16 02:17:11,740 - DEBUG - Control-node 10.0.0.58 : 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': '9640505389077645892', 'uuid-lslong': '10552427971341795323'}, 'enable': 'true', 'created': '2025-01-16T02:17:10', 'last-modified': '2025-01-16T02:17:11', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.667566'} 2025-01-16 02:17:11,740 - DEBUG - Requesting: http://10.0.0.58:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:17:11,749 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-16 02:17:11,749 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-16 02:17:11,750 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-16 02:17:11,750 - DEBUG - Requesting: http://10.0.0.58:8082/domains 2025-01-16 02:17:11,759 - DEBUG - Requesting: http://10.0.0.58:8082/domain/7f9249e4-325f-433a-ba6a-dfd402e41730 2025-01-16 02:17:11,771 - DEBUG - Requesting: http://10.0.0.58:8082/project/dfcb70a5-c83d-43b1-9a7b-04af09abeffc 2025-01-16 02:17:11,875 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:11,888 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-16 02:17:11,888 - DEBUG - Verifying the vn in opserver 2025-01-16 02:17:11,888 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.58 2025-01-16 02:17:11,888 - DEBUG - Requesting: http://10.0.0.58:8081/analytics/uves/virtual-networks 2025-01-16 02:17:11,895 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.58:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-16 02:17:11,895 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-16 02:17:11,895 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:17:11,910 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:17:11,922 - DEBUG - Do not have enough data to verify VN in agent 2025-01-16 02:17:11,922 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:17:11,930 - DEBUG - VRF ids for VN __public__: {} 2025-01-16 02:17:12,095 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-16 02:17:12,296 - DEBUG - Requesting: http://10.0.0.58:8082/domains 2025-01-16 02:17:12,310 - DEBUG - Requesting: http://10.0.0.58:8082/domain/7f9249e4-325f-433a-ba6a-dfd402e41730 2025-01-16 02:17:12,336 - DEBUG - Requesting: http://10.0.0.58:8082/project/dfcb70a5-c83d-43b1-9a7b-04af09abeffc 2025-01-16 02:17:12,393 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:12,420 - DEBUG - Requesting: http://10.0.0.58:8082/floating-ip-pool/6c774f75-9a43-406a-ae23-ab6835eaa4de 2025-01-16 02:17:12,429 - DEBUG - Requesting: http://10.0.0.58:8082/domains 2025-01-16 02:17:12,439 - DEBUG - Requesting: http://10.0.0.58:8082/domain/7f9249e4-325f-433a-ba6a-dfd402e41730 2025-01-16 02:17:12,447 - DEBUG - Requesting: http://10.0.0.58:8082/project/dfcb70a5-c83d-43b1-9a7b-04af09abeffc 2025-01-16 02:17:12,514 - DEBUG - Requesting: http://10.0.0.58:8082/virtual-network/85c9f492-e336-4a44-9271-c154adb93ffb 2025-01-16 02:17:12,528 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-16 02:17:12,528 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-16 02:17:12,536 - DEBUG - Requesting: http://10.0.0.58:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-16 02:17:12,542 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-16 02:17:12,543 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-16 02:17:12,545 - DEBUG - Ingress ctest-nginx-ingress-46134985 not present 2025-01-16 02:17:12,546 - INFO - Creating Ingress ctest-nginx-ingress-46134985 2025-01-16 02:17:12,555 - INFO - Created Ingress ctest-nginx-ingress-46134985 2025-01-16 02:17:12,558 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-46134985 2025-01-16 02:17:15,564 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-46134985 2025-01-16 02:17:18,572 - DEBUG - For Ingress ctest-nginx-ingress-46134985, Cluster IP: 10.47.255.249, External IPs ['52.171.205.252'] 2025-01-16 02:17:18,572 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-46134985 2025-01-16 02:17:18,572 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_LoadbalancerDatabaseList?x=3eef02fd-38df-4843-8226-b10b82ff2a50 2025-01-16 02:17:18,584 - INFO - Ingress ctest-nginx-ingress-46134985 with uuid 3eef02fd-38df-4843-8226-b10b82ff2a50 found in kube manager 2025-01-16 02:17:18,585 - INFO - Ingress ctest-nginx-ingress-46134985 verification passed 2025-01-16 02:17:18,588 - DEBUG - Pod ctest-busybox-pod-69771687 not present 2025-01-16 02:17:18,589 - INFO - Creating Pod ctest-busybox-pod-69771687 2025-01-16 02:17:18,633 - DEBUG - Pod : ctest-busybox-pod-69771687 UUID is 5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:18,640 - DEBUG - Pod ctest-nginx-pod-13292307 not in running state.Currently in Pending 2025-01-16 02:17:23,649 - DEBUG - Pod ctest-nginx-pod-13292307 not in running state.Currently in Pending 2025-01-16 02:17:28,657 - INFO - Pod ctest-nginx-pod-13292307 is in running state.Got IP 10.47.255.251 2025-01-16 02:17:28,673 - DEBUG - Pod ctest-nginx-pod-13292307 has vmi ff41a5ea-d3af-11ef-8f2a-fa163ea0907a 2025-01-16 02:17:28,673 - INFO - Verified pod ctest-nginx-pod-13292307 in contrail-api 2025-01-16 02:17:28,673 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:17:28,689 - DEBUG - VMI ff41a5ea-d3af-11ef-8f2a-fa163ea0907a is active in agent 10.0.0.42 2025-01-16 02:17:28,689 - INFO - Verified Pod ctest-nginx-pod-13292307 in agent 10.0.0.42 2025-01-16 02:17:28,689 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_VirtualMachineDatabaseList?x=0f5c9b51-2d86-4329-b36b-01698aa20833 2025-01-16 02:17:28,694 - INFO - Pod ctest-nginx-pod-13292307 with uuid 0f5c9b51-2d86-4329-b36b-01698aa20833 found in kube manager 2025-01-16 02:17:28,694 - INFO - Pod ctest-nginx-pod-13292307 verification passed 2025-01-16 02:17:28,775 - DEBUG - [Pod ctest-nginx-pod-13292307] Cmd: echo ctest-nginx-pod-13292307 > /usr/share/nginx/html/index.html, Output: 2025-01-16 02:17:28,782 - INFO - Pod ctest-nginx-pod-92771326 is in running state.Got IP 10.47.255.250 2025-01-16 02:17:28,867 - DEBUG - Pod ctest-nginx-pod-92771326 has vmi ffc786f6-d3af-11ef-8f2a-fa163ea0907a 2025-01-16 02:17:28,867 - INFO - Verified pod ctest-nginx-pod-92771326 in contrail-api 2025-01-16 02:17:28,867 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:17:28,880 - DEBUG - VMI ffc786f6-d3af-11ef-8f2a-fa163ea0907a is active in agent 10.0.0.42 2025-01-16 02:17:28,881 - INFO - Verified Pod ctest-nginx-pod-92771326 in agent 10.0.0.42 2025-01-16 02:17:28,881 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_VirtualMachineDatabaseList?x=ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c 2025-01-16 02:17:28,886 - INFO - Pod ctest-nginx-pod-92771326 with uuid ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c found in kube manager 2025-01-16 02:17:28,886 - INFO - Pod ctest-nginx-pod-92771326 verification passed 2025-01-16 02:17:28,951 - DEBUG - [Pod ctest-nginx-pod-92771326] Cmd: echo ctest-nginx-pod-92771326 > /usr/share/nginx/html/index.html, Output: 2025-01-16 02:17:28,962 - DEBUG - Pod ctest-busybox-pod-69771687 not in running state.Currently in Pending 2025-01-16 02:17:33,971 - INFO - Pod ctest-busybox-pod-69771687 is in running state.Got IP 10.47.255.248 2025-01-16 02:17:33,988 - DEBUG - Pod ctest-busybox-pod-69771687 has vmi 0301e618-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:17:33,989 - INFO - Verified pod ctest-busybox-pod-69771687 in contrail-api 2025-01-16 02:17:33,989 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:17:34,003 - DEBUG - VMI 0301e618-d3b0-11ef-8f2a-fa163ea0907a is active in agent 10.0.0.42 2025-01-16 02:17:34,003 - INFO - Verified Pod ctest-busybox-pod-69771687 in agent 10.0.0.42 2025-01-16 02:17:34,003 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_VirtualMachineDatabaseList?x=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:34,008 - INFO - Pod ctest-busybox-pod-69771687 with uuid 5c54449b-06ed-4134-a0c0-38744200ee7b found in kube manager 2025-01-16 02:17:34,008 - INFO - Pod ctest-busybox-pod-69771687 verification passed 2025-01-16 02:17:34,070 - DEBUG - [Pod ctest-busybox-pod-69771687] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92771326 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-01-16 02:17:34,070 - DEBUG - [Pod Pod ctest-busybox-pod-69771687] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-16 02:17:34,070 - DEBUG - [Pod Pod ctest-busybox-pod-69771687] Cmd output: ctest-nginx-pod-92771326 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-01-16 02:17:34,141 - DEBUG - [Pod ctest-busybox-pod-69771687] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92771326 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-01-16 02:17:34,141 - DEBUG - [Pod Pod ctest-busybox-pod-69771687] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-16 02:17:34,141 - DEBUG - [Pod Pod ctest-busybox-pod-69771687] Cmd output: ctest-nginx-pod-92771326 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-01-16 02:17:34,318 - DEBUG - [Pod ctest-busybox-pod-69771687] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13292307 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-01-16 02:17:34,319 - DEBUG - [Pod Pod ctest-busybox-pod-69771687] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-16 02:17:34,319 - DEBUG - [Pod Pod ctest-busybox-pod-69771687] Cmd output: ctest-nginx-pod-13292307 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-01-16 02:17:34,319 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-13292307': 1, 'ctest-nginx-pod-92771326': 2} 2025-01-16 02:17:34,319 - WARNING - Nothing to delete parallely 2025-01-16 02:17:34,319 - INFO - Deleting pod default:ctest-busybox-pod-69771687 2025-01-16 02:17:34,330 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:34,337 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:17:39,338 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:39,347 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:17:44,348 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:44,357 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:17:49,357 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:49,366 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:17:54,367 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:54,375 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:17:59,376 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:17:59,385 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:18:04,386 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:18:04,401 - WARNING - Pod uuid 5c54449b-06ed-4134-a0c0-38744200ee7b is still seen in agent 10.0.0.42 VM list 2025-01-16 02:18:09,402 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5c54449b-06ed-4134-a0c0-38744200ee7b 2025-01-16 02:18:09,411 - DEBUG - Pod 5c54449b-06ed-4134-a0c0-38744200ee7b is not in agent 10.0.0.42 VM list 2025-01-16 02:18:09,411 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0301e618-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:18:09,421 - DEBUG - VMI 0301e618-d3b0-11ef-8f2a-fa163ea0907a is removed from agent 10.0.0.42 2025-01-16 02:18:09,421 - INFO - Verified that pod ctest-busybox-pod-69771687 is removed in agent 2025-01-16 02:18:09,421 - INFO - Deleting Ingress : ctest-nginx-ingress-46134985 2025-01-16 02:18:09,428 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_LoadbalancerDatabaseList?x=3eef02fd-38df-4843-8226-b10b82ff2a50 2025-01-16 02:18:09,442 - ERROR - Ingress ctest-nginx-ingress-46134985 with uuid 3eef02fd-38df-4843-8226-b10b82ff2a50 still found in kube manager 2025-01-16 02:18:10,444 - DEBUG - Requesting: http://10.0.0.58:8108/Snh_LoadbalancerDatabaseList?x=3eef02fd-38df-4843-8226-b10b82ff2a50 2025-01-16 02:18:10,448 - INFO - Ingress ctest-nginx-ingress-46134985 with uuid 3eef02fd-38df-4843-8226-b10b82ff2a50 deleted successfully from kube manager 2025-01-16 02:18:10,449 - INFO - Verifications on Ingress %s cleanup passed 2025-01-16 02:18:10,449 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-16 02:18:10,628 - DEBUG - Requesting: http://10.0.0.58:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-16 02:18:10,636 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-16 02:18:10,637 - INFO - Deleting VN __public__ 2025-01-16 02:18:10,934 - DEBUG - Requesting: http://10.0.0.58:8082/routing-instance/93296e90-1334-4191-8266-f8cdfa4d8a87 2025-01-16 02:18:10,941 - DEBUG - Response Code: 404 2025-01-16 02:18:10,941 - DEBUG - Requesting: http://10.0.0.58:8082/domains 2025-01-16 02:18:10,953 - DEBUG - Requesting: http://10.0.0.58:8082/domain/7f9249e4-325f-433a-ba6a-dfd402e41730 2025-01-16 02:18:10,970 - DEBUG - Requesting: http://10.0.0.58:8082/project/dfcb70a5-c83d-43b1-9a7b-04af09abeffc 2025-01-16 02:18:11,046 - INFO - Validated that VN __public__ is not found in API Server 2025-01-16 02:18:11,047 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-16 02:18:11,055 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:18:11,069 - DEBUG - VN __public__ is not present in Agent 10.0.0.42 2025-01-16 02:18:11,070 - INFO - Validated that VN __public__ is not in any agent 2025-01-16 02:18:11,070 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:18:11,080 - DEBUG - Requesting: http://10.0.0.58:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-16 02:18:11,118 - DEBUG - Requesting: http://10.0.0.58:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-16 02:18:11,126 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-16 02:18:11,127 - INFO - Deleting pod default:ctest-nginx-pod-92771326 2025-01-16 02:18:11,156 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c 2025-01-16 02:18:11,278 - WARNING - Pod uuid ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c is still seen in agent 10.0.0.42 VM list 2025-01-16 02:18:16,279 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c 2025-01-16 02:18:16,291 - DEBUG - Pod ab966d68-7f0b-4bd1-bfe9-c49be32e3c2c is not in agent 10.0.0.42 VM list 2025-01-16 02:18:16,291 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffc786f6-d3af-11ef-8f2a-fa163ea0907a 2025-01-16 02:18:16,299 - DEBUG - VMI ffc786f6-d3af-11ef-8f2a-fa163ea0907a is removed from agent 10.0.0.42 2025-01-16 02:18:16,300 - INFO - Verified that pod ctest-nginx-pod-92771326 is removed in agent 2025-01-16 02:18:16,300 - INFO - Deleting pod default:ctest-nginx-pod-13292307 2025-01-16 02:18:16,314 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=0f5c9b51-2d86-4329-b36b-01698aa20833 2025-01-16 02:18:16,336 - WARNING - Pod uuid 0f5c9b51-2d86-4329-b36b-01698aa20833 is still seen in agent 10.0.0.42 VM list 2025-01-16 02:18:21,336 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=0f5c9b51-2d86-4329-b36b-01698aa20833 2025-01-16 02:18:21,346 - DEBUG - Pod 0f5c9b51-2d86-4329-b36b-01698aa20833 is not in agent 10.0.0.42 VM list 2025-01-16 02:18:21,346 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff41a5ea-d3af-11ef-8f2a-fa163ea0907a 2025-01-16 02:18:21,354 - DEBUG - VMI ff41a5ea-d3af-11ef-8f2a-fa163ea0907a is removed from agent 10.0.0.42 2025-01-16 02:18:21,355 - INFO - Verified that pod ctest-nginx-pod-13292307 is removed in agent 2025-01-16 02:18:21,355 - INFO - Deleting service : ctest-nginx-svc-01190881 2025-01-16 02:18:21,621 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-16 02:18:21,629 - DEBUG - No XMPP flaps were noticed during the test 2025-01-16 02:18:21,629 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-01-16 02:18:21,629 - INFO - -------------------------------------------------------------------------------- 2025-01-16 02:18:28,053 - DEBUG - [10.0.0.58]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-16 02:18:28,177 - DEBUG - Output : cluster_project={} 2025-01-16 02:18:28,247 - DEBUG - [10.0.0.58]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-16 02:18:28,470 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-16 02:18:28,484 - DEBUG - [10.0.0.58]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-16 02:18:28,659 - DEBUG - Output : cluster_project={} 2025-01-16 02:18:38,810 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:43,864 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:43,958 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:44,044 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:44,087 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:44,175 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:49,228 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:49,315 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-16 02:18:49,579 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-16 02:18:52,852 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_ApplicationPolicySetReq? 2025-01-16 02:18:52,861 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AclReq? 2025-01-16 02:18:52,896 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AclReq? 2025-01-16 02:18:54,931 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AclReq? 2025-01-16 02:21:56,171 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-16 02:21:56,252 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=64382505-04f3-4990-b4c2-58c00ff0ab82 2025-01-16 02:21:56,272 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:21:56,278 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:21:56,287 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=9eb5b467-b1af-4b77-8ca8-1fe902cd9be1 2025-01-16 02:21:56,293 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=a330010b-4f7c-498b-9b5f-a0f7cc43fbbd 2025-01-16 02:21:56,301 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=2001924d-ec20-4724-96a3-a1ec394c1901 2025-01-16 02:21:56,306 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:21:56,315 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:01,382 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=9eb5b467-b1af-4b77-8ca8-1fe902cd9be1 2025-01-16 02:22:01,385 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:01,386 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:01,388 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=64382505-04f3-4990-b4c2-58c00ff0ab82 2025-01-16 02:22:01,391 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:01,392 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:01,395 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=2001924d-ec20-4724-96a3-a1ec394c1901 2025-01-16 02:22:01,397 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=a330010b-4f7c-498b-9b5f-a0f7cc43fbbd 2025-01-16 02:22:01,422 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f21724a-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:01,433 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2dc5ea5c-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:01,438 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e97900c-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:01,442 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d48dfb2-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:06,437 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:06,442 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:06,448 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:06,451 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:11,447 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:11,457 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:11,459 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:11,461 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:16,456 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:16,472 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:16,475 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:16,477 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:21,468 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:21,493 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:21,496 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:21,497 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:26,477 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:26,515 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:26,517 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:26,518 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:31,506 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=5bbc820b-2464-446d-b759-2ba03a2a10d8 2025-01-16 02:22:31,515 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:305eea98-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:31,532 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ff28d090-c6fb-42bb-9036-8bccd13fd521 2025-01-16 02:22:31,534 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=ed303b3b-0ccb-464e-8968-864e268bba4f 2025-01-16 02:22:31,536 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=f2920bea-a7e4-4f31-bc7c-401dc79dfb6e 2025-01-16 02:22:31,552 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30e2ca20-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:31,554 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2fcfcf20-d3b0-11ef-8f2a-fa163ea0907a 2025-01-16 02:22:31,557 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31656570-d3b0-11ef-8f2a-fa163ea0907a