2025-03-24 02:07:47,676 - DEBUG - [10.0.0.37]: Running cmd : hostname 2025-03-24 02:07:48,000 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1045-1 2025-03-24 02:07:48,000 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2025-03-24 02:07:48,053 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1045-1 2025-03-24 02:07:48,054 - DEBUG - [10.0.0.37]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-24 02:07:48,151 - DEBUG - Output : NAMES contrail_test_lHf86ZkSX contrail-kubernetes-master_kubemanager_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_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_schema_1 2025-03-24 02:07:48,152 - DEBUG - [10.0.0.37]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-24 02:07:48,221 - DEBUG - Output : 10.0.0.37/24 172.17.0.1/16 2025-03-24 02:07:48,222 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2025-03-24 02:07:48,267 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1045-1 2025-03-24 02:07:48,376 - DEBUG - [10.0.0.36]: Running cmd : hostname 2025-03-24 02:07:48,589 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1045-1 2025-03-24 02:07:48,589 - DEBUG - [10.0.0.36]: Running cmd : hostname -f 2025-03-24 02:07:48,626 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1045-1 2025-03-24 02:07:48,626 - DEBUG - [10.0.0.36]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-24 02:07:48,686 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-24 02:07:48,686 - DEBUG - [10.0.0.36]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-24 02:07:48,755 - DEBUG - Output : 10.0.0.36/24 2025-03-24 02:07:48,755 - DEBUG - [10.0.0.36]: Running cmd : getent hosts 10.0.0.36 | head -n 1 | awk '{print $2}' 2025-03-24 02:07:48,794 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1045-1 2025-03-24 02:07:48,888 - INFO - Using existing project ['default-domain', 'k8s-default'](279d0077-1cec-485d-a2d9-55e33732f861) 2025-03-24 02:07:49,024 - INFO - Using existing project ['default-domain', 'k8s-default'](279d0077-1cec-485d-a2d9-55e33732f861) 2025-03-24 02:07:49,175 - INFO - ================================================================================ 2025-03-24 02:07:49,175 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-24 02:07:49,176 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-03-24 02:07:49,424 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 02:07:49,433 - DEBUG - Nothing to compare xmpp stats {'10.0.0.36': {'10.0.0.37': '0'}} with 2025-03-24 02:07:49,433 - INFO - Initial checks done. Running the testcase now 2025-03-24 02:07:49,433 - INFO - 2025-03-24 02:07:49,439 - INFO - Namespace default already exists 2025-03-24 02:07:49,439 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-24 02:07:49,558 - DEBUG - Output : cluster_project={} 2025-03-24 02:07:49,620 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-24 02:07:49,620 - DEBUG - Project uuid in Contrail is 279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:07:49,620 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-24 02:07:49,758 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-24 02:07:49,758 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_NamespaceDatabaseList?namespace_uuid=18783f4e-eb16-4cda-b980-308fbbd77018 2025-03-24 02:07:49,765 - INFO - Namespace default with uuid 18783f4e-eb16-4cda-b980-308fbbd77018 found in kube manager 2025-03-24 02:07:49,765 - INFO - Namespace default verification passed 2025-03-24 02:07:49,769 - DEBUG - Service ctest-nginx-svc-21863720 not present 2025-03-24 02:07:49,769 - INFO - Creating service ctest-nginx-svc-21863720 2025-03-24 02:07:49,788 - INFO - Created Service ctest-nginx-svc-21863720 2025-03-24 02:07:49,799 - DEBUG - Pod ctest-nginx-pod-51520621 not present 2025-03-24 02:07:49,799 - INFO - Creating Pod ctest-nginx-pod-51520621 2025-03-24 02:07:49,854 - DEBUG - Pod : ctest-nginx-pod-51520621 UUID is 929c1cee-bc04-42d2-a691-0f7052e0cc1e 2025-03-24 02:07:49,874 - DEBUG - Pod ctest-nginx-pod-15776734 not present 2025-03-24 02:07:49,874 - INFO - Creating Pod ctest-nginx-pod-15776734 2025-03-24 02:07:49,934 - DEBUG - Pod : ctest-nginx-pod-15776734 UUID is 49861106-c66b-4300-ade3-a62820b26809 2025-03-24 02:07:50,173 - INFO - Created VN __public__, UUID :110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:50,488 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-03-24 02:07:50,496 - DEBUG - Requesting: http://10.0.0.37:8082/domain/9820f81a-c123-41d5-ba90-5e90c858b0db 2025-03-24 02:07:50,515 - DEBUG - Requesting: http://10.0.0.37:8082/project/279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:07:50,647 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:50,693 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:50,723 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:50,742 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:50,755 - DEBUG - Route Targets: [] 2025-03-24 02:07:50,756 - DEBUG - RT names not yet present for VN __public__ 2025-03-24 02:07:55,756 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-03-24 02:07:55,763 - DEBUG - Requesting: http://10.0.0.37:8082/domain/9820f81a-c123-41d5-ba90-5e90c858b0db 2025-03-24 02:07:55,772 - DEBUG - Requesting: http://10.0.0.37:8082/project/279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:07:55,824 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:55,835 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:55,846 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:55,855 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:55,862 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/88f862fd-1565-4fc2-bfe8-9b2202958087 2025-03-24 02:07:55,870 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-24 02:07:55,870 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:55,881 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:55,897 - INFO - Verified VN network id 13 for VN 110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:55,897 - INFO - Verifications in API Server for VN __public__ passed 2025-03-24 02:07:55,897 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:55,907 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:55,915 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:07:55,924 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/88f862fd-1565-4fc2-bfe8-9b2202958087 2025-03-24 02:07:55,932 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-24 02:07:55,939 - DEBUG - Control-node 10.0.0.37 : 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': '1229137018807012312', 'uuid-lslong': '11819600915205049058'}, 'enable': 'true', 'created': '2025-03-24T02:07:50', 'last-modified': '2025-03-24T02:07:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.546417'} 2025-03-24 02:07:55,939 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:07:55,945 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-24 02:07:55,946 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-24 02:07:55,946 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-24 02:07:55,946 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-03-24 02:07:55,954 - DEBUG - Requesting: http://10.0.0.37:8082/domain/9820f81a-c123-41d5-ba90-5e90c858b0db 2025-03-24 02:07:55,967 - DEBUG - Requesting: http://10.0.0.37:8082/project/279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:07:56,011 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:56,022 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-24 02:07:56,023 - DEBUG - Verifying the vn in opserver 2025-03-24 02:07:56,023 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.37 2025-03-24 02:07:56,023 - DEBUG - Requesting: http://10.0.0.37:8081/analytics/uves/virtual-networks 2025-03-24 02:07:56,028 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.37:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-24 02:07:56,028 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-24 02:07:56,028 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:07:56,040 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:07:56,048 - DEBUG - Do not have enough data to verify VN in agent 2025-03-24 02:07:56,048 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:07:56,056 - DEBUG - VRF ids for VN __public__: {} 2025-03-24 02:07:56,195 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-24 02:07:56,328 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-03-24 02:07:56,335 - DEBUG - Requesting: http://10.0.0.37:8082/domain/9820f81a-c123-41d5-ba90-5e90c858b0db 2025-03-24 02:07:56,344 - DEBUG - Requesting: http://10.0.0.37:8082/project/279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:07:56,393 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:56,407 - DEBUG - Requesting: http://10.0.0.37:8082/floating-ip-pool/3c3dcb0b-6a85-4f53-953e-44fbdd6398b5 2025-03-24 02:07:56,414 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-03-24 02:07:56,419 - DEBUG - Requesting: http://10.0.0.37:8082/domain/9820f81a-c123-41d5-ba90-5e90c858b0db 2025-03-24 02:07:56,427 - DEBUG - Requesting: http://10.0.0.37:8082/project/279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:07:56,472 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/110ec59b-3a46-4bd8-a407-a868d1adcae2 2025-03-24 02:07:56,483 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-24 02:07:56,483 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-24 02:07:56,492 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-24 02:07:56,499 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-24 02:07:56,499 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-24 02:07:56,502 - DEBUG - Ingress ctest-nginx-ingress-22341432 not present 2025-03-24 02:07:56,502 - INFO - Creating Ingress ctest-nginx-ingress-22341432 2025-03-24 02:07:56,517 - INFO - Created Ingress ctest-nginx-ingress-22341432 2025-03-24 02:07:56,522 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-22341432 2025-03-24 02:07:59,538 - DEBUG - For Ingress ctest-nginx-ingress-22341432, Cluster IP: 10.47.255.249, External IPs ['11.188.217.188'] 2025-03-24 02:07:59,538 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-22341432 2025-03-24 02:07:59,544 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=be1cf842-adc2-436c-8788-7e8ed13332c7 2025-03-24 02:07:59,566 - INFO - Ingress ctest-nginx-ingress-22341432 with uuid be1cf842-adc2-436c-8788-7e8ed13332c7 found in kube manager 2025-03-24 02:07:59,566 - INFO - Ingress ctest-nginx-ingress-22341432 verification passed 2025-03-24 02:07:59,570 - DEBUG - Pod ctest-busybox-pod-73218393 not present 2025-03-24 02:07:59,571 - INFO - Creating Pod ctest-busybox-pod-73218393 2025-03-24 02:07:59,618 - DEBUG - Pod : ctest-busybox-pod-73218393 UUID is 31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:07:59,631 - DEBUG - Pod ctest-nginx-pod-51520621 not in running state.Currently in Pending 2025-03-24 02:08:04,643 - INFO - Pod ctest-nginx-pod-51520621 is in running state.Got IP 10.47.255.251 2025-03-24 02:08:04,681 - DEBUG - Pod ctest-nginx-pod-51520621 has vmi ca95d9a4-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:08:04,681 - INFO - Verified pod ctest-nginx-pod-51520621 in contrail-api 2025-03-24 02:08:04,682 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:08:04,704 - DEBUG - VMI ca95d9a4-0854-11f0-8fb3-fa163e054d07 is active in agent 10.0.0.36 2025-03-24 02:08:04,705 - INFO - Verified Pod ctest-nginx-pod-51520621 in agent 10.0.0.36 2025-03-24 02:08:04,705 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=929c1cee-bc04-42d2-a691-0f7052e0cc1e 2025-03-24 02:08:04,716 - INFO - Pod ctest-nginx-pod-51520621 with uuid 929c1cee-bc04-42d2-a691-0f7052e0cc1e found in kube manager 2025-03-24 02:08:04,716 - INFO - Pod ctest-nginx-pod-51520621 verification passed 2025-03-24 02:08:04,802 - DEBUG - [Pod ctest-nginx-pod-51520621] Cmd: echo ctest-nginx-pod-51520621 > /usr/share/nginx/html/index.html, Output: 2025-03-24 02:08:04,811 - INFO - Pod ctest-nginx-pod-15776734 is in running state.Got IP 10.47.255.250 2025-03-24 02:08:04,871 - DEBUG - Pod ctest-nginx-pod-15776734 has vmi cb0aa4e6-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:08:04,872 - INFO - Verified pod ctest-nginx-pod-15776734 in contrail-api 2025-03-24 02:08:04,872 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:08:04,885 - DEBUG - VMI cb0aa4e6-0854-11f0-8fb3-fa163e054d07 is active in agent 10.0.0.36 2025-03-24 02:08:04,885 - INFO - Verified Pod ctest-nginx-pod-15776734 in agent 10.0.0.36 2025-03-24 02:08:04,885 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=49861106-c66b-4300-ade3-a62820b26809 2025-03-24 02:08:04,891 - INFO - Pod ctest-nginx-pod-15776734 with uuid 49861106-c66b-4300-ade3-a62820b26809 found in kube manager 2025-03-24 02:08:04,891 - INFO - Pod ctest-nginx-pod-15776734 verification passed 2025-03-24 02:08:04,956 - DEBUG - [Pod ctest-nginx-pod-15776734] Cmd: echo ctest-nginx-pod-15776734 > /usr/share/nginx/html/index.html, Output: 2025-03-24 02:08:04,961 - DEBUG - Pod ctest-busybox-pod-73218393 not in running state.Currently in Pending 2025-03-24 02:08:09,969 - DEBUG - Pod ctest-busybox-pod-73218393 not in running state.Currently in Pending 2025-03-24 02:08:14,979 - INFO - Pod ctest-busybox-pod-73218393 is in running state.Got IP 10.47.255.248 2025-03-24 02:08:14,996 - DEBUG - Pod ctest-busybox-pod-73218393 has vmi cfaefdbc-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:08:14,996 - INFO - Verified pod ctest-busybox-pod-73218393 in contrail-api 2025-03-24 02:08:14,996 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:08:15,009 - DEBUG - VMI cfaefdbc-0854-11f0-8fb3-fa163e054d07 is active in agent 10.0.0.36 2025-03-24 02:08:15,009 - INFO - Verified Pod ctest-busybox-pod-73218393 in agent 10.0.0.36 2025-03-24 02:08:15,009 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:15,014 - INFO - Pod ctest-busybox-pod-73218393 with uuid 31fc6874-ad25-48c6-b877-2144780ca68f found in kube manager 2025-03-24 02:08:15,014 - INFO - Pod ctest-busybox-pod-73218393 verification passed 2025-03-24 02:08:15,077 - DEBUG - [Pod ctest-busybox-pod-73218393] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51520621 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-24 02:08:15,077 - DEBUG - [Pod Pod ctest-busybox-pod-73218393] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-24 02:08:15,077 - DEBUG - [Pod Pod ctest-busybox-pod-73218393] Cmd output: ctest-nginx-pod-51520621 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-24 02:08:15,152 - DEBUG - [Pod ctest-busybox-pod-73218393] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-15776734 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-24 02:08:15,152 - DEBUG - [Pod Pod ctest-busybox-pod-73218393] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-24 02:08:15,152 - DEBUG - [Pod Pod ctest-busybox-pod-73218393] Cmd output: ctest-nginx-pod-15776734 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-24 02:08:15,152 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-51520621': 1, 'ctest-nginx-pod-15776734': 1} 2025-03-24 02:08:15,153 - WARNING - Nothing to delete parallely 2025-03-24 02:08:15,153 - INFO - Deleting pod default:ctest-busybox-pod-73218393 2025-03-24 02:08:15,170 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:15,179 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:20,182 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:20,189 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:25,190 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:25,199 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:30,200 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:30,210 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:35,211 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:35,225 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:40,226 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:40,238 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:45,243 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:45,252 - WARNING - Pod uuid 31fc6874-ad25-48c6-b877-2144780ca68f is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:50,253 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=31fc6874-ad25-48c6-b877-2144780ca68f 2025-03-24 02:08:50,263 - DEBUG - Pod 31fc6874-ad25-48c6-b877-2144780ca68f is not in agent 10.0.0.36 VM list 2025-03-24 02:08:50,263 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cfaefdbc-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:08:50,270 - DEBUG - VMI cfaefdbc-0854-11f0-8fb3-fa163e054d07 is removed from agent 10.0.0.36 2025-03-24 02:08:50,270 - INFO - Verified that pod ctest-busybox-pod-73218393 is removed in agent 2025-03-24 02:08:50,270 - INFO - Deleting Ingress : ctest-nginx-ingress-22341432 2025-03-24 02:08:50,286 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=be1cf842-adc2-436c-8788-7e8ed13332c7 2025-03-24 02:08:50,297 - ERROR - Ingress ctest-nginx-ingress-22341432 with uuid be1cf842-adc2-436c-8788-7e8ed13332c7 still found in kube manager 2025-03-24 02:08:51,298 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=be1cf842-adc2-436c-8788-7e8ed13332c7 2025-03-24 02:08:51,305 - INFO - Ingress ctest-nginx-ingress-22341432 with uuid be1cf842-adc2-436c-8788-7e8ed13332c7 deleted successfully from kube manager 2025-03-24 02:08:51,307 - INFO - Verifications on Ingress %s cleanup passed 2025-03-24 02:08:51,307 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-24 02:08:51,453 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-24 02:08:51,471 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-24 02:08:51,471 - INFO - Deleting VN __public__ 2025-03-24 02:08:51,750 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/2e7be8f9-db14-429c-829f-a2fa7d5d85aa 2025-03-24 02:08:51,760 - DEBUG - Response Code: 404 2025-03-24 02:08:51,760 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-03-24 02:08:51,771 - DEBUG - Requesting: http://10.0.0.37:8082/domain/9820f81a-c123-41d5-ba90-5e90c858b0db 2025-03-24 02:08:51,796 - DEBUG - Requesting: http://10.0.0.37:8082/project/279d0077-1cec-485d-a2d9-55e33732f861 2025-03-24 02:08:51,935 - INFO - Validated that VN __public__ is not found in API Server 2025-03-24 02:08:51,935 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-24 02:08:51,943 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:08:51,954 - DEBUG - VN __public__ is not present in Agent 10.0.0.36 2025-03-24 02:08:51,954 - INFO - Validated that VN __public__ is not in any agent 2025-03-24 02:08:51,954 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:08:51,977 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-24 02:08:51,988 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-24 02:08:51,996 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-24 02:08:51,996 - INFO - Deleting pod default:ctest-nginx-pod-15776734 2025-03-24 02:08:52,016 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=49861106-c66b-4300-ade3-a62820b26809 2025-03-24 02:08:52,042 - WARNING - Pod uuid 49861106-c66b-4300-ade3-a62820b26809 is still seen in agent 10.0.0.36 VM list 2025-03-24 02:08:57,043 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=49861106-c66b-4300-ade3-a62820b26809 2025-03-24 02:08:57,052 - DEBUG - Pod 49861106-c66b-4300-ade3-a62820b26809 is not in agent 10.0.0.36 VM list 2025-03-24 02:08:57,052 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb0aa4e6-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:08:57,059 - DEBUG - VMI cb0aa4e6-0854-11f0-8fb3-fa163e054d07 is removed from agent 10.0.0.36 2025-03-24 02:08:57,059 - INFO - Verified that pod ctest-nginx-pod-15776734 is removed in agent 2025-03-24 02:08:57,059 - INFO - Deleting pod default:ctest-nginx-pod-51520621 2025-03-24 02:08:57,077 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=929c1cee-bc04-42d2-a691-0f7052e0cc1e 2025-03-24 02:08:57,088 - WARNING - Pod uuid 929c1cee-bc04-42d2-a691-0f7052e0cc1e is still seen in agent 10.0.0.36 VM list 2025-03-24 02:09:02,091 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=929c1cee-bc04-42d2-a691-0f7052e0cc1e 2025-03-24 02:09:02,101 - DEBUG - Pod 929c1cee-bc04-42d2-a691-0f7052e0cc1e is not in agent 10.0.0.36 VM list 2025-03-24 02:09:02,101 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca95d9a4-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:09:02,110 - DEBUG - VMI ca95d9a4-0854-11f0-8fb3-fa163e054d07 is removed from agent 10.0.0.36 2025-03-24 02:09:02,110 - INFO - Verified that pod ctest-nginx-pod-51520621 is removed in agent 2025-03-24 02:09:02,111 - INFO - Deleting service : ctest-nginx-svc-21863720 2025-03-24 02:09:02,364 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 02:09:02,374 - DEBUG - No XMPP flaps were noticed during the test
2025-03-24 02:09:02,374 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-03-24 02:09:02,374 - INFO - -------------------------------------------------------------------------------- 2025-03-24 02:09:08,910 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-24 02:09:09,055 - DEBUG - Output : cluster_project={} 2025-03-24 02:09:09,193 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-24 02:09:09,365 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-24 02:09:09,372 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-24 02:09:09,523 - DEBUG - Output : cluster_project={} 2025-03-24 02:09:24,698 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:24,796 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:24,845 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:24,934 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:25,032 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:30,166 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:30,256 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:30,324 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-24 02:09:30,556 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 02:09:33,615 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_ApplicationPolicySetReq? 2025-03-24 02:09:33,624 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2025-03-24 02:09:33,668 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2025-03-24 02:09:35,704 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2025-03-24 02:12:36,332 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-24 02:12:36,401 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b04b4f1a-a2fe-4161-81da-72d0f3f3186d 2025-03-24 02:12:36,431 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a4eb1d0f-b061-485c-a650-a3ef405366be 2025-03-24 02:12:36,446 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:12:36,457 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:12:36,462 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6d8a2af-f816-4c08-b0d8-92c065f79fec 2025-03-24 02:12:36,466 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=6f8ce6d8-9f27-49af-86d0-10253882c656 2025-03-24 02:12:36,493 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:12:36,498 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:12:41,503 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b04b4f1a-a2fe-4161-81da-72d0f3f3186d 2025-03-24 02:12:41,505 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a4eb1d0f-b061-485c-a650-a3ef405366be 2025-03-24 02:12:41,514 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f9a1c370-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:12:41,517 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fb72d95a-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:12:41,554 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:12:41,556 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:12:41,557 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:12:41,560 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=6f8ce6d8-9f27-49af-86d0-10253882c656 2025-03-24 02:12:41,561 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6d8a2af-f816-4c08-b0d8-92c065f79fec 2025-03-24 02:12:41,562 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:12:41,587 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:faeb54f8-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:12:41,594 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fa2d690c-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:12:46,590 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:12:46,592 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:12:46,594 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:12:46,597 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:12:51,615 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:12:51,617 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:12:51,619 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:12:51,622 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:12:56,632 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:12:56,637 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:12:56,639 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:12:56,640 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:13:01,645 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:13:01,654 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:13:01,656 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:13:01,658 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:13:06,654 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:13:06,671 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:13:06,673 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:13:06,674 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:13:11,702 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f6c20e54-0238-4840-af14-c670b67ca90c 2025-03-24 02:13:11,703 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=e64f20e0-69fa-4523-9770-40f0fef5cbc8 2025-03-24 02:13:11,705 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=d931f4d0-7f61-4e5c-aba1-acd88c40a693 2025-03-24 02:13:11,706 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=0b4933fd-16ac-4ab7-adb1-448a7fe7c9d8 2025-03-24 02:13:11,722 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc900dda-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:13:11,724 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fdaf44f6-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:13:11,725 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd266a96-0854-11f0-8fb3-fa163e054d07 2025-03-24 02:13:11,728 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc0fc33c-0854-11f0-8fb3-fa163e054d07