2025-06-25 12:01:48,188 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-06-25 12:01:48,414 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1301-1 2025-06-25 12:01:48,414 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-06-25 12:01:48,448 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1301-1 2025-06-25 12:01:48,449 - DEBUG - [10.0.0.27]: 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-06-25 12:01:48,544 - DEBUG - Output : NAMES contrail_test_Ura2HkGrl contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 2025-06-25 12:01:48,545 - DEBUG - [10.0.0.27]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-25 12:01:48,579 - DEBUG - Output : 10.0.0.27/24 172.17.0.1/16 2025-06-25 12:01:48,579 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-06-25 12:01:48,613 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1301-1 2025-06-25 12:01:48,725 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-06-25 12:01:48,948 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1301-1 2025-06-25 12:01:48,948 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-06-25 12:01:48,983 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1301-1 2025-06-25 12:01:48,983 - DEBUG - [10.0.0.23]: 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-06-25 12:01:49,028 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-25 12:01:49,028 - DEBUG - [10.0.0.23]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-25 12:01:49,107 - DEBUG - Output : 10.0.0.23/24 2025-06-25 12:01:49,107 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-06-25 12:01:49,141 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1301-1 2025-06-25 12:01:49,216 - INFO - Using existing project ['default-domain', 'k8s-default'](230f84c1-94f0-4470-9812-88caf4fdfc1e) 2025-06-25 12:01:49,345 - INFO - Using existing project ['default-domain', 'k8s-default'](230f84c1-94f0-4470-9812-88caf4fdfc1e) 2025-06-25 12:01:49,481 - INFO - ================================================================================ 2025-06-25 12:01:49,481 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-25 12:01:49,482 - 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-06-25 12:01:49,711 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-25 12:01:49,719 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.27': '0'}} with 2025-06-25 12:01:49,719 - INFO - Initial checks done. Running the testcase now 2025-06-25 12:01:49,719 - INFO - 2025-06-25 12:01:49,723 - INFO - Namespace default already exists 2025-06-25 12:01:49,723 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-25 12:01:49,840 - DEBUG - Output : cluster_project={} 2025-06-25 12:01:49,908 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-25 12:01:49,908 - DEBUG - Project uuid in Contrail is 230f84c1-94f0-4470-9812-88caf4fdfc1e 2025-06-25 12:01:49,908 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-25 12:01:50,076 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-25 12:01:50,077 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=895dd2d7-8bea-4da5-b9a0-c630c629a037 2025-06-25 12:01:50,084 - INFO - Namespace default with uuid 895dd2d7-8bea-4da5-b9a0-c630c629a037 found in kube manager 2025-06-25 12:01:50,084 - INFO - Namespace default verification passed 2025-06-25 12:01:50,088 - DEBUG - Service ctest-nginx-svc-30894274 not present 2025-06-25 12:01:50,088 - INFO - Creating service ctest-nginx-svc-30894274 2025-06-25 12:01:50,108 - INFO - Created Service ctest-nginx-svc-30894274 2025-06-25 12:01:50,127 - DEBUG - Pod ctest-nginx-pod-96186567 not present 2025-06-25 12:01:50,127 - INFO - Creating Pod ctest-nginx-pod-96186567 2025-06-25 12:01:50,251 - DEBUG - Pod : ctest-nginx-pod-96186567 UUID is f99cccd4-e534-4208-8201-45aac3a94cad 2025-06-25 12:01:50,255 - DEBUG - Pod ctest-nginx-pod-88632814 not present 2025-06-25 12:01:50,256 - INFO - Creating Pod ctest-nginx-pod-88632814 2025-06-25 12:01:50,334 - DEBUG - Pod : ctest-nginx-pod-88632814 UUID is d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 2025-06-25 12:01:51,084 - INFO - Created VN __public__, UUID :9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,382 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-06-25 12:01:51,392 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f4a83ea1-95c5-45ba-8cac-6bdda43c414b 2025-06-25 12:01:51,462 - DEBUG - Requesting: http://10.0.0.27:8082/project/230f84c1-94f0-4470-9812-88caf4fdfc1e 2025-06-25 12:01:51,606 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,629 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,639 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/0533e9a5-e13a-40d4-9f12-f4fdc7f15c6d 2025-06-25 12:01:51,647 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/0533e9a5-e13a-40d4-9f12-f4fdc7f15c6d 2025-06-25 12:01:51,655 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/4c9947c6-33ee-40d1-89da-b7182800e983 2025-06-25 12:01:51,661 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-25 12:01:51,662 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,669 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/0533e9a5-e13a-40d4-9f12-f4fdc7f15c6d 2025-06-25 12:01:51,705 - INFO - Verified VN network id 13 for VN 9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,705 - INFO - Verifications in API Server for VN __public__ passed 2025-06-25 12:01:51,705 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,714 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/0533e9a5-e13a-40d4-9f12-f4fdc7f15c6d 2025-06-25 12:01:51,720 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/0533e9a5-e13a-40d4-9f12-f4fdc7f15c6d 2025-06-25 12:01:51,726 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/4c9947c6-33ee-40d1-89da-b7182800e983 2025-06-25 12:01:51,731 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-25 12:01:51,739 - DEBUG - Control-node 10.0.0.27 : 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': '11474443505542250500', 'uuid-lslong': '11560039374131951114'}, 'enable': 'true', 'created': '2025-06-25T12:01:50', 'last-modified': '2025-06-25T12:01:51', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.461308'} 2025-06-25 12:01:51,739 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:01:51,746 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-25 12:01:51,747 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-25 12:01:51,748 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-25 12:01:51,748 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-06-25 12:01:51,753 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f4a83ea1-95c5-45ba-8cac-6bdda43c414b 2025-06-25 12:01:51,762 - DEBUG - Requesting: http://10.0.0.27:8082/project/230f84c1-94f0-4470-9812-88caf4fdfc1e 2025-06-25 12:01:51,819 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:51,828 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-25 12:01:51,828 - DEBUG - Verifying the vn in opserver 2025-06-25 12:01:51,828 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2025-06-25 12:01:51,828 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2025-06-25 12:01:51,833 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-25 12:01:51,833 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-25 12:01:51,833 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:01:51,841 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:01:51,848 - DEBUG - Do not have enough data to verify VN in agent 2025-06-25 12:01:51,848 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:01:51,853 - DEBUG - VRF ids for VN __public__: {} 2025-06-25 12:01:51,978 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-25 12:01:52,145 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-06-25 12:01:52,150 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f4a83ea1-95c5-45ba-8cac-6bdda43c414b 2025-06-25 12:01:52,157 - DEBUG - Requesting: http://10.0.0.27:8082/project/230f84c1-94f0-4470-9812-88caf4fdfc1e 2025-06-25 12:01:52,202 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:52,216 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/6b520e9d-245e-4ac3-a430-97321882d3a1 2025-06-25 12:01:52,222 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-06-25 12:01:52,226 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f4a83ea1-95c5-45ba-8cac-6bdda43c414b 2025-06-25 12:01:52,233 - DEBUG - Requesting: http://10.0.0.27:8082/project/230f84c1-94f0-4470-9812-88caf4fdfc1e 2025-06-25 12:01:52,282 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/9f3d6992-f722-4004-a06d-829024a9f60a 2025-06-25 12:01:52,291 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-25 12:01:52,291 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-25 12:01:52,297 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-25 12:01:52,303 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-25 12:01:52,303 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-25 12:01:52,306 - DEBUG - Ingress ctest-nginx-ingress-43535092 not present 2025-06-25 12:01:52,306 - INFO - Creating Ingress ctest-nginx-ingress-43535092 2025-06-25 12:01:52,316 - INFO - Created Ingress ctest-nginx-ingress-43535092 2025-06-25 12:01:52,319 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-43535092 2025-06-25 12:01:55,326 - DEBUG - For Ingress ctest-nginx-ingress-43535092, Cluster IP: 10.47.255.249, External IPs ['95.173.25.124'] 2025-06-25 12:01:55,326 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-43535092 2025-06-25 12:01:55,326 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=39da301b-d4cc-4cf3-a4a6-e26414c39992 2025-06-25 12:01:55,331 - INFO - Ingress ctest-nginx-ingress-43535092 with uuid 39da301b-d4cc-4cf3-a4a6-e26414c39992 found in kube manager 2025-06-25 12:01:55,331 - INFO - Ingress ctest-nginx-ingress-43535092 verification passed 2025-06-25 12:01:55,334 - DEBUG - Pod ctest-busybox-pod-23471062 not present 2025-06-25 12:01:55,334 - INFO - Creating Pod ctest-busybox-pod-23471062 2025-06-25 12:01:55,366 - DEBUG - Pod : ctest-busybox-pod-23471062 UUID is 8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:01:55,375 - DEBUG - Pod ctest-nginx-pod-96186567 not in running state.Currently in Pending 2025-06-25 12:02:00,389 - DEBUG - Pod ctest-nginx-pod-96186567 not in running state.Currently in Pending 2025-06-25 12:02:05,396 - INFO - Pod ctest-nginx-pod-96186567 is in running state.Got IP 10.47.255.251 2025-06-25 12:02:05,409 - DEBUG - Pod ctest-nginx-pod-96186567 has vmi 2e7a2aaa-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:02:05,409 - INFO - Verified pod ctest-nginx-pod-96186567 in contrail-api 2025-06-25 12:02:05,410 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:02:05,423 - DEBUG - VMI 2e7a2aaa-51bc-11f0-83b9-fa163ed47e63 is active in agent 10.0.0.23 2025-06-25 12:02:05,423 - INFO - Verified Pod ctest-nginx-pod-96186567 in agent 10.0.0.23 2025-06-25 12:02:05,423 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=f99cccd4-e534-4208-8201-45aac3a94cad 2025-06-25 12:02:05,427 - INFO - Pod ctest-nginx-pod-96186567 with uuid f99cccd4-e534-4208-8201-45aac3a94cad found in kube manager 2025-06-25 12:02:05,427 - INFO - Pod ctest-nginx-pod-96186567 verification passed 2025-06-25 12:02:05,490 - DEBUG - [Pod ctest-nginx-pod-96186567] Cmd: echo ctest-nginx-pod-96186567 > /usr/share/nginx/html/index.html, Output: 2025-06-25 12:02:05,496 - INFO - Pod ctest-nginx-pod-88632814 is in running state.Got IP 10.47.255.250 2025-06-25 12:02:05,510 - DEBUG - Pod ctest-nginx-pod-88632814 has vmi 2eec2e70-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:02:05,510 - INFO - Verified pod ctest-nginx-pod-88632814 in contrail-api 2025-06-25 12:02:05,510 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:02:05,522 - DEBUG - VMI 2eec2e70-51bc-11f0-83b9-fa163ed47e63 is active in agent 10.0.0.23 2025-06-25 12:02:05,522 - INFO - Verified Pod ctest-nginx-pod-88632814 in agent 10.0.0.23 2025-06-25 12:02:05,522 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 2025-06-25 12:02:05,526 - INFO - Pod ctest-nginx-pod-88632814 with uuid d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 found in kube manager 2025-06-25 12:02:05,526 - INFO - Pod ctest-nginx-pod-88632814 verification passed 2025-06-25 12:02:05,581 - DEBUG - [Pod ctest-nginx-pod-88632814] Cmd: echo ctest-nginx-pod-88632814 > /usr/share/nginx/html/index.html, Output: 2025-06-25 12:02:05,585 - DEBUG - Pod ctest-busybox-pod-23471062 not in running state.Currently in Pending 2025-06-25 12:02:10,592 - INFO - Pod ctest-busybox-pod-23471062 is in running state.Got IP 10.47.255.248 2025-06-25 12:02:10,645 - DEBUG - Pod ctest-busybox-pod-23471062 has vmi 30f00228-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:02:10,645 - INFO - Verified pod ctest-busybox-pod-23471062 in contrail-api 2025-06-25 12:02:10,645 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:02:10,656 - DEBUG - VMI 30f00228-51bc-11f0-83b9-fa163ed47e63 is active in agent 10.0.0.23 2025-06-25 12:02:10,656 - INFO - Verified Pod ctest-busybox-pod-23471062 in agent 10.0.0.23 2025-06-25 12:02:10,656 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:10,660 - INFO - Pod ctest-busybox-pod-23471062 with uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e found in kube manager 2025-06-25 12:02:10,660 - INFO - Pod ctest-busybox-pod-23471062 verification passed 2025-06-25 12:02:10,724 - DEBUG - [Pod ctest-busybox-pod-23471062] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-88632814 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-06-25 12:02:10,725 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 12:02:10,725 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd output: ctest-nginx-pod-88632814 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-06-25 12:02:10,789 - DEBUG - [Pod ctest-busybox-pod-23471062] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-88632814 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-06-25 12:02:10,789 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 12:02:10,789 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd output: ctest-nginx-pod-88632814 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-06-25 12:02:10,836 - DEBUG - [Pod ctest-busybox-pod-23471062] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-88632814 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-06-25 12:02:10,836 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 12:02:10,836 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd output: ctest-nginx-pod-88632814 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-06-25 12:02:10,893 - DEBUG - [Pod ctest-busybox-pod-23471062] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-96186567 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-06-25 12:02:10,893 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-25 12:02:10,893 - DEBUG - [Pod Pod ctest-busybox-pod-23471062] Cmd output: ctest-nginx-pod-96186567 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-06-25 12:02:10,893 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-96186567': 1, 'ctest-nginx-pod-88632814': 3} 2025-06-25 12:02:10,893 - WARNING - Nothing to delete parallely 2025-06-25 12:02:10,893 - INFO - Deleting pod default:ctest-busybox-pod-23471062 2025-06-25 12:02:10,904 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:10,914 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:15,915 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:15,922 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:20,923 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:20,930 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:25,931 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:25,937 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:30,945 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:30,955 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:35,956 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:35,968 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:40,969 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:40,977 - WARNING - Pod uuid 8ae58ca5-4eea-4e47-96fd-ca676614850e is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:45,978 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=8ae58ca5-4eea-4e47-96fd-ca676614850e 2025-06-25 12:02:45,985 - DEBUG - Pod 8ae58ca5-4eea-4e47-96fd-ca676614850e is not in agent 10.0.0.23 VM list 2025-06-25 12:02:45,985 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30f00228-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:02:45,991 - DEBUG - VMI 30f00228-51bc-11f0-83b9-fa163ed47e63 is removed from agent 10.0.0.23 2025-06-25 12:02:45,992 - INFO - Verified that pod ctest-busybox-pod-23471062 is removed in agent 2025-06-25 12:02:45,992 - INFO - Deleting Ingress : ctest-nginx-ingress-43535092 2025-06-25 12:02:45,997 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=39da301b-d4cc-4cf3-a4a6-e26414c39992 2025-06-25 12:02:46,006 - ERROR - Ingress ctest-nginx-ingress-43535092 with uuid 39da301b-d4cc-4cf3-a4a6-e26414c39992 still found in kube manager 2025-06-25 12:02:47,007 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=39da301b-d4cc-4cf3-a4a6-e26414c39992 2025-06-25 12:02:47,011 - INFO - Ingress ctest-nginx-ingress-43535092 with uuid 39da301b-d4cc-4cf3-a4a6-e26414c39992 deleted successfully from kube manager 2025-06-25 12:02:47,012 - INFO - Verifications on Ingress %s cleanup passed 2025-06-25 12:02:47,012 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-25 12:02:47,107 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-25 12:02:47,126 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-25 12:02:47,126 - INFO - Deleting VN __public__ 2025-06-25 12:02:47,234 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/0533e9a5-e13a-40d4-9f12-f4fdc7f15c6d 2025-06-25 12:02:47,242 - DEBUG - Response Code: 404 2025-06-25 12:02:47,243 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-06-25 12:02:47,264 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f4a83ea1-95c5-45ba-8cac-6bdda43c414b 2025-06-25 12:02:47,276 - DEBUG - Requesting: http://10.0.0.27:8082/project/230f84c1-94f0-4470-9812-88caf4fdfc1e 2025-06-25 12:02:47,346 - INFO - Validated that VN __public__ is not found in API Server 2025-06-25 12:02:47,346 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-25 12:02:47,355 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:02:47,366 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2025-06-25 12:02:47,366 - INFO - Validated that VN __public__ is not in any agent 2025-06-25 12:02:47,366 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:02:47,375 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-25 12:02:47,381 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-25 12:02:47,386 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-25 12:02:47,387 - INFO - Deleting pod default:ctest-nginx-pod-88632814 2025-06-25 12:02:47,396 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 2025-06-25 12:02:47,409 - WARNING - Pod uuid d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:52,410 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 2025-06-25 12:02:52,416 - DEBUG - Pod d3aff9b2-c3f1-42f4-8a30-87a16d9f4fe4 is not in agent 10.0.0.23 VM list 2025-06-25 12:02:52,417 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2eec2e70-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:02:52,423 - DEBUG - VMI 2eec2e70-51bc-11f0-83b9-fa163ed47e63 is removed from agent 10.0.0.23 2025-06-25 12:02:52,423 - INFO - Verified that pod ctest-nginx-pod-88632814 is removed in agent 2025-06-25 12:02:52,423 - INFO - Deleting pod default:ctest-nginx-pod-96186567 2025-06-25 12:02:52,434 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f99cccd4-e534-4208-8201-45aac3a94cad 2025-06-25 12:02:52,452 - WARNING - Pod uuid f99cccd4-e534-4208-8201-45aac3a94cad is still seen in agent 10.0.0.23 VM list 2025-06-25 12:02:57,453 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f99cccd4-e534-4208-8201-45aac3a94cad 2025-06-25 12:02:57,459 - DEBUG - Pod f99cccd4-e534-4208-8201-45aac3a94cad is not in agent 10.0.0.23 VM list 2025-06-25 12:02:57,460 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e7a2aaa-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:02:57,466 - DEBUG - VMI 2e7a2aaa-51bc-11f0-83b9-fa163ed47e63 is removed from agent 10.0.0.23 2025-06-25 12:02:57,466 - INFO - Verified that pod ctest-nginx-pod-96186567 is removed in agent 2025-06-25 12:02:57,467 - INFO - Deleting service : ctest-nginx-svc-30894274 2025-06-25 12:02:57,618 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-25 12:02:57,624 - DEBUG - No XMPP flaps were noticed during the test
2025-06-25 12:02:57,624 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08]
2025-06-25 12:02:57,624 - INFO - -------------------------------------------------------------------------------- 2025-06-25 12:03:04,028 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-25 12:03:04,144 - DEBUG - Output : cluster_project={} 2025-06-25 12:03:04,183 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-25 12:03:04,365 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-25 12:03:04,370 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-25 12:03:04,514 - DEBUG - Output : cluster_project={} 2025-06-25 12:03:14,613 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:19,701 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:19,738 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:19,818 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:24,866 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:24,945 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:25,044 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:25,121 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-25 12:03:25,360 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-25 12:03:27,886 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_ApplicationPolicySetReq? 2025-06-25 12:03:27,894 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-06-25 12:03:27,923 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-06-25 12:03:29,956 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-06-25 12:06:29,973 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-25 12:06:30,030 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a7274023-d3d0-4d3b-b6db-288f2a9e2470 2025-06-25 12:06:30,057 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=1e335a17-10c6-4c05-b818-9ef1fe8dc3ec 2025-06-25 12:06:30,068 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:06:30,073 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=cfe15423-097d-4059-980d-8f3a114e46f5 2025-06-25 12:06:30,087 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d86cda56-253e-4aa9-b3b4-e0965d6d8446 2025-06-25 12:06:30,097 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:06:30,102 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:06:30,107 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:06:35,110 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a7274023-d3d0-4d3b-b6db-288f2a9e2470 2025-06-25 12:06:35,113 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=1e335a17-10c6-4c05-b818-9ef1fe8dc3ec 2025-06-25 12:06:35,126 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b0280ea-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:06:35,127 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:59ff3ee0-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:06:35,157 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:06:35,158 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:06:35,159 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=cfe15423-097d-4059-980d-8f3a114e46f5 2025-06-25 12:06:35,166 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:06:35,168 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d86cda56-253e-4aa9-b3b4-e0965d6d8446 2025-06-25 12:06:35,169 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:06:35,193 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a730e10-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:06:35,198 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b755e12-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:06:40,199 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:06:40,201 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:06:40,203 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:06:40,205 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:06:45,217 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:06:45,219 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:06:45,220 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:06:45,222 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:06:50,235 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:06:50,238 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:06:50,240 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:06:50,242 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:06:55,256 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:06:55,258 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:06:55,259 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:06:55,260 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:07:00,273 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:07:00,275 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:07:00,276 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:07:00,278 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:07:05,306 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=96584ffc-36c8-4c9b-8454-cee294d53635 2025-06-25 12:07:05,307 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=b5e4f2ca-b496-4fe8-aed7-258571a9d2a2 2025-06-25 12:07:05,309 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=174bd13f-b232-4d4f-a6aa-4ba8d2792e58 2025-06-25 12:07:05,310 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0f4feff4-537f-4197-92a9-9299fb9358d6 2025-06-25 12:07:05,323 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5c7c5e00-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:07:05,326 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ce64f68-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:07:05,327 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5c01809a-51bc-11f0-83b9-fa163ed47e63 2025-06-25 12:07:05,328 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d503d2e-51bc-11f0-83b9-fa163ed47e63