2025-05-08 02:21:07,755 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-05-08 02:21:08,013 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1220-1 2025-05-08 02:21:08,013 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-05-08 02:21:08,047 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1220-1 2025-05-08 02:21:08,047 - DEBUG - [10.0.0.50]: 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-05-08 02:21:08,135 - DEBUG - Output : NAMES contrail_test_q9NSRZCyS contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 2025-05-08 02:21:08,135 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-08 02:21:08,169 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-05-08 02:21:08,169 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-05-08 02:21:08,203 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1220-1 2025-05-08 02:21:08,289 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-05-08 02:21:08,515 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1220-1 2025-05-08 02:21:08,516 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-05-08 02:21:08,540 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1220-1 2025-05-08 02:21:08,540 - DEBUG - [10.0.0.22]: 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-05-08 02:21:08,626 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-08 02:21:08,627 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-08 02:21:08,664 - DEBUG - Output : 10.0.0.22/24 2025-05-08 02:21:08,664 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-05-08 02:21:08,732 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1220-1 2025-05-08 02:21:08,836 - INFO - Using existing project ['default-domain', 'k8s-default'](61ec7bac-0bea-46f6-9912-06ddd2c367a6) 2025-05-08 02:21:08,947 - INFO - Using existing project ['default-domain', 'k8s-default'](61ec7bac-0bea-46f6-9912-06ddd2c367a6) 2025-05-08 02:21:09,087 - INFO - ================================================================================ 2025-05-08 02:21:09,087 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-08 02:21:09,088 - 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-05-08 02:21:09,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-08 02:21:09,361 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-05-08 02:21:09,361 - INFO - Initial checks done. Running the testcase now 2025-05-08 02:21:09,361 - INFO - 2025-05-08 02:21:09,366 - INFO - Namespace default already exists 2025-05-08 02:21:09,367 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-08 02:21:09,496 - DEBUG - Output : cluster_project={} 2025-05-08 02:21:09,550 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-08 02:21:09,551 - DEBUG - Project uuid in Contrail is 61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:21:09,551 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-08 02:21:09,668 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-08 02:21:09,668 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=59d806a1-5485-4df7-8e9a-af724239b0e8 2025-05-08 02:21:09,673 - INFO - Namespace default with uuid 59d806a1-5485-4df7-8e9a-af724239b0e8 found in kube manager 2025-05-08 02:21:09,674 - INFO - Namespace default verification passed 2025-05-08 02:21:09,677 - DEBUG - Service ctest-nginx-svc-83247076 not present 2025-05-08 02:21:09,677 - INFO - Creating service ctest-nginx-svc-83247076 2025-05-08 02:21:09,698 - INFO - Created Service ctest-nginx-svc-83247076 2025-05-08 02:21:09,705 - DEBUG - Pod ctest-nginx-pod-28297805 not present 2025-05-08 02:21:09,706 - INFO - Creating Pod ctest-nginx-pod-28297805 2025-05-08 02:21:09,771 - DEBUG - Pod : ctest-nginx-pod-28297805 UUID is d042ca67-a902-4431-bf69-9035b2df5d75 2025-05-08 02:21:09,776 - DEBUG - Pod ctest-nginx-pod-29294634 not present 2025-05-08 02:21:09,776 - INFO - Creating Pod ctest-nginx-pod-29294634 2025-05-08 02:21:09,824 - DEBUG - Pod : ctest-nginx-pod-29294634 UUID is 100fa3e0-976b-401d-b9dd-6bf02e317320 2025-05-08 02:21:10,072 - INFO - Created VN __public__, UUID :6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:10,316 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-08 02:21:10,324 - DEBUG - Requesting: http://10.0.0.50:8082/domain/c2e0aec4-4343-4520-ade3-4a9fb2e86e82 2025-05-08 02:21:10,358 - DEBUG - Requesting: http://10.0.0.50:8082/project/61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:21:10,469 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:10,487 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:10,500 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:10,546 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:10,556 - DEBUG - Route Targets: [] 2025-05-08 02:21:10,556 - DEBUG - RT names not yet present for VN __public__ 2025-05-08 02:21:15,557 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-08 02:21:15,564 - DEBUG - Requesting: http://10.0.0.50:8082/domain/c2e0aec4-4343-4520-ade3-4a9fb2e86e82 2025-05-08 02:21:15,571 - DEBUG - Requesting: http://10.0.0.50:8082/project/61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:21:15,607 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:15,616 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:15,624 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:15,631 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:15,637 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/0d805a26-c66d-45d3-ad1b-556108be7d05 2025-05-08 02:21:15,642 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-08 02:21:15,642 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:15,650 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:15,666 - INFO - Verified VN network id 14 for VN 6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:15,666 - INFO - Verifications in API Server for VN __public__ passed 2025-05-08 02:21:15,666 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:15,676 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:15,685 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:21:15,692 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/0d805a26-c66d-45d3-ad1b-556108be7d05 2025-05-08 02:21:15,698 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-08 02:21:15,705 - DEBUG - Control-node 10.0.0.50 : 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': '7959686382012092050', 'uuid-lslong': '11585497472773741394'}, 'enable': 'true', 'created': '2025-05-08T02:21:10', 'last-modified': '2025-05-08T02:21:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.431558'} 2025-05-08 02:21:15,705 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:21:15,712 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-08 02:21:15,712 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-08 02:21:15,713 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-08 02:21:15,713 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-08 02:21:15,718 - DEBUG - Requesting: http://10.0.0.50:8082/domain/c2e0aec4-4343-4520-ade3-4a9fb2e86e82 2025-05-08 02:21:15,727 - DEBUG - Requesting: http://10.0.0.50:8082/project/61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:21:15,766 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:15,777 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-08 02:21:15,777 - DEBUG - Verifying the vn in opserver 2025-05-08 02:21:15,777 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-05-08 02:21:15,777 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-05-08 02:21:15,782 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-08 02:21:15,782 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-08 02:21:15,782 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:21:15,793 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:21:15,799 - DEBUG - Do not have enough data to verify VN in agent 2025-05-08 02:21:15,799 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:21:15,805 - DEBUG - VRF ids for VN __public__: {} 2025-05-08 02:21:15,910 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-08 02:21:16,081 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-08 02:21:16,087 - DEBUG - Requesting: http://10.0.0.50:8082/domain/c2e0aec4-4343-4520-ade3-4a9fb2e86e82 2025-05-08 02:21:16,094 - DEBUG - Requesting: http://10.0.0.50:8082/project/61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:21:16,131 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:16,141 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/7702e838-9bd0-4e23-ab22-00d1cbbd45f8 2025-05-08 02:21:16,147 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-08 02:21:16,152 - DEBUG - Requesting: http://10.0.0.50:8082/domain/c2e0aec4-4343-4520-ade3-4a9fb2e86e82 2025-05-08 02:21:16,159 - DEBUG - Requesting: http://10.0.0.50:8082/project/61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:21:16,203 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/6e767c97-9b58-4e92-a0c7-f491a2dd5b52 2025-05-08 02:21:16,214 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-08 02:21:16,214 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-08 02:21:16,222 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-08 02:21:16,230 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-08 02:21:16,230 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-08 02:21:16,234 - DEBUG - Ingress ctest-nginx-ingress-31034093 not present 2025-05-08 02:21:16,234 - INFO - Creating Ingress ctest-nginx-ingress-31034093 2025-05-08 02:21:16,242 - INFO - Created Ingress ctest-nginx-ingress-31034093 2025-05-08 02:21:16,246 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-31034093 2025-05-08 02:21:19,251 - DEBUG - For Ingress ctest-nginx-ingress-31034093, Cluster IP: 10.47.255.249, External IPs ['165.66.4.188'] 2025-05-08 02:21:19,252 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-31034093 2025-05-08 02:21:19,252 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=60a01acc-c82f-4002-8e95-82abf9a0b7a2 2025-05-08 02:21:19,257 - INFO - Ingress ctest-nginx-ingress-31034093 with uuid 60a01acc-c82f-4002-8e95-82abf9a0b7a2 found in kube manager 2025-05-08 02:21:19,257 - INFO - Ingress ctest-nginx-ingress-31034093 verification passed 2025-05-08 02:21:19,260 - DEBUG - Pod ctest-busybox-pod-59802825 not present 2025-05-08 02:21:19,260 - INFO - Creating Pod ctest-busybox-pod-59802825 2025-05-08 02:21:19,277 - DEBUG - Pod : ctest-busybox-pod-59802825 UUID is 0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:19,296 - DEBUG - Pod ctest-nginx-pod-28297805 not in running state.Currently in Pending 2025-05-08 02:21:24,310 - INFO - Pod ctest-nginx-pod-28297805 is in running state.Got IP 10.47.255.251 2025-05-08 02:21:24,323 - DEBUG - Pod ctest-nginx-pod-28297805 has vmi 1be75f4a-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:21:24,324 - INFO - Verified pod ctest-nginx-pod-28297805 in contrail-api 2025-05-08 02:21:24,324 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:21:24,336 - DEBUG - VMI 1be75f4a-2bb3-11f0-a728-fa163eed29cb is active in agent 10.0.0.22 2025-05-08 02:21:24,336 - INFO - Verified Pod ctest-nginx-pod-28297805 in agent 10.0.0.22 2025-05-08 02:21:24,336 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=d042ca67-a902-4431-bf69-9035b2df5d75 2025-05-08 02:21:24,340 - INFO - Pod ctest-nginx-pod-28297805 with uuid d042ca67-a902-4431-bf69-9035b2df5d75 found in kube manager 2025-05-08 02:21:24,340 - INFO - Pod ctest-nginx-pod-28297805 verification passed 2025-05-08 02:21:24,434 - DEBUG - [Pod ctest-nginx-pod-28297805] Cmd: echo ctest-nginx-pod-28297805 > /usr/share/nginx/html/index.html, Output: 2025-05-08 02:21:24,440 - INFO - Pod ctest-nginx-pod-29294634 is in running state.Got IP 10.47.255.250 2025-05-08 02:21:24,454 - DEBUG - Pod ctest-nginx-pod-29294634 has vmi 1c65b962-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:21:24,454 - INFO - Verified pod ctest-nginx-pod-29294634 in contrail-api 2025-05-08 02:21:24,454 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:21:24,466 - DEBUG - VMI 1c65b962-2bb3-11f0-a728-fa163eed29cb is active in agent 10.0.0.22 2025-05-08 02:21:24,466 - INFO - Verified Pod ctest-nginx-pod-29294634 in agent 10.0.0.22 2025-05-08 02:21:24,466 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=100fa3e0-976b-401d-b9dd-6bf02e317320 2025-05-08 02:21:24,471 - INFO - Pod ctest-nginx-pod-29294634 with uuid 100fa3e0-976b-401d-b9dd-6bf02e317320 found in kube manager 2025-05-08 02:21:24,471 - INFO - Pod ctest-nginx-pod-29294634 verification passed 2025-05-08 02:21:24,626 - DEBUG - [Pod ctest-nginx-pod-29294634] Cmd: echo ctest-nginx-pod-29294634 > /usr/share/nginx/html/index.html, Output: 2025-05-08 02:21:24,632 - DEBUG - Pod ctest-busybox-pod-59802825 not in running state.Currently in Pending 2025-05-08 02:21:29,639 - DEBUG - Pod ctest-busybox-pod-59802825 not in running state.Currently in Pending 2025-05-08 02:21:34,646 - INFO - Pod ctest-busybox-pod-59802825 is in running state.Got IP 10.47.255.248 2025-05-08 02:21:34,697 - DEBUG - Pod ctest-busybox-pod-59802825 has vmi 209d5012-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:21:34,697 - INFO - Verified pod ctest-busybox-pod-59802825 in contrail-api 2025-05-08 02:21:34,698 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:21:34,708 - DEBUG - VMI 209d5012-2bb3-11f0-a728-fa163eed29cb is active in agent 10.0.0.22 2025-05-08 02:21:34,708 - INFO - Verified Pod ctest-busybox-pod-59802825 in agent 10.0.0.22 2025-05-08 02:21:34,708 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:34,712 - INFO - Pod ctest-busybox-pod-59802825 with uuid 0ecfeee1-d049-41f3-bab9-f0260765741e found in kube manager 2025-05-08 02:21:34,712 - INFO - Pod ctest-busybox-pod-59802825 verification passed 2025-05-08 02:21:34,766 - DEBUG - [Pod ctest-busybox-pod-59802825] 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-28297805 2025-05-08 02:21:34,766 - DEBUG - [Pod Pod ctest-busybox-pod-59802825] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-08 02:21:34,766 - DEBUG - [Pod Pod ctest-busybox-pod-59802825] 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-28297805 2025-05-08 02:21:34,825 - DEBUG - [Pod ctest-busybox-pod-59802825] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-29294634 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-05-08 02:21:34,825 - DEBUG - [Pod Pod ctest-busybox-pod-59802825] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-08 02:21:34,825 - DEBUG - [Pod Pod ctest-busybox-pod-59802825] Cmd output: ctest-nginx-pod-29294634 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-05-08 02:21:34,825 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-28297805': 1, 'ctest-nginx-pod-29294634': 1} 2025-05-08 02:21:34,826 - WARNING - Nothing to delete parallely 2025-05-08 02:21:34,826 - INFO - Deleting pod default:ctest-busybox-pod-59802825 2025-05-08 02:21:34,836 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:34,844 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:21:39,845 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:39,852 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:21:44,853 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:44,861 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:21:49,862 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:49,870 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:21:54,871 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:54,881 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:21:59,882 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:21:59,894 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:22:04,895 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:22:04,904 - WARNING - Pod uuid 0ecfeee1-d049-41f3-bab9-f0260765741e is still seen in agent 10.0.0.22 VM list 2025-05-08 02:22:09,905 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ecfeee1-d049-41f3-bab9-f0260765741e 2025-05-08 02:22:09,913 - DEBUG - Pod 0ecfeee1-d049-41f3-bab9-f0260765741e is not in agent 10.0.0.22 VM list 2025-05-08 02:22:09,913 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:209d5012-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:22:09,919 - DEBUG - VMI 209d5012-2bb3-11f0-a728-fa163eed29cb is removed from agent 10.0.0.22 2025-05-08 02:22:09,919 - INFO - Verified that pod ctest-busybox-pod-59802825 is removed in agent 2025-05-08 02:22:09,919 - INFO - Deleting Ingress : ctest-nginx-ingress-31034093 2025-05-08 02:22:09,928 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=60a01acc-c82f-4002-8e95-82abf9a0b7a2 2025-05-08 02:22:09,934 - ERROR - Ingress ctest-nginx-ingress-31034093 with uuid 60a01acc-c82f-4002-8e95-82abf9a0b7a2 still found in kube manager 2025-05-08 02:22:10,935 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=60a01acc-c82f-4002-8e95-82abf9a0b7a2 2025-05-08 02:22:10,942 - INFO - Ingress ctest-nginx-ingress-31034093 with uuid 60a01acc-c82f-4002-8e95-82abf9a0b7a2 deleted successfully from kube manager 2025-05-08 02:22:10,943 - INFO - Verifications on Ingress %s cleanup passed 2025-05-08 02:22:10,943 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-08 02:22:11,088 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-08 02:22:11,094 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-08 02:22:11,094 - INFO - Deleting VN __public__ 2025-05-08 02:22:11,326 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/fc52355e-19b9-43fb-996d-57d3412dbaad 2025-05-08 02:22:11,348 - DEBUG - Response Code: 404 2025-05-08 02:22:11,348 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-05-08 02:22:11,357 - DEBUG - Requesting: http://10.0.0.50:8082/domain/c2e0aec4-4343-4520-ade3-4a9fb2e86e82 2025-05-08 02:22:11,365 - DEBUG - Requesting: http://10.0.0.50:8082/project/61ec7bac-0bea-46f6-9912-06ddd2c367a6 2025-05-08 02:22:11,432 - INFO - Validated that VN __public__ is not found in API Server 2025-05-08 02:22:11,432 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-08 02:22:11,441 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:22:11,452 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-05-08 02:22:11,452 - INFO - Validated that VN __public__ is not in any agent 2025-05-08 02:22:11,452 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:22:11,462 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-08 02:22:11,470 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-08 02:22:11,480 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-08 02:22:11,480 - INFO - Deleting pod default:ctest-nginx-pod-29294634 2025-05-08 02:22:11,523 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=100fa3e0-976b-401d-b9dd-6bf02e317320 2025-05-08 02:22:11,543 - WARNING - Pod uuid 100fa3e0-976b-401d-b9dd-6bf02e317320 is still seen in agent 10.0.0.22 VM list 2025-05-08 02:22:16,544 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=100fa3e0-976b-401d-b9dd-6bf02e317320 2025-05-08 02:22:16,552 - DEBUG - Pod 100fa3e0-976b-401d-b9dd-6bf02e317320 is not in agent 10.0.0.22 VM list 2025-05-08 02:22:16,552 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1c65b962-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:22:16,559 - DEBUG - VMI 1c65b962-2bb3-11f0-a728-fa163eed29cb is removed from agent 10.0.0.22 2025-05-08 02:22:16,559 - INFO - Verified that pod ctest-nginx-pod-29294634 is removed in agent 2025-05-08 02:22:16,559 - INFO - Deleting pod default:ctest-nginx-pod-28297805 2025-05-08 02:22:16,581 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d042ca67-a902-4431-bf69-9035b2df5d75 2025-05-08 02:22:16,592 - WARNING - Pod uuid d042ca67-a902-4431-bf69-9035b2df5d75 is still seen in agent 10.0.0.22 VM list 2025-05-08 02:22:21,593 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d042ca67-a902-4431-bf69-9035b2df5d75 2025-05-08 02:22:21,605 - DEBUG - Pod d042ca67-a902-4431-bf69-9035b2df5d75 is not in agent 10.0.0.22 VM list 2025-05-08 02:22:21,605 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1be75f4a-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:22:21,612 - DEBUG - VMI 1be75f4a-2bb3-11f0-a728-fa163eed29cb is removed from agent 10.0.0.22 2025-05-08 02:22:21,612 - INFO - Verified that pod ctest-nginx-pod-28297805 is removed in agent 2025-05-08 02:22:21,612 - INFO - Deleting service : ctest-nginx-svc-83247076 2025-05-08 02:22:21,826 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-08 02:22:21,833 - DEBUG - No XMPP flaps were noticed during the test 2025-05-08 02:22:21,833 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-05-08 02:22:21,833 - INFO - -------------------------------------------------------------------------------- 2025-05-08 02:22:28,478 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-08 02:22:28,663 - DEBUG - Output : cluster_project={} 2025-05-08 02:22:28,876 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-08 02:22:29,083 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-08 02:22:29,090 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-08 02:22:29,232 - DEBUG - Output : cluster_project={} 2025-05-08 02:22:39,430 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:44,489 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:44,574 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:49,621 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:49,706 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:49,742 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:49,890 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:49,931 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-08 02:22:50,169 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-08 02:22:52,771 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-05-08 02:22:52,778 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-05-08 02:22:52,815 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-05-08 02:22:54,844 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-05-08 02:25:54,922 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-08 02:25:54,969 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=19236f62-eac4-4a98-bea9-4c718a8e67f9 2025-05-08 02:25:54,982 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:25:54,985 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:25:55,001 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:25:55,005 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2b6da040-a39e-4e34-ab2a-3bb7452f7d7f 2025-05-08 02:25:55,010 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a3109cd4-1f6e-4465-b370-7f2986cace56 2025-05-08 02:25:55,022 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:25:55,027 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9ff902b-daba-40c2-beb6-00480c28aacd 2025-05-08 02:26:00,037 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=19236f62-eac4-4a98-bea9-4c718a8e67f9 2025-05-08 02:26:00,045 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4ada938a-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:00,074 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9ff902b-daba-40c2-beb6-00480c28aacd 2025-05-08 02:26:00,076 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a3109cd4-1f6e-4465-b370-7f2986cace56 2025-05-08 02:26:00,077 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:00,078 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:00,079 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2b6da040-a39e-4e34-ab2a-3bb7452f7d7f 2025-05-08 02:26:00,081 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:00,082 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:00,103 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4b6f88c8-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:00,105 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4c26efc2-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:00,108 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4cbe85a8-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:05,103 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:05,106 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:05,108 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:05,110 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:10,113 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:10,121 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:10,123 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:10,124 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:15,122 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:15,137 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:15,139 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:15,140 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:20,131 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:20,152 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:20,153 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:20,155 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:25,141 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:25,166 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:25,171 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:25,172 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:30,165 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7b69a9dc-58ec-477f-bd27-fc4958732827 2025-05-08 02:26:30,172 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4dfce720-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:30,174 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5934c00b-e1b6-481e-9c2a-de42bbd00f42 2025-05-08 02:26:30,181 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f11612c-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:30,187 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1196e024-e420-4dce-b79b-818614627c7e 2025-05-08 02:26:30,190 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4a2e3199-1bab-4fc1-a4c6-a18469e4e844 2025-05-08 02:26:30,192 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e960b08-2bb3-11f0-a728-fa163eed29cb 2025-05-08 02:26:30,198 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d6fd8e4-2bb3-11f0-a728-fa163eed29cb