2025-03-29 14:52:34,667 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-03-29 14:52:35,026 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1065-1 2025-03-29 14:52:35,026 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-03-29 14:52:35,070 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1065-1 2025-03-29 14:52:35,071 - DEBUG - [10.0.0.41]: 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-03-29 14:52:35,171 - DEBUG - Output : NAMES contrail_test_XOvFo0V7r contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_api_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_dnsmasq_1 2025-03-29 14:52:35,171 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-29 14:52:35,250 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2025-03-29 14:52:35,250 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-03-29 14:52:35,295 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1065-1 2025-03-29 14:52:35,411 - DEBUG - [10.0.0.28]: Running cmd : hostname 2025-03-29 14:52:35,658 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1065-1 2025-03-29 14:52:35,658 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2025-03-29 14:52:35,683 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1065-1 2025-03-29 14:52:35,684 - DEBUG - [10.0.0.28]: 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-03-29 14:52:35,731 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-29 14:52:35,731 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-29 14:52:35,804 - DEBUG - Output : 10.0.0.28/24 2025-03-29 14:52:35,804 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2025-03-29 14:52:35,839 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1065-1 2025-03-29 14:52:35,975 - INFO - Using existing project ['default-domain', 'k8s-default'](e47b39d1-4cc4-4734-bfb2-0f45a869bd82) 2025-03-29 14:52:36,124 - INFO - Using existing project ['default-domain', 'k8s-default'](e47b39d1-4cc4-4734-bfb2-0f45a869bd82) 2025-03-29 14:52:36,278 - INFO - ================================================================================ 2025-03-29 14:52:36,279 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-29 14:52:36,280 - 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-03-29 14:52:36,552 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 14:52:36,562 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.41': '0'}} with 2025-03-29 14:52:36,562 - INFO - Initial checks done. Running the testcase now 2025-03-29 14:52:36,562 - INFO - 2025-03-29 14:52:36,566 - INFO - Namespace default already exists 2025-03-29 14:52:36,567 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-29 14:52:36,705 - DEBUG - Output : cluster_project={} 2025-03-29 14:52:36,758 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-29 14:52:36,758 - DEBUG - Project uuid in Contrail is e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:52:36,759 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-29 14:52:36,901 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-29 14:52:36,901 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=3f464e8a-1990-4585-8352-09ae6b9be1b9 2025-03-29 14:52:36,910 - INFO - Namespace default with uuid 3f464e8a-1990-4585-8352-09ae6b9be1b9 found in kube manager 2025-03-29 14:52:36,910 - INFO - Namespace default verification passed 2025-03-29 14:52:36,913 - DEBUG - Service ctest-nginx-svc-02419445 not present 2025-03-29 14:52:36,913 - INFO - Creating service ctest-nginx-svc-02419445 2025-03-29 14:52:36,954 - INFO - Created Service ctest-nginx-svc-02419445 2025-03-29 14:52:36,962 - DEBUG - Pod ctest-nginx-pod-91975573 not present 2025-03-29 14:52:36,963 - INFO - Creating Pod ctest-nginx-pod-91975573 2025-03-29 14:52:37,016 - DEBUG - Pod : ctest-nginx-pod-91975573 UUID is 3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 2025-03-29 14:52:37,023 - DEBUG - Pod ctest-nginx-pod-83035584 not present 2025-03-29 14:52:37,023 - INFO - Creating Pod ctest-nginx-pod-83035584 2025-03-29 14:52:37,074 - DEBUG - Pod : ctest-nginx-pod-83035584 UUID is 395292bc-9df8-42c4-86a3-7270650159b4 2025-03-29 14:52:37,377 - INFO - Created VN __public__, UUID :72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:37,767 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-29 14:52:37,791 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fbd695ae-6d3f-4f0a-b69a-6bf3cfbd962f 2025-03-29 14:52:37,826 - DEBUG - Requesting: http://10.0.0.41:8082/project/e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:52:37,946 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:38,011 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:38,038 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:38,063 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:38,074 - DEBUG - Route Targets: [] 2025-03-29 14:52:38,074 - DEBUG - RT names not yet present for VN __public__ 2025-03-29 14:52:43,074 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-29 14:52:43,081 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fbd695ae-6d3f-4f0a-b69a-6bf3cfbd962f 2025-03-29 14:52:43,090 - DEBUG - Requesting: http://10.0.0.41:8082/project/e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:52:43,131 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,142 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,154 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:43,165 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:43,174 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/57aed688-8bff-42c9-8d70-ae16a2ad85e3 2025-03-29 14:52:43,181 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-29 14:52:43,181 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,190 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:43,205 - INFO - Verified VN network id 13 for VN 72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,205 - INFO - Verifications in API Server for VN __public__ passed 2025-03-29 14:52:43,205 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,214 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:43,220 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:52:43,226 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/57aed688-8bff-42c9-8d70-ae16a2ad85e3 2025-03-29 14:52:43,232 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-29 14:52:43,237 - DEBUG - Control-node 10.0.0.41 : 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': '8265913961046754757', 'uuid-lslong': '10034042211919107593'}, 'enable': 'true', 'created': '2025-03-29T14:52:37', 'last-modified': '2025-03-29T14:52:37', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.643103'} 2025-03-29 14:52:43,238 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:52:43,244 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-29 14:52:43,244 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-29 14:52:43,246 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-29 14:52:43,246 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-29 14:52:43,252 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fbd695ae-6d3f-4f0a-b69a-6bf3cfbd962f 2025-03-29 14:52:43,260 - DEBUG - Requesting: http://10.0.0.41:8082/project/e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:52:43,301 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,311 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-29 14:52:43,311 - DEBUG - Verifying the vn in opserver 2025-03-29 14:52:43,311 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-03-29 14:52:43,311 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-03-29 14:52:43,316 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-29 14:52:43,316 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-29 14:52:43,316 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:52:43,325 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:52:43,331 - DEBUG - Do not have enough data to verify VN in agent 2025-03-29 14:52:43,331 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:52:43,337 - DEBUG - VRF ids for VN __public__: {} 2025-03-29 14:52:43,443 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-29 14:52:43,554 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-29 14:52:43,563 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fbd695ae-6d3f-4f0a-b69a-6bf3cfbd962f 2025-03-29 14:52:43,571 - DEBUG - Requesting: http://10.0.0.41:8082/project/e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:52:43,623 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,634 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/fd1eee3a-bc40-43cc-afec-980186f3df2d 2025-03-29 14:52:43,640 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-29 14:52:43,646 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fbd695ae-6d3f-4f0a-b69a-6bf3cfbd962f 2025-03-29 14:52:43,654 - DEBUG - Requesting: http://10.0.0.41:8082/project/e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:52:43,709 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/72b66cf3-f022-45c5-8b40-143aa6b69609 2025-03-29 14:52:43,720 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-29 14:52:43,720 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-29 14:52:43,728 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-29 14:52:43,734 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-29 14:52:43,734 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-29 14:52:43,739 - DEBUG - Ingress ctest-nginx-ingress-79890636 not present 2025-03-29 14:52:43,739 - INFO - Creating Ingress ctest-nginx-ingress-79890636 2025-03-29 14:52:43,746 - INFO - Created Ingress ctest-nginx-ingress-79890636 2025-03-29 14:52:43,752 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-79890636 2025-03-29 14:52:46,758 - DEBUG - For Ingress ctest-nginx-ingress-79890636, Cluster IP: 10.47.255.249, External IPs ['110.112.89.60'] 2025-03-29 14:52:46,758 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-79890636 2025-03-29 14:52:46,758 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=d2868927-1139-400c-8d2b-65c3d9ebe39e 2025-03-29 14:52:46,765 - INFO - Ingress ctest-nginx-ingress-79890636 with uuid d2868927-1139-400c-8d2b-65c3d9ebe39e found in kube manager 2025-03-29 14:52:46,766 - INFO - Ingress ctest-nginx-ingress-79890636 verification passed 2025-03-29 14:52:46,768 - DEBUG - Pod ctest-busybox-pod-01713791 not present 2025-03-29 14:52:46,768 - INFO - Creating Pod ctest-busybox-pod-01713791 2025-03-29 14:52:46,795 - DEBUG - Node for Pod ctest-busybox-pod-01713791 not yet populated 2025-03-29 14:52:49,809 - DEBUG - Pod : ctest-busybox-pod-01713791 UUID is 3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:52:49,814 - DEBUG - Pod ctest-nginx-pod-91975573 not in running state.Currently in Pending 2025-03-29 14:52:54,821 - INFO - Pod ctest-nginx-pod-91975573 is in running state.Got IP 10.47.255.251 2025-03-29 14:52:54,883 - DEBUG - Pod ctest-nginx-pod-91975573 has vmi 75b9b75e-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:52:54,884 - INFO - Verified pod ctest-nginx-pod-91975573 in contrail-api 2025-03-29 14:52:54,884 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:52:54,898 - DEBUG - VMI 75b9b75e-0cad-11f0-87fb-fa163e6ee716 is active in agent 10.0.0.28 2025-03-29 14:52:54,899 - INFO - Verified Pod ctest-nginx-pod-91975573 in agent 10.0.0.28 2025-03-29 14:52:54,899 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 2025-03-29 14:52:54,904 - INFO - Pod ctest-nginx-pod-91975573 with uuid 3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 found in kube manager 2025-03-29 14:52:54,905 - INFO - Pod ctest-nginx-pod-91975573 verification passed 2025-03-29 14:52:54,969 - DEBUG - [Pod ctest-nginx-pod-91975573] Cmd: echo ctest-nginx-pod-91975573 > /usr/share/nginx/html/index.html, Output: 2025-03-29 14:52:54,975 - INFO - Pod ctest-nginx-pod-83035584 is in running state.Got IP 10.47.255.250 2025-03-29 14:52:54,993 - DEBUG - Pod ctest-nginx-pod-83035584 has vmi 762dfd1c-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:52:54,993 - INFO - Verified pod ctest-nginx-pod-83035584 in contrail-api 2025-03-29 14:52:54,993 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:52:55,008 - DEBUG - VMI 762dfd1c-0cad-11f0-87fb-fa163e6ee716 is active in agent 10.0.0.28 2025-03-29 14:52:55,008 - INFO - Verified Pod ctest-nginx-pod-83035584 in agent 10.0.0.28 2025-03-29 14:52:55,008 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=395292bc-9df8-42c4-86a3-7270650159b4 2025-03-29 14:52:55,014 - INFO - Pod ctest-nginx-pod-83035584 with uuid 395292bc-9df8-42c4-86a3-7270650159b4 found in kube manager 2025-03-29 14:52:55,014 - INFO - Pod ctest-nginx-pod-83035584 verification passed 2025-03-29 14:52:55,077 - DEBUG - [Pod ctest-nginx-pod-83035584] Cmd: echo ctest-nginx-pod-83035584 > /usr/share/nginx/html/index.html, Output: 2025-03-29 14:52:55,084 - DEBUG - Pod ctest-busybox-pod-01713791 not in running state.Currently in Pending 2025-03-29 14:53:00,091 - DEBUG - Pod ctest-busybox-pod-01713791 not in running state.Currently in Pending 2025-03-29 14:53:05,098 - INFO - Pod ctest-busybox-pod-01713791 is in running state.Got IP 10.47.255.248 2025-03-29 14:53:05,115 - DEBUG - Pod ctest-busybox-pod-01713791 has vmi 7a915188-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:53:05,115 - INFO - Verified pod ctest-busybox-pod-01713791 in contrail-api 2025-03-29 14:53:05,115 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:53:05,129 - DEBUG - VMI 7a915188-0cad-11f0-87fb-fa163e6ee716 is active in agent 10.0.0.28 2025-03-29 14:53:05,129 - INFO - Verified Pod ctest-busybox-pod-01713791 in agent 10.0.0.28 2025-03-29 14:53:05,130 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:05,135 - INFO - Pod ctest-busybox-pod-01713791 with uuid 3121dbd3-e490-4992-bb01-d283d400160b found in kube manager 2025-03-29 14:53:05,135 - INFO - Pod ctest-busybox-pod-01713791 verification passed 2025-03-29 14:53:05,206 - DEBUG - [Pod ctest-busybox-pod-01713791] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-91975573 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-03-29 14:53:05,206 - DEBUG - [Pod Pod ctest-busybox-pod-01713791] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-29 14:53:05,206 - DEBUG - [Pod Pod ctest-busybox-pod-01713791] Cmd output: ctest-nginx-pod-91975573 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-03-29 14:53:05,273 - DEBUG - [Pod ctest-busybox-pod-01713791] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-83035584 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-03-29 14:53:05,274 - DEBUG - [Pod Pod ctest-busybox-pod-01713791] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-29 14:53:05,274 - DEBUG - [Pod Pod ctest-busybox-pod-01713791] Cmd output: ctest-nginx-pod-83035584 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-03-29 14:53:05,274 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-91975573': 1, 'ctest-nginx-pod-83035584': 1} 2025-03-29 14:53:05,274 - WARNING - Nothing to delete parallely 2025-03-29 14:53:05,275 - INFO - Deleting pod default:ctest-busybox-pod-01713791 2025-03-29 14:53:05,304 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:05,312 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:10,313 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:10,322 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:15,323 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:15,332 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:20,332 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:20,341 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:25,342 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:25,352 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:30,353 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:30,360 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:35,362 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:35,371 - WARNING - Pod uuid 3121dbd3-e490-4992-bb01-d283d400160b is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:40,372 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3121dbd3-e490-4992-bb01-d283d400160b 2025-03-29 14:53:40,380 - DEBUG - Pod 3121dbd3-e490-4992-bb01-d283d400160b is not in agent 10.0.0.28 VM list 2025-03-29 14:53:40,381 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7a915188-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:53:40,387 - DEBUG - VMI 7a915188-0cad-11f0-87fb-fa163e6ee716 is removed from agent 10.0.0.28 2025-03-29 14:53:40,387 - INFO - Verified that pod ctest-busybox-pod-01713791 is removed in agent 2025-03-29 14:53:40,388 - INFO - Deleting Ingress : ctest-nginx-ingress-79890636 2025-03-29 14:53:40,402 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=d2868927-1139-400c-8d2b-65c3d9ebe39e 2025-03-29 14:53:40,408 - ERROR - Ingress ctest-nginx-ingress-79890636 with uuid d2868927-1139-400c-8d2b-65c3d9ebe39e still found in kube manager 2025-03-29 14:53:41,409 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=d2868927-1139-400c-8d2b-65c3d9ebe39e 2025-03-29 14:53:41,413 - INFO - Ingress ctest-nginx-ingress-79890636 with uuid d2868927-1139-400c-8d2b-65c3d9ebe39e deleted successfully from kube manager 2025-03-29 14:53:41,413 - INFO - Verifications on Ingress %s cleanup passed 2025-03-29 14:53:41,414 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-29 14:53:41,583 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-29 14:53:41,600 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-29 14:53:41,600 - INFO - Deleting VN __public__ 2025-03-29 14:53:41,928 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/28eeaa79-6904-4ae6-b5d5-bae6916a0763 2025-03-29 14:53:41,957 - DEBUG - Response Code: 404 2025-03-29 14:53:41,957 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-03-29 14:53:41,967 - DEBUG - Requesting: http://10.0.0.41:8082/domain/fbd695ae-6d3f-4f0a-b69a-6bf3cfbd962f 2025-03-29 14:53:41,977 - DEBUG - Requesting: http://10.0.0.41:8082/project/e47b39d1-4cc4-4734-bfb2-0f45a869bd82 2025-03-29 14:53:42,068 - INFO - Validated that VN __public__ is not found in API Server 2025-03-29 14:53:42,068 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-29 14:53:42,076 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:53:42,089 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2025-03-29 14:53:42,089 - INFO - Validated that VN __public__ is not in any agent 2025-03-29 14:53:42,089 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:53:42,124 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-29 14:53:42,130 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-29 14:53:42,136 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-29 14:53:42,136 - INFO - Deleting pod default:ctest-nginx-pod-83035584 2025-03-29 14:53:42,162 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=395292bc-9df8-42c4-86a3-7270650159b4 2025-03-29 14:53:42,175 - WARNING - Pod uuid 395292bc-9df8-42c4-86a3-7270650159b4 is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:47,177 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=395292bc-9df8-42c4-86a3-7270650159b4 2025-03-29 14:53:47,184 - DEBUG - Pod 395292bc-9df8-42c4-86a3-7270650159b4 is not in agent 10.0.0.28 VM list 2025-03-29 14:53:47,184 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:762dfd1c-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:53:47,191 - DEBUG - VMI 762dfd1c-0cad-11f0-87fb-fa163e6ee716 is removed from agent 10.0.0.28 2025-03-29 14:53:47,191 - INFO - Verified that pod ctest-nginx-pod-83035584 is removed in agent 2025-03-29 14:53:47,192 - INFO - Deleting pod default:ctest-nginx-pod-91975573 2025-03-29 14:53:47,213 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 2025-03-29 14:53:47,223 - WARNING - Pod uuid 3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 is still seen in agent 10.0.0.28 VM list 2025-03-29 14:53:52,224 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 2025-03-29 14:53:52,233 - DEBUG - Pod 3bc0c8a8-cc26-4e95-b72c-0b4f9eb27235 is not in agent 10.0.0.28 VM list 2025-03-29 14:53:52,233 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75b9b75e-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:53:52,242 - DEBUG - VMI 75b9b75e-0cad-11f0-87fb-fa163e6ee716 is removed from agent 10.0.0.28 2025-03-29 14:53:52,242 - INFO - Verified that pod ctest-nginx-pod-91975573 is removed in agent 2025-03-29 14:53:52,242 - INFO - Deleting service : ctest-nginx-svc-02419445 2025-03-29 14:53:52,537 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 14:53:52,545 - DEBUG - No XMPP flaps were noticed during the test 2025-03-29 14:53:52,546 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16] 2025-03-29 14:53:52,546 - INFO - -------------------------------------------------------------------------------- 2025-03-29 14:53:59,079 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-29 14:53:59,220 - DEBUG - Output : cluster_project={} 2025-03-29 14:53:59,269 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-29 14:53:59,474 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-29 14:53:59,480 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-29 14:53:59,666 - DEBUG - Output : cluster_project={} 2025-03-29 14:54:14,836 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:14,883 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:14,969 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:15,052 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:15,103 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:15,190 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:20,248 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:20,356 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-29 14:54:20,638 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 14:54:23,540 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_ApplicationPolicySetReq? 2025-03-29 14:54:23,548 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-03-29 14:54:23,587 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-03-29 14:54:25,625 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-03-29 14:57:26,594 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-29 14:57:26,632 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=56e7a1ed-8366-4372-8c30-c4e7bc382327 2025-03-29 14:57:26,651 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:26,669 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:26,688 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:26,698 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:57:26,705 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3e1f9db0-91ef-424a-bd63-b30e09172f5c 2025-03-29 14:57:26,713 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=4474cda2-0ebf-4d19-8344-93095aec5a4e 2025-03-29 14:57:26,724 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=60ca2f82-4ba3-42ba-bb90-d66cc410aa17 2025-03-29 14:57:31,656 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=56e7a1ed-8366-4372-8c30-c4e7bc382327 2025-03-29 14:57:31,665 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a65d7a30-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:57:31,731 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:31,734 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:31,755 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:57:31,756 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:31,758 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=4474cda2-0ebf-4d19-8344-93095aec5a4e 2025-03-29 14:57:31,760 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=60ca2f82-4ba3-42ba-bb90-d66cc410aa17 2025-03-29 14:57:31,761 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=3e1f9db0-91ef-424a-bd63-b30e09172f5c 2025-03-29 14:57:31,784 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a83dfc76-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:57:31,787 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a7b30eae-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:57:31,789 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a6f60548-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:57:36,743 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:36,744 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:36,791 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:36,792 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:57:41,760 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:41,762 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:41,804 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:57:41,806 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:46,773 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:46,775 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:46,819 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:46,821 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:57:51,786 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:51,787 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:51,833 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:57:51,835 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:56,799 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:57:56,801 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:57:56,845 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:57:56,847 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:58:01,814 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=76cc76e6-66ad-4ad0-9f68-56d52c5b9c74 2025-03-29 14:58:01,817 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8d510be-8475-4fd0-9c8a-b65ef3ee293d 2025-03-29 14:58:01,831 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a96b2916-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:58:01,833 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a8e3750c-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:58:01,861 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=5d503a0a-8ea6-47a3-b9d4-75a2e2e3f7bc 2025-03-29 14:58:01,863 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f91d75c3-150f-4280-a555-3b250357914a 2025-03-29 14:58:01,874 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa034f98-0cad-11f0-87fb-fa163e6ee716 2025-03-29 14:58:01,876 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa923776-0cad-11f0-87fb-fa163e6ee716