2025-07-09 13:57:09,922 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-07-09 13:57:10,167 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1322-1 2025-07-09 13:57:10,167 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-07-09 13:57:10,201 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1322-1 2025-07-09 13:57:10,201 - DEBUG - [10.0.0.57]: 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-07-09 13:57:10,314 - DEBUG - Output : NAMES contrail_test_BMLObqFII contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-api-1 2025-07-09 13:57:10,314 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-09 13:57:10,350 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-07-09 13:57:10,350 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-07-09 13:57:10,384 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1322-1 2025-07-09 13:57:10,493 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-07-09 13:57:10,712 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1322-1 2025-07-09 13:57:10,712 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-07-09 13:57:10,736 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1322-1 2025-07-09 13:57:10,736 - 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-07-09 13:57:10,780 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-09 13:57:10,781 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-09 13:57:10,815 - DEBUG - Output : 10.0.0.27/24 2025-07-09 13:57:10,815 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-07-09 13:57:10,886 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1322-1 2025-07-09 13:57:10,965 - INFO - Using existing project ['default-domain', 'k8s-default'](73842c3f-6af1-43ad-b8c0-bd42ec15594a) 2025-07-09 13:57:11,024 - INFO - Using existing project ['default-domain', 'k8s-default'](73842c3f-6af1-43ad-b8c0-bd42ec15594a) 2025-07-09 13:57:11,163 - INFO - ================================================================================ 2025-07-09 13:57:11,163 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-09 13:57:11,164 - 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-07-09 13:57:11,409 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 13:57:11,417 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.57': '0'}} with 2025-07-09 13:57:11,417 - INFO - Initial checks done. Running the testcase now 2025-07-09 13:57:11,417 - INFO - 2025-07-09 13:57:11,422 - INFO - Namespace default already exists 2025-07-09 13:57:11,422 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-09 13:57:11,540 - DEBUG - Output : cluster_project={} 2025-07-09 13:57:11,639 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-09 13:57:11,640 - DEBUG - Project uuid in Contrail is 73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:57:11,640 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-09 13:57:11,757 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-09 13:57:11,757 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=56391795-0519-48fe-9592-20bc5d9ce780 2025-07-09 13:57:11,762 - INFO - Namespace default with uuid 56391795-0519-48fe-9592-20bc5d9ce780 found in kube manager 2025-07-09 13:57:11,762 - INFO - Namespace default verification passed 2025-07-09 13:57:11,768 - DEBUG - Service ctest-nginx-svc-83631633 not present 2025-07-09 13:57:11,768 - INFO - Creating service ctest-nginx-svc-83631633 2025-07-09 13:57:11,781 - INFO - Created Service ctest-nginx-svc-83631633 2025-07-09 13:57:11,789 - DEBUG - Pod ctest-nginx-pod-80744733 not present 2025-07-09 13:57:11,789 - INFO - Creating Pod ctest-nginx-pod-80744733 2025-07-09 13:57:11,858 - DEBUG - Pod : ctest-nginx-pod-80744733 UUID is 72bb3855-f618-41d8-8993-7614c1761019 2025-07-09 13:57:11,861 - DEBUG - Pod ctest-nginx-pod-38686558 not present 2025-07-09 13:57:11,861 - INFO - Creating Pod ctest-nginx-pod-38686558 2025-07-09 13:57:11,883 - DEBUG - Pod : ctest-nginx-pod-38686558 UUID is 7a0a2094-1973-4970-8cef-a8c19a547bc7 2025-07-09 13:57:12,095 - INFO - Created VN __public__, UUID :9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:12,312 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 13:57:12,318 - DEBUG - Requesting: http://10.0.0.57:8082/domain/dc30b95e-b626-4e01-968b-d84d52738d62 2025-07-09 13:57:12,332 - DEBUG - Requesting: http://10.0.0.57:8082/project/73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:57:12,374 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:12,385 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:12,403 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:12,424 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:12,434 - DEBUG - Route Targets: [] 2025-07-09 13:57:12,434 - DEBUG - RT names not yet present for VN __public__ 2025-07-09 13:57:17,434 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 13:57:17,440 - DEBUG - Requesting: http://10.0.0.57:8082/domain/dc30b95e-b626-4e01-968b-d84d52738d62 2025-07-09 13:57:17,448 - DEBUG - Requesting: http://10.0.0.57:8082/project/73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:57:17,488 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,501 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,511 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:17,520 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:17,529 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/937f669c-1944-4bd1-9bda-5db69c930cd0 2025-07-09 13:57:17,535 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-09 13:57:17,535 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,545 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:17,558 - INFO - Verified VN network id 13 for VN 9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,559 - INFO - Verifications in API Server for VN __public__ passed 2025-07-09 13:57:17,559 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,567 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:17,573 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:57:17,580 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/937f669c-1944-4bd1-9bda-5db69c930cd0 2025-07-09 13:57:17,586 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-09 13:57:17,592 - DEBUG - Control-node 10.0.0.57 : 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': '11492078689805025406', 'uuid-lslong': '12234365680016592392'}, 'enable': 'true', 'created': '2025-07-09T13:57:12', 'last-modified': '2025-07-09T13:57:12', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.429784'} 2025-07-09 13:57:17,593 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:57:17,599 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-09 13:57:17,599 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-09 13:57:17,600 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-09 13:57:17,600 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 13:57:17,605 - DEBUG - Requesting: http://10.0.0.57:8082/domain/dc30b95e-b626-4e01-968b-d84d52738d62 2025-07-09 13:57:17,613 - DEBUG - Requesting: http://10.0.0.57:8082/project/73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:57:17,660 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,669 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-09 13:57:17,669 - DEBUG - Verifying the vn in opserver 2025-07-09 13:57:17,670 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-07-09 13:57:17,670 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-07-09 13:57:17,675 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-09 13:57:17,675 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-09 13:57:17,675 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:57:17,683 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:57:17,690 - DEBUG - Do not have enough data to verify VN in agent 2025-07-09 13:57:17,690 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:57:17,697 - DEBUG - VRF ids for VN __public__: {} 2025-07-09 13:57:17,795 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-09 13:57:17,905 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 13:57:17,912 - DEBUG - Requesting: http://10.0.0.57:8082/domain/dc30b95e-b626-4e01-968b-d84d52738d62 2025-07-09 13:57:17,921 - DEBUG - Requesting: http://10.0.0.57:8082/project/73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:57:17,960 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:17,973 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/920ca92a-09b1-4a7a-8354-a564738f27d0 2025-07-09 13:57:17,979 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 13:57:17,984 - DEBUG - Requesting: http://10.0.0.57:8082/domain/dc30b95e-b626-4e01-968b-d84d52738d62 2025-07-09 13:57:17,991 - DEBUG - Requesting: http://10.0.0.57:8082/project/73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:57:18,034 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/9f7c10ae-44aa-407e-a9c9-32c3f99e8e08 2025-07-09 13:57:18,043 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-09 13:57:18,043 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-09 13:57:18,049 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-09 13:57:18,055 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-09 13:57:18,055 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-09 13:57:18,059 - DEBUG - Ingress ctest-nginx-ingress-27301071 not present 2025-07-09 13:57:18,059 - INFO - Creating Ingress ctest-nginx-ingress-27301071 2025-07-09 13:57:18,066 - INFO - Created Ingress ctest-nginx-ingress-27301071 2025-07-09 13:57:18,069 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27301071 2025-07-09 13:57:21,076 - DEBUG - For Ingress ctest-nginx-ingress-27301071, Cluster IP: 10.47.255.249, External IPs ['169.78.172.252'] 2025-07-09 13:57:21,076 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-27301071 2025-07-09 13:57:21,077 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=c05f59a6-894e-4adb-9791-7cdb240f6b4b 2025-07-09 13:57:21,081 - INFO - Ingress ctest-nginx-ingress-27301071 with uuid c05f59a6-894e-4adb-9791-7cdb240f6b4b found in kube manager 2025-07-09 13:57:21,081 - INFO - Ingress ctest-nginx-ingress-27301071 verification passed 2025-07-09 13:57:21,091 - DEBUG - Pod ctest-busybox-pod-20809262 not present 2025-07-09 13:57:21,092 - INFO - Creating Pod ctest-busybox-pod-20809262 2025-07-09 13:57:21,116 - DEBUG - Pod : ctest-busybox-pod-20809262 UUID is 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:21,122 - DEBUG - Pod ctest-nginx-pod-80744733 not in running state.Currently in Pending 2025-07-09 13:57:26,130 - INFO - Pod ctest-nginx-pod-80744733 is in running state.Got IP 10.47.255.251 2025-07-09 13:57:26,145 - DEBUG - Pod ctest-nginx-pod-80744733 has vmi 9d866d12-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 13:57:26,145 - INFO - Verified pod ctest-nginx-pod-80744733 in contrail-api 2025-07-09 13:57:26,145 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:57:26,159 - DEBUG - VMI 9d866d12-5ccc-11f0-9d74-fa163e8a7997 is active in agent 10.0.0.27 2025-07-09 13:57:26,159 - INFO - Verified Pod ctest-nginx-pod-80744733 in agent 10.0.0.27 2025-07-09 13:57:26,159 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=72bb3855-f618-41d8-8993-7614c1761019 2025-07-09 13:57:26,164 - INFO - Pod ctest-nginx-pod-80744733 with uuid 72bb3855-f618-41d8-8993-7614c1761019 found in kube manager 2025-07-09 13:57:26,164 - INFO - Pod ctest-nginx-pod-80744733 verification passed 2025-07-09 13:57:26,232 - DEBUG - [Pod ctest-nginx-pod-80744733] Cmd: echo ctest-nginx-pod-80744733 > /usr/share/nginx/html/index.html, Output: 2025-07-09 13:57:26,237 - INFO - Pod ctest-nginx-pod-38686558 is in running state.Got IP 10.47.255.250 2025-07-09 13:57:26,291 - DEBUG - Pod ctest-nginx-pod-38686558 has vmi 9dfd5a80-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 13:57:26,291 - INFO - Verified pod ctest-nginx-pod-38686558 in contrail-api 2025-07-09 13:57:26,292 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:57:26,305 - DEBUG - VMI 9dfd5a80-5ccc-11f0-9d74-fa163e8a7997 is active in agent 10.0.0.27 2025-07-09 13:57:26,305 - INFO - Verified Pod ctest-nginx-pod-38686558 in agent 10.0.0.27 2025-07-09 13:57:26,305 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=7a0a2094-1973-4970-8cef-a8c19a547bc7 2025-07-09 13:57:26,310 - INFO - Pod ctest-nginx-pod-38686558 with uuid 7a0a2094-1973-4970-8cef-a8c19a547bc7 found in kube manager 2025-07-09 13:57:26,311 - INFO - Pod ctest-nginx-pod-38686558 verification passed 2025-07-09 13:57:26,367 - DEBUG - [Pod ctest-nginx-pod-38686558] Cmd: echo ctest-nginx-pod-38686558 > /usr/share/nginx/html/index.html, Output: 2025-07-09 13:57:26,372 - DEBUG - Pod ctest-busybox-pod-20809262 not in running state.Currently in Pending 2025-07-09 13:57:31,378 - INFO - Pod ctest-busybox-pod-20809262 is in running state.Got IP 10.47.255.248 2025-07-09 13:57:31,392 - DEBUG - Pod ctest-busybox-pod-20809262 has vmi a23af59e-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 13:57:31,392 - INFO - Verified pod ctest-busybox-pod-20809262 in contrail-api 2025-07-09 13:57:31,392 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:57:31,404 - DEBUG - VMI a23af59e-5ccc-11f0-9d74-fa163e8a7997 is active in agent 10.0.0.27 2025-07-09 13:57:31,404 - INFO - Verified Pod ctest-busybox-pod-20809262 in agent 10.0.0.27 2025-07-09 13:57:31,404 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:31,409 - INFO - Pod ctest-busybox-pod-20809262 with uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a found in kube manager 2025-07-09 13:57:31,409 - INFO - Pod ctest-busybox-pod-20809262 verification passed 2025-07-09 13:57:31,466 - DEBUG - [Pod ctest-busybox-pod-20809262] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-80744733 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-07-09 13:57:31,466 - DEBUG - [Pod Pod ctest-busybox-pod-20809262] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-09 13:57:31,466 - DEBUG - [Pod Pod ctest-busybox-pod-20809262] Cmd output: ctest-nginx-pod-80744733 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-07-09 13:57:31,516 - DEBUG - [Pod ctest-busybox-pod-20809262] 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-38686558 2025-07-09 13:57:31,516 - DEBUG - [Pod Pod ctest-busybox-pod-20809262] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-09 13:57:31,516 - DEBUG - [Pod Pod ctest-busybox-pod-20809262] 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-38686558 2025-07-09 13:57:31,517 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-80744733': 1, 'ctest-nginx-pod-38686558': 1} 2025-07-09 13:57:31,517 - WARNING - Nothing to delete parallely 2025-07-09 13:57:31,517 - INFO - Deleting pod default:ctest-busybox-pod-20809262 2025-07-09 13:57:31,532 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:31,552 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:57:36,553 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:36,561 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:57:41,562 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:41,570 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:57:46,571 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:46,579 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:57:51,580 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:51,587 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:57:56,589 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:57:56,597 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:58:01,598 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:58:01,605 - WARNING - Pod uuid 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is still seen in agent 10.0.0.27 VM list 2025-07-09 13:58:06,606 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1de6a85f-a5eb-47b5-b79a-4e4198ffe18a 2025-07-09 13:58:06,614 - DEBUG - Pod 1de6a85f-a5eb-47b5-b79a-4e4198ffe18a is not in agent 10.0.0.27 VM list 2025-07-09 13:58:06,614 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a23af59e-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 13:58:06,620 - DEBUG - VMI a23af59e-5ccc-11f0-9d74-fa163e8a7997 is removed from agent 10.0.0.27 2025-07-09 13:58:06,621 - INFO - Verified that pod ctest-busybox-pod-20809262 is removed in agent 2025-07-09 13:58:06,621 - INFO - Deleting Ingress : ctest-nginx-ingress-27301071 2025-07-09 13:58:06,630 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=c05f59a6-894e-4adb-9791-7cdb240f6b4b 2025-07-09 13:58:06,636 - ERROR - Ingress ctest-nginx-ingress-27301071 with uuid c05f59a6-894e-4adb-9791-7cdb240f6b4b still found in kube manager 2025-07-09 13:58:07,638 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=c05f59a6-894e-4adb-9791-7cdb240f6b4b 2025-07-09 13:58:07,642 - ERROR - Ingress ctest-nginx-ingress-27301071 with uuid c05f59a6-894e-4adb-9791-7cdb240f6b4b still found in kube manager 2025-07-09 13:58:08,643 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=c05f59a6-894e-4adb-9791-7cdb240f6b4b 2025-07-09 13:58:08,647 - INFO - Ingress ctest-nginx-ingress-27301071 with uuid c05f59a6-894e-4adb-9791-7cdb240f6b4b deleted successfully from kube manager 2025-07-09 13:58:08,648 - INFO - Verifications on Ingress %s cleanup passed 2025-07-09 13:58:08,648 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-09 13:58:08,736 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-09 13:58:08,743 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-09 13:58:08,743 - INFO - Deleting VN __public__ 2025-07-09 13:58:08,865 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/0ca679f4-ae34-477d-9918-12a8cd8c5c2b 2025-07-09 13:58:08,870 - DEBUG - Response Code: 404 2025-07-09 13:58:08,870 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 13:58:08,889 - DEBUG - Requesting: http://10.0.0.57:8082/domain/dc30b95e-b626-4e01-968b-d84d52738d62 2025-07-09 13:58:08,897 - DEBUG - Requesting: http://10.0.0.57:8082/project/73842c3f-6af1-43ad-b8c0-bd42ec15594a 2025-07-09 13:58:08,951 - INFO - Validated that VN __public__ is not found in API Server 2025-07-09 13:58:08,951 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-09 13:58:08,957 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:58:08,964 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-07-09 13:58:08,964 - INFO - Validated that VN __public__ is not in any agent 2025-07-09 13:58:08,964 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:58:08,971 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 13:58:08,978 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-09 13:58:08,985 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-09 13:58:08,986 - INFO - Deleting pod default:ctest-nginx-pod-38686558 2025-07-09 13:58:09,001 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=7a0a2094-1973-4970-8cef-a8c19a547bc7 2025-07-09 13:58:09,011 - WARNING - Pod uuid 7a0a2094-1973-4970-8cef-a8c19a547bc7 is still seen in agent 10.0.0.27 VM list 2025-07-09 13:58:14,011 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=7a0a2094-1973-4970-8cef-a8c19a547bc7 2025-07-09 13:58:14,020 - DEBUG - Pod 7a0a2094-1973-4970-8cef-a8c19a547bc7 is not in agent 10.0.0.27 VM list 2025-07-09 13:58:14,020 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9dfd5a80-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 13:58:14,027 - DEBUG - VMI 9dfd5a80-5ccc-11f0-9d74-fa163e8a7997 is removed from agent 10.0.0.27 2025-07-09 13:58:14,027 - INFO - Verified that pod ctest-nginx-pod-38686558 is removed in agent 2025-07-09 13:58:14,027 - INFO - Deleting pod default:ctest-nginx-pod-80744733 2025-07-09 13:58:14,038 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=72bb3855-f618-41d8-8993-7614c1761019 2025-07-09 13:58:14,055 - WARNING - Pod uuid 72bb3855-f618-41d8-8993-7614c1761019 is still seen in agent 10.0.0.27 VM list 2025-07-09 13:58:19,056 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=72bb3855-f618-41d8-8993-7614c1761019 2025-07-09 13:58:19,064 - DEBUG - Pod 72bb3855-f618-41d8-8993-7614c1761019 is not in agent 10.0.0.27 VM list 2025-07-09 13:58:19,064 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9d866d12-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 13:58:19,071 - DEBUG - VMI 9d866d12-5ccc-11f0-9d74-fa163e8a7997 is removed from agent 10.0.0.27 2025-07-09 13:58:19,071 - INFO - Verified that pod ctest-nginx-pod-80744733 is removed in agent 2025-07-09 13:58:19,071 - INFO - Deleting service : ctest-nginx-svc-83631633 2025-07-09 13:58:19,315 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 13:58:19,322 - DEBUG - No XMPP flaps were noticed during the test
2025-07-09 13:58:19,322 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08]
2025-07-09 13:58:19,322 - INFO - -------------------------------------------------------------------------------- 2025-07-09 13:58:25,781 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-09 13:58:25,908 - DEBUG - Output : cluster_project={} 2025-07-09 13:58:25,946 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-09 13:58:26,120 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-09 13:58:26,126 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-09 13:58:26,276 - DEBUG - Output : cluster_project={} 2025-07-09 13:58:36,420 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:41,466 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:41,552 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:41,632 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:41,677 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:41,763 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:41,848 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:46,895 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 13:58:47,164 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 13:58:49,983 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-07-09 13:58:49,991 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-07-09 13:58:50,024 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-07-09 13:58:52,073 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-07-09 14:01:52,496 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 14:01:52,576 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:01:52,588 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:01:52,593 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=86e4a558-568e-49af-b01f-848aace5cb4e 2025-07-09 14:01:52,599 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=44a23bef-62d3-4c5e-8753-ce35d83ae4f1 2025-07-09 14:01:52,606 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:01:52,610 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:01:52,614 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=56cae3b9-166c-4572-afe4-a6c70484de91 2025-07-09 14:01:52,621 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0450ad4c-19b8-4978-b0fa-597deded7579 2025-07-09 14:01:57,637 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=86e4a558-568e-49af-b01f-848aace5cb4e 2025-07-09 14:01:57,639 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:01:57,652 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c98e0aaa-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:01:57,672 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:01:57,674 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=56cae3b9-166c-4572-afe4-a6c70484de91 2025-07-09 14:01:57,676 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0450ad4c-19b8-4978-b0fa-597deded7579 2025-07-09 14:01:57,677 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=44a23bef-62d3-4c5e-8753-ce35d83ae4f1 2025-07-09 14:01:57,678 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:01:57,679 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:01:57,703 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca0cc390-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:01:57,705 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:caa87628-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:01:57,708 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb22af4c-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:02:02,653 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:02:02,703 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:02:02,705 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:02:02,708 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:02:07,660 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:02:07,721 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:02:07,723 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:02:07,725 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:02:12,670 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:02:12,738 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:02:12,740 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:02:12,742 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:02:17,678 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:02:17,754 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:02:17,756 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:02:17,758 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:02:22,689 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:02:22,771 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:02:22,774 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:02:22,775 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:02:27,704 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af1b2559-5627-4a69-b46d-1dc78b2b68cc 2025-07-09 14:02:27,712 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd0c5da8-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:02:27,786 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=98fa9183-6a36-4bcb-ab2b-0bd60ff1b5ab 2025-07-09 14:02:27,788 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=819c04f8-f7e0-4639-ab9d-26092e510179 2025-07-09 14:02:27,789 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=845c9d44-b8b5-4b08-98dd-08e191ad6f51 2025-07-09 14:02:27,801 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc25507a-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:02:27,806 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc9bebd6-5ccc-11f0-9d74-fa163e8a7997 2025-07-09 14:02:27,807 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cbb1ff62-5ccc-11f0-9d74-fa163e8a7997