2024-09-17 22:59:05,493 - DEBUG - [10.0.0.31]: Running cmd : hostname 2024-09-17 22:59:05,731 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-684-1 2024-09-17 22:59:05,731 - DEBUG - [10.0.0.31]: Running cmd : hostname -f 2024-09-17 22:59:05,764 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-684-1 2024-09-17 22:59:05,764 - DEBUG - [10.0.0.31]: 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}' 2024-09-17 22:59:05,839 - DEBUG - Output : NAMES contrail_test_eSPtG5HrF contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_api_1 config_api_schema_1 2024-09-17 22:59:05,839 - DEBUG - [10.0.0.31]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-17 22:59:05,903 - DEBUG - Output : 10.0.0.31/24 172.17.0.1/16 2024-09-17 22:59:05,904 - DEBUG - [10.0.0.31]: Running cmd : getent hosts 10.0.0.31 | head -n 1 | awk '{print $2}' 2024-09-17 22:59:05,937 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-684-1 2024-09-17 22:59:06,030 - DEBUG - [10.0.0.45]: Running cmd : hostname 2024-09-17 22:59:06,261 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-684-1 2024-09-17 22:59:06,261 - DEBUG - [10.0.0.45]: Running cmd : hostname -f 2024-09-17 22:59:06,327 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-684-1 2024-09-17 22:59:06,327 - DEBUG - [10.0.0.45]: 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}' 2024-09-17 22:59:06,371 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-17 22:59:06,371 - DEBUG - [10.0.0.45]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-17 22:59:06,443 - DEBUG - Output : 10.0.0.45/24 2024-09-17 22:59:06,444 - DEBUG - [10.0.0.45]: Running cmd : getent hosts 10.0.0.45 | head -n 1 | awk '{print $2}' 2024-09-17 22:59:06,478 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-684-1 2024-09-17 22:59:06,571 - INFO - Using existing project ['default-domain', 'k8s-default'](e667c1b6-62f3-4301-8035-04e37f838bb5) 2024-09-17 22:59:06,679 - INFO - Using existing project ['default-domain', 'k8s-default'](e667c1b6-62f3-4301-8035-04e37f838bb5) 2024-09-17 22:59:06,824 - INFO - ================================================================================ 2024-09-17 22:59:06,824 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-17 22:59:06,825 - 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 2024-09-17 22:59:07,021 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 22:59:07,028 - DEBUG - Nothing to compare xmpp stats {'10.0.0.45': {'10.0.0.31': '0'}} with 2024-09-17 22:59:07,028 - INFO - Initial checks done. Running the testcase now 2024-09-17 22:59:07,029 - INFO - 2024-09-17 22:59:07,032 - INFO - Namespace default already exists 2024-09-17 22:59:07,032 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-17 22:59:07,158 - DEBUG - Output : cluster_project={} 2024-09-17 22:59:07,206 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-17 22:59:07,206 - DEBUG - Project uuid in Contrail is e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 22:59:07,206 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-17 22:59:07,316 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-17 22:59:07,317 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_NamespaceDatabaseList?namespace_uuid=1a3a05a4-d224-4bf4-8910-dd374c95819b 2024-09-17 22:59:07,321 - INFO - Namespace default with uuid 1a3a05a4-d224-4bf4-8910-dd374c95819b found in kube manager 2024-09-17 22:59:07,321 - INFO - Namespace default verification passed 2024-09-17 22:59:07,324 - DEBUG - Service ctest-nginx-svc-56541169 not present 2024-09-17 22:59:07,324 - INFO - Creating service ctest-nginx-svc-56541169 2024-09-17 22:59:07,369 - INFO - Created Service ctest-nginx-svc-56541169 2024-09-17 22:59:07,373 - DEBUG - Pod ctest-nginx-pod-54407281 not present 2024-09-17 22:59:07,373 - INFO - Creating Pod ctest-nginx-pod-54407281 2024-09-17 22:59:07,428 - DEBUG - Pod : ctest-nginx-pod-54407281 UUID is 25ecb643-6402-4489-a095-d0e022f4c769 2024-09-17 22:59:07,436 - DEBUG - Pod ctest-nginx-pod-39963788 not present 2024-09-17 22:59:07,436 - INFO - Creating Pod ctest-nginx-pod-39963788 2024-09-17 22:59:07,472 - DEBUG - Pod : ctest-nginx-pod-39963788 UUID is b8e9a1ac-622c-4509-9608-268efcb2ecf4 2024-09-17 22:59:07,743 - INFO - Created VN __public__, UUID :a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:07,881 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-17 22:59:07,903 - DEBUG - Requesting: http://10.0.0.31:8082/domain/1b87107a-f94a-4db1-b690-abb284ba8b5f 2024-09-17 22:59:07,919 - DEBUG - Requesting: http://10.0.0.31:8082/project/e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 22:59:08,011 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:08,024 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:08,037 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:08,053 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:08,071 - DEBUG - Route Targets: [] 2024-09-17 22:59:08,071 - DEBUG - RT names not yet present for VN __public__ 2024-09-17 22:59:13,071 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-17 22:59:13,080 - DEBUG - Requesting: http://10.0.0.31:8082/domain/1b87107a-f94a-4db1-b690-abb284ba8b5f 2024-09-17 22:59:13,092 - DEBUG - Requesting: http://10.0.0.31:8082/project/e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 22:59:13,143 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,158 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,171 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:13,181 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:13,189 - DEBUG - Requesting: http://10.0.0.31:8082/route-target/96560f9d-535f-431e-ad7d-0fc485e4ff61 2024-09-17 22:59:13,196 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-17 22:59:13,196 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,210 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:13,235 - INFO - Verified VN network id 13 for VN a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,236 - INFO - Verifications in API Server for VN __public__ passed 2024-09-17 22:59:13,236 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,255 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:13,264 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 22:59:13,272 - DEBUG - Requesting: http://10.0.0.31:8082/route-target/96560f9d-535f-431e-ad7d-0fc485e4ff61 2024-09-17 22:59:13,280 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-17 22:59:13,287 - DEBUG - Control-node 10.0.0.31 : 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': '11749449131175595231', 'uuid-lslong': '10911559015071383443'}, 'enable': 'true', 'created': '2024-09-17T22:59:07', 'last-modified': '2024-09-17T22:59:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.500168'} 2024-09-17 22:59:13,287 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 22:59:13,294 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-17 22:59:13,294 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-17 22:59:13,294 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-17 22:59:13,294 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-17 22:59:13,304 - DEBUG - Requesting: http://10.0.0.31:8082/domain/1b87107a-f94a-4db1-b690-abb284ba8b5f 2024-09-17 22:59:13,314 - DEBUG - Requesting: http://10.0.0.31:8082/project/e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 22:59:13,362 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,377 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-17 22:59:13,377 - DEBUG - Verifying the vn in opserver 2024-09-17 22:59:13,377 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.31 2024-09-17 22:59:13,378 - DEBUG - Requesting: http://10.0.0.31:8081/analytics/uves/virtual-networks 2024-09-17 22:59:13,383 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.31:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-17 22:59:13,383 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-17 22:59:13,383 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 22:59:13,392 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 22:59:13,399 - DEBUG - Do not have enough data to verify VN in agent 2024-09-17 22:59:13,399 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 22:59:13,407 - DEBUG - VRF ids for VN __public__: {} 2024-09-17 22:59:13,517 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-17 22:59:13,643 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-17 22:59:13,649 - DEBUG - Requesting: http://10.0.0.31:8082/domain/1b87107a-f94a-4db1-b690-abb284ba8b5f 2024-09-17 22:59:13,658 - DEBUG - Requesting: http://10.0.0.31:8082/project/e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 22:59:13,709 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,725 - DEBUG - Requesting: http://10.0.0.31:8082/floating-ip-pool/3992c6b4-2530-4b1e-ae10-fc98fd1f284a 2024-09-17 22:59:13,733 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-17 22:59:13,737 - DEBUG - Requesting: http://10.0.0.31:8082/domain/1b87107a-f94a-4db1-b690-abb284ba8b5f 2024-09-17 22:59:13,746 - DEBUG - Requesting: http://10.0.0.31:8082/project/e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 22:59:13,805 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/a30e6dbb-ca3e-4cdf-976d-a51cbf0a7f93 2024-09-17 22:59:13,820 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-17 22:59:13,820 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-17 22:59:13,832 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-17 22:59:13,839 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-17 22:59:13,839 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-17 22:59:13,842 - DEBUG - Ingress ctest-nginx-ingress-83765960 not present 2024-09-17 22:59:13,843 - INFO - Creating Ingress ctest-nginx-ingress-83765960 2024-09-17 22:59:13,857 - INFO - Created Ingress ctest-nginx-ingress-83765960 2024-09-17 22:59:13,861 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-83765960 2024-09-17 22:59:16,867 - DEBUG - For Ingress ctest-nginx-ingress-83765960, Cluster IP: 10.47.255.249, External IPs ['187.169.14.124'] 2024-09-17 22:59:16,867 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-83765960 2024-09-17 22:59:16,867 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_LoadbalancerDatabaseList?x=b4c23be4-90c3-4d04-80ac-a84848122cab 2024-09-17 22:59:16,878 - INFO - Ingress ctest-nginx-ingress-83765960 with uuid b4c23be4-90c3-4d04-80ac-a84848122cab found in kube manager 2024-09-17 22:59:16,878 - INFO - Ingress ctest-nginx-ingress-83765960 verification passed 2024-09-17 22:59:16,881 - DEBUG - Pod ctest-busybox-pod-11430851 not present 2024-09-17 22:59:16,882 - INFO - Creating Pod ctest-busybox-pod-11430851 2024-09-17 22:59:16,930 - DEBUG - Pod : ctest-busybox-pod-11430851 UUID is 5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:16,946 - DEBUG - Pod ctest-nginx-pod-54407281 not in running state.Currently in Pending 2024-09-17 22:59:21,952 - DEBUG - Pod ctest-nginx-pod-54407281 not in running state.Currently in Pending 2024-09-17 22:59:26,958 - INFO - Pod ctest-nginx-pod-54407281 is in running state.Got IP 10.47.255.251 2024-09-17 22:59:27,019 - DEBUG - Pod ctest-nginx-pod-54407281 has vmi 729824f4-7548-11ef-ad66-fa163e97b3be 2024-09-17 22:59:27,019 - INFO - Verified pod ctest-nginx-pod-54407281 in contrail-api 2024-09-17 22:59:27,019 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 22:59:27,034 - DEBUG - VMI 729824f4-7548-11ef-ad66-fa163e97b3be is active in agent 10.0.0.45 2024-09-17 22:59:27,034 - INFO - Verified Pod ctest-nginx-pod-54407281 in agent 10.0.0.45 2024-09-17 22:59:27,034 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_VirtualMachineDatabaseList?x=25ecb643-6402-4489-a095-d0e022f4c769 2024-09-17 22:59:27,039 - INFO - Pod ctest-nginx-pod-54407281 with uuid 25ecb643-6402-4489-a095-d0e022f4c769 found in kube manager 2024-09-17 22:59:27,039 - INFO - Pod ctest-nginx-pod-54407281 verification passed 2024-09-17 22:59:27,096 - DEBUG - [Pod ctest-nginx-pod-54407281] Cmd: echo ctest-nginx-pod-54407281 > /usr/share/nginx/html/index.html, Output: 2024-09-17 22:59:27,103 - INFO - Pod ctest-nginx-pod-39963788 is in running state.Got IP 10.47.255.250 2024-09-17 22:59:27,121 - DEBUG - Pod ctest-nginx-pod-39963788 has vmi 73053d32-7548-11ef-ad66-fa163e97b3be 2024-09-17 22:59:27,121 - INFO - Verified pod ctest-nginx-pod-39963788 in contrail-api 2024-09-17 22:59:27,121 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 22:59:27,140 - DEBUG - VMI 73053d32-7548-11ef-ad66-fa163e97b3be is active in agent 10.0.0.45 2024-09-17 22:59:27,140 - INFO - Verified Pod ctest-nginx-pod-39963788 in agent 10.0.0.45 2024-09-17 22:59:27,140 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_VirtualMachineDatabaseList?x=b8e9a1ac-622c-4509-9608-268efcb2ecf4 2024-09-17 22:59:27,145 - INFO - Pod ctest-nginx-pod-39963788 with uuid b8e9a1ac-622c-4509-9608-268efcb2ecf4 found in kube manager 2024-09-17 22:59:27,145 - INFO - Pod ctest-nginx-pod-39963788 verification passed 2024-09-17 22:59:27,189 - DEBUG - [Pod ctest-nginx-pod-39963788] Cmd: echo ctest-nginx-pod-39963788 > /usr/share/nginx/html/index.html, Output: 2024-09-17 22:59:27,195 - DEBUG - Pod ctest-busybox-pod-11430851 not in running state.Currently in Pending 2024-09-17 22:59:32,200 - INFO - Pod ctest-busybox-pod-11430851 is in running state.Got IP 10.47.255.248 2024-09-17 22:59:32,219 - DEBUG - Pod ctest-busybox-pod-11430851 has vmi 774a88a2-7548-11ef-ad66-fa163e97b3be 2024-09-17 22:59:32,219 - INFO - Verified pod ctest-busybox-pod-11430851 in contrail-api 2024-09-17 22:59:32,219 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 22:59:32,230 - DEBUG - VMI 774a88a2-7548-11ef-ad66-fa163e97b3be is active in agent 10.0.0.45 2024-09-17 22:59:32,231 - INFO - Verified Pod ctest-busybox-pod-11430851 in agent 10.0.0.45 2024-09-17 22:59:32,231 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_VirtualMachineDatabaseList?x=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:32,237 - INFO - Pod ctest-busybox-pod-11430851 with uuid 5d810113-677c-4c97-8016-eb84871a11ef found in kube manager 2024-09-17 22:59:32,237 - INFO - Pod ctest-busybox-pod-11430851 verification passed 2024-09-17 22:59:32,318 - DEBUG - [Pod ctest-busybox-pod-11430851] 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-54407281 2024-09-17 22:59:32,318 - DEBUG - [Pod Pod ctest-busybox-pod-11430851] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 22:59:32,318 - DEBUG - [Pod Pod ctest-busybox-pod-11430851] 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-54407281 2024-09-17 22:59:32,389 - DEBUG - [Pod ctest-busybox-pod-11430851] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39963788 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 22:59:32,389 - DEBUG - [Pod Pod ctest-busybox-pod-11430851] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 22:59:32,389 - DEBUG - [Pod Pod ctest-busybox-pod-11430851] Cmd output: ctest-nginx-pod-39963788 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 22:59:32,389 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-54407281': 1, 'ctest-nginx-pod-39963788': 1} 2024-09-17 22:59:32,389 - WARNING - Nothing to delete parallely 2024-09-17 22:59:32,390 - INFO - Deleting pod default:ctest-busybox-pod-11430851 2024-09-17 22:59:32,402 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:32,414 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 22:59:37,415 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:37,422 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 22:59:42,423 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:42,429 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 22:59:47,430 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:47,437 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 22:59:52,438 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:52,445 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 22:59:57,445 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 22:59:57,452 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 23:00:02,453 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 23:00:02,461 - WARNING - Pod uuid 5d810113-677c-4c97-8016-eb84871a11ef is still seen in agent 10.0.0.45 VM list 2024-09-17 23:00:07,461 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=5d810113-677c-4c97-8016-eb84871a11ef 2024-09-17 23:00:07,469 - DEBUG - Pod 5d810113-677c-4c97-8016-eb84871a11ef is not in agent 10.0.0.45 VM list 2024-09-17 23:00:07,469 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:774a88a2-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:00:07,478 - DEBUG - VMI 774a88a2-7548-11ef-ad66-fa163e97b3be is removed from agent 10.0.0.45 2024-09-17 23:00:07,478 - INFO - Verified that pod ctest-busybox-pod-11430851 is removed in agent 2024-09-17 23:00:07,478 - INFO - Deleting Ingress : ctest-nginx-ingress-83765960 2024-09-17 23:00:07,489 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_LoadbalancerDatabaseList?x=b4c23be4-90c3-4d04-80ac-a84848122cab 2024-09-17 23:00:07,499 - ERROR - Ingress ctest-nginx-ingress-83765960 with uuid b4c23be4-90c3-4d04-80ac-a84848122cab still found in kube manager 2024-09-17 23:00:08,500 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_LoadbalancerDatabaseList?x=b4c23be4-90c3-4d04-80ac-a84848122cab 2024-09-17 23:00:08,508 - INFO - Ingress ctest-nginx-ingress-83765960 with uuid b4c23be4-90c3-4d04-80ac-a84848122cab deleted successfully from kube manager 2024-09-17 23:00:08,508 - INFO - Verifications on Ingress %s cleanup passed 2024-09-17 23:00:08,509 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-17 23:00:08,687 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-17 23:00:08,701 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-17 23:00:08,701 - INFO - Deleting VN __public__ 2024-09-17 23:00:09,130 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/2c06ab2c-0d87-4646-8b70-b66b09ea37a8 2024-09-17 23:00:09,147 - DEBUG - Response Code: 404 2024-09-17 23:00:09,147 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-17 23:00:09,166 - DEBUG - Requesting: http://10.0.0.31:8082/domain/1b87107a-f94a-4db1-b690-abb284ba8b5f 2024-09-17 23:00:09,178 - DEBUG - Requesting: http://10.0.0.31:8082/project/e667c1b6-62f3-4301-8035-04e37f838bb5 2024-09-17 23:00:09,392 - INFO - Validated that VN __public__ is not found in API Server 2024-09-17 23:00:09,392 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-17 23:00:09,419 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 23:00:09,455 - DEBUG - VN __public__ is not present in Agent 10.0.0.45 2024-09-17 23:00:09,455 - INFO - Validated that VN __public__ is not in any agent 2024-09-17 23:00:09,455 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 23:00:09,471 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 23:00:09,479 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-17 23:00:09,488 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-17 23:00:09,489 - INFO - Deleting pod default:ctest-nginx-pod-39963788 2024-09-17 23:00:09,501 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b8e9a1ac-622c-4509-9608-268efcb2ecf4 2024-09-17 23:00:09,513 - WARNING - Pod uuid b8e9a1ac-622c-4509-9608-268efcb2ecf4 is still seen in agent 10.0.0.45 VM list 2024-09-17 23:00:14,514 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b8e9a1ac-622c-4509-9608-268efcb2ecf4 2024-09-17 23:00:14,521 - DEBUG - Pod b8e9a1ac-622c-4509-9608-268efcb2ecf4 is not in agent 10.0.0.45 VM list 2024-09-17 23:00:14,521 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:73053d32-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:00:14,527 - DEBUG - VMI 73053d32-7548-11ef-ad66-fa163e97b3be is removed from agent 10.0.0.45 2024-09-17 23:00:14,527 - INFO - Verified that pod ctest-nginx-pod-39963788 is removed in agent 2024-09-17 23:00:14,527 - INFO - Deleting pod default:ctest-nginx-pod-54407281 2024-09-17 23:00:14,537 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=25ecb643-6402-4489-a095-d0e022f4c769 2024-09-17 23:00:14,546 - WARNING - Pod uuid 25ecb643-6402-4489-a095-d0e022f4c769 is still seen in agent 10.0.0.45 VM list 2024-09-17 23:00:19,546 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=25ecb643-6402-4489-a095-d0e022f4c769 2024-09-17 23:00:19,554 - DEBUG - Pod 25ecb643-6402-4489-a095-d0e022f4c769 is not in agent 10.0.0.45 VM list 2024-09-17 23:00:19,554 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:729824f4-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:00:19,559 - DEBUG - VMI 729824f4-7548-11ef-ad66-fa163e97b3be is removed from agent 10.0.0.45 2024-09-17 23:00:19,560 - INFO - Verified that pod ctest-nginx-pod-54407281 is removed in agent 2024-09-17 23:00:19,560 - INFO - Deleting service : ctest-nginx-svc-56541169 2024-09-17 23:00:19,757 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 23:00:19,764 - DEBUG - No XMPP flaps were noticed during the test 2024-09-17 23:00:19,764 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2024-09-17 23:00:19,764 - INFO - -------------------------------------------------------------------------------- 2024-09-17 23:00:29,161 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-17 23:00:29,303 - DEBUG - Output : cluster_project={} 2024-09-17 23:00:29,401 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-17 23:00:29,579 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-17 23:00:29,590 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-17 23:00:29,719 - DEBUG - Output : cluster_project={} 2024-09-17 23:00:39,896 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:39,947 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:45,035 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:45,081 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:45,169 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:50,231 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:50,319 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:50,412 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 23:00:50,664 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 23:00:53,449 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_ApplicationPolicySetReq? 2024-09-17 23:00:53,456 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-09-17 23:00:53,493 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-09-17 23:00:55,526 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-09-17 23:04:05,272 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 23:04:05,301 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6b73ddb6-1c18-432b-8895-0d76b94f2e29 2024-09-17 23:04:05,330 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=2532a119-0d69-4dfc-b935-524922c9a953 2024-09-17 23:04:05,344 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=59e5d228-5fc7-41da-8ad4-9e4eda653e7e 2024-09-17 23:04:05,349 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:05,360 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=27934ba6-e263-4022-b2ce-9b0a3b3a860d 2024-09-17 23:04:05,367 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:05,374 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:05,378 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:10,318 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6b73ddb6-1c18-432b-8895-0d76b94f2e29 2024-09-17 23:04:10,325 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a145af38-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:10,384 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:10,385 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=59e5d228-5fc7-41da-8ad4-9e4eda653e7e 2024-09-17 23:04:10,387 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=2532a119-0d69-4dfc-b935-524922c9a953 2024-09-17 23:04:10,401 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a2418448-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:10,402 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a315be52-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:10,431 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=27934ba6-e263-4022-b2ce-9b0a3b3a860d 2024-09-17 23:04:10,433 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:10,434 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:10,435 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:10,448 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a3aa49c8-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:15,401 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:15,449 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:15,452 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:15,453 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:20,411 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:20,465 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:20,467 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:20,468 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:25,419 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:25,480 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:25,482 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:25,483 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:30,427 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:30,494 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:30,496 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:30,497 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:35,437 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:35,509 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:35,511 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:35,512 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:40,488 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a823f394-a689-443c-a0c8-e483987a9c21 2024-09-17 23:04:40,495 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a4db6bec-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:40,524 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80696dec-f91d-4b03-b75c-ad341ed6be2a 2024-09-17 23:04:40,525 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=aa0533d0-521a-4756-a948-cfc528e57443 2024-09-17 23:04:40,526 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=f283c44d-59cf-49b6-aa3f-f692fbd5070c 2024-09-17 23:04:40,537 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a5617840-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:40,540 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a44756c8-7548-11ef-ad66-fa163e97b3be 2024-09-17 23:04:40,542 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a5e1cdba-7548-11ef-ad66-fa163e97b3be