2025-09-24 21:42:50,930 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-09-24 21:42:51,200 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1520-1 2025-09-24 21:42:51,200 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-09-24 21:42:51,234 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1520-1 2025-09-24 21:42:51,234 - DEBUG - [10.0.0.48]: 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-09-24 21:42:51,320 - DEBUG - Output : NAMES contrail_test_EfekRWDqC contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 redis-redis-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 2025-09-24 21:42:51,321 - DEBUG - [10.0.0.48]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-24 21:42:51,387 - DEBUG - Output : 127.0.0.1/8 10.0.0.48/24 252.48.0.1/8 10.81.134.1/24 172.17.0.1/16 2025-09-24 21:42:51,387 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-09-24 21:42:51,421 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1520-1 2025-09-24 21:42:51,517 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-09-24 21:42:51,733 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1520-1 2025-09-24 21:42:51,733 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-09-24 21:42:51,797 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1520-1 2025-09-24 21:42:51,797 - DEBUG - [10.0.0.49]: 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-09-24 21:42:51,842 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-24 21:42:51,845 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-24 21:42:51,879 - DEBUG - Output : 10.0.0.49/24 2025-09-24 21:42:51,879 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-09-24 21:42:51,941 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1520-1 2025-09-24 21:42:52,014 - INFO - Using existing project ['default-domain', 'k8s-default'](6bf73e60-e831-44ce-b287-0e297052814c) 2025-09-24 21:42:52,117 - INFO - Using existing project ['default-domain', 'k8s-default'](6bf73e60-e831-44ce-b287-0e297052814c) 2025-09-24 21:42:52,229 - INFO - ================================================================================ 2025-09-24 21:42:52,230 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-24 21:42:52,230 - 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-09-24 21:42:52,465 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 21:42:52,472 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.48': '0'}} with 2025-09-24 21:42:52,472 - INFO - Initial checks done. Running the testcase now 2025-09-24 21:42:52,473 - INFO - 2025-09-24 21:42:52,477 - INFO - Namespace default already exists 2025-09-24 21:42:52,478 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-24 21:42:52,585 - DEBUG - Output : cluster_project={} 2025-09-24 21:42:52,609 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-24 21:42:52,610 - DEBUG - Project uuid in Contrail is 6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:42:52,610 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-24 21:42:52,762 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-24 21:42:52,762 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_NamespaceDatabaseList?namespace_uuid=aa0baa24-edae-44e7-b2d2-8606ee3f3f04 2025-09-24 21:42:52,767 - INFO - Namespace default with uuid aa0baa24-edae-44e7-b2d2-8606ee3f3f04 found in kube manager 2025-09-24 21:42:52,767 - INFO - Namespace default verification passed 2025-09-24 21:42:52,770 - DEBUG - Service ctest-nginx-svc-18336962 not present 2025-09-24 21:42:52,770 - INFO - Creating service ctest-nginx-svc-18336962 2025-09-24 21:42:52,789 - INFO - Created Service ctest-nginx-svc-18336962 2025-09-24 21:42:52,806 - DEBUG - Pod ctest-nginx-pod-78170303 not present 2025-09-24 21:42:52,807 - INFO - Creating Pod ctest-nginx-pod-78170303 2025-09-24 21:42:52,861 - DEBUG - Pod : ctest-nginx-pod-78170303 UUID is 005383d2-19d3-42e1-b0c6-709bf7a91db6 2025-09-24 21:42:52,866 - DEBUG - Pod ctest-nginx-pod-99479353 not present 2025-09-24 21:42:52,868 - INFO - Creating Pod ctest-nginx-pod-99479353 2025-09-24 21:42:52,900 - DEBUG - Pod : ctest-nginx-pod-99479353 UUID is 28a44005-9eb7-4ab6-bbbb-5f3b55c5589a 2025-09-24 21:42:53,056 - INFO - Created VN __public__, UUID :26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:53,298 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 21:42:53,306 - DEBUG - Requesting: http://10.0.0.48:8082/domain/541bf9c6-13eb-4ba3-9ccc-2d2f51e29384 2025-09-24 21:42:53,327 - DEBUG - Requesting: http://10.0.0.48:8082/project/6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:42:53,401 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:53,410 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:53,418 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:53,423 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:53,469 - DEBUG - Route Targets: [] 2025-09-24 21:42:53,469 - DEBUG - RT names not yet present for VN __public__ 2025-09-24 21:42:58,470 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 21:42:58,476 - DEBUG - Requesting: http://10.0.0.48:8082/domain/541bf9c6-13eb-4ba3-9ccc-2d2f51e29384 2025-09-24 21:42:58,483 - DEBUG - Requesting: http://10.0.0.48:8082/project/6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:42:58,524 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,535 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,544 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:58,552 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:58,558 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/86344fa4-ee7c-4d50-b2ab-490108ef1296 2025-09-24 21:42:58,563 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-24 21:42:58,563 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,570 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:58,582 - INFO - Verified VN network id 13 for VN 26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,582 - INFO - Verifications in API Server for VN __public__ passed 2025-09-24 21:42:58,582 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,590 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:58,595 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:42:58,601 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/86344fa4-ee7c-4d50-b2ab-490108ef1296 2025-09-24 21:42:58,611 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-24 21:42:58,619 - DEBUG - Control-node 10.0.0.48 : 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': '2805233872555691532', 'uuid-lslong': '10152688578620262428'}, 'enable': 'true', 'created': '2025-09-24T21:42:53', 'last-modified': '2025-09-24T21:42:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.395978'} 2025-09-24 21:42:58,619 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:42:58,628 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-24 21:42:58,628 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-24 21:42:58,629 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-24 21:42:58,629 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 21:42:58,635 - DEBUG - Requesting: http://10.0.0.48:8082/domain/541bf9c6-13eb-4ba3-9ccc-2d2f51e29384 2025-09-24 21:42:58,641 - DEBUG - Requesting: http://10.0.0.48:8082/project/6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:42:58,680 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,688 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-24 21:42:58,688 - DEBUG - Verifying the vn in opserver 2025-09-24 21:42:58,689 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.48 2025-09-24 21:42:58,689 - DEBUG - Requesting: http://10.0.0.48:8081/analytics/uves/virtual-networks 2025-09-24 21:42:58,693 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.48:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-09-24 21:42:58,693 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-24 21:42:58,693 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:42:58,700 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:42:58,705 - DEBUG - Do not have enough data to verify VN in agent 2025-09-24 21:42:58,705 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:42:58,710 - DEBUG - VRF ids for VN __public__: {} 2025-09-24 21:42:58,804 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-24 21:42:58,896 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 21:42:58,900 - DEBUG - Requesting: http://10.0.0.48:8082/domain/541bf9c6-13eb-4ba3-9ccc-2d2f51e29384 2025-09-24 21:42:58,907 - DEBUG - Requesting: http://10.0.0.48:8082/project/6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:42:58,942 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:58,951 - DEBUG - Requesting: http://10.0.0.48:8082/floating-ip-pool/f95ca078-56a8-4e12-88ca-0f5252aa735d 2025-09-24 21:42:58,957 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 21:42:58,961 - DEBUG - Requesting: http://10.0.0.48:8082/domain/541bf9c6-13eb-4ba3-9ccc-2d2f51e29384 2025-09-24 21:42:58,967 - DEBUG - Requesting: http://10.0.0.48:8082/project/6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:42:59,007 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/26ee3158-2593-4e0c-8ce5-987893d3881c 2025-09-24 21:42:59,016 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-24 21:42:59,016 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-24 21:42:59,024 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-09-24 21:42:59,029 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-24 21:42:59,029 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-24 21:42:59,032 - DEBUG - Ingress ctest-nginx-ingress-71304325 not present 2025-09-24 21:42:59,033 - INFO - Creating Ingress ctest-nginx-ingress-71304325 2025-09-24 21:42:59,039 - INFO - Created Ingress ctest-nginx-ingress-71304325 2025-09-24 21:42:59,042 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-71304325 2025-09-24 21:43:02,047 - DEBUG - For Ingress ctest-nginx-ingress-71304325, Cluster IP: 10.47.255.249, External IPs ['194.83.216.60'] 2025-09-24 21:43:02,047 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-71304325 2025-09-24 21:43:02,047 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=8946cac3-44ca-45b4-aa83-50a8875050a7 2025-09-24 21:43:02,051 - INFO - Ingress ctest-nginx-ingress-71304325 with uuid 8946cac3-44ca-45b4-aa83-50a8875050a7 found in kube manager 2025-09-24 21:43:02,051 - INFO - Ingress ctest-nginx-ingress-71304325 verification passed 2025-09-24 21:43:02,054 - DEBUG - Pod ctest-busybox-pod-08013522 not present 2025-09-24 21:43:02,054 - INFO - Creating Pod ctest-busybox-pod-08013522 2025-09-24 21:43:02,077 - DEBUG - Node for Pod ctest-busybox-pod-08013522 not yet populated 2025-09-24 21:43:05,085 - DEBUG - Pod : ctest-busybox-pod-08013522 UUID is 863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:05,091 - DEBUG - Pod ctest-nginx-pod-78170303 not in running state.Currently in Pending 2025-09-24 21:43:10,099 - INFO - Pod ctest-nginx-pod-78170303 is in running state.Got IP 10.47.255.251 2025-09-24 21:43:10,153 - DEBUG - Pod ctest-nginx-pod-78170303 has vmi 6d79068e-998f-11f0-8732-fa163e43a923 2025-09-24 21:43:10,153 - INFO - Verified pod ctest-nginx-pod-78170303 in contrail-api 2025-09-24 21:43:10,153 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:43:10,169 - DEBUG - VMI 6d79068e-998f-11f0-8732-fa163e43a923 is active in agent 10.0.0.49 2025-09-24 21:43:10,169 - INFO - Verified Pod ctest-nginx-pod-78170303 in agent 10.0.0.49 2025-09-24 21:43:10,169 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=005383d2-19d3-42e1-b0c6-709bf7a91db6 2025-09-24 21:43:10,173 - INFO - Pod ctest-nginx-pod-78170303 with uuid 005383d2-19d3-42e1-b0c6-709bf7a91db6 found in kube manager 2025-09-24 21:43:10,173 - INFO - Pod ctest-nginx-pod-78170303 verification passed 2025-09-24 21:43:10,269 - DEBUG - [Pod ctest-nginx-pod-78170303] Cmd: echo ctest-nginx-pod-78170303 > /usr/share/nginx/html/index.html, Output: 2025-09-24 21:43:10,279 - INFO - Pod ctest-nginx-pod-99479353 is in running state.Got IP 10.47.255.250 2025-09-24 21:43:10,294 - DEBUG - Pod ctest-nginx-pod-99479353 has vmi 6df4e52e-998f-11f0-8732-fa163e43a923 2025-09-24 21:43:10,294 - INFO - Verified pod ctest-nginx-pod-99479353 in contrail-api 2025-09-24 21:43:10,295 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:43:10,304 - DEBUG - VMI 6df4e52e-998f-11f0-8732-fa163e43a923 is active in agent 10.0.0.49 2025-09-24 21:43:10,305 - INFO - Verified Pod ctest-nginx-pod-99479353 in agent 10.0.0.49 2025-09-24 21:43:10,305 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=28a44005-9eb7-4ab6-bbbb-5f3b55c5589a 2025-09-24 21:43:10,309 - INFO - Pod ctest-nginx-pod-99479353 with uuid 28a44005-9eb7-4ab6-bbbb-5f3b55c5589a found in kube manager 2025-09-24 21:43:10,309 - INFO - Pod ctest-nginx-pod-99479353 verification passed 2025-09-24 21:43:10,364 - DEBUG - [Pod ctest-nginx-pod-99479353] Cmd: echo ctest-nginx-pod-99479353 > /usr/share/nginx/html/index.html, Output: 2025-09-24 21:43:10,371 - DEBUG - Pod ctest-busybox-pod-08013522 not in running state.Currently in Pending 2025-09-24 21:43:15,379 - DEBUG - Pod ctest-busybox-pod-08013522 not in running state.Currently in Pending 2025-09-24 21:43:20,388 - INFO - Pod ctest-busybox-pod-08013522 is in running state.Got IP 10.47.255.248 2025-09-24 21:43:20,400 - DEBUG - Pod ctest-busybox-pod-08013522 has vmi 72236404-998f-11f0-8732-fa163e43a923 2025-09-24 21:43:20,400 - INFO - Verified pod ctest-busybox-pod-08013522 in contrail-api 2025-09-24 21:43:20,400 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:43:20,409 - DEBUG - VMI 72236404-998f-11f0-8732-fa163e43a923 is active in agent 10.0.0.49 2025-09-24 21:43:20,409 - INFO - Verified Pod ctest-busybox-pod-08013522 in agent 10.0.0.49 2025-09-24 21:43:20,409 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:20,412 - INFO - Pod ctest-busybox-pod-08013522 with uuid 863548f6-9223-47fc-81e9-543ece1048bd found in kube manager 2025-09-24 21:43:20,413 - INFO - Pod ctest-busybox-pod-08013522 verification passed 2025-09-24 21:43:20,471 - DEBUG - [Pod ctest-busybox-pod-08013522] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78170303 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-09-24 21:43:20,471 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 21:43:20,471 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd output: ctest-nginx-pod-78170303 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-09-24 21:43:20,526 - DEBUG - [Pod ctest-busybox-pod-08013522] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78170303 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-09-24 21:43:20,527 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 21:43:20,527 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd output: ctest-nginx-pod-78170303 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-09-24 21:43:20,574 - DEBUG - [Pod ctest-busybox-pod-08013522] 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-78170303 2025-09-24 21:43:20,574 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 21:43:20,574 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] 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-78170303 2025-09-24 21:43:20,607 - DEBUG - [Pod ctest-busybox-pod-08013522] 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-78170303 2025-09-24 21:43:20,608 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 21:43:20,608 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] 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-78170303 2025-09-24 21:43:20,658 - DEBUG - [Pod ctest-busybox-pod-08013522] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-99479353 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-09-24 21:43:20,658 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 21:43:20,658 - DEBUG - [Pod Pod ctest-busybox-pod-08013522] Cmd output: ctest-nginx-pod-99479353 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-09-24 21:43:20,659 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-78170303': 4, 'ctest-nginx-pod-99479353': 1} 2025-09-24 21:43:20,659 - WARNING - Nothing to delete parallely 2025-09-24 21:43:20,659 - INFO - Deleting pod default:ctest-busybox-pod-08013522 2025-09-24 21:43:20,686 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:20,692 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:25,692 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:25,698 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:30,698 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:30,705 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:35,705 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:35,711 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:40,712 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:40,722 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:45,723 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:45,729 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:50,729 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:50,737 - WARNING - Pod uuid 863548f6-9223-47fc-81e9-543ece1048bd is still seen in agent 10.0.0.49 VM list 2025-09-24 21:43:55,737 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=863548f6-9223-47fc-81e9-543ece1048bd 2025-09-24 21:43:55,743 - DEBUG - Pod 863548f6-9223-47fc-81e9-543ece1048bd is not in agent 10.0.0.49 VM list 2025-09-24 21:43:55,743 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72236404-998f-11f0-8732-fa163e43a923 2025-09-24 21:43:55,748 - DEBUG - VMI 72236404-998f-11f0-8732-fa163e43a923 is removed from agent 10.0.0.49 2025-09-24 21:43:55,748 - INFO - Verified that pod ctest-busybox-pod-08013522 is removed in agent 2025-09-24 21:43:55,749 - INFO - Deleting Ingress : ctest-nginx-ingress-71304325 2025-09-24 21:43:55,759 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=8946cac3-44ca-45b4-aa83-50a8875050a7 2025-09-24 21:43:55,766 - ERROR - Ingress ctest-nginx-ingress-71304325 with uuid 8946cac3-44ca-45b4-aa83-50a8875050a7 still found in kube manager 2025-09-24 21:43:56,766 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=8946cac3-44ca-45b4-aa83-50a8875050a7 2025-09-24 21:43:56,770 - INFO - Ingress ctest-nginx-ingress-71304325 with uuid 8946cac3-44ca-45b4-aa83-50a8875050a7 deleted successfully from kube manager 2025-09-24 21:43:56,770 - INFO - Verifications on Ingress %s cleanup passed 2025-09-24 21:43:56,773 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-24 21:43:56,929 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-09-24 21:43:56,946 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-24 21:43:56,946 - INFO - Deleting VN __public__ 2025-09-24 21:43:57,095 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/18bcf37b-14fe-4bab-b73c-e20a99c72ae4 2025-09-24 21:43:57,099 - DEBUG - Response Code: 404 2025-09-24 21:43:57,099 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 21:43:57,105 - DEBUG - Requesting: http://10.0.0.48:8082/domain/541bf9c6-13eb-4ba3-9ccc-2d2f51e29384 2025-09-24 21:43:57,110 - DEBUG - Requesting: http://10.0.0.48:8082/project/6bf73e60-e831-44ce-b287-0e297052814c 2025-09-24 21:43:57,177 - INFO - Validated that VN __public__ is not found in API Server 2025-09-24 21:43:57,177 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-24 21:43:57,190 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:43:57,197 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-09-24 21:43:57,197 - INFO - Validated that VN __public__ is not in any agent 2025-09-24 21:43:57,197 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:43:57,204 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 21:43:57,211 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-24 21:43:57,217 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-24 21:43:57,218 - INFO - Deleting pod default:ctest-nginx-pod-99479353 2025-09-24 21:43:57,258 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=28a44005-9eb7-4ab6-bbbb-5f3b55c5589a 2025-09-24 21:43:57,270 - WARNING - Pod uuid 28a44005-9eb7-4ab6-bbbb-5f3b55c5589a is still seen in agent 10.0.0.49 VM list 2025-09-24 21:44:02,272 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=28a44005-9eb7-4ab6-bbbb-5f3b55c5589a 2025-09-24 21:44:02,278 - DEBUG - Pod 28a44005-9eb7-4ab6-bbbb-5f3b55c5589a is not in agent 10.0.0.49 VM list 2025-09-24 21:44:02,278 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6df4e52e-998f-11f0-8732-fa163e43a923 2025-09-24 21:44:02,282 - DEBUG - VMI 6df4e52e-998f-11f0-8732-fa163e43a923 is removed from agent 10.0.0.49 2025-09-24 21:44:02,282 - INFO - Verified that pod ctest-nginx-pod-99479353 is removed in agent 2025-09-24 21:44:02,283 - INFO - Deleting pod default:ctest-nginx-pod-78170303 2025-09-24 21:44:02,306 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=005383d2-19d3-42e1-b0c6-709bf7a91db6 2025-09-24 21:44:02,314 - WARNING - Pod uuid 005383d2-19d3-42e1-b0c6-709bf7a91db6 is still seen in agent 10.0.0.49 VM list 2025-09-24 21:44:07,315 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=005383d2-19d3-42e1-b0c6-709bf7a91db6 2025-09-24 21:44:07,321 - DEBUG - Pod 005383d2-19d3-42e1-b0c6-709bf7a91db6 is not in agent 10.0.0.49 VM list 2025-09-24 21:44:07,321 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d79068e-998f-11f0-8732-fa163e43a923 2025-09-24 21:44:07,326 - DEBUG - VMI 6d79068e-998f-11f0-8732-fa163e43a923 is removed from agent 10.0.0.49 2025-09-24 21:44:07,326 - INFO - Verified that pod ctest-nginx-pod-78170303 is removed in agent 2025-09-24 21:44:07,326 - INFO - Deleting service : ctest-nginx-svc-18336962 2025-09-24 21:44:07,568 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 21:44:07,574 - DEBUG - No XMPP flaps were noticed during the test 2025-09-24 21:44:07,574 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:15] 2025-09-24 21:44:07,574 - INFO - -------------------------------------------------------------------------------- 2025-09-24 21:44:17,067 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-24 21:44:17,298 - DEBUG - Output : cluster_project={} 2025-09-24 21:44:17,439 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-24 21:44:17,660 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-24 21:44:17,667 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-24 21:44:17,851 - DEBUG - Output : cluster_project={} 2025-09-24 21:44:27,993 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,037 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,109 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,142 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,224 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,297 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,340 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,424 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 21:44:33,629 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 21:44:36,210 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-09-24 21:44:36,218 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-09-24 21:44:36,245 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-09-24 21:44:38,273 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-09-24 21:47:38,472 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 21:47:38,514 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=86e1b930-6f63-4876-b1c8-95387cb948c9 2025-09-24 21:47:38,541 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=cb612138-f1be-43b6-8ec6-5efbadc92312 2025-09-24 21:47:38,554 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:47:38,560 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:47:38,565 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=3fd9b504-45c0-4b75-82a5-fe04a66b81a5 2025-09-24 21:47:38,569 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bd1c6727-8077-4fdd-ad10-0c39ea757802 2025-09-24 21:47:38,574 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:47:38,582 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:47:43,524 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=86e1b930-6f63-4876-b1c8-95387cb948c9 2025-09-24 21:47:43,531 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9dc70fac-998f-11f0-8732-fa163e43a923 2025-09-24 21:47:43,588 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=cb612138-f1be-43b6-8ec6-5efbadc92312 2025-09-24 21:47:43,594 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9f8a73a6-998f-11f0-8732-fa163e43a923 2025-09-24 21:47:43,609 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:47:43,611 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=3fd9b504-45c0-4b75-82a5-fe04a66b81a5 2025-09-24 21:47:43,612 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bd1c6727-8077-4fdd-ad10-0c39ea757802 2025-09-24 21:47:43,613 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:47:43,614 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:47:43,615 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:47:43,633 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9eafef7e-998f-11f0-8732-fa163e43a923 2025-09-24 21:47:43,637 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9ff9f67c-998f-11f0-8732-fa163e43a923 2025-09-24 21:47:48,633 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:47:48,635 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:47:48,636 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:47:48,638 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:47:53,647 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:47:53,649 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:47:53,650 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:47:53,650 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:47:58,663 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:47:58,664 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:47:58,665 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:47:58,666 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:48:03,678 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:48:03,681 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:48:03,682 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:48:03,683 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:48:08,699 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:48:08,701 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:48:08,702 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:48:08,703 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:48:13,718 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=04c98a67-a0ab-4ed7-8e4a-2640b6386ffe 2025-09-24 21:48:13,719 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d2f4f2c-99df-4bb9-b785-a6b0a624989f 2025-09-24 21:48:13,721 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=afbbba94-9962-4805-9daf-5655fe474163 2025-09-24 21:48:13,722 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=52840e0a-a836-4c48-ad7b-496d8c09c246 2025-09-24 21:48:13,733 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a07f818e-998f-11f0-8732-fa163e43a923 2025-09-24 21:48:13,735 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a1679b4a-998f-11f0-8732-fa163e43a923 2025-09-24 21:48:13,738 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a100593a-998f-11f0-8732-fa163e43a923 2025-09-24 21:48:13,739 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a1d7ab7e-998f-11f0-8732-fa163e43a923