2026-06-09 23:11:05,809 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-06-09 23:11:06,062 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2016-1 2026-06-09 23:11:06,062 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-06-09 23:11:06,097 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2016-1 2026-06-09 23:11:06,097 - DEBUG - [10.0.0.50]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-09 23:11:06,172 - DEBUG - Output : NAMES contrail_test_9G0zVU727 contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 2026-06-09 23:11:06,173 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-09 23:11:06,217 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 252.50.0.1/8 10.69.209.1/24 172.17.0.1/16 2026-06-09 23:11:06,217 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-06-09 23:11:06,300 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2016-1 2026-06-09 23:11:06,368 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-06-09 23:11:06,584 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2016-1 2026-06-09 23:11:06,584 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-06-09 23:11:06,607 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2016-1 2026-06-09 23:11:06,608 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-09 23:11:06,652 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-06-09 23:11:06,652 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-09 23:11:06,715 - DEBUG - Output : 10.0.0.33/24 2026-06-09 23:11:06,715 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-06-09 23:11:06,741 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2016-1 2026-06-09 23:11:06,827 - INFO - Using existing project ['default-domain', 'k8s-default'](e16e807f-b643-4858-8450-5e2ad290d53a) 2026-06-09 23:11:06,886 - INFO - Using existing project ['default-domain', 'k8s-default'](e16e807f-b643-4858-8450-5e2ad290d53a) 2026-06-09 23:11:06,996 - INFO - ================================================================================ 2026-06-09 23:11:06,996 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-09 23:11:06,996 - 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 2026-06-09 23:11:07,200 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 23:11:07,206 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.50': '0'}} with 2026-06-09 23:11:07,207 - INFO - Initial checks done. Running the testcase now 2026-06-09 23:11:07,207 - INFO - 2026-06-09 23:11:07,211 - INFO - Namespace default already exists 2026-06-09 23:11:07,212 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-09 23:11:07,329 - DEBUG - Output : cluster_project={} 2026-06-09 23:11:07,412 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-09 23:11:07,412 - DEBUG - Project uuid in Contrail is e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:11:07,412 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-09 23:11:07,539 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-09 23:11:07,539 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=e013d6ab-f4ee-4ca2-b5c8-6e4f51d16733 2026-06-09 23:11:07,545 - INFO - Namespace default with uuid e013d6ab-f4ee-4ca2-b5c8-6e4f51d16733 found in kube manager 2026-06-09 23:11:07,545 - INFO - Namespace default verification passed 2026-06-09 23:11:07,549 - DEBUG - Service ctest-nginx-svc-88134650 not present 2026-06-09 23:11:07,550 - INFO - Creating service ctest-nginx-svc-88134650 2026-06-09 23:11:07,574 - INFO - Created Service ctest-nginx-svc-88134650 2026-06-09 23:11:07,592 - DEBUG - Pod ctest-nginx-pod-53010450 not present 2026-06-09 23:11:07,593 - INFO - Creating Pod ctest-nginx-pod-53010450 2026-06-09 23:11:07,664 - DEBUG - Pod : ctest-nginx-pod-53010450 UUID is 27367ae6-2057-43a8-acd0-3a05de805d6c 2026-06-09 23:11:07,667 - DEBUG - Pod ctest-nginx-pod-16129119 not present 2026-06-09 23:11:07,668 - INFO - Creating Pod ctest-nginx-pod-16129119 2026-06-09 23:11:07,716 - DEBUG - Pod : ctest-nginx-pod-16129119 UUID is 7e9f2436-90ee-422c-8aa8-049d3acdae30 2026-06-09 23:11:07,900 - INFO - Created VN __public__, UUID :f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:08,161 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-09 23:11:08,166 - DEBUG - Requesting: http://10.0.0.50:8082/domain/f12c132a-8728-4def-8f0f-9210f4669f0b 2026-06-09 23:11:08,179 - DEBUG - Requesting: http://10.0.0.50:8082/project/e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:11:08,242 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:08,251 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:08,298 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:08,322 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:08,332 - DEBUG - Route Targets: [] 2026-06-09 23:11:08,333 - DEBUG - RT names not yet present for VN __public__ 2026-06-09 23:11:13,334 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-09 23:11:13,340 - DEBUG - Requesting: http://10.0.0.50:8082/domain/f12c132a-8728-4def-8f0f-9210f4669f0b 2026-06-09 23:11:13,346 - DEBUG - Requesting: http://10.0.0.50:8082/project/e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:11:13,380 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,388 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,396 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:13,403 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:13,415 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/22550fee-1cdf-474e-b288-74866680d377 2026-06-09 23:11:13,420 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-09 23:11:13,420 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,430 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:13,444 - INFO - Verified VN network id 13 for VN f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,444 - INFO - Verifications in API Server for VN __public__ passed 2026-06-09 23:11:13,444 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,452 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:13,458 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:11:13,464 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/22550fee-1cdf-474e-b288-74866680d377 2026-06-09 23:11:13,470 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-09 23:11:13,477 - DEBUG - Control-node 10.0.0.50 : 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': '17989486281245934291', 'uuid-lslong': '10919402008351335601'}, 'enable': 'true', 'created': '2026-06-09T23:11:07', 'last-modified': '2026-06-09T23:11:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.453513'} 2026-06-09 23:11:13,477 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:11:13,487 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-09 23:11:13,487 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-09 23:11:13,488 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-09 23:11:13,488 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-09 23:11:13,493 - DEBUG - Requesting: http://10.0.0.50:8082/domain/f12c132a-8728-4def-8f0f-9210f4669f0b 2026-06-09 23:11:13,500 - DEBUG - Requesting: http://10.0.0.50:8082/project/e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:11:13,572 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,581 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-09 23:11:13,581 - DEBUG - Verifying the vn in opserver 2026-06-09 23:11:13,581 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-06-09 23:11:13,581 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-06-09 23:11:13,585 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-09 23:11:13,586 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-09 23:11:13,586 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:11:13,593 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:11:13,598 - DEBUG - Do not have enough data to verify VN in agent 2026-06-09 23:11:13,599 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:11:13,603 - DEBUG - VRF ids for VN __public__: {} 2026-06-09 23:11:13,697 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-09 23:11:13,796 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-09 23:11:13,801 - DEBUG - Requesting: http://10.0.0.50:8082/domain/f12c132a-8728-4def-8f0f-9210f4669f0b 2026-06-09 23:11:13,807 - DEBUG - Requesting: http://10.0.0.50:8082/project/e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:11:13,848 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,857 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/c71c2a23-b230-4a0b-b83d-1e0abc4a7406 2026-06-09 23:11:13,862 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-09 23:11:13,866 - DEBUG - Requesting: http://10.0.0.50:8082/domain/f12c132a-8728-4def-8f0f-9210f4669f0b 2026-06-09 23:11:13,872 - DEBUG - Requesting: http://10.0.0.50:8082/project/e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:11:13,908 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f9a77e75-dd6d-42d3-9789-8245eb77e4b1 2026-06-09 23:11:13,916 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-09 23:11:13,916 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-09 23:11:13,922 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-09 23:11:13,927 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-09 23:11:13,927 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-09 23:11:13,930 - DEBUG - Ingress ctest-nginx-ingress-06062220 not present 2026-06-09 23:11:13,930 - INFO - Creating Ingress ctest-nginx-ingress-06062220 2026-06-09 23:11:13,937 - INFO - Created Ingress ctest-nginx-ingress-06062220 2026-06-09 23:11:13,941 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06062220 2026-06-09 23:11:16,946 - DEBUG - For Ingress ctest-nginx-ingress-06062220, Cluster IP: 10.47.255.249, External IPs ['201.212.91.188'] 2026-06-09 23:11:16,946 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-06062220 2026-06-09 23:11:16,946 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=10fd4c7b-f9b6-44d7-bda3-bdb6286d4ae8 2026-06-09 23:11:16,951 - INFO - Ingress ctest-nginx-ingress-06062220 with uuid 10fd4c7b-f9b6-44d7-bda3-bdb6286d4ae8 found in kube manager 2026-06-09 23:11:16,951 - INFO - Ingress ctest-nginx-ingress-06062220 verification passed 2026-06-09 23:11:16,953 - DEBUG - Pod ctest-busybox-pod-37661637 not present 2026-06-09 23:11:16,954 - INFO - Creating Pod ctest-busybox-pod-37661637 2026-06-09 23:11:16,984 - DEBUG - Pod : ctest-busybox-pod-37661637 UUID is 1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:16,991 - DEBUG - Pod ctest-nginx-pod-53010450 not in running state.Currently in Pending 2026-06-09 23:11:22,001 - DEBUG - Pod ctest-nginx-pod-53010450 not in running state.Currently in Pending 2026-06-09 23:11:27,012 - INFO - Pod ctest-nginx-pod-53010450 is in running state.Got IP 10.47.255.251 2026-06-09 23:11:27,068 - DEBUG - Pod ctest-nginx-pod-53010450 has vmi 7ffb8d1a-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:11:27,068 - INFO - Verified pod ctest-nginx-pod-53010450 in contrail-api 2026-06-09 23:11:27,068 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:11:27,079 - DEBUG - VMI 7ffb8d1a-6458-11f1-89f2-fa163e5ba626 is active in agent 10.0.0.33 2026-06-09 23:11:27,079 - INFO - Verified Pod ctest-nginx-pod-53010450 in agent 10.0.0.33 2026-06-09 23:11:27,079 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=27367ae6-2057-43a8-acd0-3a05de805d6c 2026-06-09 23:11:27,084 - INFO - Pod ctest-nginx-pod-53010450 with uuid 27367ae6-2057-43a8-acd0-3a05de805d6c found in kube manager 2026-06-09 23:11:27,084 - INFO - Pod ctest-nginx-pod-53010450 verification passed 2026-06-09 23:11:27,160 - DEBUG - [Pod ctest-nginx-pod-53010450] Cmd: echo ctest-nginx-pod-53010450 > /usr/share/nginx/html/index.html, Output: 2026-06-09 23:11:27,170 - INFO - Pod ctest-nginx-pod-16129119 is in running state.Got IP 10.47.255.250 2026-06-09 23:11:27,185 - DEBUG - Pod ctest-nginx-pod-16129119 has vmi 8058dd58-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:11:27,185 - INFO - Verified pod ctest-nginx-pod-16129119 in contrail-api 2026-06-09 23:11:27,185 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:11:27,194 - DEBUG - VMI 8058dd58-6458-11f1-89f2-fa163e5ba626 is active in agent 10.0.0.33 2026-06-09 23:11:27,194 - INFO - Verified Pod ctest-nginx-pod-16129119 in agent 10.0.0.33 2026-06-09 23:11:27,194 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=7e9f2436-90ee-422c-8aa8-049d3acdae30 2026-06-09 23:11:27,198 - INFO - Pod ctest-nginx-pod-16129119 with uuid 7e9f2436-90ee-422c-8aa8-049d3acdae30 found in kube manager 2026-06-09 23:11:27,198 - INFO - Pod ctest-nginx-pod-16129119 verification passed 2026-06-09 23:11:27,249 - DEBUG - [Pod ctest-nginx-pod-16129119] Cmd: echo ctest-nginx-pod-16129119 > /usr/share/nginx/html/index.html, Output: 2026-06-09 23:11:27,256 - INFO - Pod ctest-busybox-pod-37661637 is in running state.Got IP 10.47.255.248 2026-06-09 23:11:27,268 - DEBUG - Pod ctest-busybox-pod-37661637 has vmi 84b58d56-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:11:27,269 - INFO - Verified pod ctest-busybox-pod-37661637 in contrail-api 2026-06-09 23:11:27,269 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:11:27,278 - DEBUG - VMI 84b58d56-6458-11f1-89f2-fa163e5ba626 is active in agent 10.0.0.33 2026-06-09 23:11:27,278 - INFO - Verified Pod ctest-busybox-pod-37661637 in agent 10.0.0.33 2026-06-09 23:11:27,278 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:27,283 - INFO - Pod ctest-busybox-pod-37661637 with uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b found in kube manager 2026-06-09 23:11:27,283 - INFO - Pod ctest-busybox-pod-37661637 verification passed 2026-06-09 23:11:27,344 - DEBUG - [Pod ctest-busybox-pod-37661637] 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-53010450 2026-06-09 23:11:27,345 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,345 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] 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-53010450 2026-06-09 23:11:27,392 - DEBUG - [Pod ctest-busybox-pod-37661637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,392 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,392 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,444 - DEBUG - [Pod ctest-busybox-pod-37661637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,444 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,444 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,496 - DEBUG - [Pod ctest-busybox-pod-37661637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,496 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,496 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,548 - DEBUG - [Pod ctest-busybox-pod-37661637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,548 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,548 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,603 - DEBUG - [Pod ctest-busybox-pod-37661637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,603 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,603 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd output: ctest-nginx-pod-53010450 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,654 - DEBUG - [Pod ctest-busybox-pod-37661637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-16129119 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,654 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 23:11:27,654 - DEBUG - [Pod Pod ctest-busybox-pod-37661637] Cmd output: ctest-nginx-pod-16129119 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 23:11:27,654 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-53010450': 6, 'ctest-nginx-pod-16129119': 1} 2026-06-09 23:11:27,654 - WARNING - Nothing to delete parallely 2026-06-09 23:11:27,654 - INFO - Deleting pod default:ctest-busybox-pod-37661637 2026-06-09 23:11:27,667 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:27,674 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:11:32,675 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:32,681 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:11:37,681 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:37,689 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:11:42,690 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:42,696 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:11:47,697 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:47,704 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:11:52,708 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:52,716 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:11:57,717 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:11:57,724 - WARNING - Pod uuid 1a639ecb-941b-499c-b81a-0ff2ae25d06b is still seen in agent 10.0.0.33 VM list 2026-06-09 23:12:02,724 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=1a639ecb-941b-499c-b81a-0ff2ae25d06b 2026-06-09 23:12:02,736 - DEBUG - Pod 1a639ecb-941b-499c-b81a-0ff2ae25d06b is not in agent 10.0.0.33 VM list 2026-06-09 23:12:02,736 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:84b58d56-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:12:02,741 - DEBUG - VMI 84b58d56-6458-11f1-89f2-fa163e5ba626 is removed from agent 10.0.0.33 2026-06-09 23:12:02,741 - INFO - Verified that pod ctest-busybox-pod-37661637 is removed in agent 2026-06-09 23:12:02,741 - INFO - Deleting Ingress : ctest-nginx-ingress-06062220 2026-06-09 23:12:02,757 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=10fd4c7b-f9b6-44d7-bda3-bdb6286d4ae8 2026-06-09 23:12:02,761 - ERROR - Ingress ctest-nginx-ingress-06062220 with uuid 10fd4c7b-f9b6-44d7-bda3-bdb6286d4ae8 still found in kube manager 2026-06-09 23:12:03,761 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=10fd4c7b-f9b6-44d7-bda3-bdb6286d4ae8 2026-06-09 23:12:03,765 - INFO - Ingress ctest-nginx-ingress-06062220 with uuid 10fd4c7b-f9b6-44d7-bda3-bdb6286d4ae8 deleted successfully from kube manager 2026-06-09 23:12:03,765 - INFO - Verifications on Ingress %s cleanup passed 2026-06-09 23:12:03,765 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-09 23:12:03,929 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-09 23:12:03,941 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-09 23:12:03,941 - INFO - Deleting VN __public__ 2026-06-09 23:12:04,111 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/1e22c293-e514-4fcc-9f5f-118eafea9a73 2026-06-09 23:12:04,118 - DEBUG - Response Code: 404 2026-06-09 23:12:04,118 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-09 23:12:04,128 - DEBUG - Requesting: http://10.0.0.50:8082/domain/f12c132a-8728-4def-8f0f-9210f4669f0b 2026-06-09 23:12:04,146 - DEBUG - Requesting: http://10.0.0.50:8082/project/e16e807f-b643-4858-8450-5e2ad290d53a 2026-06-09 23:12:04,230 - INFO - Validated that VN __public__ is not found in API Server 2026-06-09 23:12:04,230 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-09 23:12:04,244 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:12:04,273 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2026-06-09 23:12:04,273 - INFO - Validated that VN __public__ is not in any agent 2026-06-09 23:12:04,273 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:12:04,286 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 23:12:04,294 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-09 23:12:04,299 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-09 23:12:04,299 - INFO - Deleting pod default:ctest-nginx-pod-16129119 2026-06-09 23:12:04,320 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7e9f2436-90ee-422c-8aa8-049d3acdae30 2026-06-09 23:12:04,333 - WARNING - Pod uuid 7e9f2436-90ee-422c-8aa8-049d3acdae30 is still seen in agent 10.0.0.33 VM list 2026-06-09 23:12:09,334 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7e9f2436-90ee-422c-8aa8-049d3acdae30 2026-06-09 23:12:09,340 - DEBUG - Pod 7e9f2436-90ee-422c-8aa8-049d3acdae30 is not in agent 10.0.0.33 VM list 2026-06-09 23:12:09,340 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8058dd58-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:12:09,345 - DEBUG - VMI 8058dd58-6458-11f1-89f2-fa163e5ba626 is removed from agent 10.0.0.33 2026-06-09 23:12:09,345 - INFO - Verified that pod ctest-nginx-pod-16129119 is removed in agent 2026-06-09 23:12:09,346 - INFO - Deleting pod default:ctest-nginx-pod-53010450 2026-06-09 23:12:09,382 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=27367ae6-2057-43a8-acd0-3a05de805d6c 2026-06-09 23:12:09,394 - WARNING - Pod uuid 27367ae6-2057-43a8-acd0-3a05de805d6c is still seen in agent 10.0.0.33 VM list 2026-06-09 23:12:14,395 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=27367ae6-2057-43a8-acd0-3a05de805d6c 2026-06-09 23:12:14,401 - DEBUG - Pod 27367ae6-2057-43a8-acd0-3a05de805d6c is not in agent 10.0.0.33 VM list 2026-06-09 23:12:14,401 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7ffb8d1a-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:12:14,405 - DEBUG - VMI 7ffb8d1a-6458-11f1-89f2-fa163e5ba626 is removed from agent 10.0.0.33 2026-06-09 23:12:14,405 - INFO - Verified that pod ctest-nginx-pod-53010450 is removed in agent 2026-06-09 23:12:14,405 - INFO - Deleting service : ctest-nginx-svc-88134650 2026-06-09 23:12:14,649 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 23:12:14,655 - DEBUG - No XMPP flaps were noticed during the test 2026-06-09 23:12:14,655 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2026-06-09 23:12:14,655 - INFO - -------------------------------------------------------------------------------- 2026-06-09 23:12:21,104 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-09 23:12:21,237 - DEBUG - Output : cluster_project={} 2026-06-09 23:12:21,372 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-09 23:12:21,510 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-09 23:12:21,524 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-09 23:12:21,678 - DEBUG - Output : cluster_project={} 2026-06-09 23:12:36,771 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:36,848 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:36,886 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:36,964 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:42,009 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:42,088 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:42,164 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:42,196 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 23:12:42,408 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 23:12:44,250 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2026-06-09 23:12:44,256 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-06-09 23:12:44,291 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-06-09 23:12:46,317 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-06-09 23:15:55,391 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 23:15:55,420 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7d7bf663-a0fe-4a8c-90f1-9cae5ad33857 2026-06-09 23:15:55,450 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:15:55,468 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d00dbdc7-429f-4d82-9d5e-df0d58312c38 2026-06-09 23:15:55,475 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:15:55,489 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:15:55,494 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c5ff9bef-4ba2-49c5-a304-62c3c44c7deb 2026-06-09 23:15:55,498 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:15:55,504 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8d98d166-d99c-4572-974d-3d8edc3ce9b1 2026-06-09 23:16:00,433 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7d7bf663-a0fe-4a8c-90f1-9cae5ad33857 2026-06-09 23:16:00,439 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:abb453b0-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:00,509 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:00,526 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:00,528 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8d98d166-d99c-4572-974d-3d8edc3ce9b1 2026-06-09 23:16:00,529 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:00,530 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d00dbdc7-429f-4d82-9d5e-df0d58312c38 2026-06-09 23:16:00,531 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:00,534 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c5ff9bef-4ba2-49c5-a304-62c3c44c7deb 2026-06-09 23:16:00,546 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:accc0dce-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:00,550 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad3f82e0-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:00,551 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac3150f4-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:05,515 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:05,553 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:05,554 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:05,555 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:10,523 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:10,566 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:10,568 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:10,569 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:15,529 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:15,578 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:15,580 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:15,581 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:20,535 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:20,588 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:20,590 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:20,591 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:25,543 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:25,600 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:25,601 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:25,602 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:30,549 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c776ed02-319f-49a2-bc0e-f56a4ef4b208 2026-06-09 23:16:30,554 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ae380820-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:30,612 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e9bd8fe-a3a4-4573-b30d-b0bc9edf1edb 2026-06-09 23:16:30,613 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=bda391e4-d967-4875-907a-d88e1d595b01 2026-06-09 23:16:30,614 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=55bf6470-5c7f-48fb-a596-01c7419b9fa2 2026-06-09 23:16:30,623 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:af12cf0a-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:30,624 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:adc78a82-6458-11f1-89f2-fa163e5ba626 2026-06-09 23:16:30,626 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aea59570-6458-11f1-89f2-fa163e5ba626