2024-08-26 23:23:22,743 - DEBUG - [10.0.0.57]: Running cmd : hostname 2024-08-26 23:23:22,979 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-595-1 2024-08-26 23:23:22,979 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2024-08-26 23:23:23,012 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-595-1 2024-08-26 23:23:23,012 - DEBUG - [10.0.0.57]: 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-08-26 23:23:23,133 - DEBUG - Output : NAMES contrail_test_m3kI31CNn contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_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_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_api_1 2024-08-26 23:23:23,134 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 23:23:23,167 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2024-08-26 23:23:23,168 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2024-08-26 23:23:23,203 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-595-1 2024-08-26 23:23:23,282 - DEBUG - [10.0.0.47]: Running cmd : hostname 2024-08-26 23:23:23,492 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-595-1 2024-08-26 23:23:23,493 - DEBUG - [10.0.0.47]: Running cmd : hostname -f 2024-08-26 23:23:23,516 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-595-1 2024-08-26 23:23:23,516 - DEBUG - [10.0.0.47]: 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-08-26 23:23:23,599 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-26 23:23:23,600 - DEBUG - [10.0.0.47]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 23:23:23,634 - DEBUG - Output : 10.0.0.47/24 2024-08-26 23:23:23,681 - DEBUG - [10.0.0.47]: Running cmd : getent hosts 10.0.0.47 | head -n 1 | awk '{print $2}' 2024-08-26 23:23:23,716 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-595-1 2024-08-26 23:23:23,900 - INFO - Using existing project ['default-domain', 'k8s-default'](4110d7cf-a484-4c7e-9902-dfb0a3e620ec) 2024-08-26 23:23:23,964 - INFO - Using existing project ['default-domain', 'k8s-default'](4110d7cf-a484-4c7e-9902-dfb0a3e620ec) 2024-08-26 23:23:24,122 - INFO - ================================================================================ 2024-08-26 23:23:24,123 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-26 23:23:24,123 - 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-08-26 23:23:24,313 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 23:23:24,320 - DEBUG - Nothing to compare xmpp stats {'10.0.0.47': {'10.0.0.57': '0'}} with 2024-08-26 23:23:24,320 - INFO - Initial checks done. Running the testcase now 2024-08-26 23:23:24,320 - INFO - 2024-08-26 23:23:24,323 - INFO - Namespace default already exists 2024-08-26 23:23:24,324 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 23:23:24,420 - DEBUG - Output : cluster_project={} 2024-08-26 23:23:24,501 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-26 23:23:24,501 - DEBUG - Project uuid in Contrail is 4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:23:24,501 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 23:23:24,617 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 23:23:24,617 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=0c929f0f-ede5-4d4d-87b3-c8972707803f 2024-08-26 23:23:24,623 - INFO - Namespace default with uuid 0c929f0f-ede5-4d4d-87b3-c8972707803f found in kube manager 2024-08-26 23:23:24,623 - INFO - Namespace default verification passed 2024-08-26 23:23:24,625 - DEBUG - Service ctest-nginx-svc-84554359 not present 2024-08-26 23:23:24,626 - INFO - Creating service ctest-nginx-svc-84554359 2024-08-26 23:23:24,654 - INFO - Created Service ctest-nginx-svc-84554359 2024-08-26 23:23:24,656 - DEBUG - Pod ctest-nginx-pod-96472233 not present 2024-08-26 23:23:24,656 - INFO - Creating Pod ctest-nginx-pod-96472233 2024-08-26 23:23:24,698 - DEBUG - Pod : ctest-nginx-pod-96472233 UUID is 10485660-cd36-49ed-a74d-6f57d303a0c4 2024-08-26 23:23:24,703 - DEBUG - Pod ctest-nginx-pod-01447148 not present 2024-08-26 23:23:24,703 - INFO - Creating Pod ctest-nginx-pod-01447148 2024-08-26 23:23:24,749 - DEBUG - Pod : ctest-nginx-pod-01447148 UUID is 1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 2024-08-26 23:23:24,877 - INFO - Created VN __public__, UUID :8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:25,037 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2024-08-26 23:23:25,042 - DEBUG - Requesting: http://10.0.0.57:8082/domain/6f125100-e0e4-4c8a-809d-6692666316c1 2024-08-26 23:23:25,092 - DEBUG - Requesting: http://10.0.0.57:8082/project/4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:23:25,160 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:25,171 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:25,186 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:25,199 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:25,217 - DEBUG - Route Targets: [] 2024-08-26 23:23:25,217 - DEBUG - RT names not yet present for VN __public__ 2024-08-26 23:23:30,218 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2024-08-26 23:23:30,226 - DEBUG - Requesting: http://10.0.0.57:8082/domain/6f125100-e0e4-4c8a-809d-6692666316c1 2024-08-26 23:23:30,234 - DEBUG - Requesting: http://10.0.0.57:8082/project/4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:23:30,264 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,271 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,277 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:30,282 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:30,288 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/53f999d7-a841-4d28-b651-cab25f96c060 2024-08-26 23:23:30,294 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 23:23:30,294 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,299 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:30,309 - INFO - Verified VN network id 13 for VN 8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,309 - INFO - Verifications in API Server for VN __public__ passed 2024-08-26 23:23:30,309 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,315 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:30,323 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:23:30,329 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/53f999d7-a841-4d28-b651-cab25f96c060 2024-08-26 23:23:30,334 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 23:23:30,340 - DEBUG - Control-node 10.0.0.57 : 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': '10278564182640709463', 'uuid-lslong': '9339385182659559602'}, 'enable': 'true', 'created': '2024-08-26T23:23:24', 'last-modified': '2024-08-26T23:23:24', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.371148'} 2024-08-26 23:23:30,340 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:23:30,347 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 23:23:30,347 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-26 23:23:30,348 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-26 23:23:30,348 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2024-08-26 23:23:30,353 - DEBUG - Requesting: http://10.0.0.57:8082/domain/6f125100-e0e4-4c8a-809d-6692666316c1 2024-08-26 23:23:30,359 - DEBUG - Requesting: http://10.0.0.57:8082/project/4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:23:30,387 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,394 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-26 23:23:30,394 - DEBUG - Verifying the vn in opserver 2024-08-26 23:23:30,394 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2024-08-26 23:23:30,394 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2024-08-26 23:23:30,399 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-26 23:23:30,399 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-26 23:23:30,399 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:23:30,407 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:23:30,413 - DEBUG - Do not have enough data to verify VN in agent 2024-08-26 23:23:30,413 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:23:30,418 - DEBUG - VRF ids for VN __public__: {} 2024-08-26 23:23:30,497 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-26 23:23:30,585 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2024-08-26 23:23:30,590 - DEBUG - Requesting: http://10.0.0.57:8082/domain/6f125100-e0e4-4c8a-809d-6692666316c1 2024-08-26 23:23:30,596 - DEBUG - Requesting: http://10.0.0.57:8082/project/4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:23:30,625 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,633 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/db5d5962-1106-4a08-b18b-7846d97e68f4 2024-08-26 23:23:30,638 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2024-08-26 23:23:30,642 - DEBUG - Requesting: http://10.0.0.57:8082/domain/6f125100-e0e4-4c8a-809d-6692666316c1 2024-08-26 23:23:30,647 - DEBUG - Requesting: http://10.0.0.57:8082/project/4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:23:30,677 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/8ea4cbaa-7b5a-4f57-819c-295768f840b2 2024-08-26 23:23:30,684 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-26 23:23:30,684 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-26 23:23:30,688 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 23:23:30,694 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-26 23:23:30,694 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-26 23:23:30,697 - DEBUG - Ingress ctest-nginx-ingress-76063923 not present 2024-08-26 23:23:30,697 - INFO - Creating Ingress ctest-nginx-ingress-76063923 2024-08-26 23:23:30,704 - INFO - Created Ingress ctest-nginx-ingress-76063923 2024-08-26 23:23:30,707 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-76063923 2024-08-26 23:23:33,712 - DEBUG - For Ingress ctest-nginx-ingress-76063923, Cluster IP: 10.47.255.249, External IPs ['107.103.174.188'] 2024-08-26 23:23:33,712 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-76063923 2024-08-26 23:23:33,713 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=7ebf3a6d-13c1-4af3-a352-9b3b7a17f725 2024-08-26 23:23:33,717 - INFO - Ingress ctest-nginx-ingress-76063923 with uuid 7ebf3a6d-13c1-4af3-a352-9b3b7a17f725 found in kube manager 2024-08-26 23:23:33,717 - INFO - Ingress ctest-nginx-ingress-76063923 verification passed 2024-08-26 23:23:33,719 - DEBUG - Pod ctest-busybox-pod-52923925 not present 2024-08-26 23:23:33,719 - INFO - Creating Pod ctest-busybox-pod-52923925 2024-08-26 23:23:33,744 - DEBUG - Pod : ctest-busybox-pod-52923925 UUID is 70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:23:33,751 - DEBUG - Pod ctest-nginx-pod-96472233 not in running state.Currently in Pending 2024-08-26 23:23:38,766 - INFO - Pod ctest-nginx-pod-96472233 is in running state.Got IP 10.47.255.251 2024-08-26 23:23:38,788 - DEBUG - Pod ctest-nginx-pod-96472233 has vmi 31d7c0fc-6402-11ef-bd42-fa163e235391 2024-08-26 23:23:38,788 - INFO - Verified pod ctest-nginx-pod-96472233 in contrail-api 2024-08-26 23:23:38,788 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:23:38,800 - DEBUG - VMI 31d7c0fc-6402-11ef-bd42-fa163e235391 is active in agent 10.0.0.47 2024-08-26 23:23:38,800 - INFO - Verified Pod ctest-nginx-pod-96472233 in agent 10.0.0.47 2024-08-26 23:23:38,800 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=10485660-cd36-49ed-a74d-6f57d303a0c4 2024-08-26 23:23:38,804 - INFO - Pod ctest-nginx-pod-96472233 with uuid 10485660-cd36-49ed-a74d-6f57d303a0c4 found in kube manager 2024-08-26 23:23:38,805 - INFO - Pod ctest-nginx-pod-96472233 verification passed 2024-08-26 23:23:38,869 - DEBUG - [Pod ctest-nginx-pod-96472233] Cmd: echo ctest-nginx-pod-96472233 > /usr/share/nginx/html/index.html, Output: 2024-08-26 23:23:38,874 - INFO - Pod ctest-nginx-pod-01447148 is in running state.Got IP 10.47.255.250 2024-08-26 23:23:38,929 - DEBUG - Pod ctest-nginx-pod-01447148 has vmi 32415328-6402-11ef-bd42-fa163e235391 2024-08-26 23:23:38,929 - INFO - Verified pod ctest-nginx-pod-01447148 in contrail-api 2024-08-26 23:23:38,929 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:23:38,939 - DEBUG - VMI 32415328-6402-11ef-bd42-fa163e235391 is active in agent 10.0.0.47 2024-08-26 23:23:38,939 - INFO - Verified Pod ctest-nginx-pod-01447148 in agent 10.0.0.47 2024-08-26 23:23:38,939 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 2024-08-26 23:23:38,944 - INFO - Pod ctest-nginx-pod-01447148 with uuid 1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 found in kube manager 2024-08-26 23:23:38,944 - INFO - Pod ctest-nginx-pod-01447148 verification passed 2024-08-26 23:23:39,008 - DEBUG - [Pod ctest-nginx-pod-01447148] Cmd: echo ctest-nginx-pod-01447148 > /usr/share/nginx/html/index.html, Output: 2024-08-26 23:23:39,013 - DEBUG - Pod ctest-busybox-pod-52923925 not in running state.Currently in Pending 2024-08-26 23:23:44,020 - INFO - Pod ctest-busybox-pod-52923925 is in running state.Got IP 10.47.255.248 2024-08-26 23:23:44,030 - DEBUG - Pod ctest-busybox-pod-52923925 has vmi 36835e5e-6402-11ef-bd42-fa163e235391 2024-08-26 23:23:44,030 - INFO - Verified pod ctest-busybox-pod-52923925 in contrail-api 2024-08-26 23:23:44,031 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:23:44,042 - DEBUG - VMI 36835e5e-6402-11ef-bd42-fa163e235391 is active in agent 10.0.0.47 2024-08-26 23:23:44,042 - INFO - Verified Pod ctest-busybox-pod-52923925 in agent 10.0.0.47 2024-08-26 23:23:44,042 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:23:44,048 - INFO - Pod ctest-busybox-pod-52923925 with uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 found in kube manager 2024-08-26 23:23:44,048 - INFO - Pod ctest-busybox-pod-52923925 verification passed 2024-08-26 23:23:44,104 - DEBUG - [Pod ctest-busybox-pod-52923925] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-01447148 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-08-26 23:23:44,104 - DEBUG - [Pod Pod ctest-busybox-pod-52923925] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-26 23:23:44,104 - DEBUG - [Pod Pod ctest-busybox-pod-52923925] Cmd output: ctest-nginx-pod-01447148 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-08-26 23:23:44,173 - DEBUG - [Pod ctest-busybox-pod-52923925] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-96472233 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-08-26 23:23:44,173 - DEBUG - [Pod Pod ctest-busybox-pod-52923925] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-26 23:23:44,173 - DEBUG - [Pod Pod ctest-busybox-pod-52923925] Cmd output: ctest-nginx-pod-96472233 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-08-26 23:23:44,173 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-96472233': 1, 'ctest-nginx-pod-01447148': 1} 2024-08-26 23:23:44,174 - WARNING - Nothing to delete parallely 2024-08-26 23:23:44,174 - INFO - Deleting pod default:ctest-busybox-pod-52923925 2024-08-26 23:23:44,183 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:23:44,192 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:23:49,192 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:23:49,199 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:23:54,200 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:23:54,208 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:23:59,209 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:23:59,218 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:24:04,218 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:24:04,227 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:24:09,229 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:24:09,248 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:24:14,249 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:24:14,256 - WARNING - Pod uuid 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:24:19,257 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=70bf6021-fab8-4f84-9c69-cd06abe01ff4 2024-08-26 23:24:19,263 - DEBUG - Pod 70bf6021-fab8-4f84-9c69-cd06abe01ff4 is not in agent 10.0.0.47 VM list 2024-08-26 23:24:19,263 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:36835e5e-6402-11ef-bd42-fa163e235391 2024-08-26 23:24:19,269 - DEBUG - VMI 36835e5e-6402-11ef-bd42-fa163e235391 is removed from agent 10.0.0.47 2024-08-26 23:24:19,269 - INFO - Verified that pod ctest-busybox-pod-52923925 is removed in agent 2024-08-26 23:24:19,269 - INFO - Deleting Ingress : ctest-nginx-ingress-76063923 2024-08-26 23:24:19,275 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=7ebf3a6d-13c1-4af3-a352-9b3b7a17f725 2024-08-26 23:24:19,279 - ERROR - Ingress ctest-nginx-ingress-76063923 with uuid 7ebf3a6d-13c1-4af3-a352-9b3b7a17f725 still found in kube manager 2024-08-26 23:24:20,280 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=7ebf3a6d-13c1-4af3-a352-9b3b7a17f725 2024-08-26 23:24:20,284 - INFO - Ingress ctest-nginx-ingress-76063923 with uuid 7ebf3a6d-13c1-4af3-a352-9b3b7a17f725 deleted successfully from kube manager 2024-08-26 23:24:20,285 - INFO - Verifications on Ingress %s cleanup passed 2024-08-26 23:24:20,285 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-26 23:24:20,347 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 23:24:20,353 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-26 23:24:20,353 - INFO - Deleting VN __public__ 2024-08-26 23:24:20,467 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/b9a95069-d3dd-4d11-bdb9-18890d406f70 2024-08-26 23:24:20,478 - DEBUG - Response Code: 404 2024-08-26 23:24:20,478 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2024-08-26 23:24:20,485 - DEBUG - Requesting: http://10.0.0.57:8082/domain/6f125100-e0e4-4c8a-809d-6692666316c1 2024-08-26 23:24:20,492 - DEBUG - Requesting: http://10.0.0.57:8082/project/4110d7cf-a484-4c7e-9902-dfb0a3e620ec 2024-08-26 23:24:20,540 - INFO - Validated that VN __public__ is not found in API Server 2024-08-26 23:24:20,540 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-26 23:24:20,547 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:24:20,561 - DEBUG - VN __public__ is not present in Agent 10.0.0.47 2024-08-26 23:24:20,561 - INFO - Validated that VN __public__ is not in any agent 2024-08-26 23:24:20,564 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:24:20,581 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 23:24:20,588 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 23:24:20,596 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-26 23:24:20,596 - INFO - Deleting pod default:ctest-nginx-pod-01447148 2024-08-26 23:24:20,626 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 2024-08-26 23:24:20,653 - WARNING - Pod uuid 1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:24:25,654 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 2024-08-26 23:24:25,661 - DEBUG - Pod 1bc85ad6-2c52-4a1b-bede-4be1c4cb14a2 is not in agent 10.0.0.47 VM list 2024-08-26 23:24:25,661 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32415328-6402-11ef-bd42-fa163e235391 2024-08-26 23:24:25,667 - DEBUG - VMI 32415328-6402-11ef-bd42-fa163e235391 is removed from agent 10.0.0.47 2024-08-26 23:24:25,667 - INFO - Verified that pod ctest-nginx-pod-01447148 is removed in agent 2024-08-26 23:24:25,667 - INFO - Deleting pod default:ctest-nginx-pod-96472233 2024-08-26 23:24:25,689 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=10485660-cd36-49ed-a74d-6f57d303a0c4 2024-08-26 23:24:25,696 - WARNING - Pod uuid 10485660-cd36-49ed-a74d-6f57d303a0c4 is still seen in agent 10.0.0.47 VM list 2024-08-26 23:24:30,697 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=10485660-cd36-49ed-a74d-6f57d303a0c4 2024-08-26 23:24:30,704 - DEBUG - Pod 10485660-cd36-49ed-a74d-6f57d303a0c4 is not in agent 10.0.0.47 VM list 2024-08-26 23:24:30,704 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31d7c0fc-6402-11ef-bd42-fa163e235391 2024-08-26 23:24:30,711 - DEBUG - VMI 31d7c0fc-6402-11ef-bd42-fa163e235391 is removed from agent 10.0.0.47 2024-08-26 23:24:30,711 - INFO - Verified that pod ctest-nginx-pod-96472233 is removed in agent 2024-08-26 23:24:30,711 - INFO - Deleting service : ctest-nginx-svc-84554359 2024-08-26 23:24:30,921 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 23:24:30,927 - DEBUG - No XMPP flaps were noticed during the test
2024-08-26 23:24:30,928 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:06]
2024-08-26 23:24:30,928 - INFO - -------------------------------------------------------------------------------- 2024-08-26 23:24:37,268 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 23:24:37,410 - DEBUG - Output : cluster_project={} 2024-08-26 23:24:37,448 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 23:24:37,616 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 23:24:37,621 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 23:24:37,751 - DEBUG - Output : cluster_project={} 2024-08-26 23:24:52,839 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:52,919 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:53,006 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:53,057 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:58,102 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:58,180 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:58,213 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:58,285 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 23:24:58,519 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 23:25:00,374 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_ApplicationPolicySetReq? 2024-08-26 23:25:00,383 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AclReq? 2024-08-26 23:25:00,414 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AclReq? 2024-08-26 23:25:02,442 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AclReq? 2024-08-26 23:28:02,831 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 23:28:02,884 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=c4c09393-e0bd-44f9-88ca-a6beafeb1f21 2024-08-26 23:28:02,901 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8d2a19b4-2f86-43c9-ac19-672abfd112d9 2024-08-26 23:28:02,913 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:02,923 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:02,930 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=c4bbea5e-f5bb-4730-ad28-c78688a26841 2024-08-26 23:28:02,933 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:02,949 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=c399e0b7-4cb6-4321-8c58-02c277db06a3 2024-08-26 23:28:02,954 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:07,893 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=c4c09393-e0bd-44f9-88ca-a6beafeb1f21 2024-08-26 23:28:07,900 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d1117aa-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:07,959 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8d2a19b4-2f86-43c9-ac19-672abfd112d9 2024-08-26 23:28:07,966 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d82ec86-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:08,012 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:08,014 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:08,015 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:08,016 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=c399e0b7-4cb6-4321-8c58-02c277db06a3 2024-08-26 23:28:08,017 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=c4bbea5e-f5bb-4730-ad28-c78688a26841 2024-08-26 23:28:08,019 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:08,038 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e70bc90-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:08,040 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e03f042-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:13,036 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:13,038 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:13,039 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:13,041 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:18,053 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:18,056 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:18,057 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:18,058 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:23,073 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:23,074 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:23,076 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:23,077 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:28,092 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:28,094 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:28,095 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:28,096 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:33,111 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:33,113 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:33,114 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:33,116 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:38,130 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=d1ba8fde-ad50-48a0-b691-b8fb87fe718d 2024-08-26 23:28:38,131 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=26d2c46e-e5ae-4cb6-81b7-8b4836c23133 2024-08-26 23:28:38,133 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=07937da7-e1c1-4fdd-870c-dee45985c2a2 2024-08-26 23:28:38,134 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=8e5594b6-e260-4947-8e2d-123efb843e3c 2024-08-26 23:28:38,149 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:602ba3c4-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:38,152 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5f58ffdc-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:38,153 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5fc31746-6402-11ef-bd42-fa163e235391 2024-08-26 23:28:38,155 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5eeb3f9c-6402-11ef-bd42-fa163e235391