2026-04-22 16:50:50,714 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-04-22 16:50:50,957 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-463-1.novalocal 2026-04-22 16:50:50,957 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-04-22 16:50:51,070 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-463-1.novalocal 2026-04-22 16:50:51,070 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-04-22 16:50:51,216 - DEBUG - Output : NAMES contrail_test_yOm4cQsOZ vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_api_1 config_nodemgr_1 config_svcmonitor_1 config_dnsmasq_1 config_schema_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2026-04-22 16:50:51,216 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-22 16:50:51,330 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-04-22 16:50:51,330 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-04-22 16:50:51,438 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-463-1.novalocal 2026-04-22 16:50:51,438 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-22 16:50:51,549 - DEBUG - Output : 10.20.0.17/24 2026-04-22 16:50:51,549 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-04-22 16:50:51,672 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-463-1.novalocal 2026-04-22 16:50:51,930 - INFO - Using existing project ['default-domain', 'k8s-default'](ae74277e-651d-4261-9f26-4894109bf5a5) 2026-04-22 16:50:52,005 - INFO - Using existing project ['default-domain', 'k8s-default'](ae74277e-651d-4261-9f26-4894109bf5a5) 2026-04-22 16:50:52,132 - INFO - ================================================================================ 2026-04-22 16:50:52,132 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-22 16:50:52,133 - 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-04-22 16:50:52,397 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-22 16:50:52,403 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with 2026-04-22 16:50:52,403 - INFO - Initial checks done. Running the testcase now 2026-04-22 16:50:52,404 - INFO - 2026-04-22 16:50:52,410 - INFO - Namespace default already exists 2026-04-22 16:50:52,411 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-22 16:50:52,577 - DEBUG - Output : cluster_project={} 2026-04-22 16:50:52,617 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-22 16:50:52,617 - DEBUG - Project uuid in Contrail is ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:50:52,617 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-22 16:50:52,765 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-22 16:50:52,765 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=1c989366-d859-48d4-bdda-284bcc051370 2026-04-22 16:50:52,769 - INFO - Namespace default with uuid 1c989366-d859-48d4-bdda-284bcc051370 found in kube manager 2026-04-22 16:50:52,769 - INFO - Namespace default verification passed 2026-04-22 16:50:52,772 - DEBUG - Service ctest-nginx-svc-99944304 not present 2026-04-22 16:50:52,773 - INFO - Creating service ctest-nginx-svc-99944304 2026-04-22 16:50:52,788 - INFO - Created Service ctest-nginx-svc-99944304 2026-04-22 16:50:52,793 - DEBUG - Pod ctest-nginx-pod-83538964 not present 2026-04-22 16:50:52,794 - INFO - Creating Pod ctest-nginx-pod-83538964 2026-04-22 16:50:52,860 - DEBUG - Pod : ctest-nginx-pod-83538964 UUID is b98e82d6-afee-4714-8d1a-027520ae3f4e 2026-04-22 16:50:52,865 - DEBUG - Pod ctest-nginx-pod-59289212 not present 2026-04-22 16:50:52,866 - INFO - Creating Pod ctest-nginx-pod-59289212 2026-04-22 16:50:52,893 - DEBUG - Pod : ctest-nginx-pod-59289212 UUID is eb53614d-dc2c-4af3-89ea-c820f8497d63 2026-04-22 16:50:53,072 - INFO - Created VN __public__, UUID :662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:53,253 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-22 16:50:53,261 - DEBUG - Requesting: http://10.0.0.22:8082/domain/76c02eac-1021-4bae-8a90-3caf01841c2c 2026-04-22 16:50:53,273 - DEBUG - Requesting: http://10.0.0.22:8082/project/ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:50:53,330 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:53,338 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:53,346 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:53,352 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:53,357 - DEBUG - Route Targets: [] 2026-04-22 16:50:53,357 - DEBUG - RT names not yet present for VN __public__ 2026-04-22 16:50:58,357 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-22 16:50:58,362 - DEBUG - Requesting: http://10.0.0.22:8082/domain/76c02eac-1021-4bae-8a90-3caf01841c2c 2026-04-22 16:50:58,373 - DEBUG - Requesting: http://10.0.0.22:8082/project/ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:50:58,416 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,430 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,438 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:58,444 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:58,450 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/1204e5c3-9310-43b1-9cd3-5913b1fb7890 2026-04-22 16:50:58,456 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-22 16:50:58,456 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,463 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:58,476 - INFO - Verified VN network id 15 for VN 662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,476 - INFO - Verifications in API Server for VN __public__ passed 2026-04-22 16:50:58,476 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,484 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:58,491 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:50:58,497 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/1204e5c3-9310-43b1-9cd3-5913b1fb7890 2026-04-22 16:50:58,502 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-22 16:50:58,507 - DEBUG - Control-node 10.0.0.22 : 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': '7358989399614374097', 'uuid-lslong': '9642636491714397186'}, 'enable': 'true', 'created': '2026-04-22T16:50:53', 'last-modified': '2026-04-22T16:50:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.317575'} 2026-04-22 16:50:58,507 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:50:58,517 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-22 16:50:58,517 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-22 16:50:58,518 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-22 16:50:58,518 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-22 16:50:58,523 - DEBUG - Requesting: http://10.0.0.22:8082/domain/76c02eac-1021-4bae-8a90-3caf01841c2c 2026-04-22 16:50:58,537 - DEBUG - Requesting: http://10.0.0.22:8082/project/ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:50:58,590 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,600 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-22 16:50:58,601 - DEBUG - Verifying the vn in opserver 2026-04-22 16:50:58,601 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2026-04-22 16:50:58,601 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2026-04-22 16:50:58,606 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-04-22 16:50:58,606 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-22 16:50:58,606 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:50:58,610 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:50:58,615 - DEBUG - Do not have enough data to verify VN in agent 2026-04-22 16:50:58,615 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:50:58,620 - DEBUG - VRF ids for VN __public__: {} 2026-04-22 16:50:58,685 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-22 16:50:58,755 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-22 16:50:58,763 - DEBUG - Requesting: http://10.0.0.22:8082/domain/76c02eac-1021-4bae-8a90-3caf01841c2c 2026-04-22 16:50:58,769 - DEBUG - Requesting: http://10.0.0.22:8082/project/ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:50:58,822 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,831 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/899faea7-1593-490c-a52a-6493837be9f7 2026-04-22 16:50:58,836 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-22 16:50:58,839 - DEBUG - Requesting: http://10.0.0.22:8082/domain/76c02eac-1021-4bae-8a90-3caf01841c2c 2026-04-22 16:50:58,846 - DEBUG - Requesting: http://10.0.0.22:8082/project/ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:50:58,889 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/662061de-8de1-40d1-85d1-86cce2db0402 2026-04-22 16:50:58,897 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-22 16:50:58,897 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-22 16:50:58,904 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-22 16:50:58,909 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-22 16:50:58,909 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-22 16:50:58,912 - DEBUG - Ingress ctest-nginx-ingress-45171669 not present 2026-04-22 16:50:58,912 - INFO - Creating Ingress ctest-nginx-ingress-45171669 2026-04-22 16:50:58,919 - INFO - Created Ingress ctest-nginx-ingress-45171669 2026-04-22 16:50:58,923 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45171669 2026-04-22 16:51:01,928 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45171669 2026-04-22 16:51:04,934 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45171669 2026-04-22 16:51:07,939 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45171669 2026-04-22 16:51:10,945 - DEBUG - For Ingress ctest-nginx-ingress-45171669, Cluster IP: 10.47.255.246, External IPs ['173.10.150.60'] 2026-04-22 16:51:10,945 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-45171669 2026-04-22 16:51:10,946 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:51:10,953 - INFO - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 found in kube manager 2026-04-22 16:51:10,953 - INFO - Ingress ctest-nginx-ingress-45171669 verification passed 2026-04-22 16:51:10,960 - DEBUG - Pod ctest-busybox-pod-34781254 not present 2026-04-22 16:51:10,960 - INFO - Creating Pod ctest-busybox-pod-34781254 2026-04-22 16:51:11,023 - DEBUG - Pod : ctest-busybox-pod-34781254 UUID is d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:11,030 - DEBUG - Pod ctest-nginx-pod-83538964 not in running state.Currently in Pending 2026-04-22 16:51:16,038 - DEBUG - Pod ctest-nginx-pod-83538964 not in running state.Currently in Pending 2026-04-22 16:51:21,046 - INFO - Pod ctest-nginx-pod-83538964 is in running state.Got IP 10.47.255.248 2026-04-22 16:51:21,061 - DEBUG - Pod ctest-nginx-pod-83538964 has vmi 6ed9a804-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:51:21,061 - INFO - Verified pod ctest-nginx-pod-83538964 in contrail-api 2026-04-22 16:51:21,061 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:51:21,069 - DEBUG - VMI 6ed9a804-3e6b-11f1-a57b-fa163e365a8b is active in agent 10.0.0.22 2026-04-22 16:51:21,070 - INFO - Verified Pod ctest-nginx-pod-83538964 in agent 10.0.0.22 2026-04-22 16:51:21,070 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=b98e82d6-afee-4714-8d1a-027520ae3f4e 2026-04-22 16:51:21,074 - INFO - Pod ctest-nginx-pod-83538964 with uuid b98e82d6-afee-4714-8d1a-027520ae3f4e found in kube manager 2026-04-22 16:51:21,074 - INFO - Pod ctest-nginx-pod-83538964 verification passed 2026-04-22 16:51:21,130 - DEBUG - [Pod ctest-nginx-pod-83538964] Cmd: echo ctest-nginx-pod-83538964 > /usr/share/nginx/html/index.html, Output: 2026-04-22 16:51:21,137 - INFO - Pod ctest-nginx-pod-59289212 is in running state.Got IP 10.47.255.247 2026-04-22 16:51:21,150 - DEBUG - Pod ctest-nginx-pod-59289212 has vmi 718485a6-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:51:21,150 - INFO - Verified pod ctest-nginx-pod-59289212 in contrail-api 2026-04-22 16:51:21,150 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:51:21,158 - DEBUG - VMI 718485a6-3e6b-11f1-a57b-fa163e365a8b is active in agent 10.0.0.22 2026-04-22 16:51:21,158 - INFO - Verified Pod ctest-nginx-pod-59289212 in agent 10.0.0.22 2026-04-22 16:51:21,159 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=eb53614d-dc2c-4af3-89ea-c820f8497d63 2026-04-22 16:51:21,162 - INFO - Pod ctest-nginx-pod-59289212 with uuid eb53614d-dc2c-4af3-89ea-c820f8497d63 found in kube manager 2026-04-22 16:51:21,162 - INFO - Pod ctest-nginx-pod-59289212 verification passed 2026-04-22 16:51:21,204 - DEBUG - [Pod ctest-nginx-pod-59289212] Cmd: echo ctest-nginx-pod-59289212 > /usr/share/nginx/html/index.html, Output: 2026-04-22 16:51:21,211 - DEBUG - Pod ctest-busybox-pod-34781254 not in running state.Currently in Pending 2026-04-22 16:51:26,218 - DEBUG - Pod ctest-busybox-pod-34781254 not in running state.Currently in Pending 2026-04-22 16:51:31,227 - INFO - Pod ctest-busybox-pod-34781254 is in running state.Got IP 10.47.255.245 2026-04-22 16:51:31,239 - DEBUG - Pod ctest-busybox-pod-34781254 has vmi 7a34d5f2-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:51:31,239 - INFO - Verified pod ctest-busybox-pod-34781254 in contrail-api 2026-04-22 16:51:31,239 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:51:31,246 - DEBUG - VMI 7a34d5f2-3e6b-11f1-a57b-fa163e365a8b is active in agent 10.0.0.22 2026-04-22 16:51:31,246 - INFO - Verified Pod ctest-busybox-pod-34781254 in agent 10.0.0.22 2026-04-22 16:51:31,246 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:31,249 - INFO - Pod ctest-busybox-pod-34781254 with uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b found in kube manager 2026-04-22 16:51:31,249 - INFO - Pod ctest-busybox-pod-34781254 verification passed 2026-04-22 16:51:31,300 - DEBUG - [Pod ctest-busybox-pod-34781254] 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-83538964 2026-04-22 16:51:31,300 - DEBUG - [Pod Pod ctest-busybox-pod-34781254] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-22 16:51:31,300 - DEBUG - [Pod Pod ctest-busybox-pod-34781254] 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-83538964 2026-04-22 16:51:31,340 - DEBUG - [Pod ctest-busybox-pod-34781254] 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-59289212 2026-04-22 16:51:31,340 - DEBUG - [Pod Pod ctest-busybox-pod-34781254] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-22 16:51:31,340 - DEBUG - [Pod Pod ctest-busybox-pod-34781254] 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-59289212 2026-04-22 16:51:31,340 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-83538964': 1, 'ctest-nginx-pod-59289212': 1} 2026-04-22 16:51:31,340 - WARNING - Nothing to delete parallely 2026-04-22 16:51:31,341 - INFO - Deleting pod default:ctest-busybox-pod-34781254 2026-04-22 16:51:31,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:31,358 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:51:36,358 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:36,363 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:51:41,364 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:41,369 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:51:46,370 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:46,375 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:51:51,376 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:51,381 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:51:56,381 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:51:56,387 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:52:01,388 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:52:01,393 - WARNING - Pod uuid d772b4fa-160e-4db2-bfa6-f2154c50e24b is still seen in agent 10.0.0.22 VM list 2026-04-22 16:52:06,394 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d772b4fa-160e-4db2-bfa6-f2154c50e24b 2026-04-22 16:52:06,399 - DEBUG - Pod d772b4fa-160e-4db2-bfa6-f2154c50e24b is not in agent 10.0.0.22 VM list 2026-04-22 16:52:06,399 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7a34d5f2-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:52:06,404 - DEBUG - VMI 7a34d5f2-3e6b-11f1-a57b-fa163e365a8b is removed from agent 10.0.0.22 2026-04-22 16:52:06,404 - INFO - Verified that pod ctest-busybox-pod-34781254 is removed in agent 2026-04-22 16:52:06,404 - INFO - Deleting Ingress : ctest-nginx-ingress-45171669 2026-04-22 16:52:06,411 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:06,416 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:07,417 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:07,421 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:08,422 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:08,425 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:09,426 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:09,431 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:10,432 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:10,437 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:11,438 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:11,443 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:12,443 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:12,447 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:13,449 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:13,453 - ERROR - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 still found in kube manager 2026-04-22 16:52:14,454 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=28ed5de4-4b15-4a83-bf2e-c4a057a27285 2026-04-22 16:52:14,458 - INFO - Ingress ctest-nginx-ingress-45171669 with uuid 28ed5de4-4b15-4a83-bf2e-c4a057a27285 deleted successfully from kube manager 2026-04-22 16:52:14,459 - INFO - Verifications on Ingress %s cleanup passed 2026-04-22 16:52:14,459 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-22 16:52:14,527 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-04-22 16:52:14,532 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-22 16:52:14,532 - INFO - Deleting VN __public__ 2026-04-22 16:52:14,650 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0cbc87e9-4293-4ef9-8b31-3f84f7f6df37 2026-04-22 16:52:14,655 - DEBUG - Response Code: 404 2026-04-22 16:52:14,655 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-04-22 16:52:14,668 - DEBUG - Requesting: http://10.0.0.22:8082/domain/76c02eac-1021-4bae-8a90-3caf01841c2c 2026-04-22 16:52:14,677 - DEBUG - Requesting: http://10.0.0.22:8082/project/ae74277e-651d-4261-9f26-4894109bf5a5 2026-04-22 16:52:14,720 - INFO - Validated that VN __public__ is not found in API Server 2026-04-22 16:52:14,721 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-22 16:52:14,725 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:52:14,730 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-04-22 16:52:14,730 - INFO - Validated that VN __public__ is not in any agent 2026-04-22 16:52:14,731 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:52:14,736 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-22 16:52:14,740 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-22 16:52:14,745 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-22 16:52:14,746 - INFO - Deleting pod default:ctest-nginx-pod-59289212 2026-04-22 16:52:14,758 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eb53614d-dc2c-4af3-89ea-c820f8497d63 2026-04-22 16:52:14,768 - WARNING - Pod uuid eb53614d-dc2c-4af3-89ea-c820f8497d63 is still seen in agent 10.0.0.22 VM list 2026-04-22 16:52:19,769 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eb53614d-dc2c-4af3-89ea-c820f8497d63 2026-04-22 16:52:19,774 - DEBUG - Pod eb53614d-dc2c-4af3-89ea-c820f8497d63 is not in agent 10.0.0.22 VM list 2026-04-22 16:52:19,774 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:718485a6-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:52:19,777 - DEBUG - VMI 718485a6-3e6b-11f1-a57b-fa163e365a8b is removed from agent 10.0.0.22 2026-04-22 16:52:19,777 - INFO - Verified that pod ctest-nginx-pod-59289212 is removed in agent 2026-04-22 16:52:19,778 - INFO - Deleting pod default:ctest-nginx-pod-83538964 2026-04-22 16:52:19,802 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b98e82d6-afee-4714-8d1a-027520ae3f4e 2026-04-22 16:52:19,808 - WARNING - Pod uuid b98e82d6-afee-4714-8d1a-027520ae3f4e is still seen in agent 10.0.0.22 VM list 2026-04-22 16:52:24,809 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b98e82d6-afee-4714-8d1a-027520ae3f4e 2026-04-22 16:52:24,816 - DEBUG - Pod b98e82d6-afee-4714-8d1a-027520ae3f4e is not in agent 10.0.0.22 VM list 2026-04-22 16:52:24,816 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6ed9a804-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:52:24,822 - DEBUG - VMI 6ed9a804-3e6b-11f1-a57b-fa163e365a8b is removed from agent 10.0.0.22 2026-04-22 16:52:24,822 - INFO - Verified that pod ctest-nginx-pod-83538964 is removed in agent 2026-04-22 16:52:24,822 - INFO - Deleting service : ctest-nginx-svc-99944304 2026-04-22 16:52:25,314 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-22 16:52:25,321 - DEBUG - No XMPP flaps were noticed during the test 2026-04-22 16:52:25,321 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:33] 2026-04-22 16:52:25,321 - INFO - -------------------------------------------------------------------------------- 2026-04-22 16:52:31,658 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-22 16:52:31,807 - DEBUG - Output : cluster_project={} 2026-04-22 16:52:31,844 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-04-22 16:52:32,021 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-22 16:52:32,026 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-04-22 16:52:32,198 - DEBUG - Output : cluster_project={} 2026-04-22 16:53:02,304 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:07,344 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:12,387 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:17,432 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:32,491 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:32,526 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:32,562 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:32,596 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-22 16:53:33,155 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-22 16:53:42,421 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2026-04-22 16:53:42,428 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-04-22 16:53:42,455 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-04-22 16:53:44,477 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-04-22 16:53:46,500 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-04-22 16:53:48,519 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-04-22 16:56:48,563 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-22 16:56:48,627 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f1ad3785-4947-4aa2-bfa6-6f5eafe34c8c 2026-04-22 16:56:48,644 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=412a94e0-a638-412b-99f6-87109726feaa 2026-04-22 16:56:48,666 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:56:48,681 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:56:48,692 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f45e9b70-47b9-484d-a07d-fadc24f5e879 2026-04-22 16:56:48,706 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:56:48,714 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8d431fac-25c3-407c-abfc-36d18b7118d8 2026-04-22 16:56:48,723 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:56:53,729 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f1ad3785-4947-4aa2-bfa6-6f5eafe34c8c 2026-04-22 16:56:53,747 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:56:53,748 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8d431fac-25c3-407c-abfc-36d18b7118d8 2026-04-22 16:56:53,750 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f45e9b70-47b9-484d-a07d-fadc24f5e879 2026-04-22 16:56:53,751 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:56:53,751 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:56:53,752 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=412a94e0-a638-412b-99f6-87109726feaa 2026-04-22 16:56:53,753 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:56:53,767 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b398e8d8-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:56:53,772 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b6f5c1e0-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:56:58,735 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f1ad3785-4947-4aa2-bfa6-6f5eafe34c8c 2026-04-22 16:56:58,742 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:afbb2e06-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:56:58,772 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:56:58,773 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:56:58,774 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f45e9b70-47b9-484d-a07d-fadc24f5e879 2026-04-22 16:56:58,775 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:56:58,776 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:57:03,823 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:57:03,825 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:57:03,826 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:57:03,829 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:57:03,830 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f45e9b70-47b9-484d-a07d-fadc24f5e879 2026-04-22 16:57:03,848 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b7dd0924-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:57:08,845 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:57:08,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:57:08,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:57:08,849 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:57:13,862 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:57:13,864 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:57:13,865 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:57:13,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:57:18,878 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:57:18,882 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:57:18,883 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:57:18,884 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:57:23,887 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:57:23,895 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:57:23,896 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f2d34e2a-cbe6-425e-99a7-a4d8cc7a4086 2026-04-22 16:57:23,897 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b086d67b-51bd-4905-b98b-8f8b75759a56 2026-04-22 16:57:23,907 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ba9326e4-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:57:23,909 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd381c6a-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:57:28,894 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0ad24b6c-0813-43d3-b724-70e7d1c7737f 2026-04-22 16:57:28,901 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c21aa2fc-3e6b-11f1-a57b-fa163e365a8b 2026-04-22 16:57:28,909 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=595ec0e9-9a92-478e-be6b-d5b4c5360c86 2026-04-22 16:57:28,914 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c07f139c-3e6b-11f1-a57b-fa163e365a8b