2025-02-03 10:47:05,273 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-02-03 10:47:05,598 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-950-1 2025-02-03 10:47:05,599 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-02-03 10:47:05,632 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-950-1 2025-02-03 10:47:05,633 - DEBUG - [10.0.0.33]: 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-03 10:47:05,718 - DEBUG - Output : NAMES contrail_test_mG5brqAfb contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_nodemgr_1 2025-02-03 10:47:05,718 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-03 10:47:05,794 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-02-03 10:47:05,795 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-02-03 10:47:05,835 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-950-1 2025-02-03 10:47:05,948 - DEBUG - [10.0.0.35]: Running cmd : hostname 2025-02-03 10:47:06,158 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-950-1 2025-02-03 10:47:06,159 - DEBUG - [10.0.0.35]: Running cmd : hostname -f 2025-02-03 10:47:06,183 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-950-1 2025-02-03 10:47:06,183 - DEBUG - [10.0.0.35]: 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-03 10:47:06,239 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-03 10:47:06,239 - DEBUG - [10.0.0.35]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-03 10:47:06,307 - DEBUG - Output : 10.0.0.35/24 2025-02-03 10:47:06,307 - DEBUG - [10.0.0.35]: Running cmd : getent hosts 10.0.0.35 | head -n 1 | awk '{print $2}' 2025-02-03 10:47:06,342 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-950-1 2025-02-03 10:47:06,443 - INFO - Using existing project ['default-domain', 'k8s-default'](af93769b-9d27-4c88-9fb4-fbdfc6f21c0d) 2025-02-03 10:47:06,581 - INFO - Using existing project ['default-domain', 'k8s-default'](af93769b-9d27-4c88-9fb4-fbdfc6f21c0d) 2025-02-03 10:47:06,737 - INFO - ================================================================================ 2025-02-03 10:47:06,737 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-03 10:47:06,739 - 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-03 10:47:07,004 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 10:47:07,014 - DEBUG - Nothing to compare xmpp stats {'10.0.0.35': {'10.0.0.33': '0'}} with 2025-02-03 10:47:07,014 - INFO - Initial checks done. Running the testcase now 2025-02-03 10:47:07,014 - INFO - 2025-02-03 10:47:07,029 - INFO - Namespace default already exists 2025-02-03 10:47:07,030 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 10:47:07,170 - DEBUG - Output : cluster_project={} 2025-02-03 10:47:07,227 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-03 10:47:07,227 - DEBUG - Project uuid in Contrail is af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:47:07,228 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-03 10:47:07,360 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-03 10:47:07,361 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=335222fb-eb05-4a36-b77f-2ac15a9a7c7e 2025-02-03 10:47:07,366 - INFO - Namespace default with uuid 335222fb-eb05-4a36-b77f-2ac15a9a7c7e found in kube manager 2025-02-03 10:47:07,366 - INFO - Namespace default verification passed 2025-02-03 10:47:07,370 - DEBUG - Service ctest-nginx-svc-70691818 not present 2025-02-03 10:47:07,370 - INFO - Creating service ctest-nginx-svc-70691818 2025-02-03 10:47:07,392 - INFO - Created Service ctest-nginx-svc-70691818 2025-02-03 10:47:07,412 - DEBUG - Pod ctest-nginx-pod-99089175 not present 2025-02-03 10:47:07,413 - INFO - Creating Pod ctest-nginx-pod-99089175 2025-02-03 10:47:07,480 - DEBUG - Pod : ctest-nginx-pod-99089175 UUID is 5683608e-89e4-4091-ac5e-e4d5dd980128 2025-02-03 10:47:07,483 - DEBUG - Pod ctest-nginx-pod-75915710 not present 2025-02-03 10:47:07,483 - INFO - Creating Pod ctest-nginx-pod-75915710 2025-02-03 10:47:07,515 - DEBUG - Pod : ctest-nginx-pod-75915710 UUID is 0dc5f747-85f0-40b7-bb1f-187aed6b426f 2025-02-03 10:47:07,737 - INFO - Created VN __public__, UUID :6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:08,110 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-02-03 10:47:08,118 - DEBUG - Requesting: http://10.0.0.33:8082/domain/08ad8f50-c101-4a66-a575-e65339137e15 2025-02-03 10:47:08,139 - DEBUG - Requesting: http://10.0.0.33:8082/project/af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:47:08,270 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:08,302 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:08,325 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:08,347 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:08,360 - DEBUG - Route Targets: [] 2025-02-03 10:47:08,360 - DEBUG - RT names not yet present for VN __public__ 2025-02-03 10:47:13,360 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-02-03 10:47:13,367 - DEBUG - Requesting: http://10.0.0.33:8082/domain/08ad8f50-c101-4a66-a575-e65339137e15 2025-02-03 10:47:13,376 - DEBUG - Requesting: http://10.0.0.33:8082/project/af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:47:13,433 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:13,445 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:13,456 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:13,467 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:13,476 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/55b5be2f-235a-4a4b-8f4d-0f0f23e31d2a 2025-02-03 10:47:13,486 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-03 10:47:13,486 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:13,497 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:13,514 - INFO - Verified VN network id 13 for VN 6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:13,514 - INFO - Verifications in API Server for VN __public__ passed 2025-02-03 10:47:13,515 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:13,529 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:13,544 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:47:13,554 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/55b5be2f-235a-4a4b-8f4d-0f0f23e31d2a 2025-02-03 10:47:13,565 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-03 10:47:13,571 - DEBUG - Control-node 10.0.0.33 : 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': '7811873063510164222', 'uuid-lslong': '13325676255503244789'}, 'enable': 'true', 'created': '2025-02-03T10:47:07', 'last-modified': '2025-02-03T10:47:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.671720'} 2025-02-03 10:47:13,572 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:47:13,579 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-03 10:47:13,579 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-03 10:47:13,580 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-03 10:47:13,580 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-02-03 10:47:13,587 - DEBUG - Requesting: http://10.0.0.33:8082/domain/08ad8f50-c101-4a66-a575-e65339137e15 2025-02-03 10:47:13,601 - DEBUG - Requesting: http://10.0.0.33:8082/project/af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:47:13,659 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:13,670 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-03 10:47:13,670 - DEBUG - Verifying the vn in opserver 2025-02-03 10:47:13,670 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-02-03 10:47:13,670 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-02-03 10:47:13,677 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-03 10:47:13,677 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-03 10:47:13,677 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:47:13,686 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:47:13,692 - DEBUG - Do not have enough data to verify VN in agent 2025-02-03 10:47:13,692 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:47:13,698 - DEBUG - VRF ids for VN __public__: {} 2025-02-03 10:47:13,818 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-03 10:47:13,952 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-02-03 10:47:13,959 - DEBUG - Requesting: http://10.0.0.33:8082/domain/08ad8f50-c101-4a66-a575-e65339137e15 2025-02-03 10:47:13,971 - DEBUG - Requesting: http://10.0.0.33:8082/project/af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:47:14,037 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:14,053 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/29e25381-7141-4575-b690-8efda0f10737 2025-02-03 10:47:14,062 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-02-03 10:47:14,068 - DEBUG - Requesting: http://10.0.0.33:8082/domain/08ad8f50-c101-4a66-a575-e65339137e15 2025-02-03 10:47:14,077 - DEBUG - Requesting: http://10.0.0.33:8082/project/af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:47:14,140 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/6c695929-84f7-42fe-b8ee-4ff3b120ddf5 2025-02-03 10:47:14,152 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-03 10:47:14,152 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-03 10:47:14,161 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-03 10:47:14,168 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-03 10:47:14,168 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-03 10:47:14,173 - DEBUG - Ingress ctest-nginx-ingress-91391204 not present 2025-02-03 10:47:14,173 - INFO - Creating Ingress ctest-nginx-ingress-91391204 2025-02-03 10:47:14,182 - INFO - Created Ingress ctest-nginx-ingress-91391204 2025-02-03 10:47:14,188 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-91391204 2025-02-03 10:47:17,200 - DEBUG - For Ingress ctest-nginx-ingress-91391204, Cluster IP: 10.47.255.249, External IPs ['33.166.139.60'] 2025-02-03 10:47:17,201 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-91391204 2025-02-03 10:47:17,201 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=47a9f12e-912e-4647-8d0b-cc8fe7936fc1 2025-02-03 10:47:17,206 - INFO - Ingress ctest-nginx-ingress-91391204 with uuid 47a9f12e-912e-4647-8d0b-cc8fe7936fc1 found in kube manager 2025-02-03 10:47:17,206 - INFO - Ingress ctest-nginx-ingress-91391204 verification passed 2025-02-03 10:47:17,209 - DEBUG - Pod ctest-busybox-pod-51228861 not present 2025-02-03 10:47:17,209 - INFO - Creating Pod ctest-busybox-pod-51228861 2025-02-03 10:47:17,231 - DEBUG - Pod : ctest-busybox-pod-51228861 UUID is a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:17,240 - DEBUG - Pod ctest-nginx-pod-99089175 not in running state.Currently in Pending 2025-02-03 10:47:22,246 - INFO - Pod ctest-nginx-pod-99089175 is in running state.Got IP 10.47.255.251 2025-02-03 10:47:22,265 - DEBUG - Pod ctest-nginx-pod-99089175 has vmi 37d18dc4-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:47:22,266 - INFO - Verified pod ctest-nginx-pod-99089175 in contrail-api 2025-02-03 10:47:22,266 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:47:22,280 - DEBUG - VMI 37d18dc4-e21c-11ef-a626-fa163ed9416e is active in agent 10.0.0.35 2025-02-03 10:47:22,280 - INFO - Verified Pod ctest-nginx-pod-99089175 in agent 10.0.0.35 2025-02-03 10:47:22,281 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=5683608e-89e4-4091-ac5e-e4d5dd980128 2025-02-03 10:47:22,287 - INFO - Pod ctest-nginx-pod-99089175 with uuid 5683608e-89e4-4091-ac5e-e4d5dd980128 found in kube manager 2025-02-03 10:47:22,287 - INFO - Pod ctest-nginx-pod-99089175 verification passed 2025-02-03 10:47:22,373 - DEBUG - [Pod ctest-nginx-pod-99089175] Cmd: echo ctest-nginx-pod-99089175 > /usr/share/nginx/html/index.html, Output: 2025-02-03 10:47:22,385 - INFO - Pod ctest-nginx-pod-75915710 is in running state.Got IP 10.47.255.250 2025-02-03 10:47:22,450 - DEBUG - Pod ctest-nginx-pod-75915710 has vmi 3865613e-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:47:22,450 - INFO - Verified pod ctest-nginx-pod-75915710 in contrail-api 2025-02-03 10:47:22,450 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:47:22,463 - DEBUG - VMI 3865613e-e21c-11ef-a626-fa163ed9416e is active in agent 10.0.0.35 2025-02-03 10:47:22,463 - INFO - Verified Pod ctest-nginx-pod-75915710 in agent 10.0.0.35 2025-02-03 10:47:22,463 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=0dc5f747-85f0-40b7-bb1f-187aed6b426f 2025-02-03 10:47:22,470 - INFO - Pod ctest-nginx-pod-75915710 with uuid 0dc5f747-85f0-40b7-bb1f-187aed6b426f found in kube manager 2025-02-03 10:47:22,470 - INFO - Pod ctest-nginx-pod-75915710 verification passed 2025-02-03 10:47:22,534 - DEBUG - [Pod ctest-nginx-pod-75915710] Cmd: echo ctest-nginx-pod-75915710 > /usr/share/nginx/html/index.html, Output: 2025-02-03 10:47:22,540 - DEBUG - Pod ctest-busybox-pod-51228861 not in running state.Currently in Pending 2025-02-03 10:47:27,548 - DEBUG - Pod ctest-busybox-pod-51228861 not in running state.Currently in Pending 2025-02-03 10:47:32,555 - INFO - Pod ctest-busybox-pod-51228861 is in running state.Got IP 10.47.255.248 2025-02-03 10:47:32,572 - DEBUG - Pod ctest-busybox-pod-51228861 has vmi 3cd32fc6-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:47:32,573 - INFO - Verified pod ctest-busybox-pod-51228861 in contrail-api 2025-02-03 10:47:32,573 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:47:32,588 - DEBUG - VMI 3cd32fc6-e21c-11ef-a626-fa163ed9416e is active in agent 10.0.0.35 2025-02-03 10:47:32,588 - INFO - Verified Pod ctest-busybox-pod-51228861 in agent 10.0.0.35 2025-02-03 10:47:32,588 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:32,598 - INFO - Pod ctest-busybox-pod-51228861 with uuid a311e6a9-59d2-426e-b453-57e069a250fb found in kube manager 2025-02-03 10:47:32,598 - INFO - Pod ctest-busybox-pod-51228861 verification passed 2025-02-03 10:47:32,665 - DEBUG - [Pod ctest-busybox-pod-51228861] 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 ctest-nginx-pod-75915710 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-03 10:47:32,666 - DEBUG - [Pod Pod ctest-busybox-pod-51228861] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 10:47:32,666 - DEBUG - [Pod Pod ctest-busybox-pod-51228861] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout ctest-nginx-pod-75915710 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-03 10:47:32,737 - DEBUG - [Pod ctest-busybox-pod-51228861] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-99089175 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-03 10:47:32,737 - DEBUG - [Pod Pod ctest-busybox-pod-51228861] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 10:47:32,738 - DEBUG - [Pod Pod ctest-busybox-pod-51228861] Cmd output: ctest-nginx-pod-99089175 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-03 10:47:32,738 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-99089175': 1, 'ctest-nginx-pod-75915710': 1} 2025-02-03 10:47:32,738 - WARNING - Nothing to delete parallely 2025-02-03 10:47:32,738 - INFO - Deleting pod default:ctest-busybox-pod-51228861 2025-02-03 10:47:32,752 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:32,766 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:47:37,767 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:37,774 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:47:42,774 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:42,782 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:47:47,783 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:47,797 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:47:52,797 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:52,806 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:47:57,807 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:47:57,816 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:48:02,817 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:48:02,997 - WARNING - Pod uuid a311e6a9-59d2-426e-b453-57e069a250fb is still seen in agent 10.0.0.35 VM list 2025-02-03 10:48:07,998 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a311e6a9-59d2-426e-b453-57e069a250fb 2025-02-03 10:48:08,006 - DEBUG - Pod a311e6a9-59d2-426e-b453-57e069a250fb is not in agent 10.0.0.35 VM list 2025-02-03 10:48:08,006 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3cd32fc6-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:48:08,012 - DEBUG - VMI 3cd32fc6-e21c-11ef-a626-fa163ed9416e is removed from agent 10.0.0.35 2025-02-03 10:48:08,012 - INFO - Verified that pod ctest-busybox-pod-51228861 is removed in agent 2025-02-03 10:48:08,012 - INFO - Deleting Ingress : ctest-nginx-ingress-91391204 2025-02-03 10:48:08,022 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=47a9f12e-912e-4647-8d0b-cc8fe7936fc1 2025-02-03 10:48:08,030 - ERROR - Ingress ctest-nginx-ingress-91391204 with uuid 47a9f12e-912e-4647-8d0b-cc8fe7936fc1 still found in kube manager 2025-02-03 10:48:09,031 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=47a9f12e-912e-4647-8d0b-cc8fe7936fc1 2025-02-03 10:48:09,039 - INFO - Ingress ctest-nginx-ingress-91391204 with uuid 47a9f12e-912e-4647-8d0b-cc8fe7936fc1 deleted successfully from kube manager 2025-02-03 10:48:09,039 - INFO - Verifications on Ingress %s cleanup passed 2025-02-03 10:48:09,040 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-03 10:48:09,217 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-03 10:48:09,225 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-03 10:48:09,225 - INFO - Deleting VN __public__ 2025-02-03 10:48:09,561 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/82b0e817-4438-45fd-84bd-c07d3d801763 2025-02-03 10:48:09,568 - DEBUG - Response Code: 404 2025-02-03 10:48:09,568 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-02-03 10:48:09,576 - DEBUG - Requesting: http://10.0.0.33:8082/domain/08ad8f50-c101-4a66-a575-e65339137e15 2025-02-03 10:48:09,587 - DEBUG - Requesting: http://10.0.0.33:8082/project/af93769b-9d27-4c88-9fb4-fbdfc6f21c0d 2025-02-03 10:48:09,701 - INFO - Validated that VN __public__ is not found in API Server 2025-02-03 10:48:09,701 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-03 10:48:09,713 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:48:09,734 - DEBUG - VN __public__ is not present in Agent 10.0.0.35 2025-02-03 10:48:09,734 - INFO - Validated that VN __public__ is not in any agent 2025-02-03 10:48:09,734 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:48:09,746 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 10:48:09,756 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-03 10:48:09,766 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-03 10:48:09,767 - INFO - Deleting pod default:ctest-nginx-pod-75915710 2025-02-03 10:48:09,803 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0dc5f747-85f0-40b7-bb1f-187aed6b426f 2025-02-03 10:48:09,822 - WARNING - Pod uuid 0dc5f747-85f0-40b7-bb1f-187aed6b426f is still seen in agent 10.0.0.35 VM list 2025-02-03 10:48:14,823 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0dc5f747-85f0-40b7-bb1f-187aed6b426f 2025-02-03 10:48:14,831 - DEBUG - Pod 0dc5f747-85f0-40b7-bb1f-187aed6b426f is not in agent 10.0.0.35 VM list 2025-02-03 10:48:14,831 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3865613e-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:48:14,837 - DEBUG - VMI 3865613e-e21c-11ef-a626-fa163ed9416e is removed from agent 10.0.0.35 2025-02-03 10:48:14,837 - INFO - Verified that pod ctest-nginx-pod-75915710 is removed in agent 2025-02-03 10:48:14,837 - INFO - Deleting pod default:ctest-nginx-pod-99089175 2025-02-03 10:48:14,860 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5683608e-89e4-4091-ac5e-e4d5dd980128 2025-02-03 10:48:14,869 - WARNING - Pod uuid 5683608e-89e4-4091-ac5e-e4d5dd980128 is still seen in agent 10.0.0.35 VM list 2025-02-03 10:48:19,870 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5683608e-89e4-4091-ac5e-e4d5dd980128 2025-02-03 10:48:19,878 - DEBUG - Pod 5683608e-89e4-4091-ac5e-e4d5dd980128 is not in agent 10.0.0.35 VM list 2025-02-03 10:48:19,879 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:37d18dc4-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:48:19,886 - DEBUG - VMI 37d18dc4-e21c-11ef-a626-fa163ed9416e is removed from agent 10.0.0.35 2025-02-03 10:48:19,886 - INFO - Verified that pod ctest-nginx-pod-99089175 is removed in agent 2025-02-03 10:48:19,887 - INFO - Deleting service : ctest-nginx-svc-70691818 2025-02-03 10:48:20,133 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 10:48:20,142 - DEBUG - No XMPP flaps were noticed during the test 2025-02-03 10:48:20,142 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2025-02-03 10:48:20,142 - INFO - -------------------------------------------------------------------------------- 2025-02-03 10:48:26,578 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 10:48:26,696 - DEBUG - Output : cluster_project={} 2025-02-03 10:48:26,763 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-03 10:48:26,894 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-03 10:48:26,921 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 10:48:27,072 - DEBUG - Output : cluster_project={} 2025-02-03 10:48:42,242 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:42,512 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:42,567 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:42,657 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:42,744 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:47,801 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:47,882 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:47,927 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 10:48:48,153 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 10:48:51,013 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_ApplicationPolicySetReq? 2025-02-03 10:48:51,022 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2025-02-03 10:48:51,055 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2025-02-03 10:48:53,091 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2025-02-03 10:52:03,757 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 10:52:03,814 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=24251184-9fd0-4405-b8ad-83e12fe4675b 2025-02-03 10:52:03,824 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=15f93f33-4acb-45ea-855a-5d5eef98ff67 2025-02-03 10:52:03,844 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:03,855 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:03,860 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=dfac9d90-b7e5-481e-ac53-cbfdd112f67e 2025-02-03 10:52:03,865 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:03,868 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:03,874 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0d14f16c-2eab-4119-8b40-7e64a63d7a8d 2025-02-03 10:52:08,880 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=15f93f33-4acb-45ea-855a-5d5eef98ff67 2025-02-03 10:52:08,882 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=24251184-9fd0-4405-b8ad-83e12fe4675b 2025-02-03 10:52:08,892 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:68a0eb52-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:08,896 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:66d2dfec-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:08,931 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0d14f16c-2eab-4119-8b40-7e64a63d7a8d 2025-02-03 10:52:08,934 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:08,935 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:08,937 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:08,938 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:08,939 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=dfac9d90-b7e5-481e-ac53-cbfdd112f67e 2025-02-03 10:52:08,963 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:675d966e-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:08,966 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6819af34-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:13,959 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:13,962 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:13,964 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:13,966 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:18,970 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:18,978 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:18,980 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:18,982 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:23,979 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:23,993 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:23,995 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:23,997 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:28,988 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:29,011 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:29,013 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:29,014 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:34,006 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:34,027 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:34,029 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:34,032 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:39,013 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=49182603-62b2-4c7f-b9ad-8892e2cb8f64 2025-02-03 10:52:39,035 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6a510342-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:39,044 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d1298d81-a1df-4a19-ae59-735608dec888 2025-02-03 10:52:39,046 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ea134b36-0ff6-4fc9-9f1d-8a842a5aab7f 2025-02-03 10:52:39,047 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=029dfaf6-c9cb-4f02-ae7a-a7481dcf669f 2025-02-03 10:52:39,059 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:69404102-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:39,063 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6acf4144-e21c-11ef-a626-fa163ed9416e 2025-02-03 10:52:39,065 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:69ced782-e21c-11ef-a626-fa163ed9416e