2026-03-10 15:43:45,413 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-03-10 15:43:45,650 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-441-1.novalocal 2026-03-10 15:43:45,650 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-03-10 15:43:45,746 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-441-1.novalocal 2026-03-10 15:43:45,746 - 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-03-10 15:43:45,890 - DEBUG - Output : NAMES contrail_test_wOMfqF2QR vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_dnsmasq_1 config_svcmonitor_1 config_nodemgr_1 config_api_1 config_schema_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-10 15:43:45,891 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-10 15:43:46,002 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 10.20.0.254/24 172.17.0.1/16 10.20.0.254/24 2026-03-10 15:43:46,002 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-03-10 15:43:46,109 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-441-1.novalocal 2026-03-10 15:43:46,110 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-10 15:43:46,225 - DEBUG - Output : 10.20.0.254/24 2026-03-10 15:43:46,225 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2026-03-10 15:43:46,333 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-441-1.novalocal 2026-03-10 15:43:46,581 - INFO - Using existing project ['default-domain', 'k8s-default'](b66840da-4294-4a00-b7f2-909c16b6cb92) 2026-03-10 15:43:46,654 - INFO - Using existing project ['default-domain', 'k8s-default'](b66840da-4294-4a00-b7f2-909c16b6cb92) 2026-03-10 15:43:46,784 - INFO - ================================================================================ 2026-03-10 15:43:46,784 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-10 15:43:46,784 - 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-03-10 15:43:47,022 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-10 15:43:47,028 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with 2026-03-10 15:43:47,028 - INFO - Initial checks done. Running the testcase now 2026-03-10 15:43:47,028 - INFO - 2026-03-10 15:43:47,032 - INFO - Namespace default already exists 2026-03-10 15:43:47,032 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-10 15:43:47,206 - DEBUG - Output : cluster_project={} 2026-03-10 15:43:47,248 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-10 15:43:47,248 - DEBUG - Project uuid in Contrail is b66840da-4294-4a00-b7f2-909c16b6cb92 2026-03-10 15:43:47,248 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-10 15:43:47,398 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-10 15:43:47,399 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=c5a04e8b-abdd-4e62-b6bc-a9e32412a6fb 2026-03-10 15:43:47,402 - INFO - Namespace default with uuid c5a04e8b-abdd-4e62-b6bc-a9e32412a6fb found in kube manager 2026-03-10 15:43:47,402 - INFO - Namespace default verification passed 2026-03-10 15:43:47,405 - DEBUG - Service ctest-nginx-svc-77103005 not present 2026-03-10 15:43:47,406 - INFO - Creating service ctest-nginx-svc-77103005 2026-03-10 15:43:47,420 - INFO - Created Service ctest-nginx-svc-77103005 2026-03-10 15:43:47,424 - DEBUG - Pod ctest-nginx-pod-39005197 not present 2026-03-10 15:43:47,424 - INFO - Creating Pod ctest-nginx-pod-39005197 2026-03-10 15:43:47,458 - DEBUG - Pod : ctest-nginx-pod-39005197 UUID is 94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 2026-03-10 15:43:47,460 - DEBUG - Pod ctest-nginx-pod-13208103 not present 2026-03-10 15:43:47,461 - INFO - Creating Pod ctest-nginx-pod-13208103 2026-03-10 15:43:47,494 - DEBUG - Pod : ctest-nginx-pod-13208103 UUID is ea85bb4c-d059-4ca9-a785-9e46c90ec672 2026-03-10 15:43:47,632 - INFO - Created VN __public__, UUID :a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,761 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-03-10 15:43:47,767 - DEBUG - Requesting: http://10.0.0.50:8082/domain/59c517ea-9aa4-4cef-9f88-8e2695282b7e 2026-03-10 15:43:47,780 - DEBUG - Requesting: http://10.0.0.50:8082/project/b66840da-4294-4a00-b7f2-909c16b6cb92 2026-03-10 15:43:47,830 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,840 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,848 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b42fa56e-d0e6-4a9c-aebc-062eb12818aa 2026-03-10 15:43:47,854 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b42fa56e-d0e6-4a9c-aebc-062eb12818aa 2026-03-10 15:43:47,861 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/c7fb16b5-a8fb-4b1b-9f74-1e431f0940af 2026-03-10 15:43:47,867 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-10 15:43:47,867 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,874 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b42fa56e-d0e6-4a9c-aebc-062eb12818aa 2026-03-10 15:43:47,884 - INFO - Verified VN network id 15 for VN a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,885 - INFO - Verifications in API Server for VN __public__ passed 2026-03-10 15:43:47,885 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,892 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b42fa56e-d0e6-4a9c-aebc-062eb12818aa 2026-03-10 15:43:47,897 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b42fa56e-d0e6-4a9c-aebc-062eb12818aa 2026-03-10 15:43:47,902 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/c7fb16b5-a8fb-4b1b-9f74-1e431f0940af 2026-03-10 15:43:47,907 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-10 15:43:47,912 - 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': '11929771025264232045', 'uuid-lslong': '9680437828812076293'}, 'enable': 'true', 'created': '2026-03-10T15:43:47', 'last-modified': '2026-03-10T15:43:47', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.217304'} 2026-03-10 15:43:47,912 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:43:47,920 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-10 15:43:47,920 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-10 15:43:47,921 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-10 15:43:47,921 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-03-10 15:43:47,925 - DEBUG - Requesting: http://10.0.0.50:8082/domain/59c517ea-9aa4-4cef-9f88-8e2695282b7e 2026-03-10 15:43:47,941 - DEBUG - Requesting: http://10.0.0.50:8082/project/b66840da-4294-4a00-b7f2-909c16b6cb92 2026-03-10 15:43:47,983 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:47,992 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-10 15:43:47,992 - DEBUG - Verifying the vn in opserver 2026-03-10 15:43:47,992 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-03-10 15:43:47,992 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-03-10 15:43:47,996 - 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-03-10 15:43:47,996 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-10 15:43:47,996 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:43:48,001 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:43:48,006 - DEBUG - Do not have enough data to verify VN in agent 2026-03-10 15:43:48,006 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:43:48,010 - DEBUG - VRF ids for VN __public__: {} 2026-03-10 15:43:48,065 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-10 15:43:48,145 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-03-10 15:43:48,149 - DEBUG - Requesting: http://10.0.0.50:8082/domain/59c517ea-9aa4-4cef-9f88-8e2695282b7e 2026-03-10 15:43:48,155 - DEBUG - Requesting: http://10.0.0.50:8082/project/b66840da-4294-4a00-b7f2-909c16b6cb92 2026-03-10 15:43:48,206 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:48,215 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/7593ade6-d162-43de-8f23-3cccff6e7f10 2026-03-10 15:43:48,219 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-03-10 15:43:48,222 - DEBUG - Requesting: http://10.0.0.50:8082/domain/59c517ea-9aa4-4cef-9f88-8e2695282b7e 2026-03-10 15:43:48,228 - DEBUG - Requesting: http://10.0.0.50:8082/project/b66840da-4294-4a00-b7f2-909c16b6cb92 2026-03-10 15:43:48,265 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/a58f0f8a-749f-466d-8657-d2ea8898f505 2026-03-10 15:43:48,272 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-10 15:43:48,272 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-10 15:43:48,279 - 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-03-10 15:43:48,284 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-10 15:43:48,284 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-10 15:43:48,287 - DEBUG - Ingress ctest-nginx-ingress-33998015 not present 2026-03-10 15:43:48,287 - INFO - Creating Ingress ctest-nginx-ingress-33998015 2026-03-10 15:43:48,293 - INFO - Created Ingress ctest-nginx-ingress-33998015 2026-03-10 15:43:48,296 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:43:51,302 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:43:54,306 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:43:57,311 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:44:00,317 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:44:03,322 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:44:06,327 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:44:09,332 - DEBUG - For Ingress ctest-nginx-ingress-33998015, Cluster IP: 10.47.255.246, External IPs ['51.59.230.188'] 2026-03-10 15:44:09,333 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-33998015 2026-03-10 15:44:09,333 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:44:09,336 - INFO - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 found in kube manager 2026-03-10 15:44:09,336 - INFO - Ingress ctest-nginx-ingress-33998015 verification passed 2026-03-10 15:44:09,339 - DEBUG - Pod ctest-busybox-pod-74588837 not present 2026-03-10 15:44:09,339 - INFO - Creating Pod ctest-busybox-pod-74588837 2026-03-10 15:44:09,395 - DEBUG - Pod : ctest-busybox-pod-74588837 UUID is 93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:09,403 - INFO - Pod ctest-nginx-pod-39005197 is in running state.Got IP 10.47.255.248 2026-03-10 15:44:09,420 - DEBUG - Pod ctest-nginx-pod-39005197 has vmi f0f61408-1c97-11f1-af3c-fa163eb64e67 2026-03-10 15:44:09,420 - INFO - Verified pod ctest-nginx-pod-39005197 in contrail-api 2026-03-10 15:44:09,420 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:44:09,445 - DEBUG - VMI f0f61408-1c97-11f1-af3c-fa163eb64e67 is active in agent 10.0.0.50 2026-03-10 15:44:09,445 - INFO - Verified Pod ctest-nginx-pod-39005197 in agent 10.0.0.50 2026-03-10 15:44:09,445 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 2026-03-10 15:44:09,464 - INFO - Pod ctest-nginx-pod-39005197 with uuid 94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 found in kube manager 2026-03-10 15:44:09,468 - INFO - Pod ctest-nginx-pod-39005197 verification passed 2026-03-10 15:44:09,553 - DEBUG - [Pod ctest-nginx-pod-39005197] Cmd: echo ctest-nginx-pod-39005197 > /usr/share/nginx/html/index.html, Output: 2026-03-10 15:44:09,561 - INFO - Pod ctest-nginx-pod-13208103 is in running state.Got IP 10.47.255.247 2026-03-10 15:44:09,606 - DEBUG - Pod ctest-nginx-pod-13208103 has vmi f4dd9618-1c97-11f1-af3c-fa163eb64e67 2026-03-10 15:44:09,606 - INFO - Verified pod ctest-nginx-pod-13208103 in contrail-api 2026-03-10 15:44:09,606 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:44:09,646 - DEBUG - VMI f4dd9618-1c97-11f1-af3c-fa163eb64e67 is active in agent 10.0.0.50 2026-03-10 15:44:09,646 - INFO - Verified Pod ctest-nginx-pod-13208103 in agent 10.0.0.50 2026-03-10 15:44:09,646 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=ea85bb4c-d059-4ca9-a785-9e46c90ec672 2026-03-10 15:44:09,650 - INFO - Pod ctest-nginx-pod-13208103 with uuid ea85bb4c-d059-4ca9-a785-9e46c90ec672 found in kube manager 2026-03-10 15:44:09,650 - INFO - Pod ctest-nginx-pod-13208103 verification passed 2026-03-10 15:44:09,741 - DEBUG - [Pod ctest-nginx-pod-13208103] Cmd: echo ctest-nginx-pod-13208103 > /usr/share/nginx/html/index.html, Output: 2026-03-10 15:44:09,748 - DEBUG - Pod ctest-busybox-pod-74588837 not in running state.Currently in Pending 2026-03-10 15:44:14,755 - DEBUG - Pod ctest-busybox-pod-74588837 not in running state.Currently in Pending 2026-03-10 15:44:19,763 - DEBUG - Pod ctest-busybox-pod-74588837 not in running state.Currently in Pending 2026-03-10 15:44:24,777 - DEBUG - Pod ctest-busybox-pod-74588837 not in running state.Currently in Pending 2026-03-10 15:44:29,787 - DEBUG - Pod ctest-busybox-pod-74588837 not in running state.Currently in Pending 2026-03-10 15:44:34,796 - INFO - Pod ctest-busybox-pod-74588837 is in running state.Got IP 10.47.255.245 2026-03-10 15:44:34,812 - DEBUG - Pod ctest-busybox-pod-74588837 has vmi 0001b02e-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:44:34,812 - INFO - Verified pod ctest-busybox-pod-74588837 in contrail-api 2026-03-10 15:44:34,812 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:44:34,821 - DEBUG - VMI 0001b02e-1c98-11f1-af3c-fa163eb64e67 is active in agent 10.0.0.50 2026-03-10 15:44:34,821 - INFO - Verified Pod ctest-busybox-pod-74588837 in agent 10.0.0.50 2026-03-10 15:44:34,821 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:34,824 - INFO - Pod ctest-busybox-pod-74588837 with uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 found in kube manager 2026-03-10 15:44:34,824 - INFO - Pod ctest-busybox-pod-74588837 verification passed 2026-03-10 15:44:34,866 - DEBUG - [Pod ctest-busybox-pod-74588837] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39005197 2026-03-10 15:44:34,866 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:44:34,866 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39005197 2026-03-10 15:44:34,904 - DEBUG - [Pod ctest-busybox-pod-74588837] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39005197 2026-03-10 15:44:34,904 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:44:34,904 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39005197 2026-03-10 15:44:34,959 - DEBUG - [Pod ctest-busybox-pod-74588837] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39005197 2026-03-10 15:44:34,959 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:44:34,959 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39005197 2026-03-10 15:44:34,997 - DEBUG - [Pod ctest-busybox-pod-74588837] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-39005197 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-10 15:44:34,997 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:44:34,997 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-39005197 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-10 15:44:35,046 - DEBUG - [Pod ctest-busybox-pod-74588837] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13208103 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-10 15:44:35,046 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-10 15:44:35,046 - DEBUG - [Pod Pod ctest-busybox-pod-74588837] Cmd output: ctest-nginx-pod-13208103 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-10 15:44:35,046 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-39005197': 4, 'ctest-nginx-pod-13208103': 1} 2026-03-10 15:44:35,046 - WARNING - Nothing to delete parallely 2026-03-10 15:44:35,047 - INFO - Deleting pod default:ctest-busybox-pod-74588837 2026-03-10 15:44:35,058 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:35,066 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:44:40,067 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:40,072 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:44:45,073 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:45,078 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:44:50,079 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:50,083 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:44:55,084 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:44:55,089 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:45:00,090 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:45:00,094 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:45:05,095 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:45:05,100 - WARNING - Pod uuid 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:45:10,101 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=93d0bb00-6459-450d-bf8e-5ff61cabbc93 2026-03-10 15:45:10,106 - DEBUG - Pod 93d0bb00-6459-450d-bf8e-5ff61cabbc93 is not in agent 10.0.0.50 VM list 2026-03-10 15:45:10,106 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0001b02e-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:45:10,110 - DEBUG - VMI 0001b02e-1c98-11f1-af3c-fa163eb64e67 is removed from agent 10.0.0.50 2026-03-10 15:45:10,110 - INFO - Verified that pod ctest-busybox-pod-74588837 is removed in agent 2026-03-10 15:45:10,110 - INFO - Deleting Ingress : ctest-nginx-ingress-33998015 2026-03-10 15:45:10,116 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:45:10,120 - ERROR - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 still found in kube manager 2026-03-10 15:45:11,120 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:45:11,124 - ERROR - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 still found in kube manager 2026-03-10 15:45:12,124 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:45:12,129 - ERROR - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 still found in kube manager 2026-03-10 15:45:13,130 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:45:13,134 - ERROR - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 still found in kube manager 2026-03-10 15:45:14,135 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:45:14,139 - ERROR - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 still found in kube manager 2026-03-10 15:45:15,140 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=908606f6-eea2-4392-ba15-60d3c6e80f91 2026-03-10 15:45:15,144 - INFO - Ingress ctest-nginx-ingress-33998015 with uuid 908606f6-eea2-4392-ba15-60d3c6e80f91 deleted successfully from kube manager 2026-03-10 15:45:15,144 - INFO - Verifications on Ingress %s cleanup passed 2026-03-10 15:45:15,144 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-10 15:45:15,204 - 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-03-10 15:45:15,209 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-10 15:45:15,209 - INFO - Deleting VN __public__ 2026-03-10 15:45:15,285 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b42fa56e-d0e6-4a9c-aebc-062eb12818aa 2026-03-10 15:45:15,294 - DEBUG - Response Code: 404 2026-03-10 15:45:15,294 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-03-10 15:45:15,298 - DEBUG - Requesting: http://10.0.0.50:8082/domain/59c517ea-9aa4-4cef-9f88-8e2695282b7e 2026-03-10 15:45:15,304 - DEBUG - Requesting: http://10.0.0.50:8082/project/b66840da-4294-4a00-b7f2-909c16b6cb92 2026-03-10 15:45:15,354 - INFO - Validated that VN __public__ is not found in API Server 2026-03-10 15:45:15,354 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-10 15:45:15,359 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:45:15,365 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2026-03-10 15:45:15,365 - INFO - Validated that VN __public__ is not in any agent 2026-03-10 15:45:15,365 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:45:15,370 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-10 15:45:15,376 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-10 15:45:15,381 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-10 15:45:15,381 - INFO - Deleting pod default:ctest-nginx-pod-13208103 2026-03-10 15:45:15,399 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ea85bb4c-d059-4ca9-a785-9e46c90ec672 2026-03-10 15:45:15,412 - WARNING - Pod uuid ea85bb4c-d059-4ca9-a785-9e46c90ec672 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:45:20,414 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ea85bb4c-d059-4ca9-a785-9e46c90ec672 2026-03-10 15:45:20,418 - DEBUG - Pod ea85bb4c-d059-4ca9-a785-9e46c90ec672 is not in agent 10.0.0.50 VM list 2026-03-10 15:45:20,418 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4dd9618-1c97-11f1-af3c-fa163eb64e67 2026-03-10 15:45:20,423 - DEBUG - VMI f4dd9618-1c97-11f1-af3c-fa163eb64e67 is removed from agent 10.0.0.50 2026-03-10 15:45:20,423 - INFO - Verified that pod ctest-nginx-pod-13208103 is removed in agent 2026-03-10 15:45:20,423 - INFO - Deleting pod default:ctest-nginx-pod-39005197 2026-03-10 15:45:20,448 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 2026-03-10 15:45:20,463 - WARNING - Pod uuid 94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 is still seen in agent 10.0.0.50 VM list 2026-03-10 15:45:25,465 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 2026-03-10 15:45:25,473 - DEBUG - Pod 94fc7fc2-7c0f-4c8f-b94b-c505f9026d86 is not in agent 10.0.0.50 VM list 2026-03-10 15:45:25,473 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0f61408-1c97-11f1-af3c-fa163eb64e67 2026-03-10 15:45:25,478 - DEBUG - VMI f0f61408-1c97-11f1-af3c-fa163eb64e67 is removed from agent 10.0.0.50 2026-03-10 15:45:25,478 - INFO - Verified that pod ctest-nginx-pod-39005197 is removed in agent 2026-03-10 15:45:25,478 - INFO - Deleting service : ctest-nginx-svc-77103005 2026-03-10 15:45:25,983 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-10 15:45:25,988 - DEBUG - No XMPP flaps were noticed during the test
2026-03-10 15:45:25,988 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:39]
2026-03-10 15:45:25,988 - INFO - -------------------------------------------------------------------------------- 2026-03-10 15:45:32,413 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-10 15:45:32,550 - DEBUG - Output : cluster_project={} 2026-03-10 15:45:32,586 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-10 15:45:32,726 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-10 15:45:32,730 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-10 15:45:32,900 - DEBUG - Output : cluster_project={} 2026-03-10 15:45:34,906 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-10 15:45:35,044 - DEBUG - Output : cluster_project={} 2026-03-10 15:45:55,131 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:05,175 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:10,217 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:10,246 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:25,314 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:25,360 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:25,397 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:25,432 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-10 15:46:25,987 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-10 15:46:40,238 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2026-03-10 15:46:40,242 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-03-10 15:46:40,262 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-03-10 15:46:42,289 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-03-10 15:46:44,314 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-03-10 15:46:46,337 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-03-10 15:49:46,070 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-10 15:49:46,146 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:49:46,159 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=43584ab8-a5e9-4c8e-a2a9-727191d12d61 2026-03-10 15:49:46,165 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a6ab2cdd-4438-4a84-b411-40f7dd3d1618 2026-03-10 15:49:46,170 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=152a1a2e-e1a3-46b5-906c-fa8cea03de0d 2026-03-10 15:49:46,175 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=dcb2eed5-866c-4195-b612-9257055bf3c8 2026-03-10 15:49:46,179 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:49:46,184 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:49:46,190 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:49:51,201 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:49:51,220 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:49:51,221 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a6ab2cdd-4438-4a84-b411-40f7dd3d1618 2026-03-10 15:49:51,222 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:49:51,223 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=152a1a2e-e1a3-46b5-906c-fa8cea03de0d 2026-03-10 15:49:51,224 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=43584ab8-a5e9-4c8e-a2a9-727191d12d61 2026-03-10 15:49:51,225 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:49:51,225 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=dcb2eed5-866c-4195-b612-9257055bf3c8 2026-03-10 15:49:51,247 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:37d26714-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:49:51,249 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3a7eed70-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:49:51,252 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31cecd76-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:49:56,206 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:49:56,247 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=152a1a2e-e1a3-46b5-906c-fa8cea03de0d 2026-03-10 15:49:56,248 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:49:56,249 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:49:56,250 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:49:56,260 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:347d250e-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:50:01,212 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:50:01,260 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:50:01,261 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:50:01,262 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:50:06,218 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:50:06,272 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:50:06,275 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:50:06,276 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:50:11,224 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:50:11,287 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:50:11,288 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:50:11,289 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:50:16,229 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:50:16,301 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:50:16,303 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:50:16,303 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:50:21,235 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=18fcf873-cfd7-4286-9e1f-895c9ee8c26f 2026-03-10 15:50:21,242 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3eba920e-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:50:21,311 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a94563a3-ce56-46ea-a831-ae54f5724360 2026-03-10 15:50:21,312 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:50:21,313 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=cfa834af-79f1-410c-90b2-7d2ac234fc60 2026-03-10 15:50:21,321 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42dcca5a-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:50:21,323 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3d3c00de-1c98-11f1-af3c-fa163eb64e67 2026-03-10 15:50:26,325 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=7c02ab09-25f6-4ba9-9930-b5a358b91113 2026-03-10 15:50:26,330 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40cdce1c-1c98-11f1-af3c-fa163eb64e67