2025-04-24 13:19:27,839 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-04-24 13:19:28,085 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1182-1 2025-04-24 13:19:28,085 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-04-24 13:19:28,118 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1182-1 2025-04-24 13:19:28,118 - 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-04-24 13:19:28,182 - DEBUG - Output : NAMES contrail_test_mOVkdwldT contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 2025-04-24 13:19:28,182 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-24 13:19:28,248 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2025-04-24 13:19:28,249 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-04-24 13:19:28,282 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1182-1 2025-04-24 13:19:28,367 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-04-24 13:19:28,567 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1182-1 2025-04-24 13:19:28,567 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-04-24 13:19:28,590 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1182-1 2025-04-24 13:19:28,590 - 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-04-24 13:19:28,673 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-24 13:19:28,673 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-24 13:19:28,706 - DEBUG - Output : 10.0.0.27/24 2025-04-24 13:19:28,706 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-04-24 13:19:28,729 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1182-1 2025-04-24 13:19:28,795 - INFO - Using existing project ['default-domain', 'k8s-default'](7d9b7429-4201-4d7d-832e-6fc52f1bf69c) 2025-04-24 13:19:28,912 - INFO - Using existing project ['default-domain', 'k8s-default'](7d9b7429-4201-4d7d-832e-6fc52f1bf69c) 2025-04-24 13:19:29,074 - INFO - ================================================================================ 2025-04-24 13:19:29,074 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-24 13:19:29,076 - 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-04-24 13:19:29,256 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 13:19:29,263 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.41': '0'}} with 2025-04-24 13:19:29,263 - INFO - Initial checks done. Running the testcase now 2025-04-24 13:19:29,264 - INFO - 2025-04-24 13:19:29,267 - INFO - Namespace default already exists 2025-04-24 13:19:29,267 - 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-04-24 13:19:29,382 - DEBUG - Output : cluster_project={} 2025-04-24 13:19:29,428 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-24 13:19:29,428 - DEBUG - Project uuid in Contrail is 7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:19:29,429 - 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-04-24 13:19:29,586 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-24 13:19:29,586 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=585f6b39-156b-45f8-babb-43089ea36120 2025-04-24 13:19:29,593 - INFO - Namespace default with uuid 585f6b39-156b-45f8-babb-43089ea36120 found in kube manager 2025-04-24 13:19:29,593 - INFO - Namespace default verification passed 2025-04-24 13:19:29,595 - DEBUG - Service ctest-nginx-svc-64347743 not present 2025-04-24 13:19:29,596 - INFO - Creating service ctest-nginx-svc-64347743 2025-04-24 13:19:29,620 - INFO - Created Service ctest-nginx-svc-64347743 2025-04-24 13:19:29,636 - DEBUG - Pod ctest-nginx-pod-43770082 not present 2025-04-24 13:19:29,636 - INFO - Creating Pod ctest-nginx-pod-43770082 2025-04-24 13:19:29,707 - DEBUG - Pod : ctest-nginx-pod-43770082 UUID is 33528cff-85e2-4af7-bd90-7e970a824323 2025-04-24 13:19:29,712 - DEBUG - Pod ctest-nginx-pod-87321652 not present 2025-04-24 13:19:29,713 - INFO - Creating Pod ctest-nginx-pod-87321652 2025-04-24 13:19:29,739 - DEBUG - Pod : ctest-nginx-pod-87321652 UUID is 0ae89052-9a7a-4632-9e96-628a329051d0 2025-04-24 13:19:29,917 - INFO - Created VN __public__, UUID :af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:30,114 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-04-24 13:19:30,119 - DEBUG - Requesting: http://10.0.0.41:8082/domain/955f59fe-5137-4b96-88de-b55432d1c602 2025-04-24 13:19:30,151 - DEBUG - Requesting: http://10.0.0.41:8082/project/7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:19:30,190 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:30,199 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:30,212 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:30,221 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:30,268 - DEBUG - Route Targets: [] 2025-04-24 13:19:30,268 - DEBUG - RT names not yet present for VN __public__ 2025-04-24 13:19:35,269 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-04-24 13:19:35,274 - DEBUG - Requesting: http://10.0.0.41:8082/domain/955f59fe-5137-4b96-88de-b55432d1c602 2025-04-24 13:19:35,282 - DEBUG - Requesting: http://10.0.0.41:8082/project/7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:19:35,322 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,330 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,338 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:35,345 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:35,351 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/792fcb46-ee41-4723-82c7-295d85b3ce98 2025-04-24 13:19:35,356 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-24 13:19:35,356 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,364 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:35,374 - INFO - Verified VN network id 14 for VN af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,375 - INFO - Verifications in API Server for VN __public__ passed 2025-04-24 13:19:35,375 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,382 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:35,388 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:19:35,393 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/792fcb46-ee41-4723-82c7-295d85b3ce98 2025-04-24 13:19:35,398 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-24 13:19:35,404 - 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': '12651790597492850993', 'uuid-lslong': '10403120597739264306'}, 'enable': 'true', 'created': '2025-04-24T13:19:29', 'last-modified': '2025-04-24T13:19:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.328315'} 2025-04-24 13:19:35,404 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:19:35,413 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-24 13:19:35,413 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-24 13:19:35,414 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-24 13:19:35,414 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-04-24 13:19:35,418 - DEBUG - Requesting: http://10.0.0.41:8082/domain/955f59fe-5137-4b96-88de-b55432d1c602 2025-04-24 13:19:35,424 - DEBUG - Requesting: http://10.0.0.41:8082/project/7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:19:35,459 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,469 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-24 13:19:35,470 - DEBUG - Verifying the vn in opserver 2025-04-24 13:19:35,470 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2025-04-24 13:19:35,470 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2025-04-24 13:19:35,474 - 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-04-24 13:19:35,474 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-24 13:19:35,474 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:19:35,482 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:19:35,488 - DEBUG - Do not have enough data to verify VN in agent 2025-04-24 13:19:35,488 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:19:35,493 - DEBUG - VRF ids for VN __public__: {} 2025-04-24 13:19:35,585 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-24 13:19:35,736 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-04-24 13:19:35,741 - DEBUG - Requesting: http://10.0.0.41:8082/domain/955f59fe-5137-4b96-88de-b55432d1c602 2025-04-24 13:19:35,748 - DEBUG - Requesting: http://10.0.0.41:8082/project/7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:19:35,792 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,802 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/6f9eeab8-bc6e-4066-b0a6-b0aaefaf5dbd 2025-04-24 13:19:35,808 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-04-24 13:19:35,812 - DEBUG - Requesting: http://10.0.0.41:8082/domain/955f59fe-5137-4b96-88de-b55432d1c602 2025-04-24 13:19:35,818 - DEBUG - Requesting: http://10.0.0.41:8082/project/7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:19:35,850 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/af943084-3030-4131-905f-4f10c7cc5932 2025-04-24 13:19:35,865 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-24 13:19:35,865 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-24 13:19:35,871 - 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-04-24 13:19:35,876 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-24 13:19:35,876 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-24 13:19:35,879 - DEBUG - Ingress ctest-nginx-ingress-91619470 not present 2025-04-24 13:19:35,879 - INFO - Creating Ingress ctest-nginx-ingress-91619470 2025-04-24 13:19:35,887 - INFO - Created Ingress ctest-nginx-ingress-91619470 2025-04-24 13:19:35,889 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-91619470 2025-04-24 13:19:38,894 - DEBUG - For Ingress ctest-nginx-ingress-91619470, Cluster IP: 10.47.255.249, External IPs ['57.167.70.252'] 2025-04-24 13:19:38,894 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-91619470 2025-04-24 13:19:38,894 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=d23d4474-49b2-4f5b-9a3e-3e2f5962c897 2025-04-24 13:19:38,898 - INFO - Ingress ctest-nginx-ingress-91619470 with uuid d23d4474-49b2-4f5b-9a3e-3e2f5962c897 found in kube manager 2025-04-24 13:19:38,898 - INFO - Ingress ctest-nginx-ingress-91619470 verification passed 2025-04-24 13:19:38,900 - DEBUG - Pod ctest-busybox-pod-23385260 not present 2025-04-24 13:19:38,900 - INFO - Creating Pod ctest-busybox-pod-23385260 2025-04-24 13:19:38,927 - DEBUG - Pod : ctest-busybox-pod-23385260 UUID is f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:19:38,950 - DEBUG - Pod ctest-nginx-pod-43770082 not in running state.Currently in Pending 2025-04-24 13:19:43,956 - DEBUG - Pod ctest-nginx-pod-43770082 not in running state.Currently in Pending 2025-04-24 13:19:48,962 - INFO - Pod ctest-nginx-pod-43770082 is in running state.Got IP 10.47.255.251 2025-04-24 13:19:48,974 - DEBUG - Pod ctest-nginx-pod-43770082 has vmi c1afdb14-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:19:48,974 - INFO - Verified pod ctest-nginx-pod-43770082 in contrail-api 2025-04-24 13:19:48,974 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:19:48,986 - DEBUG - VMI c1afdb14-210e-11f0-a9b4-fa163eebfe9f is active in agent 10.0.0.27 2025-04-24 13:19:48,986 - INFO - Verified Pod ctest-nginx-pod-43770082 in agent 10.0.0.27 2025-04-24 13:19:48,986 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=33528cff-85e2-4af7-bd90-7e970a824323 2025-04-24 13:19:48,990 - INFO - Pod ctest-nginx-pod-43770082 with uuid 33528cff-85e2-4af7-bd90-7e970a824323 found in kube manager 2025-04-24 13:19:48,990 - INFO - Pod ctest-nginx-pod-43770082 verification passed 2025-04-24 13:19:49,055 - DEBUG - [Pod ctest-nginx-pod-43770082] Cmd: echo ctest-nginx-pod-43770082 > /usr/share/nginx/html/index.html, Output: 2025-04-24 13:19:49,060 - INFO - Pod ctest-nginx-pod-87321652 is in running state.Got IP 10.47.255.250 2025-04-24 13:19:49,072 - DEBUG - Pod ctest-nginx-pod-87321652 has vmi c2289a2c-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:19:49,072 - INFO - Verified pod ctest-nginx-pod-87321652 in contrail-api 2025-04-24 13:19:49,072 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:19:49,081 - DEBUG - VMI c2289a2c-210e-11f0-a9b4-fa163eebfe9f is active in agent 10.0.0.27 2025-04-24 13:19:49,082 - INFO - Verified Pod ctest-nginx-pod-87321652 in agent 10.0.0.27 2025-04-24 13:19:49,082 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=0ae89052-9a7a-4632-9e96-628a329051d0 2025-04-24 13:19:49,086 - INFO - Pod ctest-nginx-pod-87321652 with uuid 0ae89052-9a7a-4632-9e96-628a329051d0 found in kube manager 2025-04-24 13:19:49,086 - INFO - Pod ctest-nginx-pod-87321652 verification passed 2025-04-24 13:19:49,138 - DEBUG - [Pod ctest-nginx-pod-87321652] Cmd: echo ctest-nginx-pod-87321652 > /usr/share/nginx/html/index.html, Output: 2025-04-24 13:19:49,142 - DEBUG - Pod ctest-busybox-pod-23385260 not in running state.Currently in Pending 2025-04-24 13:19:54,149 - INFO - Pod ctest-busybox-pod-23385260 is in running state.Got IP 10.47.255.248 2025-04-24 13:19:54,204 - DEBUG - Pod ctest-busybox-pod-23385260 has vmi c6720244-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:19:54,204 - INFO - Verified pod ctest-busybox-pod-23385260 in contrail-api 2025-04-24 13:19:54,204 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:19:54,214 - DEBUG - VMI c6720244-210e-11f0-a9b4-fa163eebfe9f is active in agent 10.0.0.27 2025-04-24 13:19:54,214 - INFO - Verified Pod ctest-busybox-pod-23385260 in agent 10.0.0.27 2025-04-24 13:19:54,214 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:19:54,218 - INFO - Pod ctest-busybox-pod-23385260 with uuid f794615d-a49c-441d-bd94-69c9070be8de found in kube manager 2025-04-24 13:19:54,218 - INFO - Pod ctest-busybox-pod-23385260 verification passed 2025-04-24 13:19:54,264 - DEBUG - [Pod ctest-busybox-pod-23385260] 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-43770082 2025-04-24 13:19:54,264 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 13:19:54,264 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] 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-43770082 2025-04-24 13:19:54,310 - DEBUG - [Pod ctest-busybox-pod-23385260] 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-43770082 2025-04-24 13:19:54,310 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 13:19:54,310 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] 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-43770082 2025-04-24 13:19:54,354 - DEBUG - [Pod ctest-busybox-pod-23385260] 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-43770082 2025-04-24 13:19:54,354 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 13:19:54,354 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] 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-43770082 2025-04-24 13:19:54,410 - DEBUG - [Pod ctest-busybox-pod-23385260] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-43770082 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-04-24 13:19:54,410 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 13:19:54,410 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd output: ctest-nginx-pod-43770082 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-04-24 13:19:54,454 - DEBUG - [Pod ctest-busybox-pod-23385260] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87321652 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-04-24 13:19:54,454 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 13:19:54,454 - DEBUG - [Pod Pod ctest-busybox-pod-23385260] Cmd output: ctest-nginx-pod-87321652 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-04-24 13:19:54,454 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-43770082': 4, 'ctest-nginx-pod-87321652': 1} 2025-04-24 13:19:54,454 - WARNING - Nothing to delete parallely 2025-04-24 13:19:54,455 - INFO - Deleting pod default:ctest-busybox-pod-23385260 2025-04-24 13:19:54,472 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:19:54,478 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:19:59,478 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:19:59,484 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:04,485 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:20:04,491 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:09,491 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:20:09,497 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:14,498 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:20:14,507 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:19,507 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:20:19,514 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:24,514 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:20:24,520 - WARNING - Pod uuid f794615d-a49c-441d-bd94-69c9070be8de is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:29,521 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f794615d-a49c-441d-bd94-69c9070be8de 2025-04-24 13:20:29,527 - DEBUG - Pod f794615d-a49c-441d-bd94-69c9070be8de is not in agent 10.0.0.27 VM list 2025-04-24 13:20:29,527 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c6720244-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:20:29,532 - DEBUG - VMI c6720244-210e-11f0-a9b4-fa163eebfe9f is removed from agent 10.0.0.27 2025-04-24 13:20:29,532 - INFO - Verified that pod ctest-busybox-pod-23385260 is removed in agent 2025-04-24 13:20:29,533 - INFO - Deleting Ingress : ctest-nginx-ingress-91619470 2025-04-24 13:20:29,538 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=d23d4474-49b2-4f5b-9a3e-3e2f5962c897 2025-04-24 13:20:29,544 - ERROR - Ingress ctest-nginx-ingress-91619470 with uuid d23d4474-49b2-4f5b-9a3e-3e2f5962c897 still found in kube manager 2025-04-24 13:20:30,545 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=d23d4474-49b2-4f5b-9a3e-3e2f5962c897 2025-04-24 13:20:30,549 - INFO - Ingress ctest-nginx-ingress-91619470 with uuid d23d4474-49b2-4f5b-9a3e-3e2f5962c897 deleted successfully from kube manager 2025-04-24 13:20:30,549 - INFO - Verifications on Ingress %s cleanup passed 2025-04-24 13:20:30,550 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-24 13:20:30,684 - 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-04-24 13:20:30,695 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-24 13:20:30,695 - INFO - Deleting VN __public__ 2025-04-24 13:20:30,849 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/5697e90b-479d-48b2-9436-669e0f7bfdec 2025-04-24 13:20:30,854 - DEBUG - Response Code: 404 2025-04-24 13:20:30,854 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2025-04-24 13:20:30,869 - DEBUG - Requesting: http://10.0.0.41:8082/domain/955f59fe-5137-4b96-88de-b55432d1c602 2025-04-24 13:20:30,879 - DEBUG - Requesting: http://10.0.0.41:8082/project/7d9b7429-4201-4d7d-832e-6fc52f1bf69c 2025-04-24 13:20:30,936 - INFO - Validated that VN __public__ is not found in API Server 2025-04-24 13:20:30,936 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-24 13:20:30,948 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:20:30,956 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-04-24 13:20:30,956 - INFO - Validated that VN __public__ is not in any agent 2025-04-24 13:20:30,956 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:20:30,965 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 13:20:30,971 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-24 13:20:30,977 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-24 13:20:30,977 - INFO - Deleting pod default:ctest-nginx-pod-87321652 2025-04-24 13:20:30,997 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0ae89052-9a7a-4632-9e96-628a329051d0 2025-04-24 13:20:31,030 - WARNING - Pod uuid 0ae89052-9a7a-4632-9e96-628a329051d0 is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:36,032 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0ae89052-9a7a-4632-9e96-628a329051d0 2025-04-24 13:20:36,038 - DEBUG - Pod 0ae89052-9a7a-4632-9e96-628a329051d0 is not in agent 10.0.0.27 VM list 2025-04-24 13:20:36,038 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c2289a2c-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:20:36,043 - DEBUG - VMI c2289a2c-210e-11f0-a9b4-fa163eebfe9f is removed from agent 10.0.0.27 2025-04-24 13:20:36,043 - INFO - Verified that pod ctest-nginx-pod-87321652 is removed in agent 2025-04-24 13:20:36,043 - INFO - Deleting pod default:ctest-nginx-pod-43770082 2025-04-24 13:20:36,060 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=33528cff-85e2-4af7-bd90-7e970a824323 2025-04-24 13:20:36,071 - WARNING - Pod uuid 33528cff-85e2-4af7-bd90-7e970a824323 is still seen in agent 10.0.0.27 VM list 2025-04-24 13:20:41,071 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=33528cff-85e2-4af7-bd90-7e970a824323 2025-04-24 13:20:41,078 - DEBUG - Pod 33528cff-85e2-4af7-bd90-7e970a824323 is not in agent 10.0.0.27 VM list 2025-04-24 13:20:41,078 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c1afdb14-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:20:41,083 - DEBUG - VMI c1afdb14-210e-11f0-a9b4-fa163eebfe9f is removed from agent 10.0.0.27 2025-04-24 13:20:41,083 - INFO - Verified that pod ctest-nginx-pod-43770082 is removed in agent 2025-04-24 13:20:41,083 - INFO - Deleting service : ctest-nginx-svc-64347743 2025-04-24 13:20:41,283 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 13:20:41,290 - DEBUG - No XMPP flaps were noticed during the test 2025-04-24 13:20:41,290 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-04-24 13:20:41,290 - INFO - -------------------------------------------------------------------------------- 2025-04-24 13:20:47,585 - 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-04-24 13:20:47,711 - DEBUG - Output : cluster_project={} 2025-04-24 13:20:47,751 - 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-04-24 13:20:47,868 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-24 13:20:47,873 - 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-04-24 13:20:48,022 - DEBUG - Output : cluster_project={} 2025-04-24 13:20:58,117 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,200 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,231 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,303 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,337 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,411 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,484 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,514 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 13:21:03,704 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 13:21:05,507 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-04-24 13:21:05,513 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-24 13:21:05,539 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-24 13:21:07,565 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-24 13:24:13,279 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 13:24:13,334 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f7ee65a6-04db-4683-9c3d-99070ef96598 2025-04-24 13:24:13,345 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:13,356 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:13,365 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1bdbf034-43e6-4f02-b9d1-b15809652329 2025-04-24 13:24:13,376 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:13,382 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=8febe692-2cae-4b7e-a160-574d16543292 2025-04-24 13:24:13,386 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:13,390 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=beba0172-a3cf-4861-92f7-6ca871efd8fb 2025-04-24 13:24:18,395 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f7ee65a6-04db-4683-9c3d-99070ef96598 2025-04-24 13:24:18,401 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f02d5048-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:18,422 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:18,425 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:18,426 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:18,427 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1bdbf034-43e6-4f02-b9d1-b15809652329 2025-04-24 13:24:18,428 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:18,430 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=8febe692-2cae-4b7e-a160-574d16543292 2025-04-24 13:24:18,433 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=beba0172-a3cf-4861-92f7-6ca871efd8fb 2025-04-24 13:24:18,453 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f133cb66-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:18,456 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1a6ff0a-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:18,458 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f09f5dbe-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:23,439 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:23,454 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:23,457 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:23,459 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:28,446 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:28,472 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:28,474 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:28,476 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:33,453 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:33,484 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:33,486 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:33,487 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:38,460 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:38,497 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:38,499 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:38,500 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:43,468 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:43,513 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:43,514 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:43,515 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:48,483 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1cb961d1-22db-4b68-a695-942b1060d2b9 2025-04-24 13:24:48,489 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2f7b340-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:48,526 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6618b694-24c8-484d-9cb9-de92c37826d9 2025-04-24 13:24:48,528 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=839d34c8-23f1-4935-9760-d86e39a0eafe 2025-04-24 13:24:48,529 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3c4ec23f-2b67-4bc3-a84b-7fa09d59489d 2025-04-24 13:24:48,539 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f223b20c-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:48,542 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f29452dc-210e-11f0-a9b4-fa163eebfe9f 2025-04-24 13:24:48,543 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f363dfb6-210e-11f0-a9b4-fa163eebfe9f