2024-08-29 17:46:13,756 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-08-29 17:46:13,976 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-614-1 2024-08-29 17:46:13,977 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-08-29 17:46:14,010 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-614-1 2024-08-29 17:46:14,010 - DEBUG - [10.0.0.34]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-29 17:46:14,121 - DEBUG - Output : NAMES contrail_test_6GwlW0c30 contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_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_rabbitmq_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 2024-08-29 17:46:14,121 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-29 17:46:14,154 - DEBUG - Output : 10.0.0.34/24 172.17.0.1/16 2024-08-29 17:46:14,155 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-08-29 17:46:14,228 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-614-1 2024-08-29 17:46:14,274 - DEBUG - [10.0.0.44]: Running cmd : hostname 2024-08-29 17:46:14,521 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-614-1 2024-08-29 17:46:14,521 - DEBUG - [10.0.0.44]: Running cmd : hostname -f 2024-08-29 17:46:14,556 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-614-1 2024-08-29 17:46:14,556 - DEBUG - [10.0.0.44]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-29 17:46:14,644 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-29 17:46:14,644 - DEBUG - [10.0.0.44]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-29 17:46:14,678 - DEBUG - Output : 10.0.0.44/24 2024-08-29 17:46:14,679 - DEBUG - [10.0.0.44]: Running cmd : getent hosts 10.0.0.44 | head -n 1 | awk '{print $2}' 2024-08-29 17:46:14,728 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-614-1 2024-08-29 17:46:14,793 - INFO - Using existing project ['default-domain', 'k8s-default'](8cec1b84-7fc7-4874-b048-d4e5f0bc5aac) 2024-08-29 17:46:14,911 - INFO - Using existing project ['default-domain', 'k8s-default'](8cec1b84-7fc7-4874-b048-d4e5f0bc5aac) 2024-08-29 17:46:15,062 - INFO - ================================================================================ 2024-08-29 17:46:15,062 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-29 17:46:15,063 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2024-08-29 17:46:15,289 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-29 17:46:15,301 - DEBUG - Nothing to compare xmpp stats {'10.0.0.44': {'10.0.0.34': '0'}} with 2024-08-29 17:46:15,301 - INFO - Initial checks done. Running the testcase now 2024-08-29 17:46:15,302 - INFO - 2024-08-29 17:46:15,305 - INFO - Namespace default already exists 2024-08-29 17:46:15,306 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-29 17:46:15,421 - DEBUG - Output : cluster_project={} 2024-08-29 17:46:15,464 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-29 17:46:15,464 - DEBUG - Project uuid in Contrail is 8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:46:15,464 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-29 17:46:15,578 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-29 17:46:15,578 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=c17be74f-984c-4343-ac65-b1bd683039b2 2024-08-29 17:46:15,583 - INFO - Namespace default with uuid c17be74f-984c-4343-ac65-b1bd683039b2 found in kube manager 2024-08-29 17:46:15,583 - INFO - Namespace default verification passed 2024-08-29 17:46:15,586 - DEBUG - Service ctest-nginx-svc-63392519 not present 2024-08-29 17:46:15,586 - INFO - Creating service ctest-nginx-svc-63392519 2024-08-29 17:46:15,599 - INFO - Created Service ctest-nginx-svc-63392519 2024-08-29 17:46:15,607 - DEBUG - Pod ctest-nginx-pod-44845563 not present 2024-08-29 17:46:15,607 - INFO - Creating Pod ctest-nginx-pod-44845563 2024-08-29 17:46:15,642 - DEBUG - Pod : ctest-nginx-pod-44845563 UUID is 16d98672-6051-487f-8acb-7984d8a733f5 2024-08-29 17:46:15,646 - DEBUG - Pod ctest-nginx-pod-80880689 not present 2024-08-29 17:46:15,646 - INFO - Creating Pod ctest-nginx-pod-80880689 2024-08-29 17:46:15,690 - DEBUG - Pod : ctest-nginx-pod-80880689 UUID is 37a15799-ab32-471d-8022-6292c48d289e 2024-08-29 17:46:15,815 - INFO - Created VN __public__, UUID :c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:15,952 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-08-29 17:46:15,956 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7174bbd9-381c-4a01-a3b3-58d60a00cf3b 2024-08-29 17:46:16,029 - DEBUG - Requesting: http://10.0.0.34:8082/project/8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:46:16,083 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:16,096 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:16,111 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:16,118 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:16,125 - DEBUG - Route Targets: [] 2024-08-29 17:46:16,125 - DEBUG - RT names not yet present for VN __public__ 2024-08-29 17:46:21,125 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-08-29 17:46:21,132 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7174bbd9-381c-4a01-a3b3-58d60a00cf3b 2024-08-29 17:46:21,141 - DEBUG - Requesting: http://10.0.0.34:8082/project/8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:46:21,175 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,182 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,189 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:21,196 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:21,201 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/2ccbab8f-2ce7-4be2-8586-eaa43d950792 2024-08-29 17:46:21,206 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-29 17:46:21,206 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,216 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:21,231 - INFO - Verified VN network id 13 for VN c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,231 - INFO - Verifications in API Server for VN __public__ passed 2024-08-29 17:46:21,231 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,238 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:21,246 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:46:21,251 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/2ccbab8f-2ce7-4be2-8586-eaa43d950792 2024-08-29 17:46:21,257 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-29 17:46:21,264 - DEBUG - Control-node 10.0.0.34 : 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': '14428202669622117734', 'uuid-lslong': '10091547985250408840'}, 'enable': 'true', 'created': '2024-08-29T17:46:15', 'last-modified': '2024-08-29T17:46:15', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.352762'} 2024-08-29 17:46:21,264 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:46:21,271 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-29 17:46:21,271 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-29 17:46:21,271 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-29 17:46:21,271 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-08-29 17:46:21,276 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7174bbd9-381c-4a01-a3b3-58d60a00cf3b 2024-08-29 17:46:21,283 - DEBUG - Requesting: http://10.0.0.34:8082/project/8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:46:21,321 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,337 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-29 17:46:21,337 - DEBUG - Verifying the vn in opserver 2024-08-29 17:46:21,337 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2024-08-29 17:46:21,337 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2024-08-29 17:46:21,342 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-29 17:46:21,342 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-29 17:46:21,342 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:46:21,350 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:46:21,357 - DEBUG - Do not have enough data to verify VN in agent 2024-08-29 17:46:21,357 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:46:21,364 - DEBUG - VRF ids for VN __public__: {} 2024-08-29 17:46:21,457 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-29 17:46:21,599 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-08-29 17:46:21,605 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7174bbd9-381c-4a01-a3b3-58d60a00cf3b 2024-08-29 17:46:21,612 - DEBUG - Requesting: http://10.0.0.34:8082/project/8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:46:21,646 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,654 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/2f0f0c33-24a7-4097-b758-e69cf8821050 2024-08-29 17:46:21,659 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-08-29 17:46:21,664 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7174bbd9-381c-4a01-a3b3-58d60a00cf3b 2024-08-29 17:46:21,671 - DEBUG - Requesting: http://10.0.0.34:8082/project/8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:46:21,708 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/c83b45e2-562b-4566-8c0c-616cdea8d988 2024-08-29 17:46:21,715 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-29 17:46:21,715 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-29 17:46:21,719 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-29 17:46:21,728 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-29 17:46:21,728 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-29 17:46:21,732 - DEBUG - Ingress ctest-nginx-ingress-10516448 not present 2024-08-29 17:46:21,732 - INFO - Creating Ingress ctest-nginx-ingress-10516448 2024-08-29 17:46:21,738 - INFO - Created Ingress ctest-nginx-ingress-10516448 2024-08-29 17:46:21,740 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-10516448 2024-08-29 17:46:24,749 - DEBUG - For Ingress ctest-nginx-ingress-10516448, Cluster IP: 10.47.255.249, External IPs ['76.253.52.252'] 2024-08-29 17:46:24,749 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-10516448 2024-08-29 17:46:24,749 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=0917286c-d939-4140-b01d-c7038bf28819 2024-08-29 17:46:24,756 - INFO - Ingress ctest-nginx-ingress-10516448 with uuid 0917286c-d939-4140-b01d-c7038bf28819 found in kube manager 2024-08-29 17:46:24,756 - INFO - Ingress ctest-nginx-ingress-10516448 verification passed 2024-08-29 17:46:24,759 - DEBUG - Pod ctest-busybox-pod-62893241 not present 2024-08-29 17:46:24,759 - INFO - Creating Pod ctest-busybox-pod-62893241 2024-08-29 17:46:24,793 - DEBUG - Pod : ctest-busybox-pod-62893241 UUID is 42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:46:24,799 - DEBUG - Pod ctest-nginx-pod-44845563 not in running state.Currently in Pending 2024-08-29 17:46:29,806 - DEBUG - Pod ctest-nginx-pod-44845563 not in running state.Currently in Pending 2024-08-29 17:46:34,812 - INFO - Pod ctest-nginx-pod-44845563 is in running state.Got IP 10.47.255.251 2024-08-29 17:46:34,822 - DEBUG - Pod ctest-nginx-pod-44845563 has vmi 979e3712-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:46:34,822 - INFO - Verified pod ctest-nginx-pod-44845563 in contrail-api 2024-08-29 17:46:34,822 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:46:34,837 - DEBUG - VMI 979e3712-662e-11ef-9d66-fa163ed67f37 is active in agent 10.0.0.44 2024-08-29 17:46:34,838 - INFO - Verified Pod ctest-nginx-pod-44845563 in agent 10.0.0.44 2024-08-29 17:46:34,838 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=16d98672-6051-487f-8acb-7984d8a733f5 2024-08-29 17:46:34,843 - INFO - Pod ctest-nginx-pod-44845563 with uuid 16d98672-6051-487f-8acb-7984d8a733f5 found in kube manager 2024-08-29 17:46:34,843 - INFO - Pod ctest-nginx-pod-44845563 verification passed 2024-08-29 17:46:34,941 - DEBUG - [Pod ctest-nginx-pod-44845563] Cmd: echo ctest-nginx-pod-44845563 > /usr/share/nginx/html/index.html, Output: 2024-08-29 17:46:34,946 - INFO - Pod ctest-nginx-pod-80880689 is in running state.Got IP 10.47.255.250 2024-08-29 17:46:34,958 - DEBUG - Pod ctest-nginx-pod-80880689 has vmi 980c4e46-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:46:34,959 - INFO - Verified pod ctest-nginx-pod-80880689 in contrail-api 2024-08-29 17:46:34,959 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:46:34,969 - DEBUG - VMI 980c4e46-662e-11ef-9d66-fa163ed67f37 is active in agent 10.0.0.44 2024-08-29 17:46:34,969 - INFO - Verified Pod ctest-nginx-pod-80880689 in agent 10.0.0.44 2024-08-29 17:46:34,970 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=37a15799-ab32-471d-8022-6292c48d289e 2024-08-29 17:46:34,974 - INFO - Pod ctest-nginx-pod-80880689 with uuid 37a15799-ab32-471d-8022-6292c48d289e found in kube manager 2024-08-29 17:46:34,974 - INFO - Pod ctest-nginx-pod-80880689 verification passed 2024-08-29 17:46:35,051 - DEBUG - [Pod ctest-nginx-pod-80880689] Cmd: echo ctest-nginx-pod-80880689 > /usr/share/nginx/html/index.html, Output: 2024-08-29 17:46:35,057 - DEBUG - Pod ctest-busybox-pod-62893241 not in running state.Currently in Pending 2024-08-29 17:46:40,065 - INFO - Pod ctest-busybox-pod-62893241 is in running state.Got IP 10.47.255.248 2024-08-29 17:46:40,119 - DEBUG - Pod ctest-busybox-pod-62893241 has vmi 9c5a2536-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:46:40,119 - INFO - Verified pod ctest-busybox-pod-62893241 in contrail-api 2024-08-29 17:46:40,119 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:46:40,131 - DEBUG - VMI 9c5a2536-662e-11ef-9d66-fa163ed67f37 is active in agent 10.0.0.44 2024-08-29 17:46:40,132 - INFO - Verified Pod ctest-busybox-pod-62893241 in agent 10.0.0.44 2024-08-29 17:46:40,132 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:46:40,136 - INFO - Pod ctest-busybox-pod-62893241 with uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a found in kube manager 2024-08-29 17:46:40,136 - INFO - Pod ctest-busybox-pod-62893241 verification passed 2024-08-29 17:46:40,206 - DEBUG - [Pod ctest-busybox-pod-62893241] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-80880689 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-29 17:46:40,206 - DEBUG - [Pod Pod ctest-busybox-pod-62893241] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-29 17:46:40,206 - DEBUG - [Pod Pod ctest-busybox-pod-62893241] Cmd output: ctest-nginx-pod-80880689 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-29 17:46:40,273 - DEBUG - [Pod ctest-busybox-pod-62893241] 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-44845563 2024-08-29 17:46:40,273 - DEBUG - [Pod Pod ctest-busybox-pod-62893241] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-29 17:46:40,273 - DEBUG - [Pod Pod ctest-busybox-pod-62893241] 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-44845563 2024-08-29 17:46:40,273 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-44845563': 1, 'ctest-nginx-pod-80880689': 1} 2024-08-29 17:46:40,274 - WARNING - Nothing to delete parallely 2024-08-29 17:46:40,274 - INFO - Deleting pod default:ctest-busybox-pod-62893241 2024-08-29 17:46:40,286 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:46:40,297 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:46:45,297 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:46:45,305 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:46:50,310 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:46:50,320 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:46:55,321 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:46:55,333 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:47:00,335 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:47:00,343 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:47:05,343 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:47:05,351 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:47:10,352 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:47:10,360 - WARNING - Pod uuid 42cc9ab2-47ad-4523-bd1b-9f56db80510a is still seen in agent 10.0.0.44 VM list 2024-08-29 17:47:15,360 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=42cc9ab2-47ad-4523-bd1b-9f56db80510a 2024-08-29 17:47:15,367 - DEBUG - Pod 42cc9ab2-47ad-4523-bd1b-9f56db80510a is not in agent 10.0.0.44 VM list 2024-08-29 17:47:15,367 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c5a2536-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:47:15,373 - DEBUG - VMI 9c5a2536-662e-11ef-9d66-fa163ed67f37 is removed from agent 10.0.0.44 2024-08-29 17:47:15,373 - INFO - Verified that pod ctest-busybox-pod-62893241 is removed in agent 2024-08-29 17:47:15,373 - INFO - Deleting Ingress : ctest-nginx-ingress-10516448 2024-08-29 17:47:15,382 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=0917286c-d939-4140-b01d-c7038bf28819 2024-08-29 17:47:15,386 - ERROR - Ingress ctest-nginx-ingress-10516448 with uuid 0917286c-d939-4140-b01d-c7038bf28819 still found in kube manager 2024-08-29 17:47:16,387 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=0917286c-d939-4140-b01d-c7038bf28819 2024-08-29 17:47:16,392 - INFO - Ingress ctest-nginx-ingress-10516448 with uuid 0917286c-d939-4140-b01d-c7038bf28819 deleted successfully from kube manager 2024-08-29 17:47:16,392 - INFO - Verifications on Ingress %s cleanup passed 2024-08-29 17:47:16,392 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-29 17:47:16,474 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-29 17:47:16,480 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-29 17:47:16,480 - INFO - Deleting VN __public__ 2024-08-29 17:47:16,607 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/0e775521-5add-4715-8158-6eeb48c271af 2024-08-29 17:47:16,612 - DEBUG - Response Code: 404 2024-08-29 17:47:16,612 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-08-29 17:47:16,617 - DEBUG - Requesting: http://10.0.0.34:8082/domain/7174bbd9-381c-4a01-a3b3-58d60a00cf3b 2024-08-29 17:47:16,624 - DEBUG - Requesting: http://10.0.0.34:8082/project/8cec1b84-7fc7-4874-b048-d4e5f0bc5aac 2024-08-29 17:47:16,661 - INFO - Validated that VN __public__ is not found in API Server 2024-08-29 17:47:16,665 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-29 17:47:16,674 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:47:16,685 - DEBUG - VN __public__ is not present in Agent 10.0.0.44 2024-08-29 17:47:16,685 - INFO - Validated that VN __public__ is not in any agent 2024-08-29 17:47:16,685 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:47:16,695 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-29 17:47:16,700 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-29 17:47:16,705 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-29 17:47:16,705 - INFO - Deleting pod default:ctest-nginx-pod-80880689 2024-08-29 17:47:16,717 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=37a15799-ab32-471d-8022-6292c48d289e 2024-08-29 17:47:16,749 - WARNING - Pod uuid 37a15799-ab32-471d-8022-6292c48d289e is still seen in agent 10.0.0.44 VM list 2024-08-29 17:47:21,751 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=37a15799-ab32-471d-8022-6292c48d289e 2024-08-29 17:47:21,758 - DEBUG - Pod 37a15799-ab32-471d-8022-6292c48d289e is not in agent 10.0.0.44 VM list 2024-08-29 17:47:21,758 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:980c4e46-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:47:21,765 - DEBUG - VMI 980c4e46-662e-11ef-9d66-fa163ed67f37 is removed from agent 10.0.0.44 2024-08-29 17:47:21,765 - INFO - Verified that pod ctest-nginx-pod-80880689 is removed in agent 2024-08-29 17:47:21,765 - INFO - Deleting pod default:ctest-nginx-pod-44845563 2024-08-29 17:47:21,779 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=16d98672-6051-487f-8acb-7984d8a733f5 2024-08-29 17:47:21,794 - WARNING - Pod uuid 16d98672-6051-487f-8acb-7984d8a733f5 is still seen in agent 10.0.0.44 VM list 2024-08-29 17:47:26,795 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=16d98672-6051-487f-8acb-7984d8a733f5 2024-08-29 17:47:26,802 - DEBUG - Pod 16d98672-6051-487f-8acb-7984d8a733f5 is not in agent 10.0.0.44 VM list 2024-08-29 17:47:26,802 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:979e3712-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:47:26,810 - DEBUG - VMI 979e3712-662e-11ef-9d66-fa163ed67f37 is removed from agent 10.0.0.44 2024-08-29 17:47:26,810 - INFO - Verified that pod ctest-nginx-pod-44845563 is removed in agent 2024-08-29 17:47:26,810 - INFO - Deleting service : ctest-nginx-svc-63392519 2024-08-29 17:47:27,030 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-29 17:47:27,037 - DEBUG - No XMPP flaps were noticed during the test 2024-08-29 17:47:27,037 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2024-08-29 17:47:27,037 - INFO - -------------------------------------------------------------------------------- 2024-08-29 17:47:33,384 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-29 17:47:33,538 - DEBUG - Output : cluster_project={} 2024-08-29 17:47:33,574 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-29 17:47:33,695 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-29 17:47:33,714 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-29 17:47:33,822 - DEBUG - Output : cluster_project={} 2024-08-29 17:47:43,884 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:48,926 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:49,006 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:49,041 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:49,129 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:49,212 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:54,251 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:54,283 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-29 17:47:54,499 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-29 17:47:57,273 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_ApplicationPolicySetReq? 2024-08-29 17:47:57,281 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AclReq? 2024-08-29 17:47:57,312 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AclReq? 2024-08-29 17:47:59,341 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AclReq? 2024-08-29 17:51:00,330 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-29 17:51:00,358 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=d3b6a58d-f153-4a6b-9fa1-a54858c86d83 2024-08-29 17:51:00,372 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=e28d83a6-ab6e-4765-976e-e047098d9190 2024-08-29 17:51:00,390 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=8220d5fe-a978-45e6-8b5a-6fa5bcb2655a 2024-08-29 17:51:00,397 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=215cd5c6-31d6-4ff9-ad7c-414ca707b517 2024-08-29 17:51:00,410 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:00,418 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:00,426 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:00,431 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:05,404 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=d3b6a58d-f153-4a6b-9fa1-a54858c86d83 2024-08-29 17:51:05,421 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c5f26d4a-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:05,423 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=e28d83a6-ab6e-4765-976e-e047098d9190 2024-08-29 17:51:05,433 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c66ab868-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:05,436 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=8220d5fe-a978-45e6-8b5a-6fa5bcb2655a 2024-08-29 17:51:05,451 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c7851d2e-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:05,497 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:05,500 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:05,502 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=215cd5c6-31d6-4ff9-ad7c-414ca707b517 2024-08-29 17:51:05,504 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:05,507 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:05,530 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c70cb9c4-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:10,532 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:10,534 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:10,535 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:10,536 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:15,551 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:15,553 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:15,555 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:15,556 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:20,574 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:20,576 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:20,577 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:20,578 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:25,600 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:25,602 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:25,603 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:25,604 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:30,623 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:30,625 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:30,626 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:30,628 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:35,653 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c6b9aedf-c48b-4ebe-b438-33bd255ab822 2024-08-29 17:51:35,656 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=aedc77fa-992c-4ba1-ab71-39238b76749d 2024-08-29 17:51:35,658 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=fe28c794-852d-4f46-aca2-462652ee0b73 2024-08-29 17:51:35,660 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_VmListReq?uuid=c11f6bb2-1010-4517-8fcc-097965d0ef6b 2024-08-29 17:51:35,675 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8e9f1f8-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:35,679 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c951ee66-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:35,680 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c80ab524-662e-11ef-9d66-fa163ed67f37 2024-08-29 17:51:35,682 - DEBUG - Requesting: http://10.0.0.44:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8743a9e-662e-11ef-9d66-fa163ed67f37