2024-09-02 12:40:35,703 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-09-02 12:40:35,926 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-622-1 2024-09-02 12:40:35,926 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-09-02 12:40:35,960 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-622-1 2024-09-02 12:40:35,961 - DEBUG - [10.0.0.24]: 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-02 12:40:36,060 - DEBUG - Output : NAMES contrail_test_Rx1E97aN8 contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 2024-09-02 12:40:36,060 - DEBUG - [10.0.0.24]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-02 12:40:36,094 - DEBUG - Output : 10.0.0.24/24 172.17.0.1/16 2024-09-02 12:40:36,094 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-09-02 12:40:36,127 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-622-1 2024-09-02 12:40:36,211 - DEBUG - [10.0.0.43]: Running cmd : hostname 2024-09-02 12:40:36,431 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-622-1 2024-09-02 12:40:36,431 - DEBUG - [10.0.0.43]: Running cmd : hostname -f 2024-09-02 12:40:36,466 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-622-1 2024-09-02 12:40:36,467 - DEBUG - [10.0.0.43]: 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-02 12:40:36,523 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-02 12:40:36,523 - DEBUG - [10.0.0.43]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-02 12:40:36,594 - DEBUG - Output : 10.0.0.43/24 2024-09-02 12:40:36,594 - DEBUG - [10.0.0.43]: Running cmd : getent hosts 10.0.0.43 | head -n 1 | awk '{print $2}' 2024-09-02 12:40:36,629 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-622-1 2024-09-02 12:40:36,707 - INFO - Using existing project ['default-domain', 'k8s-default'](d33d05cf-0962-42a1-bc32-2f0b9f12c06a) 2024-09-02 12:40:36,820 - INFO - Using existing project ['default-domain', 'k8s-default'](d33d05cf-0962-42a1-bc32-2f0b9f12c06a) 2024-09-02 12:40:37,058 - INFO - ================================================================================ 2024-09-02 12:40:37,058 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-02 12:40:37,059 - 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-02 12:40:37,295 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-02 12:40:37,303 - DEBUG - Nothing to compare xmpp stats {'10.0.0.43': {'10.0.0.24': '0'}} with 2024-09-02 12:40:37,303 - INFO - Initial checks done. Running the testcase now 2024-09-02 12:40:37,303 - INFO - 2024-09-02 12:40:37,307 - INFO - Namespace default already exists 2024-09-02 12:40:37,308 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-02 12:40:37,414 - DEBUG - Output : cluster_project={} 2024-09-02 12:40:37,458 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-02 12:40:37,458 - DEBUG - Project uuid in Contrail is d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:40:37,458 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-02 12:40:37,572 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-02 12:40:37,572 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_NamespaceDatabaseList?namespace_uuid=db077cad-5dc1-4a34-8c8f-dd8b3009ecf9 2024-09-02 12:40:37,576 - INFO - Namespace default with uuid db077cad-5dc1-4a34-8c8f-dd8b3009ecf9 found in kube manager 2024-09-02 12:40:37,576 - INFO - Namespace default verification passed 2024-09-02 12:40:37,579 - DEBUG - Service ctest-nginx-svc-93979986 not present 2024-09-02 12:40:37,579 - INFO - Creating service ctest-nginx-svc-93979986 2024-09-02 12:40:38,678 - INFO - Created Service ctest-nginx-svc-93979986 2024-09-02 12:40:38,681 - DEBUG - Pod ctest-nginx-pod-45934750 not present 2024-09-02 12:40:38,687 - INFO - Creating Pod ctest-nginx-pod-45934750 2024-09-02 12:40:38,750 - DEBUG - Pod : ctest-nginx-pod-45934750 UUID is a0da734e-ab64-406e-8414-fa6caf647951 2024-09-02 12:40:38,759 - DEBUG - Pod ctest-nginx-pod-47640400 not present 2024-09-02 12:40:38,759 - INFO - Creating Pod ctest-nginx-pod-47640400 2024-09-02 12:40:38,805 - DEBUG - Pod : ctest-nginx-pod-47640400 UUID is 59cf4084-3a43-4034-8789-3de951591b9e 2024-09-02 12:40:39,010 - INFO - Created VN __public__, UUID :5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:39,233 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-09-02 12:40:39,240 - DEBUG - Requesting: http://10.0.0.24:8082/domain/719ce87b-3753-4daa-b5f5-51d368e011fa 2024-09-02 12:40:39,266 - DEBUG - Requesting: http://10.0.0.24:8082/project/d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:40:39,329 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:39,340 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:39,390 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:39,406 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:39,414 - DEBUG - Route Targets: [] 2024-09-02 12:40:39,414 - DEBUG - RT names not yet present for VN __public__ 2024-09-02 12:40:44,415 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-09-02 12:40:44,422 - DEBUG - Requesting: http://10.0.0.24:8082/domain/719ce87b-3753-4daa-b5f5-51d368e011fa 2024-09-02 12:40:44,431 - DEBUG - Requesting: http://10.0.0.24:8082/project/d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:40:45,489 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,498 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,507 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:45,517 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:45,526 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/85fb8407-d9a5-41ff-876f-ff695191eade 2024-09-02 12:40:45,533 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-02 12:40:45,533 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,542 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:45,554 - INFO - Verified VN network id 13 for VN 5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,554 - INFO - Verifications in API Server for VN __public__ passed 2024-09-02 12:40:45,555 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,563 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:45,571 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:40:45,578 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/85fb8407-d9a5-41ff-876f-ff695191eade 2024-09-02 12:40:45,585 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-02 12:40:45,592 - DEBUG - Control-node 10.0.0.24 : 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': '6771930257628810090', 'uuid-lslong': '12919379908543237392'}, 'enable': 'true', 'created': '2024-09-02T12:40:38', 'last-modified': '2024-09-02T12:40:39', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:06.398544'} 2024-09-02 12:40:45,592 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:40:45,601 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-02 12:40:45,602 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-02 12:40:45,603 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-02 12:40:45,603 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-09-02 12:40:45,610 - DEBUG - Requesting: http://10.0.0.24:8082/domain/719ce87b-3753-4daa-b5f5-51d368e011fa 2024-09-02 12:40:45,620 - DEBUG - Requesting: http://10.0.0.24:8082/project/d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:40:45,665 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,674 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-02 12:40:45,674 - DEBUG - Verifying the vn in opserver 2024-09-02 12:40:45,674 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.24 2024-09-02 12:40:45,674 - DEBUG - Requesting: http://10.0.0.24:8081/analytics/uves/virtual-networks 2024-09-02 12:40:45,679 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.24:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-02 12:40:45,679 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-02 12:40:45,679 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:40:45,688 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:40:45,694 - DEBUG - Do not have enough data to verify VN in agent 2024-09-02 12:40:45,695 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:40:45,701 - DEBUG - VRF ids for VN __public__: {} 2024-09-02 12:40:45,790 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-02 12:40:45,936 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-09-02 12:40:45,942 - DEBUG - Requesting: http://10.0.0.24:8082/domain/719ce87b-3753-4daa-b5f5-51d368e011fa 2024-09-02 12:40:45,950 - DEBUG - Requesting: http://10.0.0.24:8082/project/d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:40:45,988 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:45,998 - DEBUG - Requesting: http://10.0.0.24:8082/floating-ip-pool/af3fc2c6-179b-4704-93e4-29e102afb2d8 2024-09-02 12:40:46,005 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-09-02 12:40:46,010 - DEBUG - Requesting: http://10.0.0.24:8082/domain/719ce87b-3753-4daa-b5f5-51d368e011fa 2024-09-02 12:40:46,017 - DEBUG - Requesting: http://10.0.0.24:8082/project/d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:40:46,053 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/5dfabab0-a9af-4b6a-b34a-db93b709cd10 2024-09-02 12:40:46,061 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-02 12:40:46,061 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-02 12:40:46,067 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-02 12:40:46,073 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-02 12:40:46,073 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-02 12:40:46,077 - DEBUG - Ingress ctest-nginx-ingress-59431950 not present 2024-09-02 12:40:46,077 - INFO - Creating Ingress ctest-nginx-ingress-59431950 2024-09-02 12:40:46,087 - INFO - Created Ingress ctest-nginx-ingress-59431950 2024-09-02 12:40:46,092 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-59431950 2024-09-02 12:40:49,098 - DEBUG - For Ingress ctest-nginx-ingress-59431950, Cluster IP: 10.47.255.249, External IPs ['165.41.125.60'] 2024-09-02 12:40:49,098 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-59431950 2024-09-02 12:40:49,098 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=2c6dece7-c626-4621-b014-38fdb31bcf0d 2024-09-02 12:40:49,106 - INFO - Ingress ctest-nginx-ingress-59431950 with uuid 2c6dece7-c626-4621-b014-38fdb31bcf0d found in kube manager 2024-09-02 12:40:49,106 - INFO - Ingress ctest-nginx-ingress-59431950 verification passed 2024-09-02 12:40:49,109 - DEBUG - Pod ctest-busybox-pod-26680080 not present 2024-09-02 12:40:49,110 - INFO - Creating Pod ctest-busybox-pod-26680080 2024-09-02 12:40:50,041 - DEBUG - Pod : ctest-busybox-pod-26680080 UUID is eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:40:50,047 - DEBUG - Pod ctest-nginx-pod-45934750 not in running state.Currently in Pending 2024-09-02 12:40:55,055 - DEBUG - Pod ctest-nginx-pod-45934750 not in running state.Currently in Pending 2024-09-02 12:41:00,706 - DEBUG - Pod ctest-nginx-pod-45934750 not in running state.Currently in Pending 2024-09-02 12:41:05,714 - INFO - Pod ctest-nginx-pod-45934750 is in running state.Got IP 10.47.255.251 2024-09-02 12:41:05,727 - DEBUG - Pod ctest-nginx-pod-45934750 has vmi 8fbb7544-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:41:05,727 - INFO - Verified pod ctest-nginx-pod-45934750 in contrail-api 2024-09-02 12:41:05,727 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:41:05,740 - DEBUG - VMI 8fbb7544-6928-11ef-8d98-fa163ebb0fe5 is active in agent 10.0.0.43 2024-09-02 12:41:05,740 - INFO - Verified Pod ctest-nginx-pod-45934750 in agent 10.0.0.43 2024-09-02 12:41:05,740 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=a0da734e-ab64-406e-8414-fa6caf647951 2024-09-02 12:41:05,745 - INFO - Pod ctest-nginx-pod-45934750 with uuid a0da734e-ab64-406e-8414-fa6caf647951 found in kube manager 2024-09-02 12:41:05,745 - INFO - Pod ctest-nginx-pod-45934750 verification passed 2024-09-02 12:41:05,826 - DEBUG - [Pod ctest-nginx-pod-45934750] Cmd: echo ctest-nginx-pod-45934750 > /usr/share/nginx/html/index.html, Output: 2024-09-02 12:41:05,833 - INFO - Pod ctest-nginx-pod-47640400 is in running state.Got IP 10.47.255.250 2024-09-02 12:41:05,846 - DEBUG - Pod ctest-nginx-pod-47640400 has vmi 903a5e90-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:41:05,846 - INFO - Verified pod ctest-nginx-pod-47640400 in contrail-api 2024-09-02 12:41:05,846 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:41:05,859 - DEBUG - VMI 903a5e90-6928-11ef-8d98-fa163ebb0fe5 is active in agent 10.0.0.43 2024-09-02 12:41:05,859 - INFO - Verified Pod ctest-nginx-pod-47640400 in agent 10.0.0.43 2024-09-02 12:41:05,859 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=59cf4084-3a43-4034-8789-3de951591b9e 2024-09-02 12:41:05,864 - INFO - Pod ctest-nginx-pod-47640400 with uuid 59cf4084-3a43-4034-8789-3de951591b9e found in kube manager 2024-09-02 12:41:05,864 - INFO - Pod ctest-nginx-pod-47640400 verification passed 2024-09-02 12:41:05,922 - DEBUG - [Pod ctest-nginx-pod-47640400] Cmd: echo ctest-nginx-pod-47640400 > /usr/share/nginx/html/index.html, Output: 2024-09-02 12:41:05,929 - DEBUG - Pod ctest-busybox-pod-26680080 not in running state.Currently in Pending 2024-09-02 12:41:10,938 - INFO - Pod ctest-busybox-pod-26680080 is in running state.Got IP 10.47.255.248 2024-09-02 12:41:10,951 - DEBUG - Pod ctest-busybox-pod-26680080 has vmi 96089ae4-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:41:10,951 - INFO - Verified pod ctest-busybox-pod-26680080 in contrail-api 2024-09-02 12:41:10,951 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:41:10,966 - DEBUG - VMI 96089ae4-6928-11ef-8d98-fa163ebb0fe5 is active in agent 10.0.0.43 2024-09-02 12:41:10,967 - INFO - Verified Pod ctest-busybox-pod-26680080 in agent 10.0.0.43 2024-09-02 12:41:10,967 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:10,972 - INFO - Pod ctest-busybox-pod-26680080 with uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 found in kube manager 2024-09-02 12:41:10,973 - INFO - Pod ctest-busybox-pod-26680080 verification passed 2024-09-02 12:41:11,037 - DEBUG - [Pod ctest-busybox-pod-26680080] 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-45934750 2024-09-02 12:41:11,037 - DEBUG - [Pod Pod ctest-busybox-pod-26680080] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-02 12:41:11,037 - DEBUG - [Pod Pod ctest-busybox-pod-26680080] 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-45934750 2024-09-02 12:41:11,088 - DEBUG - [Pod ctest-busybox-pod-26680080] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-47640400 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-02 12:41:11,089 - DEBUG - [Pod Pod ctest-busybox-pod-26680080] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-02 12:41:11,089 - DEBUG - [Pod Pod ctest-busybox-pod-26680080] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-47640400 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-02 12:41:11,089 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-45934750': 1, 'ctest-nginx-pod-47640400': 1} 2024-09-02 12:41:11,089 - WARNING - Nothing to delete parallely 2024-09-02 12:41:11,089 - INFO - Deleting pod default:ctest-busybox-pod-26680080 2024-09-02 12:41:11,098 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:11,108 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:16,109 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:16,117 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:21,118 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:21,128 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:26,130 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:26,137 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:31,138 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:31,147 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:36,148 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:36,159 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:41,160 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:41,167 - WARNING - Pod uuid eec4f018-41e8-4232-a3e4-875c1c649bf2 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:46,168 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=eec4f018-41e8-4232-a3e4-875c1c649bf2 2024-09-02 12:41:46,174 - DEBUG - Pod eec4f018-41e8-4232-a3e4-875c1c649bf2 is not in agent 10.0.0.43 VM list 2024-09-02 12:41:46,174 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:96089ae4-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:41:46,180 - DEBUG - VMI 96089ae4-6928-11ef-8d98-fa163ebb0fe5 is removed from agent 10.0.0.43 2024-09-02 12:41:46,180 - INFO - Verified that pod ctest-busybox-pod-26680080 is removed in agent 2024-09-02 12:41:46,180 - INFO - Deleting Ingress : ctest-nginx-ingress-59431950 2024-09-02 12:41:46,187 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=2c6dece7-c626-4621-b014-38fdb31bcf0d 2024-09-02 12:41:46,193 - ERROR - Ingress ctest-nginx-ingress-59431950 with uuid 2c6dece7-c626-4621-b014-38fdb31bcf0d still found in kube manager 2024-09-02 12:41:47,194 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=2c6dece7-c626-4621-b014-38fdb31bcf0d 2024-09-02 12:41:47,202 - INFO - Ingress ctest-nginx-ingress-59431950 with uuid 2c6dece7-c626-4621-b014-38fdb31bcf0d deleted successfully from kube manager 2024-09-02 12:41:47,202 - INFO - Verifications on Ingress %s cleanup passed 2024-09-02 12:41:47,203 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-02 12:41:47,377 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-02 12:41:47,391 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-02 12:41:47,391 - INFO - Deleting VN __public__ 2024-09-02 12:41:47,526 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/11bef395-cdea-4f49-94c5-f1b609fdc995 2024-09-02 12:41:47,535 - DEBUG - Response Code: 404 2024-09-02 12:41:47,535 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-09-02 12:41:47,552 - DEBUG - Requesting: http://10.0.0.24:8082/domain/719ce87b-3753-4daa-b5f5-51d368e011fa 2024-09-02 12:41:47,567 - DEBUG - Requesting: http://10.0.0.24:8082/project/d33d05cf-0962-42a1-bc32-2f0b9f12c06a 2024-09-02 12:41:47,640 - INFO - Validated that VN __public__ is not found in API Server 2024-09-02 12:41:47,640 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-02 12:41:47,650 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:41:47,661 - DEBUG - VN __public__ is not present in Agent 10.0.0.43 2024-09-02 12:41:47,661 - INFO - Validated that VN __public__ is not in any agent 2024-09-02 12:41:47,662 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:41:47,676 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-02 12:41:47,686 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-02 12:41:47,698 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-02 12:41:47,698 - INFO - Deleting pod default:ctest-nginx-pod-47640400 2024-09-02 12:41:49,407 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=59cf4084-3a43-4034-8789-3de951591b9e 2024-09-02 12:41:49,430 - WARNING - Pod uuid 59cf4084-3a43-4034-8789-3de951591b9e is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:54,432 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=59cf4084-3a43-4034-8789-3de951591b9e 2024-09-02 12:41:54,439 - DEBUG - Pod 59cf4084-3a43-4034-8789-3de951591b9e is not in agent 10.0.0.43 VM list 2024-09-02 12:41:54,439 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:903a5e90-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:41:54,446 - DEBUG - VMI 903a5e90-6928-11ef-8d98-fa163ebb0fe5 is removed from agent 10.0.0.43 2024-09-02 12:41:54,446 - INFO - Verified that pod ctest-nginx-pod-47640400 is removed in agent 2024-09-02 12:41:54,447 - INFO - Deleting pod default:ctest-nginx-pod-45934750 2024-09-02 12:41:54,466 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=a0da734e-ab64-406e-8414-fa6caf647951 2024-09-02 12:41:54,477 - WARNING - Pod uuid a0da734e-ab64-406e-8414-fa6caf647951 is still seen in agent 10.0.0.43 VM list 2024-09-02 12:41:59,478 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=a0da734e-ab64-406e-8414-fa6caf647951 2024-09-02 12:41:59,486 - DEBUG - Pod a0da734e-ab64-406e-8414-fa6caf647951 is not in agent 10.0.0.43 VM list 2024-09-02 12:41:59,486 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fbb7544-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:41:59,494 - DEBUG - VMI 8fbb7544-6928-11ef-8d98-fa163ebb0fe5 is removed from agent 10.0.0.43 2024-09-02 12:41:59,494 - INFO - Verified that pod ctest-nginx-pod-45934750 is removed in agent 2024-09-02 12:41:59,495 - INFO - Deleting service : ctest-nginx-svc-93979986 2024-09-02 12:41:59,727 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-02 12:41:59,734 - DEBUG - No XMPP flaps were noticed during the test 2024-09-02 12:41:59,734 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:22] 2024-09-02 12:41:59,735 - INFO - -------------------------------------------------------------------------------- 2024-09-02 12:42:08,913 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-02 12:42:09,085 - DEBUG - Output : cluster_project={} 2024-09-02 12:42:09,136 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-02 12:42:09,289 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-02 12:42:09,295 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-02 12:42:09,412 - DEBUG - Output : cluster_project={} 2024-09-02 12:42:20,165 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:20,233 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:25,934 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:26,026 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:26,114 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:26,182 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:26,250 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:37,732 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-02 12:42:37,930 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-02 12:42:42,182 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_ApplicationPolicySetReq? 2024-09-02 12:42:42,190 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AclReq? 2024-09-02 12:42:42,219 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AclReq? 2024-09-02 12:42:44,249 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AclReq? 2024-09-02 12:45:48,388 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-02 12:45:48,459 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=17d2b888-6fcc-46e0-af4d-556f4cd586bc 2024-09-02 12:45:48,475 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:45:48,491 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=6532ecd1-6e9f-49c0-aa57-c116619aa354 2024-09-02 12:45:48,507 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:45:48,519 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:45:48,531 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:45:48,538 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=712bb933-2c78-4ec8-a04e-537915a79ccc 2024-09-02 12:45:48,546 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=52cf5e2c-0af3-4976-bb92-3364a615786d 2024-09-02 12:45:53,614 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=712bb933-2c78-4ec8-a04e-537915a79ccc 2024-09-02 12:45:53,616 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=52cf5e2c-0af3-4976-bb92-3364a615786d 2024-09-02 12:45:53,617 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:45:53,618 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=6532ecd1-6e9f-49c0-aa57-c116619aa354 2024-09-02 12:45:53,620 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:45:53,622 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=17d2b888-6fcc-46e0-af4d-556f4cd586bc 2024-09-02 12:45:53,623 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:45:53,624 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:45:53,648 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c800c5f8-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:45:53,649 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c6e4e730-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:45:53,654 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c658dff6-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:45:53,656 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c78a7ae2-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:45:58,656 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:45:58,658 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:45:58,659 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:45:58,661 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:46:03,674 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:46:03,676 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:46:03,679 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:46:03,680 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:46:08,696 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:46:08,698 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:46:08,700 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:46:08,701 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:46:13,714 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:46:13,716 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:46:13,718 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:46:13,719 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:46:18,734 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:46:18,736 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:46:18,738 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:46:18,739 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:46:23,851 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=97cb8c14-13e6-4d7d-9cd4-75cbc4229ec9 2024-09-02 12:46:23,854 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=b8922b0e-636b-456d-a316-d078ed279469 2024-09-02 12:46:23,856 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=4af86b6b-f6bb-4e76-b5b5-cbbe4159c4ad 2024-09-02 12:46:23,857 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=cac44466-093e-4813-acf7-0abd9e7c4138 2024-09-02 12:46:23,872 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c985ad9e-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:46:23,876 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca067a00-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:46:23,877 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb089d8e-6928-11ef-8d98-fa163ebb0fe5 2024-09-02 12:46:23,879 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca81d132-6928-11ef-8d98-fa163ebb0fe5