2024-09-18 00:48:54,467 - DEBUG - [10.0.0.23]: Running cmd : hostname 2024-09-18 00:48:54,711 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-687-30 2024-09-18 00:48:54,711 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2024-09-18 00:48:54,745 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-687-30 2024-09-18 00:48:54,745 - DEBUG - [10.0.0.23]: 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 00:48:54,821 - DEBUG - Output : NAMES contrail_test_s5a81vKPE contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_schema_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2024-09-18 00:48:54,821 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 00:48:54,890 - DEBUG - Output : 10.0.0.23/24 172.17.0.1/16 2024-09-18 00:48:54,891 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2024-09-18 00:48:54,934 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-687-30 2024-09-18 00:48:55,030 - DEBUG - [10.0.0.41]: Running cmd : hostname 2024-09-18 00:48:55,251 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-687-1 2024-09-18 00:48:55,251 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2024-09-18 00:48:55,285 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-687-1 2024-09-18 00:48:55,286 - DEBUG - [10.0.0.41]: 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 00:48:55,329 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-18 00:48:55,330 - DEBUG - [10.0.0.41]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 00:48:55,401 - DEBUG - Output : 10.0.0.41/24 2024-09-18 00:48:55,401 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2024-09-18 00:48:55,436 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-687-1 2024-09-18 00:48:55,539 - INFO - Using existing project ['default-domain', 'k8s-default'](b1b4c853-715d-4970-87af-44387d6bc590) 2024-09-18 00:48:55,662 - INFO - Using existing project ['default-domain', 'k8s-default'](b1b4c853-715d-4970-87af-44387d6bc590) 2024-09-18 00:48:55,807 - INFO - ================================================================================ 2024-09-18 00:48:55,807 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-18 00:48:55,807 - 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 00:48:56,028 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:48:56,037 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.23': '0'}} with 2024-09-18 00:48:56,037 - INFO - Initial checks done. Running the testcase now 2024-09-18 00:48:56,037 - INFO - 2024-09-18 00:48:56,041 - INFO - Namespace default already exists 2024-09-18 00:48:56,041 - DEBUG - [10.0.0.23]: 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 00:48:56,158 - DEBUG - Output : cluster_project={} 2024-09-18 00:48:56,212 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-18 00:48:56,213 - DEBUG - Project uuid in Contrail is b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:48:56,213 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 00:48:56,321 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 00:48:56,321 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=33ac4b2d-aafa-4d02-93e1-8f400f3c4a45 2024-09-18 00:48:56,326 - INFO - Namespace default with uuid 33ac4b2d-aafa-4d02-93e1-8f400f3c4a45 found in kube manager 2024-09-18 00:48:56,326 - INFO - Namespace default verification passed 2024-09-18 00:48:56,328 - DEBUG - Service ctest-nginx-svc-89480230 not present 2024-09-18 00:48:56,329 - INFO - Creating service ctest-nginx-svc-89480230 2024-09-18 00:48:57,155 - INFO - Created Service ctest-nginx-svc-89480230 2024-09-18 00:48:57,159 - DEBUG - Pod ctest-nginx-pod-58751522 not present 2024-09-18 00:48:57,160 - INFO - Creating Pod ctest-nginx-pod-58751522 2024-09-18 00:48:57,195 - DEBUG - Pod : ctest-nginx-pod-58751522 UUID is f6e3db3e-4836-4133-a864-3f50beba7820 2024-09-18 00:48:57,211 - DEBUG - Pod ctest-nginx-pod-41664625 not present 2024-09-18 00:48:57,211 - INFO - Creating Pod ctest-nginx-pod-41664625 2024-09-18 00:48:57,250 - DEBUG - Pod : ctest-nginx-pod-41664625 UUID is f159e8aa-7310-4f41-8e64-3abf88af039c 2024-09-18 00:48:57,458 - INFO - Created VN __public__, UUID :f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:48:57,729 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-18 00:48:57,735 - DEBUG - Requesting: http://10.0.0.23:8082/domain/03973a32-bb84-47bd-9621-3c6ef018d92c 2024-09-18 00:48:57,758 - DEBUG - Requesting: http://10.0.0.23:8082/project/b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:48:57,862 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:48:57,892 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:48:57,911 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:48:57,922 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:48:57,931 - DEBUG - Route Targets: [] 2024-09-18 00:48:57,931 - DEBUG - RT names not yet present for VN __public__ 2024-09-18 00:49:02,932 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-18 00:49:02,939 - DEBUG - Requesting: http://10.0.0.23:8082/domain/03973a32-bb84-47bd-9621-3c6ef018d92c 2024-09-18 00:49:02,948 - DEBUG - Requesting: http://10.0.0.23:8082/project/b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:49:03,057 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:03,078 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:03,092 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:49:03,102 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:49:03,110 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/aad93a0f-fc95-4765-891e-dffc3c153706 2024-09-18 00:49:03,117 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 00:49:03,117 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:03,131 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:49:03,149 - INFO - Verified VN network id 13 for VN f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:03,149 - INFO - Verifications in API Server for VN __public__ passed 2024-09-18 00:49:03,149 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:03,163 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:49:03,173 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:49:03,181 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/aad93a0f-fc95-4765-891e-dffc3c153706 2024-09-18 00:49:03,188 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 00:49:03,195 - DEBUG - Control-node 10.0.0.23 : 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': '17859792660954171623', 'uuid-lslong': '10007363550948697229'}, 'enable': 'true', 'created': '2024-09-18T00:48:57', 'last-modified': '2024-09-18T00:48:57', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.543320'} 2024-09-18 00:49:03,195 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:49:03,201 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 00:49:03,202 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-18 00:49:03,202 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-18 00:49:03,202 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-18 00:49:03,207 - DEBUG - Requesting: http://10.0.0.23:8082/domain/03973a32-bb84-47bd-9621-3c6ef018d92c 2024-09-18 00:49:03,216 - DEBUG - Requesting: http://10.0.0.23:8082/project/b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:49:03,265 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:03,279 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-18 00:49:03,279 - DEBUG - Verifying the vn in opserver 2024-09-18 00:49:03,279 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2024-09-18 00:49:03,279 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2024-09-18 00:49:03,285 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.23:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-18 00:49:03,285 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-18 00:49:03,285 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:49:03,292 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:49:04,760 - DEBUG - Do not have enough data to verify VN in agent 2024-09-18 00:49:04,761 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:49:04,768 - DEBUG - VRF ids for VN __public__: {} 2024-09-18 00:49:04,890 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-18 00:49:05,080 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-18 00:49:05,089 - DEBUG - Requesting: http://10.0.0.23:8082/domain/03973a32-bb84-47bd-9621-3c6ef018d92c 2024-09-18 00:49:05,102 - DEBUG - Requesting: http://10.0.0.23:8082/project/b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:49:05,205 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:05,223 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/022e488a-b967-4d58-b300-b01ad4eb684f 2024-09-18 00:49:05,241 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-18 00:49:05,249 - DEBUG - Requesting: http://10.0.0.23:8082/domain/03973a32-bb84-47bd-9621-3c6ef018d92c 2024-09-18 00:49:05,263 - DEBUG - Requesting: http://10.0.0.23:8082/project/b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:49:05,341 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/f7dabacc-c64d-48e7-8ae1-4c20d87d248d 2024-09-18 00:49:05,356 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-18 00:49:05,356 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-18 00:49:05,368 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 00:49:05,375 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-18 00:49:05,375 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-18 00:49:05,378 - DEBUG - Ingress ctest-nginx-ingress-91051865 not present 2024-09-18 00:49:05,379 - INFO - Creating Ingress ctest-nginx-ingress-91051865 2024-09-18 00:49:05,393 - INFO - Created Ingress ctest-nginx-ingress-91051865 2024-09-18 00:49:05,397 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-91051865 2024-09-18 00:49:08,404 - DEBUG - For Ingress ctest-nginx-ingress-91051865, Cluster IP: 10.47.255.249, External IPs ['130.68.223.124'] 2024-09-18 00:49:08,404 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-91051865 2024-09-18 00:49:08,404 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=fa8ec950-b8e0-4543-bb6d-7e192f814719 2024-09-18 00:49:08,417 - INFO - Ingress ctest-nginx-ingress-91051865 with uuid fa8ec950-b8e0-4543-bb6d-7e192f814719 found in kube manager 2024-09-18 00:49:08,417 - INFO - Ingress ctest-nginx-ingress-91051865 verification passed 2024-09-18 00:49:08,420 - DEBUG - Pod ctest-busybox-pod-32536872 not present 2024-09-18 00:49:08,421 - INFO - Creating Pod ctest-busybox-pod-32536872 2024-09-18 00:49:08,489 - DEBUG - Pod : ctest-busybox-pod-32536872 UUID is b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:08,528 - DEBUG - Pod ctest-nginx-pod-58751522 not in running state.Currently in Pending 2024-09-18 00:49:13,539 - DEBUG - Pod ctest-nginx-pod-58751522 not in running state.Currently in Pending 2024-09-18 00:49:19,875 - INFO - Pod ctest-nginx-pod-58751522 is in running state.Got IP 10.47.255.251 2024-09-18 00:49:19,900 - DEBUG - Pod ctest-nginx-pod-58751522 has vmi ca5fa34c-7557-11ef-85cc-fa163e034102 2024-09-18 00:49:19,900 - INFO - Verified pod ctest-nginx-pod-58751522 in contrail-api 2024-09-18 00:49:19,900 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:49:19,914 - DEBUG - VMI ca5fa34c-7557-11ef-85cc-fa163e034102 is active in agent 10.0.0.41 2024-09-18 00:49:19,914 - INFO - Verified Pod ctest-nginx-pod-58751522 in agent 10.0.0.41 2024-09-18 00:49:19,914 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=f6e3db3e-4836-4133-a864-3f50beba7820 2024-09-18 00:49:19,919 - INFO - Pod ctest-nginx-pod-58751522 with uuid f6e3db3e-4836-4133-a864-3f50beba7820 found in kube manager 2024-09-18 00:49:19,919 - INFO - Pod ctest-nginx-pod-58751522 verification passed 2024-09-18 00:49:19,995 - DEBUG - [Pod ctest-nginx-pod-58751522] Cmd: echo ctest-nginx-pod-58751522 > /usr/share/nginx/html/index.html, Output: 2024-09-18 00:49:20,001 - INFO - Pod ctest-nginx-pod-41664625 is in running state.Got IP 10.47.255.250 2024-09-18 00:49:20,021 - DEBUG - Pod ctest-nginx-pod-41664625 has vmi cade3d56-7557-11ef-85cc-fa163e034102 2024-09-18 00:49:20,021 - INFO - Verified pod ctest-nginx-pod-41664625 in contrail-api 2024-09-18 00:49:20,022 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:49:20,032 - DEBUG - VMI cade3d56-7557-11ef-85cc-fa163e034102 is active in agent 10.0.0.41 2024-09-18 00:49:20,033 - INFO - Verified Pod ctest-nginx-pod-41664625 in agent 10.0.0.41 2024-09-18 00:49:20,033 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=f159e8aa-7310-4f41-8e64-3abf88af039c 2024-09-18 00:49:20,037 - INFO - Pod ctest-nginx-pod-41664625 with uuid f159e8aa-7310-4f41-8e64-3abf88af039c found in kube manager 2024-09-18 00:49:20,037 - INFO - Pod ctest-nginx-pod-41664625 verification passed 2024-09-18 00:49:20,097 - DEBUG - [Pod ctest-nginx-pod-41664625] Cmd: echo ctest-nginx-pod-41664625 > /usr/share/nginx/html/index.html, Output: 2024-09-18 00:49:20,102 - DEBUG - Pod ctest-busybox-pod-32536872 not in running state.Currently in Pending 2024-09-18 00:49:25,539 - INFO - Pod ctest-busybox-pod-32536872 is in running state.Got IP 10.47.255.248 2024-09-18 00:49:25,600 - DEBUG - Pod ctest-busybox-pod-32536872 has vmi d1521e00-7557-11ef-85cc-fa163e034102 2024-09-18 00:49:25,600 - INFO - Verified pod ctest-busybox-pod-32536872 in contrail-api 2024-09-18 00:49:25,601 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:49:25,611 - DEBUG - VMI d1521e00-7557-11ef-85cc-fa163e034102 is active in agent 10.0.0.41 2024-09-18 00:49:25,612 - INFO - Verified Pod ctest-busybox-pod-32536872 in agent 10.0.0.41 2024-09-18 00:49:25,612 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:25,616 - INFO - Pod ctest-busybox-pod-32536872 with uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e found in kube manager 2024-09-18 00:49:25,616 - INFO - Pod ctest-busybox-pod-32536872 verification passed 2024-09-18 00:49:25,677 - DEBUG - [Pod ctest-busybox-pod-32536872] 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-41664625 2024-09-18 00:49:25,677 - DEBUG - [Pod Pod ctest-busybox-pod-32536872] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 00:49:25,677 - DEBUG - [Pod Pod ctest-busybox-pod-32536872] 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-41664625 2024-09-18 00:49:25,747 - DEBUG - [Pod ctest-busybox-pod-32536872] 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-58751522 2024-09-18 00:49:25,747 - DEBUG - [Pod Pod ctest-busybox-pod-32536872] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 00:49:25,747 - DEBUG - [Pod Pod ctest-busybox-pod-32536872] 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-58751522 2024-09-18 00:49:25,747 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-58751522': 1, 'ctest-nginx-pod-41664625': 1} 2024-09-18 00:49:25,747 - WARNING - Nothing to delete parallely 2024-09-18 00:49:25,747 - INFO - Deleting pod default:ctest-busybox-pod-32536872 2024-09-18 00:49:25,773 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:25,782 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:49:30,783 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:31,006 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:49:36,007 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:36,014 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:49:41,015 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:41,022 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:49:46,023 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:46,030 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:49:51,031 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:51,039 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:49:56,039 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:49:56,046 - WARNING - Pod uuid b029abfa-3e21-41b4-a4b1-b023a62bff0e is still seen in agent 10.0.0.41 VM list 2024-09-18 00:50:01,047 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b029abfa-3e21-41b4-a4b1-b023a62bff0e 2024-09-18 00:50:01,055 - DEBUG - Pod b029abfa-3e21-41b4-a4b1-b023a62bff0e is not in agent 10.0.0.41 VM list 2024-09-18 00:50:01,056 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d1521e00-7557-11ef-85cc-fa163e034102 2024-09-18 00:50:01,063 - DEBUG - VMI d1521e00-7557-11ef-85cc-fa163e034102 is removed from agent 10.0.0.41 2024-09-18 00:50:01,063 - INFO - Verified that pod ctest-busybox-pod-32536872 is removed in agent 2024-09-18 00:50:01,063 - INFO - Deleting Ingress : ctest-nginx-ingress-91051865 2024-09-18 00:50:01,072 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=fa8ec950-b8e0-4543-bb6d-7e192f814719 2024-09-18 00:50:01,080 - ERROR - Ingress ctest-nginx-ingress-91051865 with uuid fa8ec950-b8e0-4543-bb6d-7e192f814719 still found in kube manager 2024-09-18 00:50:02,080 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=fa8ec950-b8e0-4543-bb6d-7e192f814719 2024-09-18 00:50:02,085 - INFO - Ingress ctest-nginx-ingress-91051865 with uuid fa8ec950-b8e0-4543-bb6d-7e192f814719 deleted successfully from kube manager 2024-09-18 00:50:02,086 - INFO - Verifications on Ingress %s cleanup passed 2024-09-18 00:50:02,086 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-18 00:50:02,237 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 00:50:02,244 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-18 00:50:02,244 - INFO - Deleting VN __public__ 2024-09-18 00:50:02,524 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/c93b4823-8160-43ea-9df2-ef2010f7f600 2024-09-18 00:50:02,545 - DEBUG - Response Code: 404 2024-09-18 00:50:02,545 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-18 00:50:02,560 - DEBUG - Requesting: http://10.0.0.23:8082/domain/03973a32-bb84-47bd-9621-3c6ef018d92c 2024-09-18 00:50:02,576 - DEBUG - Requesting: http://10.0.0.23:8082/project/b1b4c853-715d-4970-87af-44387d6bc590 2024-09-18 00:50:02,664 - INFO - Validated that VN __public__ is not found in API Server 2024-09-18 00:50:02,666 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-18 00:50:02,673 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:50:02,682 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2024-09-18 00:50:02,682 - INFO - Validated that VN __public__ is not in any agent 2024-09-18 00:50:02,682 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:50:02,691 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:50:02,696 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 00:50:02,703 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-18 00:50:02,704 - INFO - Deleting pod default:ctest-nginx-pod-41664625 2024-09-18 00:50:02,714 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f159e8aa-7310-4f41-8e64-3abf88af039c 2024-09-18 00:50:02,735 - WARNING - Pod uuid f159e8aa-7310-4f41-8e64-3abf88af039c is still seen in agent 10.0.0.41 VM list 2024-09-18 00:50:07,736 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f159e8aa-7310-4f41-8e64-3abf88af039c 2024-09-18 00:50:07,743 - DEBUG - Pod f159e8aa-7310-4f41-8e64-3abf88af039c is not in agent 10.0.0.41 VM list 2024-09-18 00:50:07,743 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cade3d56-7557-11ef-85cc-fa163e034102 2024-09-18 00:50:07,749 - DEBUG - VMI cade3d56-7557-11ef-85cc-fa163e034102 is removed from agent 10.0.0.41 2024-09-18 00:50:07,749 - INFO - Verified that pod ctest-nginx-pod-41664625 is removed in agent 2024-09-18 00:50:07,750 - INFO - Deleting pod default:ctest-nginx-pod-58751522 2024-09-18 00:50:07,769 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f6e3db3e-4836-4133-a864-3f50beba7820 2024-09-18 00:50:07,783 - WARNING - Pod uuid f6e3db3e-4836-4133-a864-3f50beba7820 is still seen in agent 10.0.0.41 VM list 2024-09-18 00:50:12,784 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f6e3db3e-4836-4133-a864-3f50beba7820 2024-09-18 00:50:12,791 - DEBUG - Pod f6e3db3e-4836-4133-a864-3f50beba7820 is not in agent 10.0.0.41 VM list 2024-09-18 00:50:12,791 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca5fa34c-7557-11ef-85cc-fa163e034102 2024-09-18 00:50:13,558 - DEBUG - VMI ca5fa34c-7557-11ef-85cc-fa163e034102 is removed from agent 10.0.0.41 2024-09-18 00:50:13,558 - INFO - Verified that pod ctest-nginx-pod-58751522 is removed in agent 2024-09-18 00:50:13,558 - INFO - Deleting service : ctest-nginx-svc-89480230 2024-09-18 00:50:13,747 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:50:13,755 - DEBUG - No XMPP flaps were noticed during the test 2024-09-18 00:50:13,755 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:18] 2024-09-18 00:50:13,755 - INFO - -------------------------------------------------------------------------------- 2024-09-18 00:50:20,607 - DEBUG - [10.0.0.23]: 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 00:50:20,734 - DEBUG - Output : cluster_project={} 2024-09-18 00:50:20,787 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 00:50:20,976 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 00:50:20,982 - DEBUG - [10.0.0.23]: 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 00:50:21,123 - DEBUG - Output : cluster_project={} 2024-09-18 00:50:36,316 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:36,367 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:36,459 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:38,024 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:38,089 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:38,146 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:38,248 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:43,301 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:50:43,548 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:50:48,276 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_ApplicationPolicySetReq? 2024-09-18 00:50:48,290 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2024-09-18 00:50:48,327 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2024-09-18 00:50:50,366 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2024-09-18 00:53:54,207 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:53:54,240 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e7f997bc-fb44-42dd-9507-f30eb3226786 2024-09-18 00:53:54,286 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:53:54,295 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:53:54,303 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:53:54,308 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=5bff7f5d-d4cb-4c52-a9f9-c9622236db8b 2024-09-18 00:53:54,313 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c5ebab39-3f43-454f-8208-3a9275044133 2024-09-18 00:53:54,317 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=01f76de4-fe19-462b-b76e-353700ad5a69 2024-09-18 00:53:54,323 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:53:59,254 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e7f997bc-fb44-42dd-9507-f30eb3226786 2024-09-18 00:53:59,328 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:53:59,334 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:53:59,373 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:53:59,377 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=5bff7f5d-d4cb-4c52-a9f9-c9622236db8b 2024-09-18 00:53:59,379 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=01f76de4-fe19-462b-b76e-353700ad5a69 2024-09-18 00:53:59,380 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c5ebab39-3f43-454f-8208-3a9275044133 2024-09-18 00:53:59,381 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:53:59,422 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fcb0df8c-7557-11ef-85cc-fa163e034102 2024-09-18 00:53:59,423 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd6fb95c-7557-11ef-85cc-fa163e034102 2024-09-18 00:54:04,263 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e7f997bc-fb44-42dd-9507-f30eb3226786 2024-09-18 00:54:04,271 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc1ab4b2-7557-11ef-85cc-fa163e034102 2024-09-18 00:54:04,353 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:54:04,355 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:54:04,429 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c5ebab39-3f43-454f-8208-3a9275044133 2024-09-18 00:54:04,431 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:54:04,433 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:54:04,447 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fdf77e00-7557-11ef-85cc-fa163e034102 2024-09-18 00:54:09,366 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:54:09,369 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:54:09,446 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:54:09,449 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:54:14,379 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:54:14,381 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:54:14,456 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:54:14,458 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:54:19,392 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:54:19,394 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:54:19,470 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:54:19,471 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:54:24,404 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:54:24,406 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:54:24,482 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:54:24,484 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:54:29,424 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=85028813-ff6b-4a22-a902-b1359dfd5233 2024-09-18 00:54:29,426 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=fe0a6588-769e-4166-a47f-096e2c0a1d2c 2024-09-18 00:54:29,437 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:feae2ef2-7557-11ef-85cc-fa163e034102 2024-09-18 00:54:29,439 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff3f0f26-7557-11ef-85cc-fa163e034102 2024-09-18 00:54:29,497 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7b04267b-9541-4018-ae2e-8d37c618d84a 2024-09-18 00:54:29,499 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=35708340-7050-4205-9b63-cac817803b12 2024-09-18 00:54:29,509 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:008d9140-7558-11ef-85cc-fa163e034102 2024-09-18 00:54:29,512 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0125d1a8-7558-11ef-85cc-fa163e034102