2025-04-09 16:28:43,637 - DEBUG - [10.0.0.45]: Running cmd : hostname 2025-04-09 16:28:43,937 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1100-1 2025-04-09 16:28:43,938 - DEBUG - [10.0.0.45]: Running cmd : hostname -f 2025-04-09 16:28:43,971 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1100-1 2025-04-09 16:28:43,971 - DEBUG - [10.0.0.45]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-09 16:28:44,089 - DEBUG - Output : NAMES contrail_test_bqffVbXYu contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_dnsmasq_1 2025-04-09 16:28:44,090 - DEBUG - [10.0.0.45]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 16:28:44,134 - DEBUG - Output : 10.0.0.45/24 172.17.0.1/16 2025-04-09 16:28:44,134 - DEBUG - [10.0.0.45]: Running cmd : getent hosts 10.0.0.45 | head -n 1 | awk '{print $2}' 2025-04-09 16:28:44,179 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1100-1 2025-04-09 16:28:44,278 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-04-09 16:28:44,518 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1100-1 2025-04-09 16:28:44,518 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-04-09 16:28:44,554 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1100-1 2025-04-09 16:28:44,554 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-09 16:28:44,643 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-04-09 16:28:44,643 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 16:28:44,678 - DEBUG - Output : 10.0.0.19/24 2025-04-09 16:28:44,678 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-04-09 16:28:44,713 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1100-1 2025-04-09 16:28:44,793 - INFO - Using existing project ['default-domain', 'k8s-default'](68960150-4fe5-4b0b-b226-d306f4f712c2) 2025-04-09 16:28:44,935 - INFO - Using existing project ['default-domain', 'k8s-default'](68960150-4fe5-4b0b-b226-d306f4f712c2) 2025-04-09 16:28:45,077 - INFO - ================================================================================ 2025-04-09 16:28:45,077 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-09 16:28:45,078 - 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-04-09 16:28:45,333 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:28:45,341 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.45': '0'}} with 2025-04-09 16:28:45,342 - INFO - Initial checks done. Running the testcase now 2025-04-09 16:28:45,342 - INFO - 2025-04-09 16:28:45,346 - INFO - Namespace default already exists 2025-04-09 16:28:45,346 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 16:28:45,462 - DEBUG - Output : cluster_project={} 2025-04-09 16:28:45,508 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-09 16:28:45,508 - DEBUG - Project uuid in Contrail is 68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:28:45,509 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 16:28:45,641 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 16:28:45,641 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_NamespaceDatabaseList?namespace_uuid=e397345a-4319-46e8-afcb-551392780ea0 2025-04-09 16:28:45,646 - INFO - Namespace default with uuid e397345a-4319-46e8-afcb-551392780ea0 found in kube manager 2025-04-09 16:28:45,646 - INFO - Namespace default verification passed 2025-04-09 16:28:45,649 - DEBUG - Service ctest-nginx-svc-28192968 not present 2025-04-09 16:28:45,649 - INFO - Creating service ctest-nginx-svc-28192968 2025-04-09 16:28:45,680 - INFO - Created Service ctest-nginx-svc-28192968 2025-04-09 16:28:45,693 - DEBUG - Pod ctest-nginx-pod-19953154 not present 2025-04-09 16:28:45,694 - INFO - Creating Pod ctest-nginx-pod-19953154 2025-04-09 16:28:45,744 - DEBUG - Pod : ctest-nginx-pod-19953154 UUID is c148afcd-a1fa-41cd-aae5-e38ee34b7b30 2025-04-09 16:28:45,753 - DEBUG - Pod ctest-nginx-pod-16813405 not present 2025-04-09 16:28:45,754 - INFO - Creating Pod ctest-nginx-pod-16813405 2025-04-09 16:28:45,781 - DEBUG - Pod : ctest-nginx-pod-16813405 UUID is 3306fbbf-c68d-4163-9950-523c31fdea09 2025-04-09 16:28:45,974 - INFO - Created VN __public__, UUID :f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:46,205 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-04-09 16:28:46,222 - DEBUG - Requesting: http://10.0.0.45:8082/domain/ea9d609e-8707-40cf-a95d-46935f9614ea 2025-04-09 16:28:46,242 - DEBUG - Requesting: http://10.0.0.45:8082/project/68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:28:46,326 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:46,339 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:46,352 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:46,361 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:46,369 - DEBUG - Route Targets: [] 2025-04-09 16:28:46,369 - DEBUG - RT names not yet present for VN __public__ 2025-04-09 16:28:51,371 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-04-09 16:28:51,376 - DEBUG - Requesting: http://10.0.0.45:8082/domain/ea9d609e-8707-40cf-a95d-46935f9614ea 2025-04-09 16:28:51,384 - DEBUG - Requesting: http://10.0.0.45:8082/project/68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:28:51,441 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:51,452 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:51,466 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:51,475 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:51,483 - DEBUG - Requesting: http://10.0.0.45:8082/route-target/3a2629f7-bb06-4183-ab1c-e27b427bbdbd 2025-04-09 16:28:51,489 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-09 16:28:51,489 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:51,500 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:51,514 - INFO - Verified VN network id 13 for VN f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:51,515 - INFO - Verifications in API Server for VN __public__ passed 2025-04-09 16:28:51,515 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:51,527 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:51,534 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:28:51,541 - DEBUG - Requesting: http://10.0.0.45:8082/route-target/3a2629f7-bb06-4183-ab1c-e27b427bbdbd 2025-04-09 16:28:51,547 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 16:28:51,553 - DEBUG - Control-node 10.0.0.45 : 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': '17533635498300425650', 'uuid-lslong': '11275560639674602411'}, 'enable': 'true', 'created': '2025-04-09T16:28:45', 'last-modified': '2025-04-09T16:28:46', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.420504'} 2025-04-09 16:28:51,554 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:28:51,561 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-09 16:28:51,561 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-09 16:28:51,561 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-09 16:28:51,561 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-04-09 16:28:51,567 - DEBUG - Requesting: http://10.0.0.45:8082/domain/ea9d609e-8707-40cf-a95d-46935f9614ea 2025-04-09 16:28:51,575 - DEBUG - Requesting: http://10.0.0.45:8082/project/68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:28:51,618 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:51,628 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-09 16:28:51,628 - DEBUG - Verifying the vn in opserver 2025-04-09 16:28:51,628 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.45 2025-04-09 16:28:51,628 - DEBUG - Requesting: http://10.0.0.45:8081/analytics/uves/virtual-networks 2025-04-09 16:28:51,633 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.45:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-09 16:28:51,633 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-09 16:28:51,633 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:28:51,641 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:28:51,648 - DEBUG - Do not have enough data to verify VN in agent 2025-04-09 16:28:51,648 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:28:51,654 - DEBUG - VRF ids for VN __public__: {} 2025-04-09 16:28:51,756 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-09 16:28:51,935 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-04-09 16:28:51,941 - DEBUG - Requesting: http://10.0.0.45:8082/domain/ea9d609e-8707-40cf-a95d-46935f9614ea 2025-04-09 16:28:51,952 - DEBUG - Requesting: http://10.0.0.45:8082/project/68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:28:52,004 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:52,015 - DEBUG - Requesting: http://10.0.0.45:8082/floating-ip-pool/78baeda8-0f36-48ae-a786-e23666369330 2025-04-09 16:28:52,022 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-04-09 16:28:52,026 - DEBUG - Requesting: http://10.0.0.45:8082/domain/ea9d609e-8707-40cf-a95d-46935f9614ea 2025-04-09 16:28:52,035 - DEBUG - Requesting: http://10.0.0.45:8082/project/68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:28:52,080 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/f353fc96-a960-45b2-9c7a-d6a94b2e53ab 2025-04-09 16:28:52,091 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-09 16:28:52,091 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-09 16:28:52,098 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 16:28:52,105 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-09 16:28:52,105 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-09 16:28:52,113 - DEBUG - Ingress ctest-nginx-ingress-35195168 not present 2025-04-09 16:28:52,113 - INFO - Creating Ingress ctest-nginx-ingress-35195168 2025-04-09 16:28:52,121 - INFO - Created Ingress ctest-nginx-ingress-35195168 2025-04-09 16:28:52,124 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-35195168 2025-04-09 16:28:55,129 - DEBUG - For Ingress ctest-nginx-ingress-35195168, Cluster IP: 10.47.255.249, External IPs ['130.8.218.188'] 2025-04-09 16:28:55,129 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-35195168 2025-04-09 16:28:55,129 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=3dfbae86-6db7-4ec9-b051-5fd3d6377180 2025-04-09 16:28:55,133 - INFO - Ingress ctest-nginx-ingress-35195168 with uuid 3dfbae86-6db7-4ec9-b051-5fd3d6377180 found in kube manager 2025-04-09 16:28:55,133 - INFO - Ingress ctest-nginx-ingress-35195168 verification passed 2025-04-09 16:28:55,137 - DEBUG - Pod ctest-busybox-pod-13688873 not present 2025-04-09 16:28:55,137 - INFO - Creating Pod ctest-busybox-pod-13688873 2025-04-09 16:28:55,165 - DEBUG - Pod : ctest-busybox-pod-13688873 UUID is 841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:28:55,169 - DEBUG - Pod ctest-nginx-pod-19953154 not in running state.Currently in Pending 2025-04-09 16:29:00,181 - INFO - Pod ctest-nginx-pod-19953154 is in running state.Got IP 10.47.255.251 2025-04-09 16:29:00,212 - DEBUG - Pod ctest-nginx-pod-19953154 has vmi b650bc4e-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:29:00,212 - INFO - Verified pod ctest-nginx-pod-19953154 in contrail-api 2025-04-09 16:29:00,212 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:29:00,225 - DEBUG - VMI b650bc4e-155f-11f0-b00b-fa163ece49ca is active in agent 10.0.0.19 2025-04-09 16:29:00,225 - INFO - Verified Pod ctest-nginx-pod-19953154 in agent 10.0.0.19 2025-04-09 16:29:00,233 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_VirtualMachineDatabaseList?x=c148afcd-a1fa-41cd-aae5-e38ee34b7b30 2025-04-09 16:29:00,244 - INFO - Pod ctest-nginx-pod-19953154 with uuid c148afcd-a1fa-41cd-aae5-e38ee34b7b30 found in kube manager 2025-04-09 16:29:00,246 - INFO - Pod ctest-nginx-pod-19953154 verification passed 2025-04-09 16:29:00,326 - DEBUG - [Pod ctest-nginx-pod-19953154] Cmd: echo ctest-nginx-pod-19953154 > /usr/share/nginx/html/index.html, Output: 2025-04-09 16:29:00,332 - INFO - Pod ctest-nginx-pod-16813405 is in running state.Got IP 10.47.255.250 2025-04-09 16:29:00,349 - DEBUG - Pod ctest-nginx-pod-16813405 has vmi b6ce6d56-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:29:00,349 - INFO - Verified pod ctest-nginx-pod-16813405 in contrail-api 2025-04-09 16:29:00,350 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:29:00,360 - DEBUG - VMI b6ce6d56-155f-11f0-b00b-fa163ece49ca is active in agent 10.0.0.19 2025-04-09 16:29:00,360 - INFO - Verified Pod ctest-nginx-pod-16813405 in agent 10.0.0.19 2025-04-09 16:29:00,361 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_VirtualMachineDatabaseList?x=3306fbbf-c68d-4163-9950-523c31fdea09 2025-04-09 16:29:00,365 - INFO - Pod ctest-nginx-pod-16813405 with uuid 3306fbbf-c68d-4163-9950-523c31fdea09 found in kube manager 2025-04-09 16:29:00,365 - INFO - Pod ctest-nginx-pod-16813405 verification passed 2025-04-09 16:29:00,437 - DEBUG - [Pod ctest-nginx-pod-16813405] Cmd: echo ctest-nginx-pod-16813405 > /usr/share/nginx/html/index.html, Output: 2025-04-09 16:29:00,443 - DEBUG - Pod ctest-busybox-pod-13688873 not in running state.Currently in Pending 2025-04-09 16:29:05,454 - DEBUG - Pod ctest-busybox-pod-13688873 not in running state.Currently in Pending 2025-04-09 16:29:10,459 - INFO - Pod ctest-busybox-pod-13688873 is in running state.Got IP 10.47.255.248 2025-04-09 16:29:10,515 - DEBUG - Pod ctest-busybox-pod-13688873 has vmi bb19036c-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:29:10,515 - INFO - Verified pod ctest-busybox-pod-13688873 in contrail-api 2025-04-09 16:29:10,515 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:29:10,526 - DEBUG - VMI bb19036c-155f-11f0-b00b-fa163ece49ca is active in agent 10.0.0.19 2025-04-09 16:29:10,527 - INFO - Verified Pod ctest-busybox-pod-13688873 in agent 10.0.0.19 2025-04-09 16:29:10,527 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_VirtualMachineDatabaseList?x=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:10,532 - INFO - Pod ctest-busybox-pod-13688873 with uuid 841f5734-77f2-4744-80f4-56b48b15113b found in kube manager 2025-04-09 16:29:10,532 - INFO - Pod ctest-busybox-pod-13688873 verification passed 2025-04-09 16:29:10,595 - DEBUG - [Pod ctest-busybox-pod-13688873] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-16813405 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-04-09 16:29:10,595 - DEBUG - [Pod Pod ctest-busybox-pod-13688873] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 16:29:10,596 - DEBUG - [Pod Pod ctest-busybox-pod-13688873] Cmd output: ctest-nginx-pod-16813405 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-04-09 16:29:10,669 - DEBUG - [Pod ctest-busybox-pod-13688873] 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-19953154 2025-04-09 16:29:10,669 - DEBUG - [Pod Pod ctest-busybox-pod-13688873] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 16:29:10,669 - DEBUG - [Pod Pod ctest-busybox-pod-13688873] 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-19953154 2025-04-09 16:29:10,669 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-19953154': 1, 'ctest-nginx-pod-16813405': 1} 2025-04-09 16:29:10,669 - WARNING - Nothing to delete parallely 2025-04-09 16:29:10,669 - INFO - Deleting pod default:ctest-busybox-pod-13688873 2025-04-09 16:29:10,681 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:10,689 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:15,690 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:15,697 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:20,698 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:20,706 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:25,706 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:25,714 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:30,715 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:30,723 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:35,724 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:35,733 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:40,733 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:40,741 - WARNING - Pod uuid 841f5734-77f2-4744-80f4-56b48b15113b is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:45,742 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=841f5734-77f2-4744-80f4-56b48b15113b 2025-04-09 16:29:45,749 - DEBUG - Pod 841f5734-77f2-4744-80f4-56b48b15113b is not in agent 10.0.0.19 VM list 2025-04-09 16:29:45,749 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bb19036c-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:29:45,756 - DEBUG - VMI bb19036c-155f-11f0-b00b-fa163ece49ca is removed from agent 10.0.0.19 2025-04-09 16:29:45,756 - INFO - Verified that pod ctest-busybox-pod-13688873 is removed in agent 2025-04-09 16:29:45,756 - INFO - Deleting Ingress : ctest-nginx-ingress-35195168 2025-04-09 16:29:45,767 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=3dfbae86-6db7-4ec9-b051-5fd3d6377180 2025-04-09 16:29:45,773 - ERROR - Ingress ctest-nginx-ingress-35195168 with uuid 3dfbae86-6db7-4ec9-b051-5fd3d6377180 still found in kube manager 2025-04-09 16:29:46,774 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=3dfbae86-6db7-4ec9-b051-5fd3d6377180 2025-04-09 16:29:46,779 - INFO - Ingress ctest-nginx-ingress-35195168 with uuid 3dfbae86-6db7-4ec9-b051-5fd3d6377180 deleted successfully from kube manager 2025-04-09 16:29:46,780 - INFO - Verifications on Ingress %s cleanup passed 2025-04-09 16:29:46,780 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-09 16:29:46,932 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 16:29:46,946 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-09 16:29:46,947 - INFO - Deleting VN __public__ 2025-04-09 16:29:47,146 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/8c1707b7-5219-48a3-864f-cb201c63e5bf 2025-04-09 16:29:47,152 - DEBUG - Response Code: 404 2025-04-09 16:29:47,153 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-04-09 16:29:47,159 - DEBUG - Requesting: http://10.0.0.45:8082/domain/ea9d609e-8707-40cf-a95d-46935f9614ea 2025-04-09 16:29:47,171 - DEBUG - Requesting: http://10.0.0.45:8082/project/68960150-4fe5-4b0b-b226-d306f4f712c2 2025-04-09 16:29:47,227 - INFO - Validated that VN __public__ is not found in API Server 2025-04-09 16:29:47,227 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-09 16:29:47,242 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:29:47,259 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-04-09 16:29:47,259 - INFO - Validated that VN __public__ is not in any agent 2025-04-09 16:29:47,261 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:29:47,271 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:29:47,284 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 16:29:47,294 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-09 16:29:47,295 - INFO - Deleting pod default:ctest-nginx-pod-16813405 2025-04-09 16:29:47,308 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3306fbbf-c68d-4163-9950-523c31fdea09 2025-04-09 16:29:47,333 - WARNING - Pod uuid 3306fbbf-c68d-4163-9950-523c31fdea09 is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:52,334 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3306fbbf-c68d-4163-9950-523c31fdea09 2025-04-09 16:29:52,342 - DEBUG - Pod 3306fbbf-c68d-4163-9950-523c31fdea09 is not in agent 10.0.0.19 VM list 2025-04-09 16:29:52,342 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b6ce6d56-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:29:52,350 - DEBUG - VMI b6ce6d56-155f-11f0-b00b-fa163ece49ca is removed from agent 10.0.0.19 2025-04-09 16:29:52,350 - INFO - Verified that pod ctest-nginx-pod-16813405 is removed in agent 2025-04-09 16:29:52,351 - INFO - Deleting pod default:ctest-nginx-pod-19953154 2025-04-09 16:29:52,362 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c148afcd-a1fa-41cd-aae5-e38ee34b7b30 2025-04-09 16:29:52,371 - WARNING - Pod uuid c148afcd-a1fa-41cd-aae5-e38ee34b7b30 is still seen in agent 10.0.0.19 VM list 2025-04-09 16:29:57,372 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c148afcd-a1fa-41cd-aae5-e38ee34b7b30 2025-04-09 16:29:57,379 - DEBUG - Pod c148afcd-a1fa-41cd-aae5-e38ee34b7b30 is not in agent 10.0.0.19 VM list 2025-04-09 16:29:57,379 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b650bc4e-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:29:57,386 - DEBUG - VMI b650bc4e-155f-11f0-b00b-fa163ece49ca is removed from agent 10.0.0.19 2025-04-09 16:29:57,386 - INFO - Verified that pod ctest-nginx-pod-19953154 is removed in agent 2025-04-09 16:29:57,386 - INFO - Deleting service : ctest-nginx-svc-28192968 2025-04-09 16:29:57,614 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:29:57,621 - DEBUG - No XMPP flaps were noticed during the test
2025-04-09 16:29:57,621 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-04-09 16:29:57,621 - INFO - -------------------------------------------------------------------------------- 2025-04-09 16:30:03,996 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 16:30:04,136 - DEBUG - Output : cluster_project={} 2025-04-09 16:30:04,204 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 16:30:04,378 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 16:30:04,384 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 16:30:04,581 - DEBUG - Output : cluster_project={} 2025-04-09 16:30:19,748 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:19,787 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:19,880 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:19,963 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:25,020 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:25,133 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:25,211 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:25,253 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:30:25,442 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:30:28,327 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-04-09 16:30:28,334 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-09 16:30:28,367 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-09 16:30:30,401 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-09 16:33:43,225 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:33:43,251 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9268a2c0-c13e-4a30-a5ea-f8618ef3252f 2025-04-09 16:33:43,295 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:33:43,321 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=24305867-3350-47a7-904b-0558c1c4d94b 2025-04-09 16:33:43,333 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:33:43,339 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:33:43,346 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:33:43,352 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4754fcf7-c040-4f7a-b508-e22f311247fa 2025-04-09 16:33:43,356 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6137d5cc-bb8c-45ce-b7b1-7e8feb1f178d 2025-04-09 16:33:48,342 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9268a2c0-c13e-4a30-a5ea-f8618ef3252f 2025-04-09 16:33:48,349 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e503ca7c-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:33:48,361 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:33:48,421 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6137d5cc-bb8c-45ce-b7b1-7e8feb1f178d 2025-04-09 16:33:48,423 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4754fcf7-c040-4f7a-b508-e22f311247fa 2025-04-09 16:33:48,424 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:33:48,425 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:33:48,426 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:33:48,429 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=24305867-3350-47a7-904b-0558c1c4d94b 2025-04-09 16:33:48,447 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6303f66-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:33:48,450 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6ad5dca-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:33:48,451 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e58b45d8-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:33:53,369 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:33:53,446 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:33:53,449 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:33:53,451 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:33:58,378 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:33:58,455 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:33:58,461 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:33:58,463 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:34:03,390 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:34:03,466 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:34:03,475 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:34:03,477 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:34:08,401 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:34:08,475 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:34:08,492 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:34:08,493 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:34:13,411 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:34:13,484 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:34:13,502 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:34:13,504 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:34:18,428 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d972ca49-f948-4c3f-8774-dd67f964b255 2025-04-09 16:34:18,436 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e803fd1e-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:34:18,493 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a0e15560-49f1-42a9-91cd-f2917c08a7a9 2025-04-09 16:34:18,501 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e892010e-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:34:18,517 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5310291-dd8d-4e86-bdc5-90178b82d796 2025-04-09 16:34:18,519 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=fcff9aa8-97be-4b1a-b412-87c1dfff03d1 2025-04-09 16:34:18,532 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e741a7e6-155f-11f0-b00b-fa163ece49ca 2025-04-09 16:34:18,535 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e92b0f84-155f-11f0-b00b-fa163ece49ca