2025-02-10 15:01:47,359 - DEBUG - [10.0.0.30]: Running cmd : hostname 2025-02-10 15:01:47,632 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-966-1 2025-02-10 15:01:47,632 - DEBUG - [10.0.0.30]: Running cmd : hostname -f 2025-02-10 15:01:47,666 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-966-1 2025-02-10 15:01:47,666 - DEBUG - [10.0.0.30]: 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}' 2025-02-10 15:01:47,784 - DEBUG - Output : NAMES contrail_test_AgrqD4Gxd contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_schema_1 2025-02-10 15:01:47,785 - DEBUG - [10.0.0.30]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-10 15:01:47,842 - DEBUG - Output : 10.0.0.30/24 172.17.0.1/16 2025-02-10 15:01:47,842 - DEBUG - [10.0.0.30]: Running cmd : getent hosts 10.0.0.30 | head -n 1 | awk '{print $2}' 2025-02-10 15:01:47,937 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-966-1 2025-02-10 15:01:48,015 - DEBUG - [10.0.0.12]: Running cmd : hostname 2025-02-10 15:01:48,260 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-966-1 2025-02-10 15:01:48,260 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2025-02-10 15:01:48,294 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-966-1 2025-02-10 15:01:48,294 - DEBUG - [10.0.0.12]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-02-10 15:01:48,338 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-10 15:01:48,339 - DEBUG - [10.0.0.12]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-10 15:01:48,373 - DEBUG - Output : 10.0.0.12/24 2025-02-10 15:01:48,373 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2025-02-10 15:01:48,454 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-966-1 2025-02-10 15:01:48,541 - INFO - Using existing project ['default-domain', 'k8s-default'](f73626f2-1656-4c6d-8d98-16dcf15a9013) 2025-02-10 15:01:48,655 - INFO - Using existing project ['default-domain', 'k8s-default'](f73626f2-1656-4c6d-8d98-16dcf15a9013) 2025-02-10 15:01:48,834 - INFO - ================================================================================ 2025-02-10 15:01:48,834 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-10 15:01:48,835 - 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 2025-02-10 15:01:49,082 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-10 15:01:49,090 - DEBUG - Nothing to compare xmpp stats {'10.0.0.12': {'10.0.0.30': '0'}} with 2025-02-10 15:01:49,091 - INFO - Initial checks done. Running the testcase now 2025-02-10 15:01:49,091 - INFO - 2025-02-10 15:01:49,094 - INFO - Namespace default already exists 2025-02-10 15:01:49,095 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-10 15:01:49,210 - DEBUG - Output : cluster_project={} 2025-02-10 15:01:49,277 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-10 15:01:49,277 - DEBUG - Project uuid in Contrail is f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:01:49,277 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-10 15:01:49,394 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-10 15:01:49,395 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_NamespaceDatabaseList?namespace_uuid=b05a783b-0d57-4b8d-b3b1-b7ec5f9ab941 2025-02-10 15:01:49,399 - INFO - Namespace default with uuid b05a783b-0d57-4b8d-b3b1-b7ec5f9ab941 found in kube manager 2025-02-10 15:01:49,399 - INFO - Namespace default verification passed 2025-02-10 15:01:49,402 - DEBUG - Service ctest-nginx-svc-76740418 not present 2025-02-10 15:01:49,402 - INFO - Creating service ctest-nginx-svc-76740418 2025-02-10 15:01:49,418 - INFO - Created Service ctest-nginx-svc-76740418 2025-02-10 15:01:49,426 - DEBUG - Pod ctest-nginx-pod-71021534 not present 2025-02-10 15:01:49,426 - INFO - Creating Pod ctest-nginx-pod-71021534 2025-02-10 15:01:49,489 - DEBUG - Pod : ctest-nginx-pod-71021534 UUID is 274263db-9332-4820-8089-63089911a21c 2025-02-10 15:01:49,497 - DEBUG - Pod ctest-nginx-pod-16044519 not present 2025-02-10 15:01:49,497 - INFO - Creating Pod ctest-nginx-pod-16044519 2025-02-10 15:01:49,529 - DEBUG - Pod : ctest-nginx-pod-16044519 UUID is 40468d38-401e-4f44-8095-c94b7b93acea 2025-02-10 15:01:49,758 - INFO - Created VN __public__, UUID :ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:50,054 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-02-10 15:01:50,060 - DEBUG - Requesting: http://10.0.0.30:8082/domain/fbb6fdb0-af8b-48dd-8d7c-ec6d2fd8dd2a 2025-02-10 15:01:50,078 - DEBUG - Requesting: http://10.0.0.30:8082/project/f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:01:50,200 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:50,237 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:50,281 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:50,299 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:50,311 - DEBUG - Route Targets: [] 2025-02-10 15:01:50,311 - DEBUG - RT names not yet present for VN __public__ 2025-02-10 15:01:55,312 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-02-10 15:01:55,318 - DEBUG - Requesting: http://10.0.0.30:8082/domain/fbb6fdb0-af8b-48dd-8d7c-ec6d2fd8dd2a 2025-02-10 15:01:55,325 - DEBUG - Requesting: http://10.0.0.30:8082/project/f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:01:55,368 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,378 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,386 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:55,393 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:55,400 - DEBUG - Requesting: http://10.0.0.30:8082/route-target/40ff934a-84d4-4bee-86e0-c121337d9c6e 2025-02-10 15:01:55,407 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-10 15:01:55,407 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,416 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:55,431 - INFO - Verified VN network id 13 for VN ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,431 - INFO - Verifications in API Server for VN __public__ passed 2025-02-10 15:01:55,431 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,440 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:55,447 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:01:55,454 - DEBUG - Requesting: http://10.0.0.30:8082/route-target/40ff934a-84d4-4bee-86e0-c121337d9c6e 2025-02-10 15:01:55,460 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-10 15:01:55,466 - DEBUG - Control-node 10.0.0.30 : 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': '12496853837614892965', 'uuid-lslong': '11772454948319994670'}, 'enable': 'true', 'created': '2025-02-10T15:01:49', 'last-modified': '2025-02-10T15:01:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.502712'} 2025-02-10 15:01:55,466 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:01:55,472 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-10 15:01:55,472 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-10 15:01:55,473 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-10 15:01:55,473 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-02-10 15:01:55,477 - DEBUG - Requesting: http://10.0.0.30:8082/domain/fbb6fdb0-af8b-48dd-8d7c-ec6d2fd8dd2a 2025-02-10 15:01:55,484 - DEBUG - Requesting: http://10.0.0.30:8082/project/f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:01:55,537 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,547 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-10 15:01:55,547 - DEBUG - Verifying the vn in opserver 2025-02-10 15:01:55,547 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.30 2025-02-10 15:01:55,547 - DEBUG - Requesting: http://10.0.0.30:8081/analytics/uves/virtual-networks 2025-02-10 15:01:55,552 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.30:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-10 15:01:55,552 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-10 15:01:55,552 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:01:55,561 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:01:55,567 - DEBUG - Do not have enough data to verify VN in agent 2025-02-10 15:01:55,567 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:01:55,573 - DEBUG - VRF ids for VN __public__: {} 2025-02-10 15:01:55,626 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-10 15:01:55,734 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-02-10 15:01:55,740 - DEBUG - Requesting: http://10.0.0.30:8082/domain/fbb6fdb0-af8b-48dd-8d7c-ec6d2fd8dd2a 2025-02-10 15:01:55,748 - DEBUG - Requesting: http://10.0.0.30:8082/project/f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:01:55,796 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,808 - DEBUG - Requesting: http://10.0.0.30:8082/floating-ip-pool/6b1dfea9-7703-4bdd-925e-03f6724bc6f3 2025-02-10 15:01:55,815 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-02-10 15:01:55,821 - DEBUG - Requesting: http://10.0.0.30:8082/domain/fbb6fdb0-af8b-48dd-8d7c-ec6d2fd8dd2a 2025-02-10 15:01:55,829 - DEBUG - Requesting: http://10.0.0.30:8082/project/f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:01:55,879 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/ad6dbe5a-a903-47a5-a360-296700e7232e 2025-02-10 15:01:55,890 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-10 15:01:55,891 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-10 15:01:55,899 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-10 15:01:55,905 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-10 15:01:55,906 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-10 15:01:55,909 - DEBUG - Ingress ctest-nginx-ingress-99548255 not present 2025-02-10 15:01:55,909 - INFO - Creating Ingress ctest-nginx-ingress-99548255 2025-02-10 15:01:55,916 - INFO - Created Ingress ctest-nginx-ingress-99548255 2025-02-10 15:01:55,919 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-99548255 2025-02-10 15:01:58,924 - DEBUG - For Ingress ctest-nginx-ingress-99548255, Cluster IP: 10.47.255.249, External IPs ['185.65.85.188'] 2025-02-10 15:01:58,924 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-99548255 2025-02-10 15:01:58,924 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=1713ca7a-3ee1-4ade-952f-d05beb9b76ff 2025-02-10 15:01:58,929 - INFO - Ingress ctest-nginx-ingress-99548255 with uuid 1713ca7a-3ee1-4ade-952f-d05beb9b76ff found in kube manager 2025-02-10 15:01:58,929 - INFO - Ingress ctest-nginx-ingress-99548255 verification passed 2025-02-10 15:01:58,932 - DEBUG - Pod ctest-busybox-pod-00411752 not present 2025-02-10 15:01:58,932 - INFO - Creating Pod ctest-busybox-pod-00411752 2025-02-10 15:01:58,950 - DEBUG - Pod : ctest-busybox-pod-00411752 UUID is b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:01:58,963 - DEBUG - Pod ctest-nginx-pod-71021534 not in running state.Currently in Pending 2025-02-10 15:02:03,969 - INFO - Pod ctest-nginx-pod-71021534 is in running state.Got IP 10.47.255.251 2025-02-10 15:02:04,030 - DEBUG - Pod ctest-nginx-pod-71021534 has vmi f54dfd80-e7bf-11ef-b6ee-fa163e6cd968 2025-02-10 15:02:04,030 - INFO - Verified pod ctest-nginx-pod-71021534 in contrail-api 2025-02-10 15:02:04,030 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:02:04,044 - DEBUG - VMI f54dfd80-e7bf-11ef-b6ee-fa163e6cd968 is active in agent 10.0.0.12 2025-02-10 15:02:04,044 - INFO - Verified Pod ctest-nginx-pod-71021534 in agent 10.0.0.12 2025-02-10 15:02:04,044 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=274263db-9332-4820-8089-63089911a21c 2025-02-10 15:02:04,049 - INFO - Pod ctest-nginx-pod-71021534 with uuid 274263db-9332-4820-8089-63089911a21c found in kube manager 2025-02-10 15:02:04,049 - INFO - Pod ctest-nginx-pod-71021534 verification passed 2025-02-10 15:02:04,131 - DEBUG - [Pod ctest-nginx-pod-71021534] Cmd: echo ctest-nginx-pod-71021534 > /usr/share/nginx/html/index.html, Output: 2025-02-10 15:02:04,136 - INFO - Pod ctest-nginx-pod-16044519 is in running state.Got IP 10.47.255.250 2025-02-10 15:02:04,151 - DEBUG - Pod ctest-nginx-pod-16044519 has vmi f5cf4688-e7bf-11ef-b6ee-fa163e6cd968 2025-02-10 15:02:04,151 - INFO - Verified pod ctest-nginx-pod-16044519 in contrail-api 2025-02-10 15:02:04,151 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:02:04,161 - DEBUG - VMI f5cf4688-e7bf-11ef-b6ee-fa163e6cd968 is active in agent 10.0.0.12 2025-02-10 15:02:04,161 - INFO - Verified Pod ctest-nginx-pod-16044519 in agent 10.0.0.12 2025-02-10 15:02:04,161 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=40468d38-401e-4f44-8095-c94b7b93acea 2025-02-10 15:02:04,166 - INFO - Pod ctest-nginx-pod-16044519 with uuid 40468d38-401e-4f44-8095-c94b7b93acea found in kube manager 2025-02-10 15:02:04,166 - INFO - Pod ctest-nginx-pod-16044519 verification passed 2025-02-10 15:02:04,224 - DEBUG - [Pod ctest-nginx-pod-16044519] Cmd: echo ctest-nginx-pod-16044519 > /usr/share/nginx/html/index.html, Output: 2025-02-10 15:02:04,229 - DEBUG - Pod ctest-busybox-pod-00411752 not in running state.Currently in Pending 2025-02-10 15:02:09,236 - INFO - Pod ctest-busybox-pod-00411752 is in running state.Got IP 10.47.255.248 2025-02-10 15:02:09,250 - DEBUG - Pod ctest-busybox-pod-00411752 has vmi fa12850c-e7bf-11ef-b6ee-fa163e6cd968 2025-02-10 15:02:09,250 - INFO - Verified pod ctest-busybox-pod-00411752 in contrail-api 2025-02-10 15:02:09,251 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:02:09,262 - DEBUG - VMI fa12850c-e7bf-11ef-b6ee-fa163e6cd968 is active in agent 10.0.0.12 2025-02-10 15:02:09,263 - INFO - Verified Pod ctest-busybox-pod-00411752 in agent 10.0.0.12 2025-02-10 15:02:09,263 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:09,267 - INFO - Pod ctest-busybox-pod-00411752 with uuid b33a0a0b-1425-4797-a928-f86f769d3c86 found in kube manager 2025-02-10 15:02:09,267 - INFO - Pod ctest-busybox-pod-00411752 verification passed 2025-02-10 15:02:09,329 - DEBUG - [Pod ctest-busybox-pod-00411752] 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-16044519 2025-02-10 15:02:09,329 - DEBUG - [Pod Pod ctest-busybox-pod-00411752] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-10 15:02:09,329 - DEBUG - [Pod Pod ctest-busybox-pod-00411752] 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-16044519 2025-02-10 15:02:09,406 - DEBUG - [Pod ctest-busybox-pod-00411752] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-71021534 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-10 15:02:09,406 - DEBUG - [Pod Pod ctest-busybox-pod-00411752] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-10 15:02:09,406 - DEBUG - [Pod Pod ctest-busybox-pod-00411752] Cmd output: ctest-nginx-pod-71021534 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-10 15:02:09,406 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-71021534': 1, 'ctest-nginx-pod-16044519': 1} 2025-02-10 15:02:09,406 - WARNING - Nothing to delete parallely 2025-02-10 15:02:09,406 - INFO - Deleting pod default:ctest-busybox-pod-00411752 2025-02-10 15:02:09,416 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:09,423 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:14,424 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:14,432 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:19,433 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:19,441 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:24,441 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:24,448 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:29,449 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:29,458 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:34,459 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:34,467 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:39,468 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:39,476 - WARNING - Pod uuid b33a0a0b-1425-4797-a928-f86f769d3c86 is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:44,476 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=b33a0a0b-1425-4797-a928-f86f769d3c86 2025-02-10 15:02:44,484 - DEBUG - Pod b33a0a0b-1425-4797-a928-f86f769d3c86 is not in agent 10.0.0.12 VM list 2025-02-10 15:02:44,484 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fa12850c-e7bf-11ef-b6ee-fa163e6cd968 2025-02-10 15:02:44,490 - DEBUG - VMI fa12850c-e7bf-11ef-b6ee-fa163e6cd968 is removed from agent 10.0.0.12 2025-02-10 15:02:44,490 - INFO - Verified that pod ctest-busybox-pod-00411752 is removed in agent 2025-02-10 15:02:44,490 - INFO - Deleting Ingress : ctest-nginx-ingress-99548255 2025-02-10 15:02:44,499 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=1713ca7a-3ee1-4ade-952f-d05beb9b76ff 2025-02-10 15:02:44,506 - ERROR - Ingress ctest-nginx-ingress-99548255 with uuid 1713ca7a-3ee1-4ade-952f-d05beb9b76ff still found in kube manager 2025-02-10 15:02:45,507 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=1713ca7a-3ee1-4ade-952f-d05beb9b76ff 2025-02-10 15:02:45,514 - INFO - Ingress ctest-nginx-ingress-99548255 with uuid 1713ca7a-3ee1-4ade-952f-d05beb9b76ff deleted successfully from kube manager 2025-02-10 15:02:45,514 - INFO - Verifications on Ingress %s cleanup passed 2025-02-10 15:02:45,514 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-10 15:02:45,671 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-10 15:02:45,685 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-10 15:02:45,685 - INFO - Deleting VN __public__ 2025-02-10 15:02:45,825 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/3d110157-b653-4b70-b07e-2a058ef99c43 2025-02-10 15:02:45,833 - DEBUG - Response Code: 404 2025-02-10 15:02:45,833 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-02-10 15:02:45,844 - DEBUG - Requesting: http://10.0.0.30:8082/domain/fbb6fdb0-af8b-48dd-8d7c-ec6d2fd8dd2a 2025-02-10 15:02:45,858 - DEBUG - Requesting: http://10.0.0.30:8082/project/f73626f2-1656-4c6d-8d98-16dcf15a9013 2025-02-10 15:02:45,906 - INFO - Validated that VN __public__ is not found in API Server 2025-02-10 15:02:45,906 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-10 15:02:45,919 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:02:45,934 - DEBUG - VN __public__ is not present in Agent 10.0.0.12 2025-02-10 15:02:45,935 - INFO - Validated that VN __public__ is not in any agent 2025-02-10 15:02:45,935 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:02:45,950 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-10 15:02:45,962 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-10 15:02:45,974 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-10 15:02:45,975 - INFO - Deleting pod default:ctest-nginx-pod-16044519 2025-02-10 15:02:46,004 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=40468d38-401e-4f44-8095-c94b7b93acea 2025-02-10 15:02:46,045 - WARNING - Pod uuid 40468d38-401e-4f44-8095-c94b7b93acea is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:51,045 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=40468d38-401e-4f44-8095-c94b7b93acea 2025-02-10 15:02:51,053 - DEBUG - Pod 40468d38-401e-4f44-8095-c94b7b93acea is not in agent 10.0.0.12 VM list 2025-02-10 15:02:51,053 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5cf4688-e7bf-11ef-b6ee-fa163e6cd968 2025-02-10 15:02:51,059 - DEBUG - VMI f5cf4688-e7bf-11ef-b6ee-fa163e6cd968 is removed from agent 10.0.0.12 2025-02-10 15:02:51,059 - INFO - Verified that pod ctest-nginx-pod-16044519 is removed in agent 2025-02-10 15:02:51,059 - INFO - Deleting pod default:ctest-nginx-pod-71021534 2025-02-10 15:02:51,078 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=274263db-9332-4820-8089-63089911a21c 2025-02-10 15:02:51,086 - WARNING - Pod uuid 274263db-9332-4820-8089-63089911a21c is still seen in agent 10.0.0.12 VM list 2025-02-10 15:02:56,087 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=274263db-9332-4820-8089-63089911a21c 2025-02-10 15:02:56,094 - DEBUG - Pod 274263db-9332-4820-8089-63089911a21c is not in agent 10.0.0.12 VM list 2025-02-10 15:02:56,095 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f54dfd80-e7bf-11ef-b6ee-fa163e6cd968 2025-02-10 15:02:56,101 - DEBUG - VMI f54dfd80-e7bf-11ef-b6ee-fa163e6cd968 is removed from agent 10.0.0.12 2025-02-10 15:02:56,101 - INFO - Verified that pod ctest-nginx-pod-71021534 is removed in agent 2025-02-10 15:02:56,101 - INFO - Deleting service : ctest-nginx-svc-76740418 2025-02-10 15:02:56,316 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-10 15:02:56,324 - DEBUG - No XMPP flaps were noticed during the test
2025-02-10 15:02:56,324 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08]
2025-02-10 15:02:56,324 - INFO - -------------------------------------------------------------------------------- 2025-02-10 15:03:02,674 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-10 15:03:02,807 - DEBUG - Output : cluster_project={} 2025-02-10 15:03:02,894 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-10 15:03:03,074 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-10 15:03:03,087 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-10 15:03:03,237 - DEBUG - Output : cluster_project={} 2025-02-10 15:03:18,344 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:18,431 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:18,518 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:18,556 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:18,640 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:23,701 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:23,779 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:23,862 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-10 15:03:24,079 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-10 15:03:26,853 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_ApplicationPolicySetReq? 2025-02-10 15:03:26,861 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-02-10 15:03:26,951 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-02-10 15:03:28,982 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-02-10 15:06:29,902 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-10 15:06:29,947 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=492b3c9c-12a8-4c59-90ce-77ee770919c2 2025-02-10 15:06:29,952 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6abc6987-95d2-4394-87c1-e35622f9b577 2025-02-10 15:06:29,970 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:06:29,976 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:06:29,984 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:06:29,996 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:06:30,006 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=94c9ff5f-c5c5-4cfd-b6a9-ddbe09df4adb 2025-02-10 15:06:30,009 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=0c18092e-685d-4ca2-83cd-5869de8a1925 2025-02-10 15:06:35,048 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:06:35,050 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6abc6987-95d2-4394-87c1-e35622f9b577 2025-02-10 15:06:35,051 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:06:35,052 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=0c18092e-685d-4ca2-83cd-5869de8a1925 2025-02-10 15:06:35,053 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=94c9ff5f-c5c5-4cfd-b6a9-ddbe09df4adb 2025-02-10 15:06:35,055 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:06:35,057 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=492b3c9c-12a8-4c59-90ce-77ee770919c2 2025-02-10 15:06:35,058 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:06:35,084 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:22b1722a-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:06:35,085 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:20dff926-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:06:35,087 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:216502ec-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:06:35,092 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:22219c36-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:06:40,087 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:06:40,089 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:06:40,091 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:06:40,093 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:06:45,111 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:06:45,113 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:06:45,114 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:06:45,115 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:06:50,131 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:06:50,132 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:06:50,134 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:06:50,136 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:06:55,152 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:06:55,154 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:06:55,156 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:06:55,157 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:07:00,168 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:07:00,173 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:07:00,175 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:07:00,176 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:07:05,212 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=d2392130-9d80-4a30-a831-fd0678ebd1fd 2025-02-10 15:07:05,214 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=4ae18f07-98ff-4c6b-852c-156db58eea82 2025-02-10 15:07:05,215 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=279bfd41-a300-49b9-bdee-0b4d1f2a3e9f 2025-02-10 15:07:05,216 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=68cd02ef-8b71-46ee-a565-4238cd5f7558 2025-02-10 15:07:05,240 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:24db348c-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:07:05,241 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:24547e92-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:07:05,249 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2350d4be-e7c0-11ef-b6ee-fa163e6cd968 2025-02-10 15:07:05,253 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:23d6f580-e7c0-11ef-b6ee-fa163e6cd968