2025-02-13 02:28:34,089 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-02-13 02:28:34,397 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-978-1 2025-02-13 02:28:34,398 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-02-13 02:28:34,431 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-978-1 2025-02-13 02:28:34,432 - DEBUG - [10.0.0.22]: 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-02-13 02:28:34,517 - DEBUG - Output : NAMES contrail_test_IIyHIRf6o contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 config_api_svcmonitor_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 2025-02-13 02:28:34,517 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-13 02:28:34,595 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-02-13 02:28:34,595 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-02-13 02:28:34,634 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-978-1 2025-02-13 02:28:34,734 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-02-13 02:28:34,953 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-978-1 2025-02-13 02:28:34,954 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-02-13 02:28:34,978 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-978-1 2025-02-13 02:28:34,978 - DEBUG - [10.0.0.27]: 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-02-13 02:28:35,025 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-13 02:28:35,025 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-13 02:28:35,101 - DEBUG - Output : 10.0.0.27/24 2025-02-13 02:28:35,102 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-02-13 02:28:35,137 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-978-1 2025-02-13 02:28:35,245 - INFO - Using existing project ['default-domain', 'k8s-default'](097718a4-a687-4c67-95e6-248d1e85d6a4) 2025-02-13 02:28:35,362 - INFO - Using existing project ['default-domain', 'k8s-default'](097718a4-a687-4c67-95e6-248d1e85d6a4) 2025-02-13 02:28:35,517 - INFO - ================================================================================ 2025-02-13 02:28:35,517 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-13 02:28:35,518 - 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-02-13 02:28:35,756 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-13 02:28:35,763 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.22': '0'}} with 2025-02-13 02:28:35,764 - INFO - Initial checks done. Running the testcase now 2025-02-13 02:28:35,764 - INFO - 2025-02-13 02:28:35,768 - INFO - Namespace default already exists 2025-02-13 02:28:35,768 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-13 02:28:35,885 - DEBUG - Output : cluster_project={} 2025-02-13 02:28:35,936 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-13 02:28:35,936 - DEBUG - Project uuid in Contrail is 097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:28:35,936 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-13 02:28:36,074 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-13 02:28:36,074 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=22ec21cd-c2e1-47ae-9a72-aa7bf2c2015a 2025-02-13 02:28:36,079 - INFO - Namespace default with uuid 22ec21cd-c2e1-47ae-9a72-aa7bf2c2015a found in kube manager 2025-02-13 02:28:36,079 - INFO - Namespace default verification passed 2025-02-13 02:28:36,085 - DEBUG - Service ctest-nginx-svc-50684011 not present 2025-02-13 02:28:36,086 - INFO - Creating service ctest-nginx-svc-50684011 2025-02-13 02:28:36,104 - INFO - Created Service ctest-nginx-svc-50684011 2025-02-13 02:28:36,108 - DEBUG - Pod ctest-nginx-pod-73331380 not present 2025-02-13 02:28:36,108 - INFO - Creating Pod ctest-nginx-pod-73331380 2025-02-13 02:28:36,228 - DEBUG - Pod : ctest-nginx-pod-73331380 UUID is 078b8c27-64fb-4f10-9efb-d607775625a3 2025-02-13 02:28:36,233 - DEBUG - Pod ctest-nginx-pod-10421121 not present 2025-02-13 02:28:36,233 - INFO - Creating Pod ctest-nginx-pod-10421121 2025-02-13 02:28:36,276 - DEBUG - Pod : ctest-nginx-pod-10421121 UUID is 634876ca-2072-4bef-80dd-5f47742989a0 2025-02-13 02:28:36,602 - INFO - Created VN __public__, UUID :23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:36,821 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-02-13 02:28:36,827 - DEBUG - Requesting: http://10.0.0.22:8082/domain/5b192677-7f59-4f71-9e2e-22791a730604 2025-02-13 02:28:36,845 - DEBUG - Requesting: http://10.0.0.22:8082/project/097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:28:36,991 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:37,058 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:37,077 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:37,085 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:37,108 - DEBUG - Route Targets: [] 2025-02-13 02:28:37,109 - DEBUG - RT names not yet present for VN __public__ 2025-02-13 02:28:42,110 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-02-13 02:28:42,119 - DEBUG - Requesting: http://10.0.0.22:8082/domain/5b192677-7f59-4f71-9e2e-22791a730604 2025-02-13 02:28:42,129 - DEBUG - Requesting: http://10.0.0.22:8082/project/097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:28:42,203 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,214 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,225 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:42,235 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:42,243 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/ee2232fa-68b8-4168-9406-c7a3b96ccb13 2025-02-13 02:28:42,250 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-13 02:28:42,250 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,261 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:42,279 - INFO - Verified VN network id 13 for VN 23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,279 - INFO - Verifications in API Server for VN __public__ passed 2025-02-13 02:28:42,279 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,290 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:42,299 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:28:42,306 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/ee2232fa-68b8-4168-9406-c7a3b96ccb13 2025-02-13 02:28:42,315 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-13 02:28:42,327 - DEBUG - Control-node 10.0.0.22 : 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': '2572858373655514301', 'uuid-lslong': '13739347243879249831'}, 'enable': 'true', 'created': '2025-02-13T02:28:36', 'last-modified': '2025-02-13T02:28:36', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.613427'} 2025-02-13 02:28:42,327 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:28:42,335 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-13 02:28:42,335 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-13 02:28:42,336 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-13 02:28:42,336 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-02-13 02:28:42,342 - DEBUG - Requesting: http://10.0.0.22:8082/domain/5b192677-7f59-4f71-9e2e-22791a730604 2025-02-13 02:28:42,350 - DEBUG - Requesting: http://10.0.0.22:8082/project/097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:28:42,425 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,448 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-13 02:28:42,448 - DEBUG - Verifying the vn in opserver 2025-02-13 02:28:42,448 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-02-13 02:28:42,449 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-02-13 02:28:42,454 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-13 02:28:42,454 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-13 02:28:42,454 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:28:42,463 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:28:42,469 - DEBUG - Do not have enough data to verify VN in agent 2025-02-13 02:28:42,470 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:28:42,476 - DEBUG - VRF ids for VN __public__: {} 2025-02-13 02:28:42,581 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-13 02:28:42,721 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-02-13 02:28:42,727 - DEBUG - Requesting: http://10.0.0.22:8082/domain/5b192677-7f59-4f71-9e2e-22791a730604 2025-02-13 02:28:42,736 - DEBUG - Requesting: http://10.0.0.22:8082/project/097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:28:42,785 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,797 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/c471c0df-82ea-4d14-9522-48f9fe43da4b 2025-02-13 02:28:42,804 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-02-13 02:28:42,809 - DEBUG - Requesting: http://10.0.0.22:8082/domain/5b192677-7f59-4f71-9e2e-22791a730604 2025-02-13 02:28:42,816 - DEBUG - Requesting: http://10.0.0.22:8082/project/097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:28:42,867 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/23b4a10f-2b20-4cbd-beab-f7862d2a37a7 2025-02-13 02:28:42,882 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-13 02:28:42,882 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-13 02:28:42,894 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-13 02:28:42,902 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-13 02:28:42,902 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-13 02:28:42,906 - DEBUG - Ingress ctest-nginx-ingress-21207454 not present 2025-02-13 02:28:42,906 - INFO - Creating Ingress ctest-nginx-ingress-21207454 2025-02-13 02:28:42,914 - INFO - Created Ingress ctest-nginx-ingress-21207454 2025-02-13 02:28:42,921 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-21207454 2025-02-13 02:28:45,928 - DEBUG - For Ingress ctest-nginx-ingress-21207454, Cluster IP: 10.47.255.249, External IPs ['149.132.163.252'] 2025-02-13 02:28:45,928 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-21207454 2025-02-13 02:28:45,928 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=536932a4-b4fb-4b49-a08b-a130407931d3 2025-02-13 02:28:45,948 - INFO - Ingress ctest-nginx-ingress-21207454 with uuid 536932a4-b4fb-4b49-a08b-a130407931d3 found in kube manager 2025-02-13 02:28:45,949 - INFO - Ingress ctest-nginx-ingress-21207454 verification passed 2025-02-13 02:28:45,952 - DEBUG - Pod ctest-busybox-pod-07814246 not present 2025-02-13 02:28:45,952 - INFO - Creating Pod ctest-busybox-pod-07814246 2025-02-13 02:28:45,984 - DEBUG - Pod : ctest-busybox-pod-07814246 UUID is 0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:28:45,990 - DEBUG - Pod ctest-nginx-pod-73331380 not in running state.Currently in Pending 2025-02-13 02:28:51,001 - DEBUG - Pod ctest-nginx-pod-73331380 not in running state.Currently in Pending 2025-02-13 02:28:56,017 - INFO - Pod ctest-nginx-pod-73331380 is in running state.Got IP 10.47.255.251 2025-02-13 02:28:56,033 - DEBUG - Pod ctest-nginx-pod-73331380 has vmi 3b42ce8a-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:28:56,033 - INFO - Verified pod ctest-nginx-pod-73331380 in contrail-api 2025-02-13 02:28:56,034 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:28:56,047 - DEBUG - VMI 3b42ce8a-e9b2-11ef-9c03-fa163e28b957 is active in agent 10.0.0.27 2025-02-13 02:28:56,047 - INFO - Verified Pod ctest-nginx-pod-73331380 in agent 10.0.0.27 2025-02-13 02:28:56,047 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=078b8c27-64fb-4f10-9efb-d607775625a3 2025-02-13 02:28:56,052 - INFO - Pod ctest-nginx-pod-73331380 with uuid 078b8c27-64fb-4f10-9efb-d607775625a3 found in kube manager 2025-02-13 02:28:56,052 - INFO - Pod ctest-nginx-pod-73331380 verification passed 2025-02-13 02:28:56,129 - DEBUG - [Pod ctest-nginx-pod-73331380] Cmd: echo ctest-nginx-pod-73331380 > /usr/share/nginx/html/index.html, Output: 2025-02-13 02:28:56,135 - INFO - Pod ctest-nginx-pod-10421121 is in running state.Got IP 10.47.255.250 2025-02-13 02:28:56,197 - DEBUG - Pod ctest-nginx-pod-10421121 has vmi 3bb46cd4-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:28:56,197 - INFO - Verified pod ctest-nginx-pod-10421121 in contrail-api 2025-02-13 02:28:56,197 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:28:56,210 - DEBUG - VMI 3bb46cd4-e9b2-11ef-9c03-fa163e28b957 is active in agent 10.0.0.27 2025-02-13 02:28:56,211 - INFO - Verified Pod ctest-nginx-pod-10421121 in agent 10.0.0.27 2025-02-13 02:28:56,211 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=634876ca-2072-4bef-80dd-5f47742989a0 2025-02-13 02:28:56,216 - INFO - Pod ctest-nginx-pod-10421121 with uuid 634876ca-2072-4bef-80dd-5f47742989a0 found in kube manager 2025-02-13 02:28:56,216 - INFO - Pod ctest-nginx-pod-10421121 verification passed 2025-02-13 02:28:56,274 - DEBUG - [Pod ctest-nginx-pod-10421121] Cmd: echo ctest-nginx-pod-10421121 > /usr/share/nginx/html/index.html, Output: 2025-02-13 02:28:56,281 - DEBUG - Pod ctest-busybox-pod-07814246 not in running state.Currently in Pending 2025-02-13 02:29:01,291 - INFO - Pod ctest-busybox-pod-07814246 is in running state.Got IP 10.47.255.248 2025-02-13 02:29:01,308 - DEBUG - Pod ctest-busybox-pod-07814246 has vmi 4086e9e4-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:29:01,308 - INFO - Verified pod ctest-busybox-pod-07814246 in contrail-api 2025-02-13 02:29:01,308 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:29:01,321 - DEBUG - VMI 4086e9e4-e9b2-11ef-9c03-fa163e28b957 is active in agent 10.0.0.27 2025-02-13 02:29:01,321 - INFO - Verified Pod ctest-busybox-pod-07814246 in agent 10.0.0.27 2025-02-13 02:29:01,321 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:01,326 - INFO - Pod ctest-busybox-pod-07814246 with uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 found in kube manager 2025-02-13 02:29:01,326 - INFO - Pod ctest-busybox-pod-07814246 verification passed 2025-02-13 02:29:01,414 - DEBUG - [Pod ctest-busybox-pod-07814246] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-73331380 2025-02-13 02:29:01,414 - DEBUG - [Pod Pod ctest-busybox-pod-07814246] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-13 02:29:01,414 - DEBUG - [Pod Pod ctest-busybox-pod-07814246] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-73331380 2025-02-13 02:29:01,493 - DEBUG - [Pod ctest-busybox-pod-07814246] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10421121 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-02-13 02:29:01,493 - DEBUG - [Pod Pod ctest-busybox-pod-07814246] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-13 02:29:01,493 - DEBUG - [Pod Pod ctest-busybox-pod-07814246] Cmd output: ctest-nginx-pod-10421121 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-02-13 02:29:01,493 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-73331380': 1, 'ctest-nginx-pod-10421121': 1} 2025-02-13 02:29:01,494 - WARNING - Nothing to delete parallely 2025-02-13 02:29:01,494 - INFO - Deleting pod default:ctest-busybox-pod-07814246 2025-02-13 02:29:01,508 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:01,527 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:06,529 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:06,536 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:11,536 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:11,545 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:16,547 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:16,557 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:21,557 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:21,565 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:26,566 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:26,580 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:31,582 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:31,597 - WARNING - Pod uuid 0d969a27-afd2-4fac-80a7-818caa0bae65 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:36,598 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0d969a27-afd2-4fac-80a7-818caa0bae65 2025-02-13 02:29:36,606 - DEBUG - Pod 0d969a27-afd2-4fac-80a7-818caa0bae65 is not in agent 10.0.0.27 VM list 2025-02-13 02:29:36,606 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4086e9e4-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:29:36,612 - DEBUG - VMI 4086e9e4-e9b2-11ef-9c03-fa163e28b957 is removed from agent 10.0.0.27 2025-02-13 02:29:36,612 - INFO - Verified that pod ctest-busybox-pod-07814246 is removed in agent 2025-02-13 02:29:36,612 - INFO - Deleting Ingress : ctest-nginx-ingress-21207454 2025-02-13 02:29:36,622 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=536932a4-b4fb-4b49-a08b-a130407931d3 2025-02-13 02:29:36,626 - ERROR - Ingress ctest-nginx-ingress-21207454 with uuid 536932a4-b4fb-4b49-a08b-a130407931d3 still found in kube manager 2025-02-13 02:29:37,628 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=536932a4-b4fb-4b49-a08b-a130407931d3 2025-02-13 02:29:37,638 - INFO - Ingress ctest-nginx-ingress-21207454 with uuid 536932a4-b4fb-4b49-a08b-a130407931d3 deleted successfully from kube manager 2025-02-13 02:29:37,639 - INFO - Verifications on Ingress %s cleanup passed 2025-02-13 02:29:37,639 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-13 02:29:37,787 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-13 02:29:37,793 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-13 02:29:37,793 - INFO - Deleting VN __public__ 2025-02-13 02:29:38,012 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/df531e6f-9f73-4bc4-831f-3e57eac7fc58 2025-02-13 02:29:38,024 - DEBUG - Response Code: 404 2025-02-13 02:29:38,024 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-02-13 02:29:38,031 - DEBUG - Requesting: http://10.0.0.22:8082/domain/5b192677-7f59-4f71-9e2e-22791a730604 2025-02-13 02:29:38,040 - DEBUG - Requesting: http://10.0.0.22:8082/project/097718a4-a687-4c67-95e6-248d1e85d6a4 2025-02-13 02:29:38,124 - INFO - Validated that VN __public__ is not found in API Server 2025-02-13 02:29:38,124 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-13 02:29:38,146 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:29:38,158 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-02-13 02:29:38,158 - INFO - Validated that VN __public__ is not in any agent 2025-02-13 02:29:38,159 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:29:38,169 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-13 02:29:38,175 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-13 02:29:38,188 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-13 02:29:38,189 - INFO - Deleting pod default:ctest-nginx-pod-10421121 2025-02-13 02:29:38,204 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=634876ca-2072-4bef-80dd-5f47742989a0 2025-02-13 02:29:38,240 - WARNING - Pod uuid 634876ca-2072-4bef-80dd-5f47742989a0 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:43,242 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=634876ca-2072-4bef-80dd-5f47742989a0 2025-02-13 02:29:43,248 - DEBUG - Pod 634876ca-2072-4bef-80dd-5f47742989a0 is not in agent 10.0.0.27 VM list 2025-02-13 02:29:43,249 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3bb46cd4-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:29:43,255 - DEBUG - VMI 3bb46cd4-e9b2-11ef-9c03-fa163e28b957 is removed from agent 10.0.0.27 2025-02-13 02:29:43,255 - INFO - Verified that pod ctest-nginx-pod-10421121 is removed in agent 2025-02-13 02:29:43,255 - INFO - Deleting pod default:ctest-nginx-pod-73331380 2025-02-13 02:29:43,266 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=078b8c27-64fb-4f10-9efb-d607775625a3 2025-02-13 02:29:43,273 - WARNING - Pod uuid 078b8c27-64fb-4f10-9efb-d607775625a3 is still seen in agent 10.0.0.27 VM list 2025-02-13 02:29:48,274 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=078b8c27-64fb-4f10-9efb-d607775625a3 2025-02-13 02:29:48,282 - DEBUG - Pod 078b8c27-64fb-4f10-9efb-d607775625a3 is not in agent 10.0.0.27 VM list 2025-02-13 02:29:48,282 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b42ce8a-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:29:48,288 - DEBUG - VMI 3b42ce8a-e9b2-11ef-9c03-fa163e28b957 is removed from agent 10.0.0.27 2025-02-13 02:29:48,288 - INFO - Verified that pod ctest-nginx-pod-73331380 is removed in agent 2025-02-13 02:29:48,288 - INFO - Deleting service : ctest-nginx-svc-50684011 2025-02-13 02:29:48,512 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-13 02:29:48,519 - DEBUG - No XMPP flaps were noticed during the test
2025-02-13 02:29:48,519 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-02-13 02:29:48,520 - INFO - -------------------------------------------------------------------------------- 2025-02-13 02:29:54,926 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-13 02:29:55,055 - DEBUG - Output : cluster_project={} 2025-02-13 02:29:55,120 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-13 02:29:55,290 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-13 02:29:55,300 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-13 02:29:55,451 - DEBUG - Output : cluster_project={} 2025-02-13 02:30:05,605 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:10,691 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:10,751 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:10,843 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:10,929 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:10,987 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:11,173 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:16,227 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-13 02:30:16,504 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-13 02:30:19,166 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-02-13 02:30:19,173 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-02-13 02:30:19,204 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-02-13 02:30:21,243 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-02-13 02:33:21,816 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-13 02:33:21,899 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c11f914b-6eae-465e-a53e-6cef64bdda5b 2025-02-13 02:33:21,907 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:21,921 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:21,928 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4205ccc3-08a0-427e-aaca-15244a7cdfaa 2025-02-13 02:33:21,933 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6f70f21b-c03b-496f-9d5c-de1fe4f829f1 2025-02-13 02:33:21,945 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=902b3a0c-5b64-4810-8b95-c6c155e33e8d 2025-02-13 02:33:21,950 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:21,957 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:27,034 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=902b3a0c-5b64-4810-8b95-c6c155e33e8d 2025-02-13 02:33:27,035 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:27,037 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6f70f21b-c03b-496f-9d5c-de1fe4f829f1 2025-02-13 02:33:27,038 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4205ccc3-08a0-427e-aaca-15244a7cdfaa 2025-02-13 02:33:27,039 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:27,040 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:27,041 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c11f914b-6eae-465e-a53e-6cef64bdda5b 2025-02-13 02:33:27,042 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:27,065 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6bd63820-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:27,070 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6a2145ec-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:27,072 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b53e1b8-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:27,074 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6aa3de80-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:32,070 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:32,073 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:32,074 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:32,087 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:37,088 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:37,092 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:37,094 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:37,098 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:42,098 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:42,103 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:42,105 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:42,108 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:47,109 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:47,119 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:47,121 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:47,122 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:52,118 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:52,134 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:52,136 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:52,137 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:57,286 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fc41d4bd-21d4-4abf-b43b-1083477f13e9 2025-02-13 02:33:57,288 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9e7b2e92-58f7-466f-92c2-cd8a987f93d8 2025-02-13 02:33:57,289 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=eb0f17e4-35b7-471f-b7e5-477ad9ae97b9 2025-02-13 02:33:57,290 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=06195e04-3a83-4936-8bff-2f343edde464 2025-02-13 02:33:57,304 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d71163c-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:57,305 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6c75782c-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:57,310 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6df20c60-e9b2-11ef-9c03-fa163e28b957 2025-02-13 02:33:57,312 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6cf4ff20-e9b2-11ef-9c03-fa163e28b957