2024-12-23 01:59:59,706 - DEBUG - [10.0.0.41]: Running cmd : hostname 2024-12-23 01:59:59,934 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-882-1 2024-12-23 01:59:59,934 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2024-12-23 01:59:59,968 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-882-1 2024-12-23 01:59:59,968 - DEBUG - [10.0.0.41]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-12-23 02:00:00,042 - DEBUG - Output : NAMES contrail_test_MJzbk4jYu contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_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_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_api_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_schema_1 2024-12-23 02:00:00,043 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-12-23 02:00:00,130 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2024-12-23 02:00:00,131 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2024-12-23 02:00:00,166 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-882-1 2024-12-23 02:00:00,252 - DEBUG - [10.0.0.45]: Running cmd : hostname 2024-12-23 02:00:00,448 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-882-1 2024-12-23 02:00:00,448 - DEBUG - [10.0.0.45]: Running cmd : hostname -f 2024-12-23 02:00:00,472 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-882-1 2024-12-23 02:00:00,472 - DEBUG - [10.0.0.45]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-12-23 02:00:00,516 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-12-23 02:00:00,516 - DEBUG - [10.0.0.45]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-12-23 02:00:01,043 - DEBUG - Output : 10.0.0.45/24 2024-12-23 02:00:01,043 - DEBUG - [10.0.0.45]: Running cmd : getent hosts 10.0.0.45 | head -n 1 | awk '{print $2}' 2024-12-23 02:00:01,068 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-882-1 2024-12-23 02:00:01,133 - INFO - Using existing project ['default-domain', 'k8s-default'](9400248c-49a1-48b7-b7d3-b2858f5402dc) 2024-12-23 02:00:01,245 - INFO - Using existing project ['default-domain', 'k8s-default'](9400248c-49a1-48b7-b7d3-b2858f5402dc) 2024-12-23 02:00:01,392 - INFO - ================================================================================ 2024-12-23 02:00:01,392 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-12-23 02:00:01,393 - 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-12-23 02:00:01,618 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 02:00:01,625 - DEBUG - Nothing to compare xmpp stats {'10.0.0.45': {'10.0.0.41': '0'}} with 2024-12-23 02:00:01,625 - INFO - Initial checks done. Running the testcase now 2024-12-23 02:00:01,625 - INFO - 2024-12-23 02:00:01,629 - INFO - Namespace default already exists 2024-12-23 02:00:01,629 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-23 02:00:01,734 - DEBUG - Output : cluster_project={} 2024-12-23 02:00:01,777 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-12-23 02:00:01,778 - DEBUG - Project uuid in Contrail is 9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:01,778 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-12-23 02:00:01,894 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-12-23 02:00:01,894 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=0eb520ed-f836-4766-8020-0de845b6f93c 2024-12-23 02:00:01,899 - INFO - Namespace default with uuid 0eb520ed-f836-4766-8020-0de845b6f93c found in kube manager 2024-12-23 02:00:01,899 - INFO - Namespace default verification passed 2024-12-23 02:00:01,902 - DEBUG - Service ctest-nginx-svc-97644739 not present 2024-12-23 02:00:01,902 - INFO - Creating service ctest-nginx-svc-97644739 2024-12-23 02:00:01,931 - INFO - Created Service ctest-nginx-svc-97644739 2024-12-23 02:00:01,937 - DEBUG - Pod ctest-nginx-pod-55721301 not present 2024-12-23 02:00:01,937 - INFO - Creating Pod ctest-nginx-pod-55721301 2024-12-23 02:00:02,004 - DEBUG - Pod : ctest-nginx-pod-55721301 UUID is 0c18f88c-375d-4c4c-90a3-fecc61ebacf4 2024-12-23 02:00:02,015 - DEBUG - Pod ctest-nginx-pod-53499408 not present 2024-12-23 02:00:02,016 - INFO - Creating Pod ctest-nginx-pod-53499408 2024-12-23 02:00:02,069 - DEBUG - Pod : ctest-nginx-pod-53499408 UUID is fe41b531-23fc-46c5-b684-b8a7354c53f0 2024-12-23 02:00:02,261 - INFO - Created VN __public__, UUID :38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:02,470 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-12-23 02:00:02,477 - DEBUG - Requesting: http://10.0.0.41:8082/domain/6c49915b-0821-4843-8601-d1e80f67e4b8 2024-12-23 02:00:02,512 - DEBUG - Requesting: http://10.0.0.41:8082/project/9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:02,569 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:02,582 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:02,595 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:02,601 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:02,644 - DEBUG - Route Targets: [] 2024-12-23 02:00:02,644 - DEBUG - RT names not yet present for VN __public__ 2024-12-23 02:00:07,645 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-12-23 02:00:07,650 - DEBUG - Requesting: http://10.0.0.41:8082/domain/6c49915b-0821-4843-8601-d1e80f67e4b8 2024-12-23 02:00:07,657 - DEBUG - Requesting: http://10.0.0.41:8082/project/9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:07,713 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:07,722 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:07,732 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:07,739 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:07,746 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/22081833-9426-4d6f-bf79-e769ff049d61 2024-12-23 02:00:07,753 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-12-23 02:00:07,753 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:07,762 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:07,777 - INFO - Verified VN network id 13 for VN 38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:07,777 - INFO - Verifications in API Server for VN __public__ passed 2024-12-23 02:00:07,777 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:07,786 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:07,793 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:07,799 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/22081833-9426-4d6f-bf79-e769ff049d61 2024-12-23 02:00:07,805 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-12-23 02:00:07,810 - DEBUG - Control-node 10.0.0.41 : 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': '4102564978419843090', 'uuid-lslong': '9417623163035572907'}, 'enable': 'true', 'created': '2024-12-23T02:00:02', 'last-modified': '2024-12-23T02:00:02', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.495599'} 2024-12-23 02:00:07,811 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:07,818 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-12-23 02:00:07,818 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-12-23 02:00:07,819 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-12-23 02:00:07,819 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-12-23 02:00:07,824 - DEBUG - Requesting: http://10.0.0.41:8082/domain/6c49915b-0821-4843-8601-d1e80f67e4b8 2024-12-23 02:00:07,833 - DEBUG - Requesting: http://10.0.0.41:8082/project/9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:07,874 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:07,883 - DEBUG - =>VN __public__ has no policy to be verified 2024-12-23 02:00:07,883 - DEBUG - Verifying the vn in opserver 2024-12-23 02:00:07,883 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2024-12-23 02:00:07,883 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2024-12-23 02:00:07,888 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-12-23 02:00:07,888 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-12-23 02:00:07,888 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:07,898 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:07,903 - DEBUG - Do not have enough data to verify VN in agent 2024-12-23 02:00:07,904 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:07,909 - DEBUG - VRF ids for VN __public__: {} 2024-12-23 02:00:08,014 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-12-23 02:00:08,118 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-12-23 02:00:08,124 - DEBUG - Requesting: http://10.0.0.41:8082/domain/6c49915b-0821-4843-8601-d1e80f67e4b8 2024-12-23 02:00:08,131 - DEBUG - Requesting: http://10.0.0.41:8082/project/9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:08,173 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:08,184 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/0bcd3162-1609-4fb3-a353-96436fcfa018 2024-12-23 02:00:08,191 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-12-23 02:00:08,195 - DEBUG - Requesting: http://10.0.0.41:8082/domain/6c49915b-0821-4843-8601-d1e80f67e4b8 2024-12-23 02:00:08,202 - DEBUG - Requesting: http://10.0.0.41:8082/project/9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:08,244 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/38ef3d1c-8eac-4012-82b2-1e5ebd39daab 2024-12-23 02:00:08,254 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-12-23 02:00:08,254 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-12-23 02:00:08,261 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-12-23 02:00:08,267 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-12-23 02:00:08,267 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-12-23 02:00:08,270 - DEBUG - Ingress ctest-nginx-ingress-92631856 not present 2024-12-23 02:00:08,271 - INFO - Creating Ingress ctest-nginx-ingress-92631856 2024-12-23 02:00:08,278 - INFO - Created Ingress ctest-nginx-ingress-92631856 2024-12-23 02:00:08,281 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92631856 2024-12-23 02:00:11,286 - DEBUG - For Ingress ctest-nginx-ingress-92631856, Cluster IP: 10.47.255.249, External IPs ['21.225.7.188'] 2024-12-23 02:00:11,286 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-92631856 2024-12-23 02:00:11,286 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=29bcf094-e8cc-441b-bfd1-622bf6a025a1 2024-12-23 02:00:11,291 - INFO - Ingress ctest-nginx-ingress-92631856 with uuid 29bcf094-e8cc-441b-bfd1-622bf6a025a1 found in kube manager 2024-12-23 02:00:11,291 - INFO - Ingress ctest-nginx-ingress-92631856 verification passed 2024-12-23 02:00:11,294 - DEBUG - Pod ctest-busybox-pod-97728542 not present 2024-12-23 02:00:11,294 - INFO - Creating Pod ctest-busybox-pod-97728542 2024-12-23 02:00:11,308 - DEBUG - Pod : ctest-busybox-pod-97728542 UUID is 672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:11,315 - DEBUG - Pod ctest-nginx-pod-55721301 not in running state.Currently in Pending 2024-12-23 02:00:16,324 - INFO - Pod ctest-nginx-pod-55721301 is in running state.Got IP 10.47.255.251 2024-12-23 02:00:16,385 - DEBUG - Pod ctest-nginx-pod-55721301 has vmi 9fe444d6-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:00:16,385 - INFO - Verified pod ctest-nginx-pod-55721301 in contrail-api 2024-12-23 02:00:16,385 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:00:16,397 - DEBUG - VMI 9fe444d6-c0d1-11ef-9f41-fa163e4f41be is active in agent 10.0.0.45 2024-12-23 02:00:16,397 - INFO - Verified Pod ctest-nginx-pod-55721301 in agent 10.0.0.45 2024-12-23 02:00:16,397 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=0c18f88c-375d-4c4c-90a3-fecc61ebacf4 2024-12-23 02:00:16,401 - INFO - Pod ctest-nginx-pod-55721301 with uuid 0c18f88c-375d-4c4c-90a3-fecc61ebacf4 found in kube manager 2024-12-23 02:00:16,402 - INFO - Pod ctest-nginx-pod-55721301 verification passed 2024-12-23 02:00:16,483 - DEBUG - [Pod ctest-nginx-pod-55721301] Cmd: echo ctest-nginx-pod-55721301 > /usr/share/nginx/html/index.html, Output: 2024-12-23 02:00:16,489 - INFO - Pod ctest-nginx-pod-53499408 is in running state.Got IP 10.47.255.250 2024-12-23 02:00:16,503 - DEBUG - Pod ctest-nginx-pod-53499408 has vmi a04f088e-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:00:16,503 - INFO - Verified pod ctest-nginx-pod-53499408 in contrail-api 2024-12-23 02:00:16,503 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:00:16,513 - DEBUG - VMI a04f088e-c0d1-11ef-9f41-fa163e4f41be is active in agent 10.0.0.45 2024-12-23 02:00:16,513 - INFO - Verified Pod ctest-nginx-pod-53499408 in agent 10.0.0.45 2024-12-23 02:00:16,513 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=fe41b531-23fc-46c5-b684-b8a7354c53f0 2024-12-23 02:00:16,517 - INFO - Pod ctest-nginx-pod-53499408 with uuid fe41b531-23fc-46c5-b684-b8a7354c53f0 found in kube manager 2024-12-23 02:00:16,517 - INFO - Pod ctest-nginx-pod-53499408 verification passed 2024-12-23 02:00:16,582 - DEBUG - [Pod ctest-nginx-pod-53499408] Cmd: echo ctest-nginx-pod-53499408 > /usr/share/nginx/html/index.html, Output: 2024-12-23 02:00:16,588 - DEBUG - Pod ctest-busybox-pod-97728542 not in running state.Currently in Pending 2024-12-23 02:00:21,594 - INFO - Pod ctest-busybox-pod-97728542 is in running state.Got IP 10.47.255.248 2024-12-23 02:00:21,611 - DEBUG - Pod ctest-busybox-pod-97728542 has vmi a4b0b918-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:00:21,612 - INFO - Verified pod ctest-busybox-pod-97728542 in contrail-api 2024-12-23 02:00:21,612 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:00:21,622 - DEBUG - VMI a4b0b918-c0d1-11ef-9f41-fa163e4f41be is active in agent 10.0.0.45 2024-12-23 02:00:21,622 - INFO - Verified Pod ctest-busybox-pod-97728542 in agent 10.0.0.45 2024-12-23 02:00:21,623 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:21,627 - INFO - Pod ctest-busybox-pod-97728542 with uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 found in kube manager 2024-12-23 02:00:21,628 - INFO - Pod ctest-busybox-pod-97728542 verification passed 2024-12-23 02:00:21,684 - DEBUG - [Pod ctest-busybox-pod-97728542] 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-53499408 2024-12-23 02:00:21,684 - DEBUG - [Pod Pod ctest-busybox-pod-97728542] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-23 02:00:21,684 - DEBUG - [Pod Pod ctest-busybox-pod-97728542] 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-53499408 2024-12-23 02:00:21,743 - DEBUG - [Pod ctest-busybox-pod-97728542] 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-55721301 2024-12-23 02:00:21,743 - DEBUG - [Pod Pod ctest-busybox-pod-97728542] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-23 02:00:21,743 - DEBUG - [Pod Pod ctest-busybox-pod-97728542] 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-55721301 2024-12-23 02:00:21,743 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-55721301': 1, 'ctest-nginx-pod-53499408': 1} 2024-12-23 02:00:21,743 - WARNING - Nothing to delete parallely 2024-12-23 02:00:21,743 - INFO - Deleting pod default:ctest-busybox-pod-97728542 2024-12-23 02:00:21,758 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:21,767 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:26,768 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:26,774 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:31,776 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:31,783 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:36,784 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:36,791 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:41,791 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:41,799 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:46,800 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:46,807 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:51,808 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:51,818 - WARNING - Pod uuid 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:00:56,819 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=672c6ee3-23bc-4885-b0cb-9189cb1d1813 2024-12-23 02:00:56,825 - DEBUG - Pod 672c6ee3-23bc-4885-b0cb-9189cb1d1813 is not in agent 10.0.0.45 VM list 2024-12-23 02:00:56,826 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a4b0b918-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:00:56,832 - DEBUG - VMI a4b0b918-c0d1-11ef-9f41-fa163e4f41be is removed from agent 10.0.0.45 2024-12-23 02:00:56,832 - INFO - Verified that pod ctest-busybox-pod-97728542 is removed in agent 2024-12-23 02:00:56,832 - INFO - Deleting Ingress : ctest-nginx-ingress-92631856 2024-12-23 02:00:56,837 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=29bcf094-e8cc-441b-bfd1-622bf6a025a1 2024-12-23 02:00:56,843 - ERROR - Ingress ctest-nginx-ingress-92631856 with uuid 29bcf094-e8cc-441b-bfd1-622bf6a025a1 still found in kube manager 2024-12-23 02:00:57,844 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=29bcf094-e8cc-441b-bfd1-622bf6a025a1 2024-12-23 02:00:57,848 - INFO - Ingress ctest-nginx-ingress-92631856 with uuid 29bcf094-e8cc-441b-bfd1-622bf6a025a1 deleted successfully from kube manager 2024-12-23 02:00:57,848 - INFO - Verifications on Ingress %s cleanup passed 2024-12-23 02:00:57,848 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-12-23 02:00:58,008 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-12-23 02:00:58,015 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-12-23 02:00:58,015 - INFO - Deleting VN __public__ 2024-12-23 02:00:58,136 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/714a8e66-996a-4d81-b835-d3076922d958 2024-12-23 02:00:58,147 - DEBUG - Response Code: 404 2024-12-23 02:00:58,147 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-12-23 02:00:58,160 - DEBUG - Requesting: http://10.0.0.41:8082/domain/6c49915b-0821-4843-8601-d1e80f67e4b8 2024-12-23 02:00:58,185 - DEBUG - Requesting: http://10.0.0.41:8082/project/9400248c-49a1-48b7-b7d3-b2858f5402dc 2024-12-23 02:00:58,264 - INFO - Validated that VN __public__ is not found in API Server 2024-12-23 02:00:58,264 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-12-23 02:00:58,282 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:58,293 - DEBUG - VN __public__ is not present in Agent 10.0.0.45 2024-12-23 02:00:58,293 - INFO - Validated that VN __public__ is not in any agent 2024-12-23 02:00:58,293 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:58,301 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 02:00:58,309 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-12-23 02:00:58,316 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-12-23 02:00:58,317 - INFO - Deleting pod default:ctest-nginx-pod-53499408 2024-12-23 02:00:58,328 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=fe41b531-23fc-46c5-b684-b8a7354c53f0 2024-12-23 02:00:58,357 - WARNING - Pod uuid fe41b531-23fc-46c5-b684-b8a7354c53f0 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:01:03,358 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=fe41b531-23fc-46c5-b684-b8a7354c53f0 2024-12-23 02:01:03,365 - DEBUG - Pod fe41b531-23fc-46c5-b684-b8a7354c53f0 is not in agent 10.0.0.45 VM list 2024-12-23 02:01:03,365 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a04f088e-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:01:03,372 - DEBUG - VMI a04f088e-c0d1-11ef-9f41-fa163e4f41be is removed from agent 10.0.0.45 2024-12-23 02:01:03,372 - INFO - Verified that pod ctest-nginx-pod-53499408 is removed in agent 2024-12-23 02:01:03,373 - INFO - Deleting pod default:ctest-nginx-pod-55721301 2024-12-23 02:01:03,536 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=0c18f88c-375d-4c4c-90a3-fecc61ebacf4 2024-12-23 02:01:03,547 - WARNING - Pod uuid 0c18f88c-375d-4c4c-90a3-fecc61ebacf4 is still seen in agent 10.0.0.45 VM list 2024-12-23 02:01:08,548 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=0c18f88c-375d-4c4c-90a3-fecc61ebacf4 2024-12-23 02:01:08,555 - DEBUG - Pod 0c18f88c-375d-4c4c-90a3-fecc61ebacf4 is not in agent 10.0.0.45 VM list 2024-12-23 02:01:08,555 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9fe444d6-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:01:08,561 - DEBUG - VMI 9fe444d6-c0d1-11ef-9f41-fa163e4f41be is removed from agent 10.0.0.45 2024-12-23 02:01:08,561 - INFO - Verified that pod ctest-nginx-pod-55721301 is removed in agent 2024-12-23 02:01:08,562 - INFO - Deleting service : ctest-nginx-svc-97644739 2024-12-23 02:01:08,738 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 02:01:08,744 - DEBUG - No XMPP flaps were noticed during the test
2024-12-23 02:01:08,745 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07]
2024-12-23 02:01:08,745 - INFO - -------------------------------------------------------------------------------- 2024-12-23 02:01:15,535 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-23 02:01:15,676 - DEBUG - Output : cluster_project={} 2024-12-23 02:01:15,729 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-12-23 02:01:15,889 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-12-23 02:01:15,895 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-23 02:01:16,133 - DEBUG - Output : cluster_project={} 2024-12-23 02:01:26,280 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:26,365 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:31,416 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:31,497 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:36,546 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:36,633 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:36,673 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:36,749 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 02:01:36,998 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 02:01:39,687 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_ApplicationPolicySetReq? 2024-12-23 02:01:39,696 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-12-23 02:01:39,729 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-12-23 02:01:41,757 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2024-12-23 02:04:42,242 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 02:04:42,270 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=d8ba9976-fa7c-4bc6-8584-a07788a9683c 2024-12-23 02:04:42,283 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:04:42,291 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=2a89fae9-4e5e-4f3b-859f-b484e024fa0f 2024-12-23 02:04:42,300 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c62453ed-de72-411c-b210-858e5d389de8 2024-12-23 02:04:42,310 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:04:42,323 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:04:42,332 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=55d1390f-0814-4f89-afc1-5ba1aa1d5315 2024-12-23 02:04:42,337 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:04:47,340 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=d8ba9976-fa7c-4bc6-8584-a07788a9683c 2024-12-23 02:04:47,342 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:04:47,346 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=2a89fae9-4e5e-4f3b-859f-b484e024fa0f 2024-12-23 02:04:47,350 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc04d4d6-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:04:47,355 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cdf69d9c-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:04:47,377 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:04:47,378 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:04:47,380 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c62453ed-de72-411c-b210-858e5d389de8 2024-12-23 02:04:47,381 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=55d1390f-0814-4f89-afc1-5ba1aa1d5315 2024-12-23 02:04:47,382 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:04:47,395 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd42a08a-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:04:47,399 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc86a7b8-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:04:52,354 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:04:52,396 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:04:52,399 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:04:52,400 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:04:57,362 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:04:57,404 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:04:57,408 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:04:57,410 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:05:02,370 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:05:02,413 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:05:02,421 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:05:02,423 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:05:07,378 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:05:07,420 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:05:07,432 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:05:07,433 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:05:12,387 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:05:12,428 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:05:12,442 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:05:12,444 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:05:17,397 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=45a10863-74d7-474a-902c-1d704b025b31 2024-12-23 02:05:17,404 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cf16361a-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:05:17,435 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=41948d2f-741f-4515-b28e-deaaf6aada7d 2024-12-23 02:05:17,442 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce9e675c-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:05:17,456 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=696309f6-ac02-42d8-9915-cfa488044082 2024-12-23 02:05:17,458 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c56cc574-e33b-40c3-976b-31bba0b8c8ab 2024-12-23 02:05:17,473 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cf8f6a9e-c0d1-11ef-9f41-fa163e4f41be 2024-12-23 02:05:17,474 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d00b9b32-c0d1-11ef-9f41-fa163e4f41be