2024-10-28 02:01:28,157 - DEBUG - [10.0.0.12]: Running cmd : hostname 2024-10-28 02:01:28,440 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-746-1 2024-10-28 02:01:28,441 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2024-10-28 02:01:28,477 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-746-1 2024-10-28 02:01:28,478 - DEBUG - [10.0.0.12]: 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-10-28 02:01:28,567 - DEBUG - Output : NAMES contrail_test_v2tkpWyoT contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_api_1 2024-10-28 02:01:28,567 - DEBUG - [10.0.0.12]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-10-28 02:01:28,654 - DEBUG - Output : 10.0.0.12/24 172.17.0.1/16 2024-10-28 02:01:28,655 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2024-10-28 02:01:28,701 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-746-1 2024-10-28 02:01:28,810 - DEBUG - [10.0.0.27]: Running cmd : hostname 2024-10-28 02:01:29,022 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-746-1 2024-10-28 02:01:29,023 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2024-10-28 02:01:29,047 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-746-1 2024-10-28 02:01:29,047 - DEBUG - [10.0.0.27]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-10-28 02:01:29,092 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-10-28 02:01:29,093 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-10-28 02:01:29,161 - DEBUG - Output : 10.0.0.27/24 2024-10-28 02:01:29,161 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2024-10-28 02:01:29,195 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-746-1 2024-10-28 02:01:29,291 - INFO - Using existing project ['default-domain', 'k8s-default'](efae2ae0-e363-473d-995e-d3c9dccce4b9) 2024-10-28 02:01:29,351 - INFO - Using existing project ['default-domain', 'k8s-default'](efae2ae0-e363-473d-995e-d3c9dccce4b9) 2024-10-28 02:01:29,513 - INFO - ================================================================================ 2024-10-28 02:01:29,517 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-10-28 02:01:29,519 - 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-10-28 02:01:29,773 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-28 02:01:29,781 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.12': '0'}} with 2024-10-28 02:01:29,781 - INFO - Initial checks done. Running the testcase now 2024-10-28 02:01:29,781 - INFO - 2024-10-28 02:01:29,786 - INFO - Namespace default already exists 2024-10-28 02:01:29,787 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-28 02:01:29,964 - DEBUG - Output : cluster_project={} 2024-10-28 02:01:30,089 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-10-28 02:01:30,090 - DEBUG - Project uuid in Contrail is efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:01:30,090 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-10-28 02:01:30,296 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-10-28 02:01:30,296 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_NamespaceDatabaseList?namespace_uuid=90db45af-d2db-4daf-89c3-e6cd6a53cf36 2024-10-28 02:01:30,308 - INFO - Namespace default with uuid 90db45af-d2db-4daf-89c3-e6cd6a53cf36 found in kube manager 2024-10-28 02:01:30,308 - INFO - Namespace default verification passed 2024-10-28 02:01:30,311 - DEBUG - Service ctest-nginx-svc-44669871 not present 2024-10-28 02:01:30,312 - INFO - Creating service ctest-nginx-svc-44669871 2024-10-28 02:01:30,339 - INFO - Created Service ctest-nginx-svc-44669871 2024-10-28 02:01:30,349 - DEBUG - Pod ctest-nginx-pod-50896022 not present 2024-10-28 02:01:30,350 - INFO - Creating Pod ctest-nginx-pod-50896022 2024-10-28 02:01:30,444 - DEBUG - Pod : ctest-nginx-pod-50896022 UUID is b6bca11e-32d0-4db2-8593-ddfdd4f632c2 2024-10-28 02:01:30,455 - DEBUG - Pod ctest-nginx-pod-36616705 not present 2024-10-28 02:01:30,455 - INFO - Creating Pod ctest-nginx-pod-36616705 2024-10-28 02:01:30,505 - DEBUG - Pod : ctest-nginx-pod-36616705 UUID is 30fb9bce-534b-4064-beac-547f4e59728d 2024-10-28 02:01:30,857 - INFO - Created VN __public__, UUID :914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:31,083 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-10-28 02:01:31,092 - DEBUG - Requesting: http://10.0.0.12:8082/domain/3abd0693-342c-4e43-9640-c99acf0e24f3 2024-10-28 02:01:31,167 - DEBUG - Requesting: http://10.0.0.12:8082/project/efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:01:31,282 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:31,312 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:31,331 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:31,352 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:31,404 - DEBUG - Route Targets: [] 2024-10-28 02:01:31,404 - DEBUG - RT names not yet present for VN __public__ 2024-10-28 02:01:36,405 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-10-28 02:01:36,411 - DEBUG - Requesting: http://10.0.0.12:8082/domain/3abd0693-342c-4e43-9640-c99acf0e24f3 2024-10-28 02:01:36,424 - DEBUG - Requesting: http://10.0.0.12:8082/project/efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:01:36,500 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:36,514 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:36,526 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:36,535 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:36,542 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/7872aa98-1e61-4d62-b791-8457fa2333d0 2024-10-28 02:01:36,549 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-10-28 02:01:36,549 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:36,561 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:36,579 - INFO - Verified VN network id 14 for VN 914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:36,580 - INFO - Verifications in API Server for VN __public__ passed 2024-10-28 02:01:36,580 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:36,592 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:36,599 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:01:36,607 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/7872aa98-1e61-4d62-b791-8457fa2333d0 2024-10-28 02:01:36,614 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-10-28 02:01:36,620 - DEBUG - Control-node 10.0.0.12 : 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': '10468920419491728329', 'uuid-lslong': '11112221748897327148'}, 'enable': 'true', 'created': '2024-10-28T02:01:30', 'last-modified': '2024-10-28T02:01:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.668651'} 2024-10-28 02:01:36,620 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:01:36,627 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-10-28 02:01:36,627 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-10-28 02:01:36,628 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-10-28 02:01:36,628 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-10-28 02:01:36,634 - DEBUG - Requesting: http://10.0.0.12:8082/domain/3abd0693-342c-4e43-9640-c99acf0e24f3 2024-10-28 02:01:36,644 - DEBUG - Requesting: http://10.0.0.12:8082/project/efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:01:36,688 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:36,701 - DEBUG - =>VN __public__ has no policy to be verified 2024-10-28 02:01:36,701 - DEBUG - Verifying the vn in opserver 2024-10-28 02:01:36,701 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.12 2024-10-28 02:01:36,701 - DEBUG - Requesting: http://10.0.0.12:8081/analytics/uves/virtual-networks 2024-10-28 02:01:36,706 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.12:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-10-28 02:01:36,706 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-10-28 02:01:36,706 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:01:36,713 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:01:36,719 - DEBUG - Do not have enough data to verify VN in agent 2024-10-28 02:01:36,719 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:01:36,725 - DEBUG - VRF ids for VN __public__: {} 2024-10-28 02:01:36,838 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-10-28 02:01:36,961 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-10-28 02:01:36,968 - DEBUG - Requesting: http://10.0.0.12:8082/domain/3abd0693-342c-4e43-9640-c99acf0e24f3 2024-10-28 02:01:36,977 - DEBUG - Requesting: http://10.0.0.12:8082/project/efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:01:37,017 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:37,032 - DEBUG - Requesting: http://10.0.0.12:8082/floating-ip-pool/b4aea3d7-65bb-43f3-80cb-23a156540e15 2024-10-28 02:01:37,038 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-10-28 02:01:37,043 - DEBUG - Requesting: http://10.0.0.12:8082/domain/3abd0693-342c-4e43-9640-c99acf0e24f3 2024-10-28 02:01:37,051 - DEBUG - Requesting: http://10.0.0.12:8082/project/efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:01:37,094 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/914913a7-a1a3-4bc9-9a36-8ace3865282c 2024-10-28 02:01:37,107 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-10-28 02:01:37,107 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-10-28 02:01:37,118 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-10-28 02:01:37,123 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-10-28 02:01:37,123 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-10-28 02:01:37,126 - DEBUG - Ingress ctest-nginx-ingress-26611789 not present 2024-10-28 02:01:37,127 - INFO - Creating Ingress ctest-nginx-ingress-26611789 2024-10-28 02:01:37,134 - INFO - Created Ingress ctest-nginx-ingress-26611789 2024-10-28 02:01:37,138 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26611789 2024-10-28 02:01:40,143 - DEBUG - For Ingress ctest-nginx-ingress-26611789, Cluster IP: 10.47.255.249, External IPs ['209.151.28.60'] 2024-10-28 02:01:40,143 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-26611789 2024-10-28 02:01:40,144 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=12031b2e-ceb0-41e5-b076-9dbd7aa298a4 2024-10-28 02:01:40,149 - INFO - Ingress ctest-nginx-ingress-26611789 with uuid 12031b2e-ceb0-41e5-b076-9dbd7aa298a4 found in kube manager 2024-10-28 02:01:40,149 - INFO - Ingress ctest-nginx-ingress-26611789 verification passed 2024-10-28 02:01:40,152 - DEBUG - Pod ctest-busybox-pod-10818501 not present 2024-10-28 02:01:40,152 - INFO - Creating Pod ctest-busybox-pod-10818501 2024-10-28 02:01:40,176 - DEBUG - Node for Pod ctest-busybox-pod-10818501 not yet populated 2024-10-28 02:01:43,184 - DEBUG - Pod : ctest-busybox-pod-10818501 UUID is 24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:01:43,197 - DEBUG - Pod ctest-nginx-pod-50896022 not in running state.Currently in Pending 2024-10-28 02:01:48,205 - INFO - Pod ctest-nginx-pod-50896022 is in running state.Got IP 10.47.255.251 2024-10-28 02:01:48,274 - DEBUG - Pod ctest-nginx-pod-50896022 has vmi 8e4e7db8-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:01:48,274 - INFO - Verified pod ctest-nginx-pod-50896022 in contrail-api 2024-10-28 02:01:48,274 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:01:48,291 - DEBUG - VMI 8e4e7db8-94d0-11ef-b36a-fa163e8c8802 is active in agent 10.0.0.27 2024-10-28 02:01:48,291 - INFO - Verified Pod ctest-nginx-pod-50896022 in agent 10.0.0.27 2024-10-28 02:01:48,291 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=b6bca11e-32d0-4db2-8593-ddfdd4f632c2 2024-10-28 02:01:48,296 - INFO - Pod ctest-nginx-pod-50896022 with uuid b6bca11e-32d0-4db2-8593-ddfdd4f632c2 found in kube manager 2024-10-28 02:01:48,296 - INFO - Pod ctest-nginx-pod-50896022 verification passed 2024-10-28 02:01:48,375 - DEBUG - [Pod ctest-nginx-pod-50896022] Cmd: echo ctest-nginx-pod-50896022 > /usr/share/nginx/html/index.html, Output: 2024-10-28 02:01:48,381 - INFO - Pod ctest-nginx-pod-36616705 is in running state.Got IP 10.47.255.250 2024-10-28 02:01:48,405 - DEBUG - Pod ctest-nginx-pod-36616705 has vmi 8eddbee2-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:01:48,405 - INFO - Verified pod ctest-nginx-pod-36616705 in contrail-api 2024-10-28 02:01:48,406 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:01:48,417 - DEBUG - VMI 8eddbee2-94d0-11ef-b36a-fa163e8c8802 is active in agent 10.0.0.27 2024-10-28 02:01:48,418 - INFO - Verified Pod ctest-nginx-pod-36616705 in agent 10.0.0.27 2024-10-28 02:01:48,418 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=30fb9bce-534b-4064-beac-547f4e59728d 2024-10-28 02:01:48,422 - INFO - Pod ctest-nginx-pod-36616705 with uuid 30fb9bce-534b-4064-beac-547f4e59728d found in kube manager 2024-10-28 02:01:48,422 - INFO - Pod ctest-nginx-pod-36616705 verification passed 2024-10-28 02:01:48,502 - DEBUG - [Pod ctest-nginx-pod-36616705] Cmd: echo ctest-nginx-pod-36616705 > /usr/share/nginx/html/index.html, Output: 2024-10-28 02:01:48,507 - DEBUG - Pod ctest-busybox-pod-10818501 not in running state.Currently in Pending 2024-10-28 02:01:53,513 - DEBUG - Pod ctest-busybox-pod-10818501 not in running state.Currently in Pending 2024-10-28 02:01:58,526 - INFO - Pod ctest-busybox-pod-10818501 is in running state.Got IP 10.47.255.248 2024-10-28 02:01:58,544 - DEBUG - Pod ctest-busybox-pod-10818501 has vmi 92b48b40-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:01:58,544 - INFO - Verified pod ctest-busybox-pod-10818501 in contrail-api 2024-10-28 02:01:58,545 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:01:58,556 - DEBUG - VMI 92b48b40-94d0-11ef-b36a-fa163e8c8802 is active in agent 10.0.0.27 2024-10-28 02:01:58,556 - INFO - Verified Pod ctest-busybox-pod-10818501 in agent 10.0.0.27 2024-10-28 02:01:58,556 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:01:58,569 - INFO - Pod ctest-busybox-pod-10818501 with uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 found in kube manager 2024-10-28 02:01:58,570 - INFO - Pod ctest-busybox-pod-10818501 verification passed 2024-10-28 02:01:58,623 - DEBUG - [Pod ctest-busybox-pod-10818501] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50896022 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-10-28 02:01:58,623 - DEBUG - [Pod Pod ctest-busybox-pod-10818501] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-10-28 02:01:58,623 - DEBUG - [Pod Pod ctest-busybox-pod-10818501] Cmd output: ctest-nginx-pod-50896022 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-10-28 02:01:58,685 - DEBUG - [Pod ctest-busybox-pod-10818501] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36616705 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-10-28 02:01:58,685 - DEBUG - [Pod Pod ctest-busybox-pod-10818501] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-10-28 02:01:58,685 - DEBUG - [Pod Pod ctest-busybox-pod-10818501] Cmd output: ctest-nginx-pod-36616705 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-10-28 02:01:58,685 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-50896022': 1, 'ctest-nginx-pod-36616705': 1} 2024-10-28 02:01:58,686 - WARNING - Nothing to delete parallely 2024-10-28 02:01:58,686 - INFO - Deleting pod default:ctest-busybox-pod-10818501 2024-10-28 02:01:58,704 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:01:58,711 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:03,713 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:03,720 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:08,720 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:08,728 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:13,729 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:13,736 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:18,737 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:18,747 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:23,749 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:23,759 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:28,759 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:28,766 - WARNING - Pod uuid 24782ebf-3a16-4cee-8bec-a70c8ee05305 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:33,767 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=24782ebf-3a16-4cee-8bec-a70c8ee05305 2024-10-28 02:02:33,774 - DEBUG - Pod 24782ebf-3a16-4cee-8bec-a70c8ee05305 is not in agent 10.0.0.27 VM list 2024-10-28 02:02:33,774 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:92b48b40-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:02:33,780 - DEBUG - VMI 92b48b40-94d0-11ef-b36a-fa163e8c8802 is removed from agent 10.0.0.27 2024-10-28 02:02:33,780 - INFO - Verified that pod ctest-busybox-pod-10818501 is removed in agent 2024-10-28 02:02:33,780 - INFO - Deleting Ingress : ctest-nginx-ingress-26611789 2024-10-28 02:02:33,788 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=12031b2e-ceb0-41e5-b076-9dbd7aa298a4 2024-10-28 02:02:33,795 - ERROR - Ingress ctest-nginx-ingress-26611789 with uuid 12031b2e-ceb0-41e5-b076-9dbd7aa298a4 still found in kube manager 2024-10-28 02:02:34,795 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=12031b2e-ceb0-41e5-b076-9dbd7aa298a4 2024-10-28 02:02:34,801 - INFO - Ingress ctest-nginx-ingress-26611789 with uuid 12031b2e-ceb0-41e5-b076-9dbd7aa298a4 deleted successfully from kube manager 2024-10-28 02:02:34,801 - INFO - Verifications on Ingress %s cleanup passed 2024-10-28 02:02:34,801 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-10-28 02:02:34,933 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-10-28 02:02:34,940 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-10-28 02:02:34,940 - INFO - Deleting VN __public__ 2024-10-28 02:02:35,105 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/317cb896-511d-4fa6-8090-0f93eb6bb2a0 2024-10-28 02:02:35,118 - DEBUG - Response Code: 404 2024-10-28 02:02:35,118 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-10-28 02:02:35,129 - DEBUG - Requesting: http://10.0.0.12:8082/domain/3abd0693-342c-4e43-9640-c99acf0e24f3 2024-10-28 02:02:35,147 - DEBUG - Requesting: http://10.0.0.12:8082/project/efae2ae0-e363-473d-995e-d3c9dccce4b9 2024-10-28 02:02:35,222 - INFO - Validated that VN __public__ is not found in API Server 2024-10-28 02:02:35,222 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-10-28 02:02:35,231 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:02:35,247 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2024-10-28 02:02:35,247 - INFO - Validated that VN __public__ is not in any agent 2024-10-28 02:02:35,247 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:02:35,257 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-28 02:02:35,264 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-10-28 02:02:35,270 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-10-28 02:02:35,271 - INFO - Deleting pod default:ctest-nginx-pod-36616705 2024-10-28 02:02:35,294 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=30fb9bce-534b-4064-beac-547f4e59728d 2024-10-28 02:02:35,326 - WARNING - Pod uuid 30fb9bce-534b-4064-beac-547f4e59728d is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:40,327 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=30fb9bce-534b-4064-beac-547f4e59728d 2024-10-28 02:02:40,336 - DEBUG - Pod 30fb9bce-534b-4064-beac-547f4e59728d is not in agent 10.0.0.27 VM list 2024-10-28 02:02:40,336 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8eddbee2-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:02:40,342 - DEBUG - VMI 8eddbee2-94d0-11ef-b36a-fa163e8c8802 is removed from agent 10.0.0.27 2024-10-28 02:02:40,342 - INFO - Verified that pod ctest-nginx-pod-36616705 is removed in agent 2024-10-28 02:02:40,342 - INFO - Deleting pod default:ctest-nginx-pod-50896022 2024-10-28 02:02:40,363 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b6bca11e-32d0-4db2-8593-ddfdd4f632c2 2024-10-28 02:02:40,371 - WARNING - Pod uuid b6bca11e-32d0-4db2-8593-ddfdd4f632c2 is still seen in agent 10.0.0.27 VM list 2024-10-28 02:02:45,372 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b6bca11e-32d0-4db2-8593-ddfdd4f632c2 2024-10-28 02:02:45,380 - DEBUG - Pod b6bca11e-32d0-4db2-8593-ddfdd4f632c2 is not in agent 10.0.0.27 VM list 2024-10-28 02:02:45,380 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e4e7db8-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:02:45,387 - DEBUG - VMI 8e4e7db8-94d0-11ef-b36a-fa163e8c8802 is removed from agent 10.0.0.27 2024-10-28 02:02:45,387 - INFO - Verified that pod ctest-nginx-pod-50896022 is removed in agent 2024-10-28 02:02:45,388 - INFO - Deleting service : ctest-nginx-svc-44669871 2024-10-28 02:02:45,629 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-28 02:02:45,636 - DEBUG - No XMPP flaps were noticed during the test 2024-10-28 02:02:45,637 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16] 2024-10-28 02:02:45,637 - INFO - -------------------------------------------------------------------------------- 2024-10-28 02:02:52,054 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-28 02:02:52,171 - DEBUG - Output : cluster_project={} 2024-10-28 02:02:52,229 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-10-28 02:02:52,357 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-10-28 02:02:52,383 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-28 02:02:52,533 - DEBUG - Output : cluster_project={} 2024-10-28 02:03:07,750 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:07,796 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:07,883 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:07,970 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:13,032 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:13,126 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:13,170 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:13,253 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-28 02:03:13,505 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-28 02:03:16,580 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2024-10-28 02:03:16,586 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2024-10-28 02:03:16,631 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2024-10-28 02:03:18,667 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2024-10-28 02:06:19,172 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-28 02:06:19,255 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=033108e9-53bd-41ed-bcce-dae8a138f063 2024-10-28 02:06:19,303 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:19,309 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c87c2a24-a0c5-4c68-a594-fe8db04b597d 2024-10-28 02:06:19,324 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4cbacf55-a790-4971-9232-3cbfb4768507 2024-10-28 02:06:19,333 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:19,337 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:19,347 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:19,356 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2164f122-695a-4341-86ca-09ec2e2a47f0 2024-10-28 02:06:24,443 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:24,449 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=033108e9-53bd-41ed-bcce-dae8a138f063 2024-10-28 02:06:24,450 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c87c2a24-a0c5-4c68-a594-fe8db04b597d 2024-10-28 02:06:24,451 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2164f122-695a-4341-86ca-09ec2e2a47f0 2024-10-28 02:06:24,454 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:24,455 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4cbacf55-a790-4971-9232-3cbfb4768507 2024-10-28 02:06:24,456 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:24,457 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:24,479 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:befb28d0-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:24,483 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c03d7464-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:24,485 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be73b742-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:24,486 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bfb8eafa-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:29,462 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:29,479 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:29,483 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:29,485 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:34,470 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:34,489 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:34,496 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:34,498 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:39,485 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:39,497 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:39,508 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:39,510 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:44,493 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:44,506 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:44,519 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:44,521 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:49,502 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:49,514 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:49,533 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:49,535 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:54,549 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d99d545a-d7c0-4154-a718-f8b3bc6028e3 2024-10-28 02:06:54,551 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6badc876-d237-4866-9b42-125cc08e8789 2024-10-28 02:06:54,553 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1e301b50-ef97-4c66-9fb2-ec6d54daca0f 2024-10-28 02:06:54,554 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=657aba01-6c98-4834-8fb9-c14dbb4d7de7 2024-10-28 02:06:54,568 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c1e9ace2-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:54,572 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c269041a-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:54,574 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c0e0a904-94d0-11ef-b36a-fa163e8c8802 2024-10-28 02:06:54,576 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c1639f44-94d0-11ef-b36a-fa163e8c8802