2024-09-18 02:55:27,328 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-09-18 02:55:27,571 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-692-1 2024-09-18 02:55:27,571 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-09-18 02:55:27,605 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-692-1 2024-09-18 02:55:27,606 - DEBUG - [10.0.0.34]: 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-18 02:55:27,722 - DEBUG - Output : NAMES contrail_test_V4e9Z8SC4 contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_schema_1 config_api_api_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 2024-09-18 02:55:27,722 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 02:55:27,757 - DEBUG - Output : 10.0.0.34/24 172.17.0.1/16 2024-09-18 02:55:27,757 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-09-18 02:55:27,829 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-692-1 2024-09-18 02:55:27,876 - DEBUG - [10.0.0.45]: Running cmd : hostname 2024-09-18 02:55:28,126 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-692-1 2024-09-18 02:55:28,127 - DEBUG - [10.0.0.45]: Running cmd : hostname -f 2024-09-18 02:55:28,161 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-692-1 2024-09-18 02:55:28,161 - 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-18 02:55:28,239 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-18 02:55:28,239 - DEBUG - [10.0.0.45]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 02:55:28,273 - DEBUG - Output : 10.0.0.45/24 2024-09-18 02:55:28,273 - DEBUG - [10.0.0.45]: Running cmd : getent hosts 10.0.0.45 | head -n 1 | awk '{print $2}' 2024-09-18 02:55:28,307 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-692-1 2024-09-18 02:55:28,388 - INFO - Using existing project ['default-domain', 'k8s-default'](fa947c0e-3a42-43c1-84bb-b2666e098b36) 2024-09-18 02:55:28,494 - INFO - Using existing project ['default-domain', 'k8s-default'](fa947c0e-3a42-43c1-84bb-b2666e098b36) 2024-09-18 02:55:28,643 - INFO - ================================================================================ 2024-09-18 02:55:28,643 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-18 02:55:28,644 - 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-18 02:55:28,843 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 02:55:28,852 - DEBUG - Nothing to compare xmpp stats {'10.0.0.45': {'10.0.0.34': '0'}} with 2024-09-18 02:55:28,852 - INFO - Initial checks done. Running the testcase now 2024-09-18 02:55:28,853 - INFO - 2024-09-18 02:55:28,856 - INFO - Namespace default already exists 2024-09-18 02:55:28,856 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 02:55:28,962 - DEBUG - Output : cluster_project={} 2024-09-18 02:55:29,025 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-18 02:55:29,025 - DEBUG - Project uuid in Contrail is fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:55:29,025 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 02:55:29,167 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 02:55:29,167 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=e21b9d67-cb24-4375-8319-f1572ae4e566 2024-09-18 02:55:29,172 - INFO - Namespace default with uuid e21b9d67-cb24-4375-8319-f1572ae4e566 found in kube manager 2024-09-18 02:55:29,172 - INFO - Namespace default verification passed 2024-09-18 02:55:29,174 - DEBUG - Service ctest-nginx-svc-15536866 not present 2024-09-18 02:55:29,175 - INFO - Creating service ctest-nginx-svc-15536866 2024-09-18 02:55:29,196 - INFO - Created Service ctest-nginx-svc-15536866 2024-09-18 02:55:29,203 - DEBUG - Pod ctest-nginx-pod-11704103 not present 2024-09-18 02:55:29,203 - INFO - Creating Pod ctest-nginx-pod-11704103 2024-09-18 02:55:29,233 - DEBUG - Pod : ctest-nginx-pod-11704103 UUID is 3b7603ef-0c7a-4582-8c9f-30113b2c2ace 2024-09-18 02:55:29,238 - DEBUG - Pod ctest-nginx-pod-16506051 not present 2024-09-18 02:55:29,239 - INFO - Creating Pod ctest-nginx-pod-16506051 2024-09-18 02:55:29,284 - DEBUG - Pod : ctest-nginx-pod-16506051 UUID is 91664230-8ecb-49ab-b31c-6ee660b562c9 2024-09-18 02:55:29,501 - INFO - Created VN __public__, UUID :19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:29,781 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 02:55:29,786 - DEBUG - Requesting: http://10.0.0.34:8082/domain/d021f021-74a3-44fd-8bb8-841a712e5b07 2024-09-18 02:55:29,804 - DEBUG - Requesting: http://10.0.0.34:8082/project/fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:55:29,881 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:29,904 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:29,922 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:29,942 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:29,953 - DEBUG - Route Targets: [] 2024-09-18 02:55:29,953 - DEBUG - RT names not yet present for VN __public__ 2024-09-18 02:55:34,954 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 02:55:34,960 - DEBUG - Requesting: http://10.0.0.34:8082/domain/d021f021-74a3-44fd-8bb8-841a712e5b07 2024-09-18 02:55:34,972 - DEBUG - Requesting: http://10.0.0.34:8082/project/fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:55:35,018 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,031 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,043 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:35,051 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:35,058 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/3731dc0e-5025-43f8-bbeb-a364f2d51a3a 2024-09-18 02:55:35,067 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 02:55:35,067 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,083 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:35,108 - INFO - Verified VN network id 13 for VN 19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,108 - INFO - Verifications in API Server for VN __public__ passed 2024-09-18 02:55:35,108 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,121 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:35,129 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:55:35,140 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/3731dc0e-5025-43f8-bbeb-a364f2d51a3a 2024-09-18 02:55:35,146 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 02:55:35,152 - DEBUG - Control-node 10.0.0.34 : 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': '1865686886964740474', 'uuid-lslong': '12638240803680354679'}, 'enable': 'true', 'created': '2024-09-18T02:55:29', 'last-modified': '2024-09-18T02:55:29', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.480017'} 2024-09-18 02:55:35,152 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:55:35,158 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 02:55:35,158 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-18 02:55:35,158 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-18 02:55:35,158 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 02:55:35,163 - DEBUG - Requesting: http://10.0.0.34:8082/domain/d021f021-74a3-44fd-8bb8-841a712e5b07 2024-09-18 02:55:35,172 - DEBUG - Requesting: http://10.0.0.34:8082/project/fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:55:35,225 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,237 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-18 02:55:35,237 - DEBUG - Verifying the vn in opserver 2024-09-18 02:55:35,237 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2024-09-18 02:55:35,238 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2024-09-18 02:55:35,242 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-18 02:55:35,242 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-18 02:55:35,243 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:55:35,402 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:55:35,409 - DEBUG - Do not have enough data to verify VN in agent 2024-09-18 02:55:35,409 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:55:35,417 - DEBUG - VRF ids for VN __public__: {} 2024-09-18 02:55:35,532 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-18 02:55:35,640 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 02:55:35,645 - DEBUG - Requesting: http://10.0.0.34:8082/domain/d021f021-74a3-44fd-8bb8-841a712e5b07 2024-09-18 02:55:35,652 - DEBUG - Requesting: http://10.0.0.34:8082/project/fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:55:35,705 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,720 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/cdcc9e20-2d4d-42de-aba8-c6adc96f853c 2024-09-18 02:55:35,728 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 02:55:35,734 - DEBUG - Requesting: http://10.0.0.34:8082/domain/d021f021-74a3-44fd-8bb8-841a712e5b07 2024-09-18 02:55:35,743 - DEBUG - Requesting: http://10.0.0.34:8082/project/fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:55:35,787 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/19e44056-bfa3-417a-af64-0d0cf9370177 2024-09-18 02:55:35,800 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-18 02:55:35,800 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-18 02:55:35,810 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 02:55:35,817 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-18 02:55:35,817 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-18 02:55:35,819 - DEBUG - Ingress ctest-nginx-ingress-76678653 not present 2024-09-18 02:55:35,820 - INFO - Creating Ingress ctest-nginx-ingress-76678653 2024-09-18 02:55:35,826 - INFO - Created Ingress ctest-nginx-ingress-76678653 2024-09-18 02:55:35,829 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-76678653 2024-09-18 02:55:38,833 - DEBUG - For Ingress ctest-nginx-ingress-76678653, Cluster IP: 10.47.255.249, External IPs ['174.100.220.60'] 2024-09-18 02:55:38,833 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-76678653 2024-09-18 02:55:38,833 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=3cbf35f3-46ba-461a-91e7-20ebee2d3312 2024-09-18 02:55:38,838 - INFO - Ingress ctest-nginx-ingress-76678653 with uuid 3cbf35f3-46ba-461a-91e7-20ebee2d3312 found in kube manager 2024-09-18 02:55:38,838 - INFO - Ingress ctest-nginx-ingress-76678653 verification passed 2024-09-18 02:55:38,840 - DEBUG - Pod ctest-busybox-pod-06088769 not present 2024-09-18 02:55:38,840 - INFO - Creating Pod ctest-busybox-pod-06088769 2024-09-18 02:55:38,875 - DEBUG - Pod : ctest-busybox-pod-06088769 UUID is 23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:55:38,883 - DEBUG - Pod ctest-nginx-pod-11704103 not in running state.Currently in Pending 2024-09-18 02:55:43,889 - INFO - Pod ctest-nginx-pod-11704103 is in running state.Got IP 10.47.255.251 2024-09-18 02:55:43,907 - DEBUG - Pod ctest-nginx-pod-11704103 has vmi 777a593a-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 02:55:43,907 - INFO - Verified pod ctest-nginx-pod-11704103 in contrail-api 2024-09-18 02:55:43,907 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:55:43,920 - DEBUG - VMI 777a593a-7569-11ef-8b3d-fa163e4fbb18 is active in agent 10.0.0.45 2024-09-18 02:55:43,920 - INFO - Verified Pod ctest-nginx-pod-11704103 in agent 10.0.0.45 2024-09-18 02:55:43,920 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=3b7603ef-0c7a-4582-8c9f-30113b2c2ace 2024-09-18 02:55:43,925 - INFO - Pod ctest-nginx-pod-11704103 with uuid 3b7603ef-0c7a-4582-8c9f-30113b2c2ace found in kube manager 2024-09-18 02:55:43,925 - INFO - Pod ctest-nginx-pod-11704103 verification passed 2024-09-18 02:55:43,998 - DEBUG - [Pod ctest-nginx-pod-11704103] Cmd: echo ctest-nginx-pod-11704103 > /usr/share/nginx/html/index.html, Output: 2024-09-18 02:55:44,006 - DEBUG - Pod ctest-nginx-pod-16506051 not in running state.Currently in Pending 2024-09-18 02:55:49,012 - INFO - Pod ctest-nginx-pod-16506051 is in running state.Got IP 10.47.255.250 2024-09-18 02:55:49,073 - DEBUG - Pod ctest-nginx-pod-16506051 has vmi 780a18d6-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 02:55:49,073 - INFO - Verified pod ctest-nginx-pod-16506051 in contrail-api 2024-09-18 02:55:49,073 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:55:49,085 - DEBUG - VMI 780a18d6-7569-11ef-8b3d-fa163e4fbb18 is active in agent 10.0.0.45 2024-09-18 02:55:49,085 - INFO - Verified Pod ctest-nginx-pod-16506051 in agent 10.0.0.45 2024-09-18 02:55:49,085 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=91664230-8ecb-49ab-b31c-6ee660b562c9 2024-09-18 02:55:49,089 - INFO - Pod ctest-nginx-pod-16506051 with uuid 91664230-8ecb-49ab-b31c-6ee660b562c9 found in kube manager 2024-09-18 02:55:49,089 - INFO - Pod ctest-nginx-pod-16506051 verification passed 2024-09-18 02:55:49,150 - DEBUG - [Pod ctest-nginx-pod-16506051] Cmd: echo ctest-nginx-pod-16506051 > /usr/share/nginx/html/index.html, Output: 2024-09-18 02:55:49,155 - DEBUG - Pod ctest-busybox-pod-06088769 not in running state.Currently in Pending 2024-09-18 02:55:54,161 - INFO - Pod ctest-busybox-pod-06088769 is in running state.Got IP 10.47.255.248 2024-09-18 02:55:54,181 - DEBUG - Pod ctest-busybox-pod-06088769 has vmi 7c5e1914-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 02:55:54,181 - INFO - Verified pod ctest-busybox-pod-06088769 in contrail-api 2024-09-18 02:55:54,181 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:55:54,197 - DEBUG - VMI 7c5e1914-7569-11ef-8b3d-fa163e4fbb18 is active in agent 10.0.0.45 2024-09-18 02:55:54,197 - INFO - Verified Pod ctest-busybox-pod-06088769 in agent 10.0.0.45 2024-09-18 02:55:54,197 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:55:54,201 - INFO - Pod ctest-busybox-pod-06088769 with uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea found in kube manager 2024-09-18 02:55:54,201 - INFO - Pod ctest-busybox-pod-06088769 verification passed 2024-09-18 02:55:54,253 - DEBUG - [Pod ctest-busybox-pod-06088769] 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) ctest-nginx-pod-16506051 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-18 02:55:54,253 - DEBUG - [Pod Pod ctest-busybox-pod-06088769] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 02:55:54,253 - DEBUG - [Pod Pod ctest-busybox-pod-06088769] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-16506051 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-18 02:55:54,310 - DEBUG - [Pod ctest-busybox-pod-06088769] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-11704103 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-18 02:55:54,310 - DEBUG - [Pod Pod ctest-busybox-pod-06088769] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 02:55:54,310 - DEBUG - [Pod Pod ctest-busybox-pod-06088769] Cmd output: ctest-nginx-pod-11704103 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-18 02:55:54,310 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-11704103': 1, 'ctest-nginx-pod-16506051': 1} 2024-09-18 02:55:54,310 - WARNING - Nothing to delete parallely 2024-09-18 02:55:54,311 - INFO - Deleting pod default:ctest-busybox-pod-06088769 2024-09-18 02:55:54,469 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:55:54,477 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:55:59,478 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:55:59,485 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:04,486 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:56:04,495 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:09,496 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:56:09,503 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:14,504 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:56:14,511 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:19,512 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:56:19,519 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:24,520 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:56:24,533 - WARNING - Pod uuid 23e5fa59-27a2-4cab-8eda-500d90f011ea is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:29,534 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=23e5fa59-27a2-4cab-8eda-500d90f011ea 2024-09-18 02:56:29,541 - DEBUG - Pod 23e5fa59-27a2-4cab-8eda-500d90f011ea is not in agent 10.0.0.45 VM list 2024-09-18 02:56:29,541 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7c5e1914-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 02:56:29,550 - DEBUG - VMI 7c5e1914-7569-11ef-8b3d-fa163e4fbb18 is removed from agent 10.0.0.45 2024-09-18 02:56:29,550 - INFO - Verified that pod ctest-busybox-pod-06088769 is removed in agent 2024-09-18 02:56:29,551 - INFO - Deleting Ingress : ctest-nginx-ingress-76678653 2024-09-18 02:56:29,556 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=3cbf35f3-46ba-461a-91e7-20ebee2d3312 2024-09-18 02:56:29,564 - ERROR - Ingress ctest-nginx-ingress-76678653 with uuid 3cbf35f3-46ba-461a-91e7-20ebee2d3312 still found in kube manager 2024-09-18 02:56:30,565 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=3cbf35f3-46ba-461a-91e7-20ebee2d3312 2024-09-18 02:56:30,573 - INFO - Ingress ctest-nginx-ingress-76678653 with uuid 3cbf35f3-46ba-461a-91e7-20ebee2d3312 deleted successfully from kube manager 2024-09-18 02:56:30,573 - INFO - Verifications on Ingress %s cleanup passed 2024-09-18 02:56:30,573 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-18 02:56:30,716 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 02:56:30,725 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-18 02:56:30,725 - INFO - Deleting VN __public__ 2024-09-18 02:56:31,113 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/b13942b5-7f00-4907-b765-f4b6ecf1a1dc 2024-09-18 02:56:31,128 - DEBUG - Response Code: 404 2024-09-18 02:56:31,128 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 02:56:31,144 - DEBUG - Requesting: http://10.0.0.34:8082/domain/d021f021-74a3-44fd-8bb8-841a712e5b07 2024-09-18 02:56:31,168 - DEBUG - Requesting: http://10.0.0.34:8082/project/fa947c0e-3a42-43c1-84bb-b2666e098b36 2024-09-18 02:56:31,245 - INFO - Validated that VN __public__ is not found in API Server 2024-09-18 02:56:31,245 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-18 02:56:31,263 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:56:31,274 - DEBUG - VN __public__ is not present in Agent 10.0.0.45 2024-09-18 02:56:31,274 - INFO - Validated that VN __public__ is not in any agent 2024-09-18 02:56:31,275 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:56:31,289 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 02:56:31,295 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 02:56:31,308 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-18 02:56:31,312 - INFO - Deleting pod default:ctest-nginx-pod-16506051 2024-09-18 02:56:31,327 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=91664230-8ecb-49ab-b31c-6ee660b562c9 2024-09-18 02:56:31,351 - WARNING - Pod uuid 91664230-8ecb-49ab-b31c-6ee660b562c9 is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:36,352 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=91664230-8ecb-49ab-b31c-6ee660b562c9 2024-09-18 02:56:36,359 - DEBUG - Pod 91664230-8ecb-49ab-b31c-6ee660b562c9 is not in agent 10.0.0.45 VM list 2024-09-18 02:56:36,359 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:780a18d6-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 02:56:36,366 - DEBUG - VMI 780a18d6-7569-11ef-8b3d-fa163e4fbb18 is removed from agent 10.0.0.45 2024-09-18 02:56:36,366 - INFO - Verified that pod ctest-nginx-pod-16506051 is removed in agent 2024-09-18 02:56:36,366 - INFO - Deleting pod default:ctest-nginx-pod-11704103 2024-09-18 02:56:36,539 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=3b7603ef-0c7a-4582-8c9f-30113b2c2ace 2024-09-18 02:56:36,553 - WARNING - Pod uuid 3b7603ef-0c7a-4582-8c9f-30113b2c2ace is still seen in agent 10.0.0.45 VM list 2024-09-18 02:56:41,555 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=3b7603ef-0c7a-4582-8c9f-30113b2c2ace 2024-09-18 02:56:41,565 - DEBUG - Pod 3b7603ef-0c7a-4582-8c9f-30113b2c2ace is not in agent 10.0.0.45 VM list 2024-09-18 02:56:41,565 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:777a593a-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 02:56:41,571 - DEBUG - VMI 777a593a-7569-11ef-8b3d-fa163e4fbb18 is removed from agent 10.0.0.45 2024-09-18 02:56:41,571 - INFO - Verified that pod ctest-nginx-pod-11704103 is removed in agent 2024-09-18 02:56:41,571 - INFO - Deleting service : ctest-nginx-svc-15536866 2024-09-18 02:56:41,800 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 02:56:41,810 - DEBUG - No XMPP flaps were noticed during the test 2024-09-18 02:56:41,810 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2024-09-18 02:56:41,810 - INFO - -------------------------------------------------------------------------------- 2024-09-18 02:56:48,245 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 02:56:48,374 - DEBUG - Output : cluster_project={} 2024-09-18 02:56:48,441 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 02:56:48,569 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 02:56:48,574 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 02:56:48,717 - DEBUG - Output : cluster_project={} 2024-09-18 02:57:03,905 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:04,004 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:04,050 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:04,145 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:04,205 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:04,313 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:09,368 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:09,449 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 02:57:09,655 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 02:57:12,309 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_ApplicationPolicySetReq? 2024-09-18 02:57:12,317 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-09-18 02:57:12,355 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-09-18 02:57:14,399 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-09-18 03:00:15,467 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 03:00:15,542 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:15,546 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=e3685083-0248-474c-8f3c-0603b3772150 2024-09-18 03:00:15,556 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:15,569 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80f8723c-206b-4a22-bafe-b849415dd771 2024-09-18 03:00:15,572 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=78afe267-ced3-4e18-bbcb-178e59738ffd 2024-09-18 03:00:15,577 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a39c2ef5-0290-4b1d-b77d-4c4aa929fdac 2024-09-18 03:00:15,580 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:15,584 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:20,618 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=78afe267-ced3-4e18-bbcb-178e59738ffd 2024-09-18 03:00:20,620 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:20,621 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=80f8723c-206b-4a22-bafe-b849415dd771 2024-09-18 03:00:20,624 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:20,625 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=e3685083-0248-474c-8f3c-0603b3772150 2024-09-18 03:00:20,627 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:20,629 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:20,631 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a39c2ef5-0290-4b1d-b77d-4c4aa929fdac 2024-09-18 03:00:20,635 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a7d1bc68-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:20,639 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a849f386-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:20,656 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a72ad628-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:20,659 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a6acc72e-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:25,642 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:25,644 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:25,659 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:25,667 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:30,653 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:30,655 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:30,666 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:30,674 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:35,671 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:35,672 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:35,677 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:35,684 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:40,685 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:40,687 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:40,689 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:40,693 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:45,703 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:45,706 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:45,708 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:45,709 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:50,739 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=b5671d4c-c7b2-42b6-bb16-fe70abb15e0f 2024-09-18 03:00:50,741 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=670186ef-ff4f-4cdf-8275-bf4085250a5a 2024-09-18 03:00:50,742 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=83450e63-253c-4dd5-9616-61671ef48efd 2024-09-18 03:00:50,743 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=bf683d53-69f5-4be3-8b41-59c8a2ecb980 2024-09-18 03:00:50,761 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9582b08-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:50,762 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa45ae82-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:50,763 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a8debb6a-7569-11ef-8b3d-fa163e4fbb18 2024-09-18 03:00:50,767 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9cf26cc-7569-11ef-8b3d-fa163e4fbb18