2025-06-18 07:58:14,322 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-06-18 07:58:14,706 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1279-1 2025-06-18 07:58:14,706 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-06-18 07:58:14,746 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1279-1 2025-06-18 07:58:14,746 - DEBUG - [10.0.0.129]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-18 07:58:14,868 - DEBUG - Output : NAMES cranky_stonebraker contrail_test_SiMBLC1Fd contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 2025-06-18 07:58:14,868 - DEBUG - [10.0.0.129]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-18 07:58:14,936 - DEBUG - Output : 10.0.0.129/24 172.17.0.1/16 2025-06-18 07:58:14,940 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-06-18 07:58:15,010 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1279-1 2025-06-18 07:58:15,081 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-06-18 07:58:15,313 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1279-1 2025-06-18 07:58:15,314 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-06-18 07:58:15,351 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1279-1 2025-06-18 07:58:15,351 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-18 07:58:15,408 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-18 07:58:15,469 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-18 07:58:15,505 - DEBUG - Output : 10.0.0.22/24 2025-06-18 07:58:15,506 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-06-18 07:58:15,543 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1279-1 2025-06-18 07:58:15,660 - INFO - Using existing project ['default-domain', 'k8s-default'](c04c92ed-c284-49bc-b594-737b3bfd3b03) 2025-06-18 07:58:15,785 - INFO - Using existing project ['default-domain', 'k8s-default'](c04c92ed-c284-49bc-b594-737b3bfd3b03) 2025-06-18 07:58:15,969 - INFO - ================================================================================ 2025-06-18 07:58:15,969 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-18 07:58:15,970 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-06-18 07:58:16,195 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-18 07:58:16,205 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.129': '0'}} with 2025-06-18 07:58:16,206 - INFO - Initial checks done. Running the testcase now 2025-06-18 07:58:16,206 - INFO - 2025-06-18 07:58:16,211 - INFO - Namespace default already exists 2025-06-18 07:58:16,211 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-18 07:58:16,342 - DEBUG - Output : cluster_project={} 2025-06-18 07:58:16,388 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-18 07:58:16,388 - DEBUG - Project uuid in Contrail is c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:58:16,389 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-18 07:58:16,527 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-18 07:58:16,528 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_NamespaceDatabaseList?namespace_uuid=e6e5b3cc-282a-40b3-87f3-8fbda93e9146 2025-06-18 07:58:16,534 - INFO - Namespace default with uuid e6e5b3cc-282a-40b3-87f3-8fbda93e9146 found in kube manager 2025-06-18 07:58:16,534 - INFO - Namespace default verification passed 2025-06-18 07:58:16,538 - DEBUG - Service ctest-nginx-svc-19713625 not present 2025-06-18 07:58:16,538 - INFO - Creating service ctest-nginx-svc-19713625 2025-06-18 07:58:16,557 - INFO - Created Service ctest-nginx-svc-19713625 2025-06-18 07:58:16,563 - DEBUG - Pod ctest-nginx-pod-49589302 not present 2025-06-18 07:58:16,564 - INFO - Creating Pod ctest-nginx-pod-49589302 2025-06-18 07:58:16,638 - DEBUG - Pod : ctest-nginx-pod-49589302 UUID is f742fa1e-4852-47dd-a7fe-bcb8264db103 2025-06-18 07:58:16,642 - DEBUG - Pod ctest-nginx-pod-93844603 not present 2025-06-18 07:58:16,642 - INFO - Creating Pod ctest-nginx-pod-93844603 2025-06-18 07:58:16,687 - DEBUG - Pod : ctest-nginx-pod-93844603 UUID is d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 2025-06-18 07:58:16,898 - INFO - Created VN __public__, UUID :e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:17,146 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-18 07:58:17,178 - DEBUG - Requesting: http://10.0.0.129:8082/domain/af32fc10-59c9-4291-a07a-4d47f0317f67 2025-06-18 07:58:17,203 - DEBUG - Requesting: http://10.0.0.129:8082/project/c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:58:17,297 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:17,356 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:17,373 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:17,389 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:17,423 - DEBUG - Route Targets: [] 2025-06-18 07:58:17,423 - DEBUG - RT names not yet present for VN __public__ 2025-06-18 07:58:22,424 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-18 07:58:22,433 - DEBUG - Requesting: http://10.0.0.129:8082/domain/af32fc10-59c9-4291-a07a-4d47f0317f67 2025-06-18 07:58:22,447 - DEBUG - Requesting: http://10.0.0.129:8082/project/c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:58:22,506 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:22,531 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:22,542 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:22,552 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:22,561 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/992d0e51-fa62-4671-9530-7c6c33e0efc6 2025-06-18 07:58:22,570 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-18 07:58:22,570 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:22,580 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:22,597 - INFO - Verified VN network id 13 for VN e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:22,597 - INFO - Verifications in API Server for VN __public__ passed 2025-06-18 07:58:22,598 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:22,609 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:22,619 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:58:22,628 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/992d0e51-fa62-4671-9530-7c6c33e0efc6 2025-06-18 07:58:22,636 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-18 07:58:22,646 - DEBUG - Control-node 10.0.0.129 : 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': '16167435758157777119', 'uuid-lslong': '9656254308496680438'}, 'enable': 'true', 'created': '2025-06-18T07:58:16', 'last-modified': '2025-06-18T07:58:17', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.604146'} 2025-06-18 07:58:22,646 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:58:22,656 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-18 07:58:22,656 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-18 07:58:22,657 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-18 07:58:22,657 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-18 07:58:22,667 - DEBUG - Requesting: http://10.0.0.129:8082/domain/af32fc10-59c9-4291-a07a-4d47f0317f67 2025-06-18 07:58:22,679 - DEBUG - Requesting: http://10.0.0.129:8082/project/c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:58:22,740 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:22,752 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-18 07:58:22,752 - DEBUG - Verifying the vn in opserver 2025-06-18 07:58:22,752 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.129 2025-06-18 07:58:22,753 - DEBUG - Requesting: http://10.0.0.129:8081/analytics/uves/virtual-networks 2025-06-18 07:58:22,759 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.129:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-18 07:58:22,759 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-18 07:58:22,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:58:22,767 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:58:22,775 - DEBUG - Do not have enough data to verify VN in agent 2025-06-18 07:58:22,775 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:58:22,782 - DEBUG - VRF ids for VN __public__: {} 2025-06-18 07:58:22,890 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-18 07:58:23,032 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-18 07:58:23,043 - DEBUG - Requesting: http://10.0.0.129:8082/domain/af32fc10-59c9-4291-a07a-4d47f0317f67 2025-06-18 07:58:23,053 - DEBUG - Requesting: http://10.0.0.129:8082/project/c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:58:23,107 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:23,125 - DEBUG - Requesting: http://10.0.0.129:8082/floating-ip-pool/88846a80-3581-40f1-bc00-24115494d161 2025-06-18 07:58:23,136 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-18 07:58:23,144 - DEBUG - Requesting: http://10.0.0.129:8082/domain/af32fc10-59c9-4291-a07a-4d47f0317f67 2025-06-18 07:58:23,153 - DEBUG - Requesting: http://10.0.0.129:8082/project/c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:58:23,213 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/e05e4529-cdf1-48df-8601-e821eec7a5f6 2025-06-18 07:58:23,227 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-18 07:58:23,228 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-18 07:58:23,236 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-18 07:58:23,244 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-18 07:58:23,244 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-18 07:58:23,249 - DEBUG - Ingress ctest-nginx-ingress-82933883 not present 2025-06-18 07:58:23,249 - INFO - Creating Ingress ctest-nginx-ingress-82933883 2025-06-18 07:58:23,259 - INFO - Created Ingress ctest-nginx-ingress-82933883 2025-06-18 07:58:23,265 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-82933883 2025-06-18 07:58:26,270 - DEBUG - For Ingress ctest-nginx-ingress-82933883, Cluster IP: 10.47.255.249, External IPs ['134.47.222.60'] 2025-06-18 07:58:26,270 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-82933883 2025-06-18 07:58:26,270 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=bd4f867d-aa87-4435-b920-72619d632177 2025-06-18 07:58:26,276 - INFO - Ingress ctest-nginx-ingress-82933883 with uuid bd4f867d-aa87-4435-b920-72619d632177 found in kube manager 2025-06-18 07:58:26,276 - INFO - Ingress ctest-nginx-ingress-82933883 verification passed 2025-06-18 07:58:26,281 - DEBUG - Pod ctest-busybox-pod-12324255 not present 2025-06-18 07:58:26,281 - INFO - Creating Pod ctest-busybox-pod-12324255 2025-06-18 07:58:26,323 - DEBUG - Pod : ctest-busybox-pod-12324255 UUID is 438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:58:26,349 - DEBUG - Pod ctest-nginx-pod-49589302 not in running state.Currently in Pending 2025-06-18 07:58:31,356 - DEBUG - Pod ctest-nginx-pod-49589302 not in running state.Currently in Pending 2025-06-18 07:58:36,367 - INFO - Pod ctest-nginx-pod-49589302 is in running state.Got IP 10.47.255.251 2025-06-18 07:58:36,390 - DEBUG - Pod ctest-nginx-pod-49589302 has vmi fee40394-4c19-11f0-9ed3-fa163e46fc63 2025-06-18 07:58:36,390 - INFO - Verified pod ctest-nginx-pod-49589302 in contrail-api 2025-06-18 07:58:36,391 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:58:36,406 - DEBUG - VMI fee40394-4c19-11f0-9ed3-fa163e46fc63 is active in agent 10.0.0.22 2025-06-18 07:58:36,406 - INFO - Verified Pod ctest-nginx-pod-49589302 in agent 10.0.0.22 2025-06-18 07:58:36,407 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=f742fa1e-4852-47dd-a7fe-bcb8264db103 2025-06-18 07:58:36,413 - INFO - Pod ctest-nginx-pod-49589302 with uuid f742fa1e-4852-47dd-a7fe-bcb8264db103 found in kube manager 2025-06-18 07:58:36,413 - INFO - Pod ctest-nginx-pod-49589302 verification passed 2025-06-18 07:58:36,486 - DEBUG - [Pod ctest-nginx-pod-49589302] Cmd: echo ctest-nginx-pod-49589302 > /usr/share/nginx/html/index.html, Output: 2025-06-18 07:58:36,496 - INFO - Pod ctest-nginx-pod-93844603 is in running state.Got IP 10.47.255.250 2025-06-18 07:58:36,558 - DEBUG - Pod ctest-nginx-pod-93844603 has vmi ff6654a2-4c19-11f0-9ed3-fa163e46fc63 2025-06-18 07:58:36,559 - INFO - Verified pod ctest-nginx-pod-93844603 in contrail-api 2025-06-18 07:58:36,559 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:58:36,574 - DEBUG - VMI ff6654a2-4c19-11f0-9ed3-fa163e46fc63 is active in agent 10.0.0.22 2025-06-18 07:58:36,574 - INFO - Verified Pod ctest-nginx-pod-93844603 in agent 10.0.0.22 2025-06-18 07:58:36,574 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 2025-06-18 07:58:36,580 - INFO - Pod ctest-nginx-pod-93844603 with uuid d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 found in kube manager 2025-06-18 07:58:36,580 - INFO - Pod ctest-nginx-pod-93844603 verification passed 2025-06-18 07:58:36,643 - DEBUG - [Pod ctest-nginx-pod-93844603] Cmd: echo ctest-nginx-pod-93844603 > /usr/share/nginx/html/index.html, Output: 2025-06-18 07:58:36,651 - DEBUG - Pod ctest-busybox-pod-12324255 not in running state.Currently in Pending 2025-06-18 07:58:41,664 - INFO - Pod ctest-busybox-pod-12324255 is in running state.Got IP 10.47.255.248 2025-06-18 07:58:41,684 - DEBUG - Pod ctest-busybox-pod-12324255 has vmi 040563c2-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 07:58:41,684 - INFO - Verified pod ctest-busybox-pod-12324255 in contrail-api 2025-06-18 07:58:41,685 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:58:41,700 - DEBUG - VMI 040563c2-4c1a-11f0-9ed3-fa163e46fc63 is active in agent 10.0.0.22 2025-06-18 07:58:41,700 - INFO - Verified Pod ctest-busybox-pod-12324255 in agent 10.0.0.22 2025-06-18 07:58:41,701 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:58:41,706 - INFO - Pod ctest-busybox-pod-12324255 with uuid 438acaab-5154-4b77-80fe-591c8634ed0b found in kube manager 2025-06-18 07:58:41,707 - INFO - Pod ctest-busybox-pod-12324255 verification passed 2025-06-18 07:58:41,768 - DEBUG - [Pod ctest-busybox-pod-12324255] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-93844603 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-18 07:58:41,768 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-18 07:58:41,768 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd output: ctest-nginx-pod-93844603 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-18 07:58:41,825 - DEBUG - [Pod ctest-busybox-pod-12324255] 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) ctest-nginx-pod-93844603 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-18 07:58:41,825 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-18 07:58:41,826 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-93844603 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-18 07:58:41,896 - DEBUG - [Pod ctest-busybox-pod-12324255] 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-93844603 2025-06-18 07:58:41,896 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-18 07:58:41,896 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] 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-93844603 2025-06-18 07:58:41,955 - DEBUG - [Pod ctest-busybox-pod-12324255] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49589302 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-18 07:58:41,955 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-18 07:58:41,955 - DEBUG - [Pod Pod ctest-busybox-pod-12324255] Cmd output: ctest-nginx-pod-49589302 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-18 07:58:41,955 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-49589302': 1, 'ctest-nginx-pod-93844603': 3} 2025-06-18 07:58:41,956 - WARNING - Nothing to delete parallely 2025-06-18 07:58:41,956 - INFO - Deleting pod default:ctest-busybox-pod-12324255 2025-06-18 07:58:41,971 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:58:41,980 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:58:46,981 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:58:46,989 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:58:51,989 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:58:51,997 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:58:56,998 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:58:57,010 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:59:02,011 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:59:02,019 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:59:07,020 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:59:07,030 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:59:12,031 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:59:12,040 - WARNING - Pod uuid 438acaab-5154-4b77-80fe-591c8634ed0b is still seen in agent 10.0.0.22 VM list 2025-06-18 07:59:17,041 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=438acaab-5154-4b77-80fe-591c8634ed0b 2025-06-18 07:59:17,049 - DEBUG - Pod 438acaab-5154-4b77-80fe-591c8634ed0b is not in agent 10.0.0.22 VM list 2025-06-18 07:59:17,049 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:040563c2-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 07:59:17,057 - DEBUG - VMI 040563c2-4c1a-11f0-9ed3-fa163e46fc63 is removed from agent 10.0.0.22 2025-06-18 07:59:17,057 - INFO - Verified that pod ctest-busybox-pod-12324255 is removed in agent 2025-06-18 07:59:17,057 - INFO - Deleting Ingress : ctest-nginx-ingress-82933883 2025-06-18 07:59:17,072 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=bd4f867d-aa87-4435-b920-72619d632177 2025-06-18 07:59:17,082 - ERROR - Ingress ctest-nginx-ingress-82933883 with uuid bd4f867d-aa87-4435-b920-72619d632177 still found in kube manager 2025-06-18 07:59:18,084 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=bd4f867d-aa87-4435-b920-72619d632177 2025-06-18 07:59:18,089 - INFO - Ingress ctest-nginx-ingress-82933883 with uuid bd4f867d-aa87-4435-b920-72619d632177 deleted successfully from kube manager 2025-06-18 07:59:18,089 - INFO - Verifications on Ingress %s cleanup passed 2025-06-18 07:59:18,089 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-18 07:59:18,266 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-18 07:59:18,273 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-18 07:59:18,273 - INFO - Deleting VN __public__ 2025-06-18 07:59:18,610 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/eb811a7a-4b6d-4fe1-9548-3d50f963db94 2025-06-18 07:59:18,619 - DEBUG - Response Code: 404 2025-06-18 07:59:18,619 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-18 07:59:18,629 - DEBUG - Requesting: http://10.0.0.129:8082/domain/af32fc10-59c9-4291-a07a-4d47f0317f67 2025-06-18 07:59:18,646 - DEBUG - Requesting: http://10.0.0.129:8082/project/c04c92ed-c284-49bc-b594-737b3bfd3b03 2025-06-18 07:59:18,734 - INFO - Validated that VN __public__ is not found in API Server 2025-06-18 07:59:18,735 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-18 07:59:18,750 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:59:18,764 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-06-18 07:59:18,764 - INFO - Validated that VN __public__ is not in any agent 2025-06-18 07:59:18,764 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:59:18,779 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-18 07:59:18,792 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-18 07:59:18,804 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-18 07:59:18,805 - INFO - Deleting pod default:ctest-nginx-pod-93844603 2025-06-18 07:59:18,821 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 2025-06-18 07:59:18,842 - WARNING - Pod uuid d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 is still seen in agent 10.0.0.22 VM list 2025-06-18 07:59:23,842 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 2025-06-18 07:59:23,851 - DEBUG - Pod d0657906-2ebf-4a6f-8c9b-002e1c7a1b64 is not in agent 10.0.0.22 VM list 2025-06-18 07:59:23,851 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff6654a2-4c19-11f0-9ed3-fa163e46fc63 2025-06-18 07:59:23,859 - DEBUG - VMI ff6654a2-4c19-11f0-9ed3-fa163e46fc63 is removed from agent 10.0.0.22 2025-06-18 07:59:23,859 - INFO - Verified that pod ctest-nginx-pod-93844603 is removed in agent 2025-06-18 07:59:23,860 - INFO - Deleting pod default:ctest-nginx-pod-49589302 2025-06-18 07:59:23,877 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f742fa1e-4852-47dd-a7fe-bcb8264db103 2025-06-18 07:59:23,890 - WARNING - Pod uuid f742fa1e-4852-47dd-a7fe-bcb8264db103 is still seen in agent 10.0.0.22 VM list 2025-06-18 07:59:28,891 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f742fa1e-4852-47dd-a7fe-bcb8264db103 2025-06-18 07:59:28,899 - DEBUG - Pod f742fa1e-4852-47dd-a7fe-bcb8264db103 is not in agent 10.0.0.22 VM list 2025-06-18 07:59:28,899 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fee40394-4c19-11f0-9ed3-fa163e46fc63 2025-06-18 07:59:28,913 - DEBUG - VMI fee40394-4c19-11f0-9ed3-fa163e46fc63 is removed from agent 10.0.0.22 2025-06-18 07:59:28,913 - INFO - Verified that pod ctest-nginx-pod-49589302 is removed in agent 2025-06-18 07:59:28,913 - INFO - Deleting service : ctest-nginx-svc-19713625 2025-06-18 07:59:29,210 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-18 07:59:29,220 - DEBUG - No XMPP flaps were noticed during the test 2025-06-18 07:59:29,220 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2025-06-18 07:59:29,220 - INFO - -------------------------------------------------------------------------------- 2025-06-18 07:59:35,813 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-18 07:59:36,039 - DEBUG - Output : cluster_project={} 2025-06-18 07:59:36,162 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-18 07:59:36,421 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-18 07:59:36,427 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-18 07:59:36,735 - DEBUG - Output : cluster_project={} 2025-06-18 07:59:46,861 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:51,967 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:52,016 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:57,127 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:57,178 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:57,268 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:57,392 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:57,482 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-18 07:59:57,763 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-18 08:00:00,534 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-06-18 08:00:00,543 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-18 08:00:00,579 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-18 08:00:02,623 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-18 08:03:03,102 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-18 08:03:03,166 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ca1a06d1-b0fa-48c1-bb70-7b98f6b28eab 2025-06-18 08:03:03,176 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:03,183 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:03,193 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ae0859cf-d1f3-419f-9481-38571529ee4a 2025-06-18 08:03:03,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:03,216 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:03,223 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b520aaed-370a-4bca-ac60-26463a93cc9a 2025-06-18 08:03:03,235 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f3a82be-2529-4018-8f29-bbc84fc2618d 2025-06-18 08:03:08,250 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ca1a06d1-b0fa-48c1-bb70-7b98f6b28eab 2025-06-18 08:03:08,258 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:08,262 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e52938e-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:08,303 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:08,306 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:08,308 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ae0859cf-d1f3-419f-9481-38571529ee4a 2025-06-18 08:03:08,309 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:08,312 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b520aaed-370a-4bca-ac60-26463a93cc9a 2025-06-18 08:03:08,313 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f3a82be-2529-4018-8f29-bbc84fc2618d 2025-06-18 08:03:08,338 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ee50c82-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:08,340 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:302e39f6-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:08,342 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f999788-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:13,274 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:13,334 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:13,337 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:13,345 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:18,289 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:18,350 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:18,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:18,356 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:23,298 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:23,366 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:23,369 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:23,372 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:28,309 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:28,387 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:28,390 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:28,392 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:33,320 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:33,407 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:33,409 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:33,411 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:38,337 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ff26648-c1fe-48bc-8d0b-6f5a1e0ddb7a 2025-06-18 08:03:38,346 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:326782e0-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:38,430 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fd1e406d-4137-4a92-a1d2-7ab971121b81 2025-06-18 08:03:38,433 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5a9cee2f-b787-483a-96a8-c5ac9a9298a6 2025-06-18 08:03:38,435 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ab16b01e-c93b-4edc-9562-198f5ee247f0 2025-06-18 08:03:38,448 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31e74fc6-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:38,452 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3160c80c-4c1a-11f0-9ed3-fa163e46fc63 2025-06-18 08:03:38,454 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30cf9af8-4c1a-11f0-9ed3-fa163e46fc63